* [gentoo-user] Modular xorg loses 4 characters
@ 2006-07-06 16:56 Peter Ruskin
2006-07-06 17:06 ` Richard Fish
2006-07-06 18:08 ` [gentoo-user] Modular xorg loses 4 characters Vladimir G. Ivanovic
0 siblings, 2 replies; 12+ messages in thread
From: Peter Ruskin @ 2006-07-06 16:56 UTC (permalink / raw
To: gentoo-user
Since upgrading to 7.0-r1 from 6.8 I've lost a few characters. I
use xmodmap to get accented and other characters but four of those
characers are now missing:
leftarrow, rightarrow, uparrow and downarrow.
When typed they just show up as rectangles. Anyone know how to fix
this?
--
Peter
========================================================================
Gentoo Linux: Portage 2.1-r1. kernel-2.6.17-gentoo-r1.
2006 x86_64 AMD Athlon(tm) 64. gcc(GCC): 3.4.6.
KDE: 3.5.2. Qt: 3.3.6.
========================================================================
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Modular xorg loses 4 characters
2006-07-06 16:56 [gentoo-user] Modular xorg loses 4 characters Peter Ruskin
@ 2006-07-06 17:06 ` Richard Fish
2006-07-06 23:25 ` Peter Ruskin
2006-07-06 18:08 ` [gentoo-user] Modular xorg loses 4 characters Vladimir G. Ivanovic
1 sibling, 1 reply; 12+ messages in thread
From: Richard Fish @ 2006-07-06 17:06 UTC (permalink / raw
To: gentoo-user
On 7/6/06, Peter Ruskin <peter.ruskin@dsl.pipex.com> wrote:
> Since upgrading to 7.0-r1 from 6.8 I've lost a few characters. I
> use xmodmap to get accented and other characters but four of those
> characers are now missing:
>
> leftarrow, rightarrow, uparrow and downarrow.
>
> When typed they just show up as rectangles. Anyone know how to fix
> this?
Do the correct events appear in xev? If so, then maybe you are just
missing the right font....
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Modular xorg loses 4 characters
2006-07-06 16:56 [gentoo-user] Modular xorg loses 4 characters Peter Ruskin
2006-07-06 17:06 ` Richard Fish
@ 2006-07-06 18:08 ` Vladimir G. Ivanovic
1 sibling, 0 replies; 12+ messages in thread
From: Vladimir G. Ivanovic @ 2006-07-06 18:08 UTC (permalink / raw
To: gentoo-user
On Thu, 2006-07-06 at 17:56 +0100, Peter Ruskin wrote:
> Since upgrading to 7.0-r1 from 6.8 I've lost a few characters. I
> use xmodmap to get accented and other characters but four of those
> characers are now missing:
>
> leftarrow, rightarrow, uparrow and downarrow.
>
> When typed they just show up as rectangles. Anyone know how to fix
> this?
>
FYI: I'm using xorg-x11-7.1 (AMD64) and xev reports
KeyPress event, serial 29, synthetic NO, window 0x1200001,
root 0x50, subw 0x0, time 1157916474, (94,88),
root:(1150,115),
state 0x0, keycode 100 (keysym 0xff51, Left), same_screen
YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 29, synthetic NO, window 0x1200001,
root 0x50, subw 0x0, time 1157916569, (94,88),
root:(1150,115),
state 0x0, keycode 100 (keysym 0xff51, Left), same_screen
YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 29, synthetic NO, window 0x1200001,
root 0x50, subw 0x0, time 1157923720, (94,88),
root:(1150,115),
state 0x0, keycode 102 (keysym 0xff53, Right), same_screen
YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 29, synthetic NO, window 0x1200001,
root 0x50, subw 0x0, time 1157923797, (94,88),
root:(1150,115),
state 0x0, keycode 102 (keysym 0xff53, Right), same_screen
YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 29, synthetic NO, window 0x1200001,
root 0x50, subw 0x0, time 1157927242, (94,88),
root:(1150,115),
state 0x0, keycode 98 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 29, synthetic NO, window 0x1200001,
root 0x50, subw 0x0, time 1157927338, (94,88),
root:(1150,115),
state 0x0, keycode 98 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 29, synthetic NO, window 0x1200001,
root 0x50, subw 0x0, time 1157928165, (94,88),
root:(1150,115),
state 0x0, keycode 104 (keysym 0xff54, Down), same_screen
YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 29, synthetic NO, window 0x1200001,
root 0x50, subw 0x0, time 1157928281, (94,88),
root:(1150,115),
state 0x0, keycode 104 (keysym 0xff54, Down), same_screen
YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
--- Vladimir
--
Vladimir G. Ivanovic <vgivanovic@comcast.net>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Modular xorg loses 4 characters
2006-07-06 17:06 ` Richard Fish
@ 2006-07-06 23:25 ` Peter Ruskin
2006-07-07 3:14 ` Richard Fish
0 siblings, 1 reply; 12+ messages in thread
From: Peter Ruskin @ 2006-07-06 23:25 UTC (permalink / raw
To: gentoo-user
On Thursday 06 July 2006 18:06, Richard Fish wrote:
> On 7/6/06, Peter Ruskin <peter.ruskin@dsl.pipex.com> wrote:
> > Since upgrading to 7.0-r1 from 6.8 I've lost a few characters.
> > I use xmodmap to get accented and other characters but four of
> > those characers are now missing:
> >
> > leftarrow, rightarrow, uparrow and downarrow.
> >
> > When typed they just show up as rectangles. Anyone know how to
> > fix this?
>
> Do the correct events appear in xev? If so, then maybe you are
> just missing the right font....
>
Yes they do. I map the missing characters to AltGr+y, AltGr+[,
AltGr+] and Shift+AltGr+[ ... which produces:
←↑→↓
I thought of fonts too, but I already have most of the fonts in
portage - more than I had in xorg-6.8 (when it worked).
--
Peter
========================================================================
Gentoo Linux: Portage 2.1-r1. kernel-2.6.17-gentoo-r1.
2006 x86_64 AMD Athlon(tm) 64. gcc(GCC): 3.4.6.
KDE: 3.5.2. Qt: 3.3.6.
========================================================================
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Modular xorg loses 4 characters
2006-07-06 23:25 ` Peter Ruskin
@ 2006-07-07 3:14 ` Richard Fish
2006-07-07 10:11 ` Peter Ruskin
0 siblings, 1 reply; 12+ messages in thread
From: Richard Fish @ 2006-07-07 3:14 UTC (permalink / raw
To: gentoo-user
On 7/6/06, Peter Ruskin <peter.ruskin@dsl.pipex.com> wrote:
> Yes they do. I map the missing characters to AltGr+y, AltGr+[,
> AltGr+] and Shift+AltGr+[ ... which produces:
> ←↑→↓
>
> I thought of fonts too, but I already have most of the fonts in
> portage - more than I had in xorg-6.8 (when it worked).
Ok, what are you xmodmap entries for those. Maybe I can try to
duplicate this...
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Modular xorg loses 4 characters
2006-07-07 3:14 ` Richard Fish
@ 2006-07-07 10:11 ` Peter Ruskin
2006-07-07 12:38 ` Benno Schulenberg
2006-07-12 12:14 ` Peter Ruskin
0 siblings, 2 replies; 12+ messages in thread
From: Peter Ruskin @ 2006-07-07 10:11 UTC (permalink / raw
To: gentoo-user
On Friday 07 July 2006 04:14, Richard Fish wrote:
> On 7/6/06, Peter Ruskin <peter.ruskin@dsl.pipex.com> wrote:
> > Yes they do. I map the missing characters to AltGr+y, AltGr+[,
> > AltGr+] and Shift+AltGr+[ ... which produces:
> > ←↑→↓
> >
> > I thought of fonts too, but I already have most of the fonts in
> > portage - more than I had in xorg-6.8 (when it worked).
>
> Ok, what are you xmodmap entries for those. Maybe I can try to
> duplicate this...
>
Thanks for the offer, Richard.
keycode 29 = y Y leftarrow yen
keycode 34 = bracketleft braceleft uparrow downarrow
keycode 35 = bracketright braceright rightarrow emdash
--
Peter
========================================================================
Gentoo Linux: Portage 2.1-r1. kernel-2.6.17-gentoo-r1.
2006 x86_64 AMD Athlon(tm) 64. gcc(GCC): 3.4.6.
KDE: 3.5.2. Qt: 3.3.6.
========================================================================
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Modular xorg loses 4 characters
2006-07-07 10:11 ` Peter Ruskin
@ 2006-07-07 12:38 ` Benno Schulenberg
2006-07-12 12:14 ` Peter Ruskin
1 sibling, 0 replies; 12+ messages in thread
From: Benno Schulenberg @ 2006-07-07 12:38 UTC (permalink / raw
To: gentoo-user
Peter Ruskin wrote:
> keycode 35 = bracketright braceright rightarrow emdash
Ah, emdash! Thanks — now I can finally type it directly.
Benno
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Modular xorg loses 4 characters
2006-07-07 10:11 ` Peter Ruskin
2006-07-07 12:38 ` Benno Schulenberg
@ 2006-07-12 12:14 ` Peter Ruskin
2006-07-12 17:07 ` Richard Fish
1 sibling, 1 reply; 12+ messages in thread
From: Peter Ruskin @ 2006-07-12 12:14 UTC (permalink / raw
To: gentoo-user
On Friday 07 July 2006 11:11, Peter Ruskin wrote:
> On Friday 07 July 2006 04:14, Richard Fish wrote:
> > On 7/6/06, Peter Ruskin <peter.ruskin@dsl.pipex.com> wrote:
> > > Yes they do. I map the missing characters to AltGr+y,
> > > AltGr+[, AltGr+] and Shift+AltGr+[ ... which produces:
> > > ←↑→↓
> > >
> > > I thought of fonts too, but I already have most of the fonts
> > > in portage - more than I had in xorg-6.8 (when it worked).
> >
> > Ok, what are you xmodmap entries for those. Maybe I can try to
> > duplicate this...
>
> Thanks for the offer, Richard.
>
> keycode 29 = y Y leftarrow yen
> keycode 34 = bracketleft braceleft uparrow downarrow
> keycode 35 = bracketright braceright rightarrow emdash
>
Now I feel such a fool! My favourite monospace font Luxi Mono can't
reproduce these characters. I can see them clearly with Courier or
Courier New fonts :-)
--
Peter
========================================================================
Gentoo Linux: Portage 2.1-r1. kernel-2.6.17-gentoo-r1.
2006 x86_64 AMD Athlon(tm) 64. gcc(GCC): 3.4.6.
KDE: 3.5.2. Qt: 3.3.6.
========================================================================
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Modular xorg loses 4 characters
2006-07-12 12:14 ` Peter Ruskin
@ 2006-07-12 17:07 ` Richard Fish
2006-07-12 19:34 ` Peter Ruskin
0 siblings, 1 reply; 12+ messages in thread
From: Richard Fish @ 2006-07-12 17:07 UTC (permalink / raw
To: gentoo-user
On 7/12/06, Peter Ruskin <peter.ruskin@dsl.pipex.com> wrote:
> Now I feel such a fool! My favourite monospace font Luxi Mono can't
> reproduce these characters. I can see them clearly with Courier or
> Courier New fonts :-)
Ah. FYI, I spent a few minutes trying to get the same key mappings to
work, but I got stuck at not being able to get one of my keys to
become AltGr! Sorry I never got the chance to get back to it. BTW,
am I the only one who gets dizzy from trying to figure out how xkb
actually works?
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Modular xorg loses 4 characters
2006-07-12 17:07 ` Richard Fish
@ 2006-07-12 19:34 ` Peter Ruskin
2006-07-12 19:59 ` [gentoo-user] XKB docs Donnie Berkholz
0 siblings, 1 reply; 12+ messages in thread
From: Peter Ruskin @ 2006-07-12 19:34 UTC (permalink / raw
To: gentoo-user
On Wednesday 12 July 2006 18:07, Richard Fish wrote:
> On 7/12/06, Peter Ruskin <peter.ruskin@dsl.pipex.com> wrote:
> > Now I feel such a fool! My favourite monospace font Luxi Mono
> > can't reproduce these characters. I can see them clearly with
> > Courier or Courier New fonts :-)
>
> Ah. FYI, I spent a few minutes trying to get the same key
> mappings to work, but I got stuck at not being able to get one of
> my keys to become AltGr! Sorry I never got the chance to get
> back to it. BTW, am I the only one who gets dizzy from trying to
> figure out how xkb actually works?
>
You aren't the only one. While trying to fix my perceived problem I
searched through the documentation provided by xorg-docs. All I
got was a headache. I wish there were a user-friendly doc that
explained all those config options like XkbOptions, XkbLayout, etc.
--
Peter
========================================================================
Gentoo Linux: Portage 2.1-r1. kernel-2.6.17-gentoo-r1.
2006 x86_64 AMD Athlon(tm) 64. gcc(GCC): 3.4.6.
KDE: 3.5.2. Qt: 3.3.6.
========================================================================
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] XKB docs
2006-07-12 19:34 ` Peter Ruskin
@ 2006-07-12 19:59 ` Donnie Berkholz
2006-07-12 21:29 ` Peter Ruskin
0 siblings, 1 reply; 12+ messages in thread
From: Donnie Berkholz @ 2006-07-12 19:59 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 487 bytes --]
Peter Ruskin wrote:
> You aren't the only one. While trying to fix my perceived problem I
> searched through the documentation provided by xorg-docs. All I
> got was a headache. I wish there were a user-friendly doc that
> explained all those config options like XkbOptions, XkbLayout, etc.
Here's a few ideas:
http://www.charvolant.org/~doug/xkb/
http://pascal.tsu.ru/en/xkb/
http://xorg.freedesktop.org/releases/X11R7.0/doc/html/XKB-Config.html
Thanks,
Donnie
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] XKB docs
2006-07-12 19:59 ` [gentoo-user] XKB docs Donnie Berkholz
@ 2006-07-12 21:29 ` Peter Ruskin
0 siblings, 0 replies; 12+ messages in thread
From: Peter Ruskin @ 2006-07-12 21:29 UTC (permalink / raw
To: gentoo-user
On Wednesday 12 July 2006 20:59, Donnie Berkholz wrote:
> Peter Ruskin wrote:
> > You aren't the only one. While trying to fix my perceived
> > problem I searched through the documentation provided by
> > xorg-docs. All I got was a headache. I wish there were a
> > user-friendly doc that explained all those config options like
> > XkbOptions, XkbLayout, etc.
>
> Here's a few ideas:
>
> http://www.charvolant.org/~doug/xkb/
> http://pascal.tsu.ru/en/xkb/
> http://xorg.freedesktop.org/releases/X11R7.0/doc/html/XKB-Config.
>html
>
Hey, thanks Donnie. I particularly like the first one.
--
Peter
========================================================================
Gentoo Linux: Portage 2.1-r1. kernel-2.6.17-gentoo-r1.
2006 x86_64 AMD Athlon(tm) 64. gcc(GCC): 3.4.6.
KDE: 3.5.2. Qt: 3.3.6.
========================================================================
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2006-07-12 21:46 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 16:56 [gentoo-user] Modular xorg loses 4 characters Peter Ruskin
2006-07-06 17:06 ` Richard Fish
2006-07-06 23:25 ` Peter Ruskin
2006-07-07 3:14 ` Richard Fish
2006-07-07 10:11 ` Peter Ruskin
2006-07-07 12:38 ` Benno Schulenberg
2006-07-12 12:14 ` Peter Ruskin
2006-07-12 17:07 ` Richard Fish
2006-07-12 19:34 ` Peter Ruskin
2006-07-12 19:59 ` [gentoo-user] XKB docs Donnie Berkholz
2006-07-12 21:29 ` Peter Ruskin
2006-07-06 18:08 ` [gentoo-user] Modular xorg loses 4 characters Vladimir G. Ivanovic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox