Software :: Possible To Run Graphical Linux Without GTK+ Or Qt?

Dec 29, 2010

I have a question, that may be super dumb as I couldn't find anything related while searching. But is it possible to run Linux with a window manager without GTK+ or Qt and still have a graphical web browser, music/movieplayer? I ask because I am trying to load a slim, streamlined linux without any part of KDE or Gnome for my eeepc 1000.Unfortunately a lot of apps seem to require GTK+ or Qt (which I believe requires some part of Gnome or KDE respectively). I would like to keep it as slim as possible.If it is not possible to completely separate from the toolkits I will look into deciding on which one would best fit my needs. Currently I have LXDE Salix OS and it seems to be doing OK. Although, to be honest I find even LXDE kind of busy for the little screen.I'd like to dual boot straight Slackware with Fluxbox or Openbox and one or two dockapps or some such to monitor battery, network connections and a clock.

View 5 Replies


ADVERTISEMENT

Ubuntu :: Graphical Volume Manager - Finding Graphical Partition Editors That Work With Lvm2

May 9, 2010

I know how to manage them from a commandline but I was wondering if there are any graphical partition editors that understand and work with lvm2?

View 1 Replies View Related

Debian :: Automatically Start Graphical (SDL) Program As Root On Non-graphical Debian?

Mar 3, 2009

I'm not a Linux noob, but I am far from guru. I'm running a single board computer with a slightly customized Debian Etch (customized by the SBC vendor). No Gnome/KDE/X installed. My application is a control application which uses SDL (Simple DirectMedia Layer) to paint some basic graphics on the VGA. I need to run it as root because the application calls iopl() to access an IO port.If I run my application manually from the command line, life is sweet. From Googling around, I found http://www.debian-administration.org/articles/28, and hence I:1) Created a script in /etc/init.d2) Executed "update-rc.d scriptName defaults" to link the script into the boot sequenceAll very straightforward. My application starts at boot. But when I try to SSH/SFTP into the SBC, I get "Connection refused". So I can't manage the SBC anymore, and this is a big problem. I am not sure if it's relevant, but my application starts before the SSH daemon.My script looked like:

case "$1" in
start)
echo "Starting my application"

[code]...

View 1 Replies View Related

General :: Moving From Paid Linux To Unpaid Linux CenOS - Red Hat (KVM Virtualization)

Dec 21, 2009

if anyone of you have shifted using Paid Red Hat Linux with CentOS, and what are your experiences of moving from Paid Linux to Unpaid Linux CenOS. When do you suggest a person use Paid Linux and when to use Unpaid Linux?

View 1 Replies View Related

Fedora :: Insert Unlock Code In Linux Using Any Linux Tool?

Apr 16, 2010

I have learnt that the network locked huawei modems may be unlocked to use any sim card bu getting a special unlock code and it should ask for it when a "foreign" SIM card is inserted. This procedure works well in Windows, but in Linux where I use wvdial, I dont get prompted for this unlock code. Does anyone know how to insert the unlock code in Linux using any Linux tool (GAMMU/GNOKII/Minicom etc)?

View 2 Replies View Related

General :: Verifying Qlogic FC HBA Adapter In Linux ( SUSE Linux)

May 5, 2010

i would just like to verify that the command

lspci would show the FC adapter installed

is there any other command that i can use to verify the FC adapter is being installed

View 4 Replies View Related

General :: Migration Of C++ Application From SuSE Linux To Red Hat Linux

Feb 12, 2010

I want to Migrate my C++ Application from SuSE Linux to Red Hat Linux.What impact analysis i should do?

View 3 Replies View Related

Networking :: Unable To Ssh Linux Box From Other Linux Boxes

Mar 12, 2010

I am unable to ssh a Linux box from other Linux boxes; also tried to window putty.Although I am getting the password prompt instantaneously.So far, by comparing logs of other server, I am just able figure out that "debug2: callback start" is not coming in ssh -vvv logs.

View 2 Replies View Related

General :: How To Share A Folder From Linux To Linux

Mar 17, 2010

how to share a folder from linux to linux systems and setting password to open that folder

View 14 Replies View Related

Networking :: Linux Router / Configure Linux CentOS 5 As A Router Using Iptable?

Nov 27, 2009

I want to configure linux CentOS 5 as a router using iptable, .Im new in linux so I need the steps to do that

View 5 Replies View Related

Networking :: Linux Router / Make A Router By Linux?

Mar 26, 2010

How do I make a router by Linux?In other words you want your Linux to work as a router.

View 10 Replies View Related

Fedora :: Graphical Boot In F13 ?

Oct 14, 2010

