Ciao ragazzi sto avendo problemi grafici anche io:
il mio problema: ho una scheda ati x1100 ho installato i driver e compiz segunedo la seguente guida:
http://wiki.ubuntu-it.org/Hardware/Video/Ati/Catalyst?action=show&redirect=Hardware%2FVideo%2FAti%2FNuoviDriver
al riavvio del server X però mi compare una schermata bianca e nn riesco a far niente.
Per entrare ho dovuo usare FAILSAFE GNOME.
Vi posto il file xorg.conf:
Codice: Seleziona tutto
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:5:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
e il risultato del comando fglrxinfo :
Codice: Seleziona tutto
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon Xpress Series
OpenGL version string: 1.4 (2.1.8087 Release)
Segmentation fault
mi preoccupa quel segmentation fault che compare in fondo al comando....
se poi lancio il comando : compiz Per far partire compiz mi da errore: aborting and using fallback: /usr/bin/metacity
Qulcuno ha idea di come risolvere??