Results 1 to 4 of 4
i cant srart x from root but ican start x from any user what can i do...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-19-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 1
problem with x
i cant srart x from root but ican start x from any user what can i do
- 04-19-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
If you want root to use KDE, type this:
If you want to use gnome, type this:Code:su -c "echo exec startkde > /root/.xinitrc"
If you want to use fluxbox, type this:Code:su -c "echo exec gnome-session > /root/.xinitrc"
Or just change it to boot you're preferred X-client.Code:su -c "echo exec startfluxbox > /root/.xinitrc"
PS: It's useally a bad idea to use X as root, you can easily ruin your system.
- 04-19-2005 #3
be careful though because if you use programs like firefox as root you are leaving yourself vulnerable to a security attack. Only use root when absolutely necessary!
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 04-22-2005 #4Just Joined!
- Join Date
- Apr 2005
- Posts
- 1
unsupported monitor preventing startx
I have a Gateway EV700 with a Chromatic Video card.
Amigo Zip has successfully loaded onto an extended dos drive using a vesa generic driver.
In my Ext3 drive with Red Hat 7.2 the driver fails to boot the monitor so I upgraded the xfree86 to 4.5.0. Still no.
After exploring it seems the vid card co has gone out of business and was supported in xfree86 3.3.*. So I would like to install that version of course...except the glib versions for 3.3 are glibc21 etc not the blibc22 which the Xinstaller pegged for me. Is there much of a difference between these two glibs?
...configged out


Reply With Quote
