On Wednesday 21 December 2005 14:00, Geoffrey Teale wrote:
> For what it's worth I had to:
>
> pacman -Rc xorg
> pacman -S xorg

I did;

pacman -Rd xorg nvidia
pacman -S xorg
pacman -S nvidia

There were a couple of file conflicts;

/usr/lib/libGL.so
/usr/man/man4/mouse.4.gz

which I resolved manually.

The only thing I had to do after that was change the font paths in xorg.conf 
and then I had X back up again.

Also, my scroll wheel no longer worked so I have switched to the evdev driver;

    Identifier  "IntelliMouse"
    Driver      "evdev"
    Option "Device"      "/dev/input/event1"

I originally forgot to update the Device option and that locked up X for me 
but after changing to the correct /dev/input/event* device everythign seems 
to be working fine again.

Cheers,

hads

-- 
Most people prefer certainty to truth.

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to