View Single Post
  #1   (View Single Post)  
Old 1st February 2010
delboy's Avatar
delboy delboy is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 63
Default xorg.conf overriden?

FreeBSD 8.0
amd64

/var/log/xorg.0.log
Code:
Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(**) AT Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) AT Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) AT Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) AT Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) AT Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) AT Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD)
/etc/X11/xorg.conf
Code:
Section "InputDevice"
	Identifier  " Keyboard0"
	Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "gb"
Is something overriding my xorg.conf file,I need a gb XkbLayout but log tells me I have a us one.
As you can guess my keyboard is not working properly,some keys in the wrong place.

Last edited by J65nko; 1st February 2010 at 09:12 PM. Reason: Fixed closing [code]
Reply With Quote