OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: omega on October 11, 2004, 06:00:32 am

Title: increasing aterm font size
Post by: omega on October 11, 2004, 06:00:32 am
where can i specify the aterm font size and also how much work would be involved to bing hte fn1 and fn2 to behave as they did in qtopia.
Title: increasing aterm font size
Post by: tombraider on February 25, 2007, 12:45:10 pm
This is a response to an old old question,  but if some newbie to pdaxrom does a search,  this will come up and it deserves an answer.  Sorry, can't help with the SECOND part of the question.

This is just a quick and dirty answer. How to change to a bigger font in Aterm:

Just go to /home or /home/root and find the .Xdefaults file. Copy the current file to a safe place or rename it to .Xdefaultsold and create a new empty .Xdefaults file in the same location. Paste the following code into the file and save.  If you want a larger font,  change the 160 to 180.  You can change transparent to "false" or change color of the foreground to green if you want a green font.

Code: [Select]
aterm*loginShell:true
  aterm*transparent:true
  aterm*shading:60
  aterm*background:Black
  aterm*foreground:White
  aterm*scrollBar:true
  aterm*scrollBar_right:true
  aterm*transpscrollbar:true
  aterm*saveLines:32767
  aterm*font:*-*-fixed-medium-r-normal--*-160-*-*-*-*-iso8859-1
  aterm*boldFont:*-*-fixed-bold-r-normal--*-*-160-*-*-*-*-iso8859-1

Hope this helps someone.
 
Quote
where can i specify the aterm font size and also how much work would be involved to bing hte fn1 and fn2 to behave as they did in qtopia.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=45701\"][{POST_SNAPBACK}][/a][/div]