Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Weird keyboard problems on Ultra10
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
j_monty10
n00b
n00b


Joined: 23 Nov 2004
Posts: 3

PostPosted: Tue Nov 23, 2004 2:49 am    Post subject: Weird keyboard problems on Ultra10 Reply with quote

After 3 tries, I finally got gentoo installed. The keyboard works fine at the console, but when I go into X to test it, all my keys are moved to the right by one. e.g. e=r, u=i, etc. I am running kernel 2.4.26 and xorg-x11-6.8.0-r3. Here is my xorg.conf, any help would be appreciated as I am about to pull my hair out!!!!



Quote:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Handle SpecialKeys" "Always"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
# Driver "kbd"
Driver "keyboard"
Option "Protocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "AutoRepeat" "500 30"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "us"
Option "XkbTypes" "types/complete"
Option "XkbCompat" "compat/complete"
Option "XkbGeometry" "sun(type5)"
Option "XkbSymbols "sun/us(sun5)"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
Option "Emulate3Buttons" "false"
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 "accel" # [<bool>]
#Option "crt_display" # [<bool>]
#Option "composite_sync" # [<bool>]
#Option "hw_cursor" # [<bool>]
#Option "mmio_cache" # [<bool>]
#Option "test_mmio_cache" # [<bool>]
#Option "panel_display" # [<bool>]
#Option "probe_clocks" # [<bool>]
#Option "reference_clock" # <freq>
#Option "shadow_fb" # [<bool>]
#Option "sw_cursor" # [<bool>]
Identifier "Card0"
Driver "ati"
VendorName "ATI"
BoardName "3D Rage Pro 215GP"
ChipSet "ati"
ChipId 0x4750
ChipRev 0x5c
BusID "PCI:1:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
#DefaultDepth 24
Depth 8
Modes "800x600" "1024x768" "640x480"
Viewport 0 0
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
Viewport 0 0
EndSubSection
EndSection
Back to top
View user's profile Send private message
Emphii
n00b
n00b


Joined: 08 Oct 2004
Posts: 46

PostPosted: Tue Nov 23, 2004 10:14 pm    Post subject: Reply with quote

I have this kind of section for keyboard:

Code:
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "Protocol" "Standard"
        Option      "XkbKeycodes" "sun(type5)"
        Option      "XkbModel" "type5_euro"
        Option      "XkbRules" "sun"
        Option      "XkbLayout" "fi"
        Option      "XkbTypes" "types/complete"
        Option      "XkbCompat" "compat/complete"
        Option      "XkbGeometry" "sun(type5unix)
        Option      "AutoRepeat" "500 30"
EndSection


Only difference for trying:
XkbGeometry
and remove XkbSymbols, which I don't think to be your problem.
_________________
/tmp.
Back to top
View user's profile Send private message
j_monty10
n00b
n00b


Joined: 23 Nov 2004
Posts: 3

PostPosted: Tue Nov 23, 2004 11:30 pm    Post subject: Reply with quote

Thanks for your help, but that didn't work either. I'm wondering if I have a bad keyboard, but why would it work fine in console? Any other ideas?
Back to top
View user's profile Send private message
j_monty10
n00b
n00b


Joined: 23 Nov 2004
Posts: 3

PostPosted: Wed Nov 24, 2004 12:15 am    Post subject: Reply with quote

Ok, I did some digging, and when I do a printenv at the openboot prompt, there is nothing listed under keymap. Does anyone know if this could be the problem with the keys not working correctly in X? If so, what are valid keymaps that I can use?
Back to top
View user's profile Send private message
Emphii
n00b
n00b


Joined: 08 Oct 2004
Posts: 46

PostPosted: Wed Nov 24, 2004 6:30 pm    Post subject: Reply with quote

Quote:
Ok, I did some digging, and when I do a printenv at the openboot prompt, there is nothing listed under keymap.



I did a check to mine too. Same as your. Nothing there. Hmm.

By the way I had to disable viewports from my xorg.conf, but I don't remember why.
Maybe there were some problems with screen. Or keyboard went unusable. Honestly -
I don't remember. =)
_________________
/tmp.
Back to top
View user's profile Send private message
Emphii
n00b
n00b


Joined: 08 Oct 2004
Posts: 46

PostPosted: Wed Nov 24, 2004 7:36 pm    Post subject: Reply with quote

How does your /var/log/Xorg.0.log look? Any errorcodes there?
_________________
/tmp.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum