diff options
Diffstat (limited to 'Hurd/DebianXorg.mdwn')
-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) |