Xorg installation fails

Paul Schmehl pauls at utdallas.edu
Wed Jun 22 17:33:33 GMT 2005


--On Wednesday, June 22, 2005 02:46:12 +0200 Simon Ulfsbecker 
<ulfsbecker at swipnet.se> wrote:

> Hi readers,
>
> I would greatly appreciate any suggestions as to why my Xorg installation
> fails.
> Xorg.0.log file can be fetched at:
>
> http://hem.bredband.net/simulf/Xorg.0.log
>
> During standard installation of freeBSD 5.4 my logitech USB 3 button mouse
> fails to be detected, but when doing a post install mouse configuration
> the
> pointer shows up and can be moved around when testing the mouse deamon.
> Still, my mouse pointer is reported as missing when running Xorg -config
> xorg.conf.new after that.
> Using a USB to PS/2-adapter might do the trick, but adhering to moore's
> law, my motherboard (Asus p4p800 deluxe) can't handle a PS/2 mouse for
> some odd reason. My box won't boot and the monitor wont power on having
> anything plugged into the PS/2 port (!).
>
> Some errors are also reported for my ATI Radeon 9800 pro GFX adapter, but
> I
> think it's the non present pointer device that is hindering me from doing
> an
> Xorg -config.
>
> I'm out of clues...
>
This works fine for my usb mouse:

 Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "Emulate3Buttons" "true"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
EndSection

Paul Schmehl (pauls at utdallas.edu)
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/ir/security/


More information about the freebsd-questions mailing list