LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help fixing X server setup (https://www.linuxquestions.org/questions/linux-software-2/help-fixing-x-server-setup-286330/)

Valhalla 02-04-2005 04:58 PM

Help fixing X server setup
 
I recently upgraded from SUSE 9.1 to SUSE 9.2 using the mini.iso, and a 9.2 mirror. The installation went fine and threw no errors, however, immediatly upon reboot, the x server refused to start. I checked my configuration and realized that I had both XF86 and Xorg were present in /usr/X11/bin. I have tried moving XF86Config and loading xorg.conf instead. However, when I try to
"startx" I get an errors

unable to load module "nv"
unable to load module "keyboard"

The only problem is, my xorg.conf is set to use the nvidia driver that I installed through yast. I have also attempted commenting out the entire keyboard section of my xorg.conf to see if X would start. Guess what....

(suspense)

it didn't.

However, the exact same configuration succeeds to launch an xserver when the command X -configure /root/xorg.conf.new is issued as root, just no wm, or even an xterm, which kind of defeats the purpose.

What do I do?

damien 02-04-2005 05:45 PM

What are the file permissions on your xorg.conf that doesn't work? Also, do you have an extra one in your user home directory?

Damien

foo_bar_foo 02-04-2005 10:54 PM

as root
mv ~/xorg.conf.new /etc/X11/xorg.conf
and go from there

Valhalla 02-05-2005 02:13 PM

Quote:

Originally posted by foo_bar_foo
as root
mv ~/xorg.conf.new /etc/X11/xorg.conf
and go from there

I already tried that... it doesn't work....

write perrmissions on xorg.conf are set to wrx for user and group


All times are GMT -5. The time now is 03:32 AM.