Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[X.org R6.7.0] < > keys are gone on display 0 SOLVED
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
sven
Apprentice
Apprentice


Joined: 19 Apr 2002
Posts: 274

PostPosted: Wed Jun 02, 2004 5:56 pm    Post subject: [X.org R6.7.0] < > keys are gone on display 0 SOLVED Reply with quote

I've replaced XFree86 with X.org today. Everything works fine except that the < > keys do not work anymore :( I've googled and found out that I have to change the keyboard layout to "pc105" (had "pc104" there before). Unfortunately it still doesn't work. Now for the confusing part of my problem: The keys DO work when I start X on any display other than 0! Strange, eh?

Any idea? Btw, I own a standard german keyboard with MS Windows keys...


Last edited by sven on Thu Jun 03, 2004 3:45 pm; edited 2 times in total
Back to top
View user's profile Send private message
b0fh_
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jun 2004
Posts: 142
Location: Brazil

PostPosted: Wed Jun 02, 2004 6:25 pm    Post subject: Reply with quote

Well you can always go for a custom xkeymap...

Here's mine, for br_abnt2 keyboard with compaq's keys:

Code:
xkb_keymap {
        xkb_keycodes  { include "xfree86(abnt2)+aliases(qwerty)"        };
        xkb_types     { include "complete+caps(shift)"  };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "us(pc104)+br+inet(evo)"        };
        xkb_geometry  { include "pc"    };
};


it must be in some file, an then you load it with:

Code:
cat <file> | xkbcomp - :0


Mind you, the "+inet(evo) " will not work for you because it is only in my symbols/inet file, but it is not essential (willy-nilly internetie keys)

Peace.
_________________
"Contrary to popular belief, UNIX is user-friendly. It only happens to be picky on its friends."
Back to top
View user's profile Send private message
sven
Apprentice
Apprentice


Joined: 19 Apr 2002
Posts: 274

PostPosted: Wed Jun 02, 2004 8:52 pm    Post subject: Reply with quote

Thanks for the hint but this seems to be a user-level solution (also not a very clean one. I never had to deal with custom keymap configuration, so why now?). The keys already do not work in kdm...
Back to top
View user's profile Send private message
sven
Apprentice
Apprentice


Joined: 19 Apr 2002
Posts: 274

PostPosted: Thu Jun 03, 2004 3:44 pm    Post subject: SOLVED Reply with quote

Solved the problem!

I unmerged xorg-x11, removed the directory /usr/X11R6/lib/X11, emerged xorg-x11 again. Now it works!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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