View Single Post

   
  #5 (permalink)  
Old 02-20-2008, 08:18 AM
steelneck
 
Posts: n/a
Default Re: X Fatal Server Error

utechmech wrote:
> I tried to get the X program to see my mouse. So I went in and used X
> - configure. It probed and wrote a new file which was set to
> /root/xorg.conf.new. When I went to startx...still no mouse activity.
> So I tested the file as it said to do above and I got 'Fatal Server
> Error'. Anybody got any ideas? I cannot seem to get XF86config or
> XF86Setup to run either.
>


Did you rename "xorg.conf.new" to "xorg.conf" ?

Look around in that file, the lines about the mose are:
(from my file)

-------------------------
Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2" <= also try "PS2" or "USB"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5" <= this enables scrollwheel.

----------------------------

Take a look in yor file /usr/X11R6/lib/X11/doc/html/mouse.4.html

For automatic config, try:

xorgcfg
xorgconfig
xorgsetup





--
Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.
Reply With Quote