Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2005 12:33:30 -0500
From:      Paul Schmehl <pauls@utdallas.edu>
To:        freebsd-questions@freebsd.org
Subject:   Re: Xorg installation fails
Message-ID:  <ACDDA31092513473518AD330@utd59514.utdallas.edu>
In-Reply-To: <002101c576c3$c9f034b0$4ef471d5@gladbard>
References:  <002101c576c3$c9f034b0$4ef471d5@gladbard>

next in thread | previous in thread | raw e-mail | index | archive | help
--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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ACDDA31092513473518AD330>