View Full Version : [ubuntu] [SOLVED] Ubuntu screen resolution after installing nvidia driver
oskanaan
August 18th, 2008, 02:26 PM
Dear all,
I recently installed ubuntu on my dell vostro 1500 laptop, my vga is nvidia 8400M 128 Mb. I've installed the driver using Envy, it seems to be working fine except for when I try to change the screen resolution I get the following message :
The X Server does not support the XRandR extension. Runtime resolution changes to the display size are not available.
can anybody please tell me how can I fix this, please keep in mind I am still a newbie, this is my first linux os
lackoblacko
August 18th, 2008, 02:52 PM
did you install xserver-xgl? if so uninstall it
and
post your xorg.conf located at /etc/X11/
oskanaan
August 18th, 2008, 06:04 PM
Thanks!!
its opening the screen resolution configuration screen now, here is my xorg.conf file, how can I add the other screen resolutions? i can only see the 1280/800
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Thu Jul 17 18:39:19 PDT 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "RandR" "on"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
lackoblacko
August 18th, 2008, 07:32 PM
here is sample of what you can add to your xorg.conf to add more resolutions.
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1280x800" "1024x768" "800x600"
EndSubSection
EndSection
oskanaan
August 19th, 2008, 02:05 PM
Thanks, that helped alot
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.