ports/77217: x11-servers/xorg-server has keyboard problem on pc98
NAKAJI Hiroyuki
nakaji at jp.freebsd.org
Mon Feb 7 16:40:20 UTC 2005
>Number: 77217
>Category: ports
>Synopsis: x11-servers/xorg-server has keyboard problem on pc98
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Feb 07 16:40:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: NAKAJI Hiroyuki
>Release: FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD xa12.heimat.gr.jp 6.0-CURRENT FreeBSD 6.0-CURRENT #6: Sun Feb 6 23:45:39 JST 2005 root at xa12.heimat.gr.jp:/usr/obj/home/nakaji/FreeBSD-PC98/src/sys/NAKAJI i386
>Description:
It seems as same as ports/71937. But after upgrade to
X11R6.8.0, the keyboard problem on pc98 has come again. SHIFT, CTRL,
and so on are not usable, they have no effect. And in
/var/log/Xorg.0.log, there is a note
(==) Keyboard: CustomKeycode disabled
In X11R6.7.0, there is no such problem.
Here is my xorg.conf.
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"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/intl"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/non-cjk"
FontPath "/usr/X11R6/lib/X11/fonts/freefont"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
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 "keyboard"
Option "XkbRules" "xfree98"
Option "XkbModel" "pc98"
Option "XkbLayout" "nec/jp"
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
>How-To-Repeat:
>Fix:
I want to know, too.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list