[SOLVED] How do I use all of the screen in CLI
Posted: Sat Apr 05, 2014 3:51 pm
Hi.
When I had a desktop environment installed everything went to the edge of the screen. Now on my IBM-T20-2647 with a newly installed Debian-netinst (I want to use CLI only) the screen acts as if margined i.e: blank inch or so at top and bottom, quarter on both sides and text crunched in the middle? I'm having trouble coming up with a good search term to find a solution. I've tried looking at configs like /etc/default/console-setup with variables SCREEN_WIDTH and SCREEN_HEIGHT but also trying to change font there does nothing so I tested by commenting out most lines there and still no changes? To change the font I've put this line of code in my root and users home folders .profileand thought that the font may dictated screen size but all fonts stay in the box?
If anyone can help I would greatly appreciate it.
When I had a desktop environment installed everything went to the edge of the screen. Now on my IBM-T20-2647 with a newly installed Debian-netinst (I want to use CLI only) the screen acts as if margined i.e: blank inch or so at top and bottom, quarter on both sides and text crunched in the middle? I'm having trouble coming up with a good search term to find a solution. I've tried looking at configs like /etc/default/console-setup with variables SCREEN_WIDTH and SCREEN_HEIGHT but also trying to change font there does nothing so I tested by commenting out most lines there and still no changes? To change the font I've put this line of code in my root and users home folders .profile
Code: Select all
...
setfont Uni1-VGA.psf.gz
...If anyone can help I would greatly appreciate it.