no ctrl nor shift key etc on pc98

NAKAJI Hiroyuki nakaji at heimat.jp
Sun Jun 3 12:22:24 UTC 2007


Hi,

I updated to xorg 7.2 on my FreeBSD/pc98 and found CTRL, SHIFT and some
keys do not function.

Are there some changes in kbd codes? Please help.

Here is my xorg.conf. Thanks in advance.

=== xorg.conf ===
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/local/lib/X11/rgb"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/local"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/Speedo/"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath   "/usr/local/lib/X11/fonts/intl"
	FontPath   "/usr/local/lib/X11/fonts/cyrillic"
	FontPath   "/usr/local/lib/X11/fonts/non-cjk"
	FontPath   "/usr/local/lib/X11/fonts/freefont"
	FontPath   "/usr/local/lib/X11/fonts/sharefont"
	FontPath     "/usr/local/lib/X11/fonts/TrueType/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"

	SubSection	"extmod"
		Option	"omit xfree86-dga"
	EndSubSection

	Load  "speedo"
	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/cuad0"
	Option	"Emulate3Buttons"
	Option	"Buttons"	"5"
	Option	"ZAxisMapping"	"4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync       31.5-79.0
	HorizSync       31.5-64.3
	VertRefresh     50-100
	Modeline  "1280x1024" 135.00 1280 1300 1444 1712 1024 1027 1030 1064
#	Modeline  "1280x1024" 130.00 1280 1300 1444 1712 1024 1027 1030 1064
	Modeline  "1152x864"  135.00 1152 1464 1592 1776 864 864 876 908
	Modeline  "1024x768"   98.90 1024 1028 1188 1344 768 782 788 794 -hsync -vsync
	Modeline  "800x600"    69.65 800 864 928 1088 600 604 610 640 -hsync -vsync
	Modeline  "640x480"    45.80 640 672 768 864 480 488 494 530 -hsync -vsync
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "mga"
	VendorName  "Matrox Graphics, Inc."
	BoardName   "MGA 2064W [Millennium]"
	BusID       "PCI:0:13:0"
	VideoRam    4096
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth	16
	SubSection "Display"
		Depth     16
		Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerFlags"
    Option	"blank time"	"10"	# 10 minutes

    Option	"standby time"	"20"
    Option	"suspend time"	"30"
    Option	"off time"	"60"

    Option	"PC98"

EndSection
=== xorg.conf ===
-- 
NAKAJI Hiroyuki


More information about the freebsd-x11 mailing list