ciao,
io ho una ati 9550 (rv350) e devpo dire che i dirver open sono stati nettamente migliorati.
Provando a mettere i driver closed lo schermo non andava in stand by ma la scheda non veniva riconosciuta. Ho provato a riconfigurare con dpkg-reconfgirtue xserver xorg, ma a quanto pare ora fa configurare solo la tastiera.
xorg.conf è infatti diventato minuscolo, però ho editato xorg a mano e driver vanno, l'unica pecca è che quando avvio mi prende la risoluzione di default giusta ma ocn frequenza errata cioè a 75 hz e devo cambiare frequenza.
Vi posto il mio xorg.conf relativo alla mia ocnfigurazione:
Codice: Seleziona tutto
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "L204WS"
DisplaySize 430 270
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9550"
Option "VideoOverlay" "of"
Option "OpenGLOverlay" "off"
Option "UseInternalAGPGART" "no"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1680x1050@60" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050@60" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
ho utilizzato l'xorg.conf che avevo prima e funzionava bene mi dava come frequenza di default 60 ora invece all'avvio va a 75. A nulla è servito specificare "1680x1050@60"
dpkg-reconfigure xserver-xorg era un ottimo tool spero lo rendano di nuovo utilizzabile per configurare la scheda video...