User avatar
D.E.L.B.
Posts: 92
Joined: Sat Jun 09, 2012 7:16 pm
Location: Wales, UK
Contact: Website

Resolution on LXDE Higher than 1554x984?

Sat Jun 16, 2012 1:44 am

Hey,

For some reason I can't seem to get the resolution to go to my desired resolution of my monitor, which is: 1680x1050.

I've tried looking for the xorg.conf file but I can't seem to find that, and I've also tried to force the resolution with config.txt, but that seems to have made no difference with LXDE.

Any suggestions, please?

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 5537
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: Resolution on LXDE Higher than 1554x984?

Sat Jun 16, 2012 8:57 am


User avatar
D.E.L.B.
Posts: 92
Joined: Sat Jun 09, 2012 7:16 pm
Location: Wales, UK
Contact: Website

Re: Resolution on LXDE Higher than 1554x984?

Sat Jun 16, 2012 2:07 pm

Thanks!

For all those who have a Samsung 19" monitor, then these are the settings that I used:

Code: Select all

overscan_top=-45
overscan_bottom=-45
overscan_left=-45
overscan_right=-45

User avatar
D.E.L.B.
Posts: 92
Joined: Sat Jun 09, 2012 7:16 pm
Location: Wales, UK
Contact: Website

Re: Resolution on LXDE Higher than 1554x984?

Mon Jun 18, 2012 12:43 am

I'd also like to say that at first I thought when you installed Debian onto the SD card, it would have a config.txt on there, but it turns out you have to create the config.txt file yourself with a text editor like "Notepad" on Windows... or with "Nano" on Linux.

With "Notepad" it's quite simple, open it up, add the above ^^ settings to the file, save it as > config.txt.

Then with doing it on Linux on bootup within the CLI, use:
"sudo nano /boot/config.txt" - a blank area of that file will be present.

Enter the above settings ^^, press CTRL+O at the same time, then it will save. Press CTRL+ALT+DEL to reboot the Pi.

User avatar
AndrewS
Posts: 3625
Joined: Sun Apr 22, 2012 4:50 pm
Location: Cambridge, UK
Contact: Website

Re: Resolution on LXDE Higher than 1554x984?

Mon Jun 18, 2012 2:05 am

D.E.L.B. wrote:Press CTRL+ALT+DEL to reboot the Pi.
It's generally considered better to do a "sudo reboot" (since that also works over e.g. SSH)

Return to “Beginners”