Am trying to modify xorg.conf to force my Nvidia card (GeForce mx 440) detect the higher screen res - gives me only 640x480 only at present. I modified the file to add a subsection (see below), having seen this explained on another thread on this bit of the forum, Needless to say, this went down like a lead balloon. Anyone able to say what's missing - l probably just got half the story.
The file was very short to start with - just three sections.
Do I need a Monitor section with the Modeline specified first.
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1366x768_60"
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
The file was very short to start with - just three sections.
Do I need a Monitor section with the Modeline specified first.
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1366x768_60"
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Comment