I just installed the Catalyst drivers under FC13 (package xorg-x11-drv-catalyst-10.9-1.fc13.i686 ) and I am superhappy, as it worked straight out of the box.

The only little annoying thing is that I lost the Plymouth graphical boot, which is now substituted with the text scrollbar...

I edited grub.conf and added

Code:

Somewhere I read that that attribute is now obsolete and has to be changed to

Code:

But that did not work either.

View 4 Replies View Related

Ubuntu :: Graphical Way To Set Up Ssh And Fast?

Sep 28, 2010

My older brother is switching to Linux and I wanted to set up ssh with him but a graphical but because he is new he needs a graphical way. I was going to download updates and everything he needs from here but I need a way so he can set up ssh and I can do the command line stuff. He wants to use Linux because of wine, ktorrent, xchat, the virus thing, and because of the gui package manager.

View 9 Replies View Related

CentOS 5 :: 5.3 - Can Use Any Graphical Interface ?

Jan 8, 2010

I've installed (well, I founded it installed yet in my new job...) Centos 5.3 (Final) version (kernel 2.6.18-164.el5 on an x86_64), but I only can work fron the command line. I don't know if I can use any graphical interface (I've worked with SuSe years ago and it start its graphical interface automaticaly when you reboot the system).

I have to configure sendmail. For it, I download and installed webmin and usermin and start them, but I don't know how to continue...

View 1 Replies View Related

Fedora :: Graphical Su - How To Set Up A Menu Entry To Be Able To Use App

Apr 26, 2010

There are times that I would like to open an app as root user without having to use the command line in order to do that. I learned of a nice app in the Fedora repos called beesu and I will show you how to set up a menu entry to be able to use this nice app.

From man beesu:

Code:

See man beesu for more information.

Beesu can be installed in Fedora with the following command:

Code:

IMPORTANT: Beesu must be installed in order to successfully complete this tutorial.

You can use beesu from the command line with the following example:

Code:

This will open gedit as root user after the correct root password has been entered into the password prompt. This is great. However, I'd like to open an app as root user without having to use the command line or alt+f2 run box. So, I wrote a small bash script that uses zenity to prompt the user for an app to open as well as the root password.

Copy the following code into a new text file and name it mybeesu.sh.

Code:

You need to change the /path/to bit in step 4 "Command" to reflect the path to which you saved the mybeesu.sh script. Click the OK button to save the new menu item.

Now, when you click the new menu item from the gnome menu, a zenity window will open asking which app you want to open. After that, a second window will open prompting you for the root password. If all goes well, and you entered the correct root password, your desired app should open as if you used su -c 'foo' to launch it.

View 5 Replies View Related

Fedora :: F13 Not Booting To Graphical Login?

Jul 19, 2010

I recently installed fedora 13, everything was going great, now when my computer boots it shows the slash screen and then a blank screen and nothing. its been doing it the past few days, after a few reboots it'll work but i'm unable to figure out what is causing it and today it won't show the graphical login screen at all. after the Fedora slash screen the screen goes black the power button shuts it down as normal. ctrl - alt - F2 works and lets me login text wise but I can't get the graphical login to work. nor can I boot to KDE or gnome.I do have Nvidia drivers installed, normall it'll show the nvidia slash screen before the graphical login prompt comes up and that doesn't happen. I did try init 5 and it says Nvidia drivers are loaded. 3d was working just fine I haven't done anything that I can think of to provoke this.

View 3 Replies View Related

OpenSUSE :: Xen Graphical Virtual Machine?

Jul 26, 2010

I ma new in OpenSuSe and I want to create virtual Machine using the graphical interface Xen of Opensuse 11. I did'nt find a good tutorial ton use it or a gut getting started with xen in Opensuse.

View 1 Replies View Related

OpenSUSE Install :: Can't Get Graphical Login

Feb 9, 2010

i was having problems with filesharing with virtualbox, so in another thread someone told me to uninstall the OSE additions and install the vbox additions on virtualbox. I have uninstalled the OSE additions and now i can't get graphical login, it is all on runlevel 3.

View 3 Replies View Related

OpenSUSE Install :: No Graphical Login?

Oct 3, 2010

I used (openoffice, firefox, vlc) my acer 5920g this afternoon without any problem and without making any strange operations.When I tried to restart it an hour ago it didn't start correctly: i get a screen full of commands like

Code:
Start Unicode mode done
Starting brld done

[code]...

View 9 Replies View Related

Ubuntu :: Configure And Has A Graphical Interface For 9.10?

Jan 8, 2010

i was wondering if there was a intrusion detection system that is easy to configure and has a graphical interface for ubuntu 9.10?

View 4 Replies View Related

Ubuntu :: Running Graphical Apps With 'at'

Jan 24, 2010

i'm trying to run a graphical program at a specific time with the help of 'at'. i'm on kubuntu but i think this will be the same on any *buntu.

because 'at' is such a common word. i found this bug [URL] but the mentioned work around doesn't work.

i can make at work with command line if i enter the a tty to make the output to.
example of what i do is:

Code:
$ at now
warning: commands will be executed using /bin/sh
at> date > /dev/tty1
at> <EOT> (CTRL+d)

[Code]....

View 4 Replies View Related

Ubuntu :: Getting Graphical Interface Back?

Feb 25, 2010

ive edited my xorg and now when i start up ubuntu I cannot see the login interface

View 9 Replies View Related

Ubuntu :: No Graphical Login Screen / Get That?

Mar 3, 2010

Recently my Ubuntu has started dropping to bash shell instead of starting the graphical login. It first asks me login name and password(in the shell) then gives me a command line. I can then type startx to start it. It seems to start alright but that is not how it is supposed to work.

Doed anyone know how I can get it back to default behavior?

View 2 Replies View Related

Ubuntu :: Cannot Boot In To Graphical Environment

Jun 2, 2010

I am using 10.04. The grub is working properly but i can't login in graphical environment because the system stops at the ubuntu boot logo. However, TTY is working properly and i am able to login in all the tty [F1-F6]. I think the problem is with xserver but I don't know how to fix it.

View 4 Replies View Related

Ubuntu :: Start The X Graphical Interface Without Using GDM?

Jun 15, 2010

I would like to start the x graphical interface without using GDM. I may be using the wrong terms here for x. Maybe it is called xdm or x11 or something.) I have set GDM to login without asking me for a password (I am the only user of this machine.) Sometimes, it still pops up the GDM login screen and if I select "actions" "reboot" (my memory tells me that is what it was,) it will reboot without asking to login, but the fonts are all wrong. If I select "apps" "restart" and it DOESN'T ask for my login, all is OK.

I would like to uninstall GDM, and place whatever GDM uses to start the graphical interface into the /ect/rc2.d startup scripts. I know GDM does other stuff then just logs me in and starts the graphical user interface, and I think I would like to maintain some of that, but I think I would like to manually insert the startup sequence in the startup scripts. Question one, can someone tell me where to look to find out what GDM is doing now so I can attempt to replicate it?

#2, does someone know the startup script line(s) to start the x server and graphical interface without GDM? I think this has bees asked before, but it seems hard to search older posts.

View 7 Replies View Related

Ubuntu :: How To Run Multiple Graphical Sessions

Aug 21, 2010

I'm trying to run multiple Graphical sessions. How can I do this? I have read the forum article from 2006 but I get an error when executing startx --:2 [URL]
When I follow this howto, this is the error I get
Code:
# startx --:2
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock and start again.
Please consult the The X.Org Foundation support at [URL] for help.
ddxSigGiveUp: Closing log

View 4 Replies View Related

Ubuntu :: Graphical Filesystem Representation?

Aug 25, 2010

Anyway, I downloaded a package by accident a while ago which provided a graphical display of the filesystem in with cool colored blocks showing the files and directories. Does anyone know what this is called?

View 1 Replies View Related

Ubuntu :: Any Way To Turn Off Graphical Shutdown?

Sep 30, 2010

I want to see the scrolling console messages when Ubuntu shuts down instead of the 4 dot splash animation. Is this possible, and how can I do it?

View 1 Replies View Related

Ubuntu :: Graphical Corruption In WoW Under Wine?

Nov 8, 2010

When I run WoW through wine there is severe graphical corruption. I am using opengl and have tried windowed/nonwindowed mode. No luck. Any assistance concerning this?

Here is a pic: [URL...ldofwarcra.png (I am running a w2k theme, this IS linux)

View 2 Replies View Related

Ubuntu :: Graphical Glitches With New Flashplayer?

Feb 19, 2011

I installed the newest Flash player in an update a few days ago, and now ever since last night, every time I watch a Flash video I get graphics problems. It looks as if the Flash video is stuck in the centre of the screen and if anything black (text, notifications) are in the way, they show the video behind them. Hard to explain what I mean Nothing shows up when I run ps ax.

In addition, all Flash videos are now jumbled up with pixels and weird looking glitches.

- Happens with Firefox, Minefield, and Chromium.
- Using latest proprietary NVIDIA drivers available in Jockey
- NVIDIA Geforce 8400m graphics
- Restarting or using Ctrl-Alt-Backspace always fixes the problem.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved