Hello,
I am having problems when using the composite out. the problem is the screen resolution being so low that whenever i'm using the terminal, in x, I can't see the last few lines at the bottom of the window. This is stopping me from being able to see prompts from apt-get etc. I have tried to resize the window, but it seems to have a minimum size or won't let me from the top of the window. Is there a way to change this minimum size so i don't need to leave x whenever i want to use the terminal. I was finding this frustrating when trying the C64 tutorial.
Thanks
TC
Composite problems
11 posts
- Posts: 4
- Joined: Tue May 29, 2012 8:43 pm
Have you tried editing config.txt?
http://elinux.org/RPi_config.txt
http://elinux.org/RPi_config.txt
- Posts: 153
- Joined: Tue May 15, 2012 6:06 am
You want the overscan settings here:
http://elinux.org/R-Pi_Troubleshooting# ... D_monitors
http://elinux.org/R-Pi_Troubleshooting# ... D_monitors
- Moderator
- Posts: 3250
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
It's not the overscan settings, have just tried them. The desktop is fully on the screen. the problem is that the window goes down beneath the toolbar then off hte bottom of the desktop. the window is just too big for the desktop.
TC
TC
- Posts: 4
- Joined: Tue May 29, 2012 8:43 pm
If the window is too large for the display, you can move the window around by pressing the Alt key while clicking on the border of the window. Then you can drag the window higher on the display.
This can be a real pain when using large windows on a small display such as 640x480. Maybe you could try using a slightly larger display (see http://elinux.org/RPi_config.txt) as long as you can still read the text properly.
This can be a real pain when using large windows on a small display such as 640x480. Maybe you could try using a slightly larger display (see http://elinux.org/RPi_config.txt) as long as you can still read the text properly.
- Posts: 1413
- Joined: Tue Jan 17, 2012 2:38 pm
You can control the size of the LXTerminal window as follows...
(you might prefer to do this the first time using the naked command line before the startx command)
Edit the launch configuration for LXTerminal using the following command
sudo nano /usr/share/applications/lxterminal.desktop
Near the end of the document, find the "Exec" command, change this to
Exec=lxterminal --geometry=60x20
Press ctrl-o to save, ctrl-x to exit the editor.
The next time you try to launch LXTerminal in LXDE, this will open a smaller terminal (60x20 characters).
You may have to experiment with the window size to make it as big as possible to fit on your screen.
(you might prefer to do this the first time using the naked command line before the startx command)
Edit the launch configuration for LXTerminal using the following command
sudo nano /usr/share/applications/lxterminal.desktop
Near the end of the document, find the "Exec" command, change this to
Exec=lxterminal --geometry=60x20
Press ctrl-o to save, ctrl-x to exit the editor.
The next time you try to launch LXTerminal in LXDE, this will open a smaller terminal (60x20 characters).
You may have to experiment with the window size to make it as big as possible to fit on your screen.
- Posts: 1413
- Joined: Tue Jan 17, 2012 2:38 pm
I used to run an Ubuntu variant on an EeePC which only had a 800x480 screen. The number of GUI programs that had windows "too big for the screen" was really annoying
The alt-click&drag is definitely the trick, although IIRC it worked anywhere in a window, not just on the border...?
The alt-click&drag is definitely the trick, although IIRC it worked anywhere in a window, not just on the border...?
You can make a larger framebuffer. e.g.
framebuffer_width=1024
framebuffer_height=768
which should give you more window room in X. You may find the fonts get smaller and less readable.
framebuffer_width=1024
framebuffer_height=768
which should give you more window room in X. You may find the fonts get smaller and less readable.
- Moderator
- Posts: 3250
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Thanks everyone.
The Alt trick did the job, although that isn't only cure. It won't let me mae teh window smaller until I've made it bigger. once i'd moved the window and could see what i was doing at the side I was away. I can now use the terminal, just need to learn some commands..
Is this caused by a bug in the LXTerminal and where would be the place to report it? I think this maybe used on quite a few small screens in the future.
Cheers
TC
The Alt trick did the job, although that isn't only cure. It won't let me mae teh window smaller until I've made it bigger. once i'd moved the window and could see what i was doing at the side I was away. I can now use the terminal, just need to learn some commands..
Is this caused by a bug in the LXTerminal and where would be the place to report it? I think this maybe used on quite a few small screens in the future.
Cheers
TC
- Posts: 4
- Joined: Tue May 29, 2012 8:43 pm
Hi - I've had the same problems with composite but found you need to play with the overscan values in the config.txt file. I have;
overscan_left=40
overscan_right=20
overscan_top=20
overscan_bottom=20
Which fits my desktop nicely
overscan_left=40
overscan_right=20
overscan_top=20
overscan_bottom=20
Which fits my desktop nicely
- Posts: 44
- Joined: Fri Dec 30, 2011 1:32 pm
Thx for posting config.txt configs.
- Posts: 50
- Joined: Fri Jan 13, 2012 12:28 am