diff options
author | Michael Banck <mbanck@gmx.net> | 2006-03-08 09:48:29 +0000 |
---|---|---|
committer | Michael Banck <mbanck@gmx.net> | 2006-03-08 09:48:29 +0000 |
commit | 0e40257be6971c6c1a6d4e371ec3372d0b30cb50 (patch) | |
tree | 62d76cc2dfbd94b1b45c2a7f32558c90dafdce78 /Hurd | |
parent | b6874f019e6f73534b89f95ef54cddc3b5a81610 (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/DebianXorg.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
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 ### <a name="Edit_xorg_conf"> Edit xorg.conf </a> +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) |