@chris70
Grazie per i suggerimenti, ma prima di provare il tuo metodo volevo fare il punto della situazione.
Pare che sia (quasi) tutto a posto, nel senso che questo aggiornamento non molto ortodosso sembra comunque andato a buon fine e risulta che ora io ho la 7.10 (l'avevo provata Live e direi che ci siamo). L'unico vero problema è l'accellerazione 3d che è disattivata. Naturalmente ho una ATI, una 9600. Il mio cruccio è che quando ho provato la Live il direct rendering si era attivato di default e ora invece mi fa dannare. I driver restricted non vanno e quelli open nemmeno, o almeno io non ci sono riuscito. Ho seguito la guida per Feisty per attivare il direct rendering con i driver open ma qualcosa non va e se seguo la procedura fino in fondo il server-x crasha e devo ricominciare da capo. Posto un pò di risultati da terminale
Codice: Seleziona tutto
alessio@klavan-desktop:~$ glxinfo |grep vendor
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: Mesa project: www.mesa3d.org
Codice: Seleziona tutto
alessio@klavan-desktop:~$ glxinfo | grep "direct rendering"
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
Il mio xorg attuale
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 "ATI Technologies Inc RV350 AP [Radeon 9600]"
Driver "ati"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
Option "AGPMode" "8"
Option "AccelMethod" "EXA"
Option "ColorTiling" "on"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AP [Radeon 9600]"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Ho diversi problemi: scrolling delle pagine lento, visualizzazione un pò sballata, ritardo degli input della tastiera, apertura finestre lenta e che a volte lascia degli "strascichi" sullo schermo. Questi sono quelli più fastidiosi.
Il resto mi sembra a posto ed è stato aggiornato correttamente (Firefox, Thunderbird, etc.), addirittura adesso funziona anche lo scanner che prima sembrava morto!
Qualcuno ha suggerimenti? Grazie mille.
PS per chris70
I driver Vesa li ho gia provati mentre tentavo di ripristinare il funzionamento della scheda video ma non vanno e mi fanno crashare tutto.