Compiz, KDE 3.5.8 и прозрачная консоль

Во-первых, у меня как-то неожиданно заработал Compiz с открытым драйвером radeon (карточка ATI Mobility x700). Впрочем, некоторые плагины, такие как Blur и Reflections, иксы все-таки вешают. Зато удобное переключение десктопов, выбор окошек через плагины Scale и Shift Switcher и другие, на мой взгляд, действительно полезные фичи работают вполне нормально.
В списке изменений KDE 3.5.8, в числе прочего, значится поддержка “настоящей” прозрачности в Konsole. Это, конечно, чистой воды “украшательство”, но захотелось попробовать. Оказалось, что для включения этой самой прозрачности, надо запускать Konsole с ключом --real-transparency. Вот как это выглядит:
desktop.png
Установку Compiz я делал в соответствии с этой инструкцией. Настройки xorg.conf под катом.

Section "Module"
  Load  "i2c"
  Load  "bitmap"
  Load  "ddc"
  Load  "dri"
  Load  "dbe"
  Load  "extmod"
  Load  "freetype"
  Load  "glx"
  Load  "int10"
  Load  "type1"
  Load  "vbe"
  Load  "dbe"
EndSection
Section "Device"
  Identifier  "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
  Driver      "radeon"
  BusID       "PCI:1:0:0"
  Option      "AddARGBGLXVisuals" "true"
  Option      "GARTSize" "64"
  Option      "MonitorLayout" "LVDS,AUTO"
  Option      "XAANoOffscreenPixmaps"
EndSection
Section "Monitor"
  Identifier "Generic Monitor"
  Option     "DPMS"
  Modeline   "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Screen"
  Identifier  "Default Screen"
  Device   "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
  Monitor  "Generic Monitor"
  DefaultDepth	24
  SubSection "Display"
    Depth  1
    Modes  "1280x800" "1200x800" "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth  4
    Modes  "1280x800" "1200x800" "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth  8
    Modes  "1280x800" "1200x800" "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth  15
    Modes  "1280x800" "1200x800" "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth  16
    Modes  "1280x800" "1200x800" "1024x768" "800x600" "640x480"
  EndSubSection
  SubSection "Display"
    Depth  24
    Modes  "1280x800" "1200x800" "1024x768" "800x600" "640x480"
  EndSubSection
EndSection
Section "ServerLayout"
  Identifier   "Default Layout"
  Screen       "Default Screen"
  InputDevice  "Generic Keyboard"
  InputDevice  "Configured Mouse"
  InputDevice  "stylus" "SendCoreEvents"
  InputDevice  "cursor" "SendCoreEvents"
  InputDevice  "eraser" "SendCoreEvents"
  InputDevice  "Synaptics Touchpad"
  Option       "AIGLX" "true"
EndSection
Section "Extensions"
  Option  "Composite" "Enable"
EndSection
Section "DRI"
  Mode  0666
EndSection

Вообще, там есть еще много разных ключей (см., например, здесь), но экспериментировать с ними нету времени.

2 comments:

  1. а я снес к ебеням дрова НВИДИИ и соответственно берил/компиз. так хоть tty переключаются…

  2. glesik says:

    Снес дрова? И как же она теперь без дров работает? 🙂

Your comment: