Comment 10 for bug 221703

Revision history for this message
godmarck (godmarck) wrote :

Hey I think I'm experiencing the same sort of problems here, I installed some updates (from today), and after I rebooted it started with low-res mode, I installed some driversusing envyNG and now I dont get the message when I boot (it used to give me a message telling me to select my monitor and video card) but I still have the problem. Only 640*480 and below to select.
I solved this problem before by reinstalling an old driver I had, the one that was "like default" when I installed ubuntu.
I have a Nimitz monitor that supports up to 1200*1024, and a nvidia 6100 nforce 430.
This is my xorg.conf
I guess it does not detect my monitor at all.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Screen"
 Identifier "Default Screen"
 Device "Configured Video Device"
 Monitor "Configured Monitor"
 SubSection "Display"
  Depth 24
  Virtual 640 480
  Modes "640x480@60"
 EndSubSection
 Option "AddARGBGLXVisuals" "True"
 Defaultdepth 24
EndSection

Section "Device"
 Identifier "Configured Video Device"
 Boardname "vesa"
 Busid "PCI:0:13:0"
 Driver "nvidia"
 Screen 0
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"
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection

Section "Module"
 Load "glx"
 Load "v4l"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
 Vendorname "Plug 'n' Play"
 Modelname "Plug 'n' Play"
  modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
 Gamma 1.0
EndSection

Section "Extensions"
 Option "Composite" "Enable"
EndSection
----------------------------------

Oh, and when I open the NVIDIA X server settings it shows up everything just fine, but detects a CRT monitor, it says: "@@@ 1780 (CRT-0 on GPU-0).

Any ideas?