Debian Sqeeze, sterownik ze strony ati.com - nie działa compiz
: 09 listopada 2010, 15:49
Witam.
Mam problem następujący: zainstalowałem dzisiaj Debiana w wersji testowej wraz ze środowiskiem gnome. Następnie, zainstalowałem sterowniki ze strony ati, a teraz chciałem uruchomić program compiz. Problem w tym, że nie chce działać. To wyświetla mi compiz-check: oraz tak wygląda mój plik xorg.conf:
Problem też mam z ekranem, ponieważ po instalacji sterowników ekran mi przeskakuje tak jak na Windowsie kiedy nie ma się zainstalowanych sterowników, jak to naprawić?
Mam problem następujący: zainstalowałem dzisiaj Debiana w wersji testowej wraz ze środowiskiem gnome. Następnie, zainstalowałem sterowniki ze strony ati, a teraz chciałem uruchomić program compiz. Problem w tym, że nie chce działać. To wyświetla mi compiz-check:
Kod: Zaznacz cały
patryk@debian:~/Pulpit$ ./compiz-check
Gathering information about your system...
Distribution: Debian GNU/Linux (squeeze/sid)
Desktop environment: GNOME
Graphics chip: ATI Technologies Inc RV670PRO [Radeon HD 3850]
Driver in use: fglrx
Rendering method: None
Checking if it's possible to run Compiz on your system... [SKIP]
Checking for hardware/setup problems... [SKIP]
At least one check had to be skipped:
Error: No rendering method in use (AIGLX, Xgl or Nvidia)
Kod: Zaznacz cały
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Option "AIGLX" "true"
EndSection
Section "Module"
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:0:0"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
Option "TripleBuffer" "true"
Option "no GLXFBConfig for depth 32"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "true"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection