relativi ai driver nvidia closed e l'accelerazione 3d + compiz fusion
(i topic sull'argomento si stanno moltiplicando, i moderatori
sono liberi di spostare, cancellare e proporre come è meglio organizzare le info raccolte).
Dico subito che per ora la nuova versione a me ha risolto sia il problema delle
finestre nere, sia quello dei crash con le appicazioni 3d sia i crash in fase di "termina sessione".
Mia configurazione:
scheda Nvidia Quadro nvs 285
Ubuntu Feisty aggiornata al 19/09/07
Drivers closed reperiti dal sito nvidia 100.14.19 qui:
32bit --> http://us.download.nvidia.com/XFree86/Linux-x86/100.14.19/NVIDIA-Linux-x86-100.14.19-pkg1.run
64bit --> http://us.download.nvidia.com/XFree86/Linux-x86_64/100.14.19/NVIDIA-Linux-x86_64-100.14.19-pkg2.run
Procedimento:
Codice: Seleziona tutto
sudo apt-get install linux-headers-`uname -r` build-essential gcc gcc-3.4 xserver-xorg-dev
sudo apt-get --purge remove nvidia-glx nvidia-kernel-common
sudo /etc/init.d/gdm stop
sudo sh NVIDIA-Linux-x86-100.14.19-pkg1.run
sudo /etc/init.d/gdm start- Non ho utilizzato l'opzione dei restricted drivers (ma usato uno xorg.conf ben configurato che allego a fondo post)
- Riguardo Compiz, non ho utilizzato l'opzione "desktop effects" dal menu "aspetto" di gnome, bensì ho lanciato:
Codice: Seleziona tutto
compiz --replace &Codice: Seleziona tutto
# xorg.conf (xorg 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV44 [Quadro NVS 285]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "BenQ T90X"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44 [Quadro NVS 285]"
Monitor "BenQ T90X"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSectionNei repo è comparso il driver 100.14.19, disinstallando il driver ufficiale
e usando l'opzione driver restricted di ubuntu tutto funziona alla grande!
