View Single Post
  #2 (permalink)  
Old 06-01-2007, 08:34 PM
SpongeStone SpongeStone is offline
Junior Member
 
About:
Join Date: May 2007
Location: Bochum, Germany
Posts: 6
SpongeStone is on a distinguished road

Default


Hi

I had the same problem with my Laptop, i managed it, by adding the resolution to the X11 config file.

open the xorg.conf in a texteditor as root.
sudo gedit /etc/X11/xorg.conf

Now look for the section "Screen", i guess the list of resolutions will catch your eyes, you can't miss it.
Now easily add the Resolution you need. This may look like this.
Code:
	SubSection "Display"
		Depth	24
		Modes		"1280x800"	"1024x768"	"800x600"	"640x480"
	EndSubSection
Now execute the nvidia-settings, switch to the "X Server Display Configuraion" panel, choose your new resolution and confirm by pressing Apply.

now have a lot of fun

Regards
Sponge



Reply With Quote