LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Screen Resolution Stuck at 640x480 Nvidia 7000 series (https://www.linuxquestions.org/questions/linux-newbie-8/screen-resolution-stuck-at-640x480-nvidia-7000-series-652698/)

nistin 06-30-2008 09:06 PM

Screen Resolution Stuck at 640x480 Nvidia 7000 series
 
Hello all...I'm rather new to Kubuntu and I am having a problem with the screen resolution. It seems I only have 2 choices for the resolution but about a month ago I could go all the way to 1024x768. I checked my xorg.conf file and it seems the drivers that are installed didn't show up on there. Here is the file. Thanks a lot

---Start of xorg.conf---
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Feb 14 18:20:37 PST 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse"
EndSection

Section "Module"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "NoLogo" "True"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection


---End of xorg.conf---

gankoji 07-01-2008 12:48 AM

You can more than likely fix this by using the NVidia X configuration utility. Go to your KMenu and in the system menu you should be able to find it (it has a green icon). Select the Screen Configuration line item/tab and use the tools there to set the maximum screen resolution to your desired res.

emi_ramo 07-01-2008 04:05 AM

If everything fails, you can go to http://www.nvidia.com/Download/index.aspx?lang=en-us and download a new version of the driver and reinstall it. You'll only need to execute a command and follow its instructions.


All times are GMT -5. The time now is 06:26 PM.