You are not logged in.
Pages: 1
I'm using ion2 and I can't get AltGr characters in any app.
However it works in command line outside X...
My kbmap is pt-latin9.
is this a xorg or a ion problem?
Something else:
How do I change the default font size in xterm?
Offline
I'm using ion2 and I can't get AltGr characters in any app.
However it works in command line outside X...
My kbmap is pt-latin9.
is this a xorg or a ion problem?
Does
setxkbmap pt
work? If yes, put it in your .xinitrc or .xsession
Something else:
How do I change the default font size in xterm?
Put
xterm*faceSize: 14
in ~/.Xdefaults (14 is the default size)
Run: xrdb .Xdefaults
and start xterm to check the changes. I haven't tried it, though.
Offline
setxkbmap pt
worked fine.
As for the xterm font size, I don't have any ~/.Xdefaults.
Offline
setxkbmap pt
worked fine.As for the xterm font size, I don't have any ~/.Xdefaults.
Create it if it doesn't exist.
EDIT: ~/.Xdefaults specifies resource (here it's faceSize) for X apps. If you want to further customize xterm or any other X apps, read the man pages.
Offline
I'll work on it right away.
Thanks Snowman!
Offline
Snowman,
I created ~/.Xdefaults with:
xterm*faceSize: 18
then I did
xrdb -all .Xdefaults
I checked with
xrdb -all -query and it confirmed command in .Xdefaults, restarted x but font size didn't change...
Offline
It looks like support for faceSize isn't compiled for xterm. Try instead:
xterm*font: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
You can replace 14 with 15, 18 or 20 for bigger font size. I tried it this time and they all works.
Offline
Thanks Snowman, it works!
Offline
thanks i was looking for that one!
no i can write ç and @ (especially the latter!)
Offline
Pages: 1