I just loaded Linux on a system and when I type STARTX, Gnome comes up just fine, but I can't get it to cone up upon boot. I changed /etc/inittab to read... ...
On Fri, 1 Apr 2005 09:31:07 -0800 (PST) ... I hope you are aware UNIX is CaSe SeNSiTiVe platform, not the same as 'doze. ... Have you got gdm, xdm, kdm...
(((( I hope you are aware UNIX is CaSe SeNSiTiVe platform, not the same as 'doze. )))) I typed it in as "startx". I just put it in all CAPS in order to set it...
... And confuse half the audience in the process... ... Why obviously? Does your startx script launch [gxk]dm? In that case you have a rather unusual setup. I...
... Nope, startx doesn't start gdm/xdm/kdm... you'll need to make sure that they're installed.. you can do a search for the executables... xdm/gdm/kdm.. Then...
On Fri, 1 Apr 2005 12:01:23 -0800 (PST) ... To summarise, gdm/xdm/kdm are not x, but they do use x to fulfil their function. If xdm, or the other two are on...
... Hash: SHA1 ... Yabbut the other way round isn't necessarily true, and that's the crux here. - -- G. Stewart - gstewart@... Politics is the ability...
hello jv, ... this could be the problem with kde so that each and every time you start with init 5 it goes to kde and checks for it. so change the desktop env...
Hey everyone! I'm building a new box (w/ Gentoo, and compiling Gnome tonight!) and am looking for recommendations for a TV card, replacing the mediocre ATI All...
This may be a useful comparison for those who look after mail servers. http://www1.ietf.org/mail-archive/web/asrg/current/msg11826.html -- I must write email...
Hi all, I have written a module like following:- #include<linux/module.h> #include<linux/kernel.h> int init_module(void) { printk("<1>Hello World 1.\n"); ...
I have a mandrake box here that is finally talking to a win98 box. I have three directories in my home directory: tom (me) tommyl (user name of the win98...
Hi, I have a Redhat 9(shrike) box in the network. I also have a printer in the network. Can someone tell me where i can find all the steps to configure this ...
... I think if you look at "cups" you will find what you need. ... ______________________________________________________________________ Post your free ad...
Hello all, we are having problems at the Observatory and are in need of assistance. Our Chief Geophysicist is about to pull whats left of his hair out. lol....
On Fri, 08 Apr 2005 14:33:19 -0000 ... Do the network cards show up when you use 'lspci'? If they do, then you need to find the correct module for the card ...
I want to change the permissions of all the mp3 files in my music directory to 666. I want the directories to remain 777. chmod supports the -R argument,...
... chmod -R a+rwX dir1 should do it IIRC. Although I would strongly advise against using 666 or 777 on anything. Something like chmod -R u+rwX,go+rX dir1 is...
... Hash: SHA1 On Sat, 09 Apr 2005 09:13:21 -0500, Dave Williams <ronin@...> ... Use find in conjunction with chmod. Assuming your music directory is...
... Don't rightly know. Since I am always crossing OSs I learned it this way years and years ago and I don't change. Remember the old how to get rid of core...
... man chmod: The letters `rwxXstugo' select the new permissions for the affected users: read (r), write (w), execute (or access for directories) (x),...