From 8695526a7607ec3658f3e1b2e41c1ee0052f4cd5 Mon Sep 17 00:00:00 2001 From: gws Date: Tue, 6 Jul 2010 17:17:12 -0700 Subject: [PATCH] added mouse details for a usb and description of man moused to find typical mouse device names --- docs/newhandbook/X/index.mdwn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/newhandbook/X/index.mdwn b/docs/newhandbook/X/index.mdwn index 99713329..c10629e9 100644 --- a/docs/newhandbook/X/index.mdwn +++ b/docs/newhandbook/X/index.mdwn @@ -174,7 +174,13 @@ If a black and grey grid and an X mouse cursor appear, the configuration was suc # rcenable moused - +**Note** If the mouse still does not work set device to /dev/ums0 in /etc/X11/xorg.conf -- this ums0 being for my usb mouse -- see man moused for possible mouse device names -- I also disabled input hotplugging by adding these 4 lines to /etc/X11/xorg.conf +Section "SeverFlags" + Option "AutoAddDevices" "False" + Option "AllowEmptyinput" "False" +EndSection +pkg_radd icewm +then as your user vi .xinirc and add "exece icewm" in there, then startx to open desktop Next, tune the `xorg.conf.new` configuration file to taste. Open the file in a text editor such as [vi(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=vi§ion=1) or [ee(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=ee&section=1). First, add the frequencies for the target system's monitor. These are usually expressed as a horizontal and vertical synchronization rate. These values are added to the `xorg.conf.new` file under the `"Monitor"` section: -- 2.41.0