Date: Wed, 23 Feb 2005 17:09:33 -0500 (EST) From: Aaron Dudek <adudek@sprint.net> To: freebsd-sparc@freebsd.org Subject: Problems with X.. Message-ID: <Pine.GSO.4.61.0502231706100.570@raistlin.sprintlink.net> In-Reply-To: <Pine.GSO.4.61.0502231348150.1159@raistlin.sprintlink.net> References: <Pine.GSO.4.61.0502231348150.1159@raistlin.sprintlink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I seem to be having an issue with the keyboard driver under xorg 6.8.1.
I have specified the keyboard driver in xorg.conf but all the keys are
shifted to the left by 1, eg. I hit "g" and I get "h". Is this correctible
under 6.8 or do I have to downgrade to 6.7?
Aaron
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" # RightOf "Screen1"
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/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "xie"
Load "pex5"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "sun"
Option "XkbModel" "type5"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/uart3"
EndSection
Section "Monitor"
#DisplaySize 390 290 # mm
Identifier "Monitor0"
VendorName "SUN"
ModelName "567"
HorizSync 31.5 - 100.0
VertRefresh 40.0 - 150.0
Option "DPMS"
Modeline "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204
1250 +hsync +vsync
EndSection
Section "Monitor"
#DisplaySize 390 290 # mm
Identifier "Monitor1"
VendorName "SUN"
ModelName "567"
HorizSync 31.5 - 100.0
VertRefresh 40.0 - 150.0
Option "DPMS"
Modeline "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204
1250 +hsync +vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "sunffb"
VendorName "SUN"
BoardName "Sun Creator"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "sunffb"
VendorName "SUN"
BoardName "Sun Creator"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1024x768" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1024x768" "640x480"
EndSubSection
EndSection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.61.0502231706100.570>
