Yesterday I could set the resolution to 1024x768, with the refresh rate
at auto or 0. I think I was using the vesa driver. When I booted up
today Kubuntu had changed the xorg settings. Now I can set the
resolution up to 1600x1200, with refresh up t0 85hz. I looked at
glxinfo and direct rendering was yes.
I don't want the nvidia driver to be used. I have problems with the
display, because this driver doesn't work with my card (there are white
lines flickering across the sreen).
I followed the instructions you gave here:
Quote:
Originally Posted by tommcd
What video card are you using? Run this command to find out and post it here:
Code:
/sbin/lspci | grep -i vga
|
Code:
lspci
01:00.0 VGA compatible controller: nVidia Corporation NV6 [Vanta/Vanta LT] (rev 15)
Quote:
Post your xorg.conf here also.
|
Quote:
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "ServerFlags"
Option "DontZap" "True"
EndSection
|
Quote:
Even though the default xorg.conf in Ubuntu is mostly empty these
days, you still can edit it, and it should honor what you put in the
file. To specify the nv driver, you could put something like this in
xorg.conf:
Code:
Section "Device"
Identifier "Configured Video Device" #(or "Card0" or something like that)
Driver "nv"
|
I tried that. It didn't solve the problem.
After this I ran dpkg-reconfigure xserver-xorg. Once with the
framebuffer (couldn't load the Desktop) and once without. Neither gave
me the opportunity to choose a driver. I don't understand this. It seems
Kubuntu doesn't want to let me configure anything. I don't know if there is
anything else I can try. I would appreciate your input.
Thanks