From 0e40257be6971c6c1a6d4e371ec3372d0b30cb50 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Wed, 8 Mar 2006 09:48:29 +0000 Subject: none --- Hurd/DebianXorg.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Hurd/DebianXorg.mdwn') diff --git a/Hurd/DebianXorg.mdwn b/Hurd/DebianXorg.mdwn index 488d25c6..30434163 100644 --- a/Hurd/DebianXorg.mdwn +++ b/Hurd/DebianXorg.mdwn @@ -47,6 +47,18 @@ This currently seems to be broken in the Debian package so it may be easier to j ### Edit xorg.conf +If you managed to get an xorg.conf autogenerated, make sure to have the mouse section read as follows: + + Section "InputDevice" + Identifier "Configured Mouse" + Driver "mouse" + Option "CorePointer" + Option "Device" "/dev/mouse" + Option "Protocol" "osmouse" + EndSection + +Do not set the "Emulate3Button" or "ZAxisMapping" options, they do not work and break things. + Here is an example of an xorg.conf using VESA at 800x600 that works on my Dell laptop: # /etc/X11/xorg.conf (xorg X Window System server configuration file) -- cgit v1.2.3