I have installed the Nvidia drivers from 'Hardware Drivers', also i've downloaded the most recent one from Nvidia site. But after i install them i can only get resolutions of 640x480 and 320x240. IF i uninstall the driver (using EnvyNG) i can have a resolution up to 1366x768, but whenever i install it again, back to problem.
My video card is a Geforce GTS250, and my monitor is a cheap Spica LCD, which in Winodws i use at a resolution of 1440x900.
I have googled this problem around, i couldn't find a real solution, right now i really don't know what to think.
Here's my xorg.conf in case it can help.
- Code: Select all
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
# generated from default
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Device"
Identifier "Device0"
VendorName "NVIDIA Corporation"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
I don't know if it is possible to set a custom resolution (thing i can do with nvidia in windows), but i would appreciate any help for this matter, thank you.

