From owner-freebsd-questions@FreeBSD.ORG Fri Dec 4 23:11:04 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 34FAB106568D for ; Fri, 4 Dec 2009 23:11:04 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.120]) by mx1.freebsd.org (Postfix) with ESMTP id EC61C8FC1A for ; Fri, 4 Dec 2009 23:11:03 +0000 (UTC) Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=pschmehl_lists@tx.rr.com; auth=pass (LOGIN) X-Authority-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=aR16PxjQAAAA:8 a=ayC55rCoAAAA:8 a=u0FMCBahahGyS3bY2O0A:9 a=aZQ1KhtESraC2hkEwBkA:7 a=9w4uLYMDMSEpfFTXAY1CNQ4ZFawA:4 a=SV7veod9ZcQA:10 a=aWTTYslQkP0A:10 X-Cloudmark-Score: 0 X-Originating-IP: 129.110.241.3 Received: from [129.110.241.3] ([129.110.241.3:50504] helo=irsec67702) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTPA id 8F/CB-19941-607991B4; Fri, 04 Dec 2009 23:11:03 +0000 From: "Paul Schmehl" To: "'Colin Albert'" References: <015b01ca751e$02b58680$08209380$@rr.com> <4B197F38.4040008@gmail.com> In-Reply-To: <4B197F38.4040008@gmail.com> Date: Fri, 4 Dec 2009 17:11:02 -0600 Message-ID: <002701ca7537$0cb8a900$2629fb00$@rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acp1KOx56xz41KwBQG2FsBaDtZsmuAADFbaw Content-Language: en-us Cc: 'Free BSD Questions list' Subject: RE: Xorg - no mouse and no keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2009 23:11:04 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Colin Albert > Sent: Friday, December 04, 2009 3:29 PM > Cc: 'Free BSD Questions list' > Subject: Re: Xorg - no mouse and no keyboard > > > > Have you tried adding AutoAddDevices false to your xorg.conf? > > Section "ServerFlags" > Option "AutoAddDevices" "false" > EndSection > > I had to do that until the latest hal update in order to get my > wireless > usb mouse and keyboard to work under X. Otherwise your settings for > mouse and keyboard have no effect after X org 7.4. > I should have posted my xorg.conf file. Yes, I have that in ServerFlags. Here's my current xorg.conf: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "DontZap" "No" Option "AllowEmptyInput" "No" Option "AutoAddDevices" "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 Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection And here's the one I had that was working: 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 Paul Schmehl (pschmehl_lists@tx.rr.com) In case it isn't already obvious, my opinions are my own and not those of my employer