This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (fwd) non us keyboards and cygwin xfree86


Hi

You will need more than that in your /etc/X11/XF86Config file:-

Section "ServerLayout"
	Identifier	"dummy"
	Screen	"dummy"
	InputDevice	"Keyboard1" "CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier	"Keyboard1"
	Driver	"Keyboard"
	Option	"XkbRules" "xfree86"
	Option	"XkbModel" "pc105"
	Option	"XkbLayout" "gb"
EndSection

Section "Monitor"
	Identifier	"dummy"
EndSection

Section "Device"
	Identifier	"dummy"
	Driver	"dummy"
EndSection

Section "Screen"
	Identifier	"dummy"
	Device	"dummy"
	Monitor	"dummy"
EndSection


Works for me.

The X system is fussy..so use dos2unix if you used a Windows editor to
create it.

Colin Harrison



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]