Re: Xorg installation fails

From: Paul Schmehl (pauls_at_utdallas.edu)
Date: 06/22/05

  • Next message: Josh Ockert: "Re: Re[2]: Goals for 6"
    Date: Wed, 22 Jun 2005 12:33:30 -0500
    To: freebsd-questions@freebsd.org
    
    

    --On Wednesday, June 22, 2005 02:46:12 +0200 Simon Ulfsbecker
    <ulfsbecker@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@utdallas.edu)
    Adjunct Information Security Officer
    University of Texas at Dallas
    AVIEN Founding Member
    http://www.utdallas.edu/ir/security/
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Josh Ockert: "Re: Re[2]: Goals for 6"