Ok I've been trying to figure this out by myself for quite a while now and I'm getting nowhere so I thought I'd ask for some help. My laptop resolution is set to 1280x800, and I can't get it to go any higher. I can go lower, but not higher. I'm using the proprietary nvidia driver installed by Envy, and it works great, except for this one thing. It's not terrible to have 1280x800, it's a 15.4" widescreen display, but I'd really prefer to get in the 1600x1440 range if possible. I've rewritten the xorg.conf file many times following tutorials and I've run the script (which i cannot remember it's name) that reconfigures your xserver settings from scratch, to no avail.
Here's the lower section of my xorg.config file:
Thanks in advance for any ideas
Here's the lower section of my xorg.config file:
Code:
Section "Monitor" identifier "Generic Monitor" vendorname "Dell" modelname "Dell 1280x800 Laptop Display Panel (16/10)" HorizSync 30.0-107.0 VertRefresh 50.0-185.0 EndSection Section "Device" identifier "nVidia Corporation G72M [GeForce Go 7400]" boardname "NVIDIA GeForce 7 Series" busid "PCI:1:0:0" driver "nvidia" screen 0 vendorname "NVIDIA" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" EndSection Section "Screen" Identifier "Default Screen" Device "nVidia Corporation G72M [GeForce Go 7400]" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" depth 24 modes "1280x800" EndSubSection EndSection
Comment