![]() ![]() |
Oct 11 2005, 11:13 AM
Post
#1
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
I found this here:
http://www.davidsimmons.com/soft/xtermhacks/ press alt+enter and enjoy full screen console inside X. I renamed the xterm binary to fsxterm to avoid confusion with the stock xterm.
Attached File(s)
|
|
|
|
Oct 11 2005, 11:38 AM
Post
#2
|
|
|
Group: Members Posts: 32 Joined: 7-September 05 Member No.: 8,054 |
Cheers PGAS! Thanks for the ipk... been looking for a fullscreen terminal... Question - I visited the site you gave the URL to, and noticed that he hadn't prepared the ipk... did you? If so, do you have a reference somewhere that will help me build ipk's from linux source code? I want to be able to prepare ipk's for other pdaXrom users... TIA!
Stac |
|
|
|
Oct 11 2005, 12:09 PM
Post
#3
|
|
|
Group: Members Posts: 115 Joined: 20-November 03 Member No.: 968 |
Very nice... thanks!
jason |
|
|
|
Oct 11 2005, 07:51 PM
Post
#4
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
stac you can start by reading the documentation here:
http://www.pdaxrom.org/index.php?showid=2&menuid=1 "SDK installation"and "SDK tutorial" Also read this thread: http://www.oesf.org/forums/index.php?showtopic=15354 you'll find some usefull information. Feel free to open a new thread if you have question about compilation/ packaging |
|
|
|
Nov 16 2005, 01:09 AM
Post
#5
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
This version is more usable than the stock one. Thanks!
By the way could someone please tell me how to set the background and foreground color permanently (like something more than white bg and black text)? I used fsxterm -bg black -fg white but I had to enter it every time. Or can I add the options somewhere (like .bashrc but I fail to find files like this in my pdaX), or some alias in profile? |
|
|
|
Nov 16 2005, 01:25 AM
Post
#6
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
you can put something like
xterm*background: black xterm*foreground: white in the file /home/root/.Xresources (create it if it's not present) or you can add: alias fsxterm='fsxterm -bg black -fg white' in .bashrc you can also edit /usr/applications/fsxterm.desktop and add the relevant options. |
|
|
|
Nov 16 2005, 01:40 AM
Post
#7
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
QUOTE(pgas @ Nov 16 2005, 11:25 AM) you can put something like xterm*background: black xterm*foreground: white in the file /home/root/.Xresources (create it if it's not present) or you can add: alias fsxterm='fsxterm -bg black -fg white' in .bashrc you can also edit /usr/applications/fsxterm.desktop and add the relevant options. Thanks. I tried the .Xresources but it takes no effects and when I . .Xresources it returns CODE bash: xterm*background:: command not found bash: xterm*foreground:: command not found I still cannot find .bashrc using find or locate. Could your please point me to the path? I also changed the line EXEC=fsxterm -bg black -fg white in the .desktop file but the app stills opens with white bg and black fg. Did I do something wrong here? Thanks again! |
|
|
|
Nov 16 2005, 01:47 AM
Post
#8
|
|
![]() Group: Members Posts: 1,099 Joined: 17-December 03 From: Athens, Greece Member No.: 1,210 |
you don't need to source .Xresources, it should be read by xterm.
/home/root/.bashrc create it if needed. For the rest I need to test to check the syntax |
|
|
|
Nov 16 2005, 01:54 AM
Post
#9
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
Thanks.
I created .bashrc and fsxterm now shows the desired colors. But fsxterm still opens with the old colors when launching from icons. [Edited] Problem solved! Not sure whether it is necessary or relevant, but after restarting the wm it works. Thanks, pgas. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 09:14 PM |