![]() ![]() |
Oct 21 2004, 02:58 AM
Post
#1
|
|
|
Group: Members Posts: 41 Joined: 23-December 03 Member No.: 1,259 |
Hi !
Anybody know how to do this? |
|
|
|
Oct 21 2004, 04:06 AM
Post
#2
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
of what ?
Under X these things are dependent on what you use. (application gtk, qt etc..) |
|
|
|
Oct 21 2004, 06:06 AM
Post
#3
|
|
|
Group: Members Posts: 992 Joined: 9-October 03 From: NYC Member No.: 609 |
I plan on trying to get some fonts to the pdaX after release.
I went through most all of the fonts, and they're all basically the same! (ie: they're extremely similar) :-/ Scott |
|
|
|
Oct 25 2004, 06:18 AM
Post
#4
|
|
|
Group: Members Posts: 41 Joined: 23-December 03 Member No.: 1,259 |
Hi !
On full Linux you can use xterm with different fonts and size . I have not been able to do the same on pdaxrom... I get the same size whatever I do !! |
|
|
|
Oct 25 2004, 08:07 AM
Post
#5
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
you can use xterm -fn fontname
to get the fontnames available use xlsfonts to modify the shortcut exit /user/share/applications/xterm.desktop and modify the Exec line. I've just tried the .Xresources method. Normally if you place a .Xresources file in your home directory (eg /home/root/.Xresources) containing a line like CODE XTerm*font: fontname and then do xrdb -merge ~/.Xresources the settings is taken for all xterm you open BUT xrdb requires the c prepocessor cpp. So you can still do this if you have cpp for instance if you have the native sdk installed. another problem is that xrdb is looking for cpp in the wrong directory. But if you have cpp and if you add in /home/root/.xinitrc a line like : CODE xrdb -cpp /opt/arm/3.3.2-vfp/bin/cpp -merge $HOME/.Xresources Then it works after you restart X it works. (you can also use the previous line without restarting X if you want to try) A lots of applications can be configured via Xresources (size position etc...) |
|
|
|
Oct 25 2004, 02:41 PM
Post
#6
|
|
|
Group: Members Posts: 90 Joined: 5-June 04 Member No.: 3,580 |
Instead of ~/.Xresources, create a file (same format) called ~/.Xdefaults . This works without having to run anything special.
Dave |
|
|
|
Oct 25 2004, 09:48 PM
Post
#7
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
And you are right! ..... hmm i wonder why, anyway this nice.
|
|
|
|
Oct 26 2004, 07:16 PM
Post
#8
|
|
|
Group: Members Posts: 90 Joined: 5-June 04 Member No.: 3,580 |
The only reason your ~/.Xresources works on a regular desktop is that whatever X startup script you use (most likely the system-wide xinitrc in /etc/X11/xinit) loads it automatically for you. X itself doesn't know about that file (afaik).
However, ALL apps that use resources always check for ~/.Xdefaults and will use the values there if no value is specified in the currently-loaded resources. Dave |
|
|
|
Oct 26 2004, 10:38 PM
Post
#9
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
Thanks for your enlightment.
The call to xrdb in the system wide xinit is present in pdaxrom but is not called, and that 's good as it won't work "out of the box" for the above reasons. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 09:27 AM |