ho visto che il seguente problema non è inedito, ma non sono riuscito a trovare soluzioni.
Ho una scheda video che fino ad Intrepid non dava questo problema.
Codice: Seleziona tutto
01:00.0 VGA compatible controller: nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] (rev a1)
glxgears ottengo
Codice: Seleziona tutto
Running synchronized to the vertical refresh. The framerate should be
approximately 1/1685 the monitor refresh rate.
11026 frames in 5.0 seconds = 2205.087 FPS
12160 frames in 5.0 seconds = 2431.826 FPS
11832 frames in 5.0 seconds = 2366.337 FPS
Non ho effetti composite abilitati.
Questo il file di configurazione
Codice: Seleziona tutto
# 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"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "GLcore"
Load "v4l"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
L'unica cosa che posso segnalare è che, in seguito dell'aggiornamento, ho avuto dei problemi di riconoscimento del driver (era stato abilitato xserver-xorg-video-nv) e ho dovuto disinstallare e reinstallare i driver (nvidia) un paio di volta prima di riuscire a farli funzionare.
Avete idee?
Ho già giocato un po' con nvidia-settings, ma con nessun risultato.
Questo thread non mi ha aiutato
http://forum.ubuntu-it.org/viewtopic.php?t=283667

