Page 1 of 1

overscan and display

Posted: Wed Jun 26, 2013 6:27 pm
by apples723
Hello noob here just got my raspberry pi about a week ago and anyway i have it connected via VGA cable to a Polaroid portable DVD player just using the screen and then sometimes i will connect it up to the TV and use xbmc (have xbmc running on raspbain loving it!) any way my problem is that cant disable over scan i get an error and i cant fit my task bar or windows to my full screen they go beyond and my next problem is that i have a hidden WiFi(my parents WiFi still 16) but my father refuses to un hide it how can i connect to it having to share via Ethernet cable from laptop because im stuck in a chair because i just had foot surgery.
any help would be apreciated

Re: overscan and display

Posted: Thu Jun 27, 2013 4:23 pm
by Davespice
Hi there!
Okay just to double check, this image below is a VGA cable;
1)Image

So are you using one of these (above) with a HDMI to VGA converter or are you using a composite cable like this one (below)?
2)Image

Either way I think you can probably solve this by modifying the settings in config.txt. I’ll give you some suggested changes below. So config.txt is a small text file that you can edit either on the Pi itself or on your Windows PC but putting the SD card into it. It should be one of the files that you’ll see when you explore the SD card. From on the Pi through you can modify it by using this command;

Code: Select all

sudo nano /boot/config.txt
When you have modified it you press Ctrl – X, y and then enter to save and quit. Reboot the Pi for the changes to take effect.

Here is the official documentation for what video settings you can use;
http://elinux.org/RPiconfig#Video_mode_options

Okay so if you're using 1) above then try this;

Code: Select all

hdmi_safe=1
If its 2) then try these;

Code: Select all

overscan_left=24
overscan_right=24
overscan_top=24
overscan_bottom=24 
Increase the numbers to get the picture exactly how you want it.

Regarding the ethernet issue, you can try something like this; http://www.youtube.com/watch?v=8z3V8LJIy8g