From owner-freebsd-questions@FreeBSD.ORG Sat Dec 5 04:20:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05E12106566B for ; Sat, 5 Dec 2009 04:20:17 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.123]) by mx1.freebsd.org (Postfix) with ESMTP id C24E98FC13 for ; Sat, 5 Dec 2009 04:20:16 +0000 (UTC) Received: from [10.0.0.43] (really [76.184.157.127]) by cdptpa-omta04.mail.rr.com with ESMTP id <20091205042015715.CNWF1964@cdptpa-omta04.mail.rr.com> for ; Sat, 5 Dec 2009 04:20:15 +0000 Date: Fri, 04 Dec 2009 22:20:15 -0600 From: Paul Schmehl cc: Free BSD Questions list Message-ID: In-Reply-To: <20091204210840.W81190@familysquires.net> References: <015b01ca751e$02b58680$08209380$@rr.com> <4B197F38.4040008@gmail.com> <002701ca7537$0cb8a900$2629fb00$@rr.com> <20091204210840.W81190@familysquires.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: RE: Xorg - no mouse and no keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2009 04:20:17 -0000 --On December 4, 2009 8:10:08 PM -0600 "Michael L. Squires" wrote: > > I had to add the following when moving from Xorg 6 to 7 since moused no > longer manages the mouse - hald and dbus do: > > In /etc/rc.conf > ># X11 7.4 ># moused_enable="YES" > moused_enable="NO" > hald_enable="YES" > dbus_enable="YES" > > which turns on hald and dbus. As I mentioned in a previous post, I have tried it both with and without hald and dbus. Nothing works. moused_enable="NO" is already set in /etc/defaults/rc.conf, so setting it in /etc/rc.conf won't change anything. Here's my current rc.conf: dbus_enable="YES" hald_enable="YES" Here's my current xorg.conf. This was working fine before I changed monitors. The only change I made was the Model of the monitor, which shouldn't affect mouse or keyboard behavior: ]# cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 EndSection Section "ServerFlags" Option "DontZap" "No" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" FontPath "/usr/local/lib/X11/fonts/TrueType/" EndSection # Make flash work correctly Section "Extensions" Option "Composite" "Off" EndSection Section "Module" Load "GLcore" EndSection Section "DRI" Group 0 Mode 0660 EndSection Section "Monitor" Identifier "Monitor0" VendorName "Dell Computer" ModelName "DELL 2009W" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Monitor" Identifier "left" EndSection Section "Monitor" Identifier "right" Option "RightOf" "left" EndSection Section "Device" Identifier "Card0" Driver "radeonhd" VendorName "ATI Technologies Inc" BoardName "RV610" Option "Monitor-DVI-I_1/digital" "left" Option "Monitor-DVI-I_2/digital" "right" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Virtual 3360 1050 EndSubSection EndSection Here's my current Xorg.0.log (the relevant parts): # grep -i mouse /var/log/Xorg.0.log (==) RADEONHD(0): Silken mouse enabled (II) config/hal: Adding input device Optical USB Mouse (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" (**) Optical USB Mouse: Device: "/dev/sysmouse" (==) Optical USB Mouse: Protocol: "Auto" (**) Optical USB Mouse: always reports core events (**) Option "Device" "/dev/sysmouse" (==) Optical USB Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Optical USB Mouse: ZAxisMapping: buttons 4 and 5 (**) Optical USB Mouse: Buttons: 9 (**) Optical USB Mouse: Sensitivity: 1 (II) XINPUT: Adding extended input device "Optical USB Mouse" (type: MOUSE) (**) Optical USB Mouse: (accel) keeping acceleration scheme 1 (**) Optical USB Mouse: (accel) filter chain progression: 2.00 (**) Optical USB Mouse: (accel) filter stage 0: 20.00 ms (**) Optical USB Mouse: (accel) set acceleration profile 0 (II) Optical USB Mouse: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Optical USB Mouse: SetupAuto: protocol is SysMouse (II) config/hal: Adding input device PS/2 Mouse (**) PS/2 Mouse: Device: "/dev/psm0" (==) PS/2 Mouse: Protocol: "Auto" (**) PS/2 Mouse: always reports core events (==) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5 (**) PS/2 Mouse: Buttons: 9 (**) PS/2 Mouse: Sensitivity: 1 (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE) (**) PS/2 Mouse: (accel) keeping acceleration scheme 1 (**) PS/2 Mouse: (accel) filter chain progression: 2.00 (**) PS/2 Mouse: (accel) filter stage 0: 20.00 ms (**) PS/2 Mouse: (accel) set acceleration profile 0 (II) PS/2 Mouse: SetupAuto: hw.iftype is 3, hw.model is 0 (II) PS/2 Mouse: SetupAuto: protocol is PS/2 (II) PS/2 Mouse: ps2EnableDataReporting: succeeded # grep -i keyboard /var/log/Xorg.0.log (II) Cannot locate a core keyboard device. (II) Initializing built-in extension XKEYBOARD (II) config/hal: Adding input device Microsoft Natural Keyboard Elite (**) Microsoft Natural Keyboard Elite: always reports core events (**) Microsoft Natural Keyboard Elite: Protocol: standard (**) Microsoft Natural Keyboard Elite: XkbRules: "xorg" (**) Microsoft Natural Keyboard Elite: XkbModel: "pc105" (**) Microsoft Natural Keyboard Elite: XkbLayout: "us" (**) Microsoft Natural Keyboard Elite: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Microsoft Natural Keyboard Elite" (type: KEYBOARD) (II) config/hal: Adding input device AT Keyboard (**) AT Keyboard: always reports core events (**) AT Keyboard: Protocol: standard (**) AT Keyboard: XkbRules: "xorg" (**) AT Keyboard: XkbModel: "pc105" (**) AT Keyboard: XkbLayout: "us" (**) AT Keyboard: CustomKeycodes disabled (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) There are no errors and only one warning in the log: # egrep '(EE|WW)' /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER (WW) RADEONHD(0): RHDCSInit: No CS for R600 and up yet. On Monday I'm going to try the radeon and ati drivers and see if they do any good. I might also install the radeonhd-devel port to see it that helps. I've completely rebuilt the xorg meta port to no avail. If anyone has tips for troubleshooting this (logs to look at, utilities to run, etc.), I'd be very thankful. All the Windows users at work are harassing me because I can't get Xorg working. Paul Schmehl, If it isn't already obvious, my opinions are my own and not those of my employer. ****************************************** WARNING: Check the headers before replying