[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#234113: [Fwd: Re: Bug#234113: [branden@debian.org: Bug#234113: xlibs or xkb: no more pipe, tilde, ... (alt-gr ?) on ibook]]



Hi,

Since I don't know who "234113-quiet@bugs.debian.org" will reach, I repost a preliminary workaround to the right (?) addresses.

Sincerely,
--- Begin Message ---

Hi,

Please mail this bug your /etc/X11/XF86Config-4 file so we can see what
your keyboard configuration is.
See the attachment. By doing an strace on X, I noticed that X looks for my symbol map in symbols/pc/fr_new instead of symbols/macintosh/fr_new... Since I have a lot of problems with my dsl connection, I cannot check the XF86 docs to see any changes in the configuration statements, but it seems to be something as stupid as this.

BTW, I found a working workaround for my keyboard configuration : Once X is launched, in a terminal, simply issue "setxkbmap fr_new".

Thanks a lot.
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules-dri-trunk"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dri"
	Load  "glx"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules"		"xfree86"
        Option      "XkbModel"		"macintosh"
        Option      "XkbLayout"		"fr_new"
        Option      "XkbOptions"	"ctrl:nocaps"
        Option      "AutoRepeat"	"100 25"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol"		"ImPS/2"
	Option	    "Device"		"/dev/input/mice"
	Option      "ZAxisMapping"	"4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        Option     "UseFBDev"		"True"         	# [<bool>]
	Option     "EnablePageFlip"	"True"		# [<bool>]
        Option     "AGPMode"		"4"           	# <i>
	Option     "AGPFastWrite"	"True"		# [<bool>]
#	Option     "DDCMode"		"True"		# [<bool>]
#	Option     "CloneDisplay"	"1"		# [<0-4>]
#	Option     "OverlayOnCRTC2"	"True"		# [<bool>]
#	Option     "CloneMode"		"1024x768"	# [<str>]
#	Option     "CloneHSync"				# [<str>]
#	Option     "CloneVRefresh"			# [<str>]
##     Option  "MergedFB" "true"
##     Option  "CRT2Position" "LeftOf"
##     Option  "MetaModes" "1024x768-1024x768 1024x768"
##     Option  "CRT2HSync" "31-64"
##     Option  "CRT2VRefresh" "50-75"
##     Option  "CRT2ForceOn" "true"
	Identifier  "Card0"
	Driver      "ati"
	BusID       "PCI:0:16:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 16
	SubSection "Display"
		Depth     15
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	mode 0666
EndSection

--- End Message ---

Reply to: