Дистрибутив: Debian lenny/sid, KDE
Ноутбук: Asus X51RL (Celeron M 540, 1GB RAM, ATi Xpress 1100, 120 Гб SATA, WiFi Atheros AR5007EG)
VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M]
Весь репозиторий выставлен на lenny.
Ставлю драйвер ati-driver-installer-8-10-x86.x86_64.run так:
#sh ati-driver-installer-8-10-x86.x86_64.run
всё ставится нормально, в ati catalyst control center прописано, что дрова ati.
Проверяю дрова запуском quake3, запускается, идёт.
Ставлю compiz так:
#aptitude install compiz-kde compiz-fusion-plugins-main compizconfig-settings-manager
#aptitude install fusion-icon
Устанавливается, потом запускаю либо так:
$compiz —replace
Либо с помощью fusion-icon.
Compiz ЗАПУСКАЕТСЯ!!! Всё работает, кубик крутится итд.
Перезагружаю комп, ну или иксы, kde начинает загружаться, появляется рабочий стол, потом такое впечатление, что начинает загружаться compiz, и ЧЁРНЫЙ или БЕЛЫЙ экран с нормальной мышкой и меняющимся курсором как и при рабочем столе kde.
Если ставлю compiz, не загружая его, перезагружаю иксы, compiz загружается, но после последуюших перезагрузок опят чёрный экран.
В автозапуск compiz сам не добавлял.
Что я делаю не так???
Мой xorg.config
Код: Выделить всё
# xorg.conf (X.Org 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 "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Option "AIGLX" "True"
EndSection
Section "Files"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe"
Load "GLcore"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
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"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
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
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection