Re: xdm failing to start on FBSD 10.0 r2340030 erratically

看板FB_current作者時間12年前 (2012/06/03 18:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串7/7 (看更多)
On Mon, 9 Apr 2012, O. Hartmann wrote: > Am 04/08/12 17:29, schrieb David Wolfskill: *snip* >> * I don't know that this is different, but it may well be: my >> xorg.conf >> includes a stanza: >> >> Section "ServerFlags" >> Option "AutoAddDevices" "False" >> EndSection >> > I should go with this and try. But as far as I know, since I have USB > devices (mouse, keyboard), unpluggin and pluggin them is then, without > hal and dbus, not recognized anymore, isn't it? > > There was a discussion once going one for this subject. For posterity's sake, I wanted to mention that I use AutoAddDevices on my desktop, but for my laptop, I do not. However, I do not use HAL with either. Here are bits of my laptop's configuration to get it to use an external mouse without HAL. sysmouse(4) handles the mouse being added before or after the X server is running. Section "ServerLayout" ... InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics Mouse" "CorePointer" InputDevice "SysMouse" "SendCoreEvents" ... EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Synaptics Mouse" Driver "synaptics" Option "Protocol" "psm" Option "Device" "/dev/psm0" EndSection Section "InputDevice" Identifier "SysMouse" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Sean -- scf@FreeBSD.org _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1FopqiVs (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1FopqiVs (FB_current)