You are not logged in.

#1 2006-12-22 04:40:55

gujjdo
Member
Registered: 2006-09-18
Posts: 4

altgr not working

Hi!

Having a problem with my alt gr button, works mostly like a usual alt-button


xev says this when pressing alt gr:

KeyPress event, serial 32, synthetic NO, window 0x1a00001,
    root 0x5c, subw 0x0, time 2826022020, (535,238), root:(719,445),
    state 0x0, keycode 113 (keysym 0xffea, Alt_R), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

xmodmap says:

xmodmap:  up to 2 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Caps_Lock (0x42)
control     Control_L (0x25),  Control_R (0x6d)
mod1        Alt_L (0x40),  Alt_R (0x71)
mod2        Num_Lock (0x4d)
mod3      
mod4      
mod5        Scroll_Lock (0x4e)

Running X Window System Version 7.1.1
alt gr works perfectly in a normal tty without xorg...

Thanks
//gujjdo

Offline

#2 2006-12-22 18:58:04

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: altgr not working

Please post the section of your xorg.conf relating to your keyboard. One thing that's easy to forget (at least I do) is

Option "XkbModel" "pc105"

1000

Offline

#3 2006-12-22 19:33:04

detto
Member
Registered: 2006-01-23
Posts: 510

Re: altgr not working

Do you have XGL or s.th. like that running ?!

Offline

#4 2006-12-23 02:38:22

gujjdo
Member
Registered: 2006-09-18
Posts: 4

Re: altgr not working

No, as far as i know i dont have XGL or something like that, i have a normal installation of xorg.


Keyboard section which i've been trying quite a lot with without any success sad :

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option "XkbKeycodes" "xfree86"
        Option "XkbSymbols" "se"
        Option "XkbGeometry" "pc(pc103)"
        Option "XkbLayout" "se"
EndSection

Offline

Board footer

Powered by FluxBB