И еще вопрос: где включается отражение куба, ато так и не нашёл.

Модератор: Модераторы разделов
Код: Выделить всё
[root@tachka cherep]# fusion-icon
* Detected Session: unknown
* Searching for installed applications...
* NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
* Using the GTK Interface
/usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: Загружаемый модуль тем не найден в module_path: "mist",
icon = gtk.status_icon_new_from_icon_name('fusion-icon')
* Xfwm4 is already running
* Setting window manager to Compiz
... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
compiz (core) - Fatal: No composite extension
* Setting window manager to Xfwm4
Код: Выделить всё
Section "Extensions"
Option "Composite" "Enable"
EndSection
Код:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "False"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
#Load "dri"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "dbe"
Load "freetype"
EndSection
Section "ServerFlags"
# Removed Option "Xinerama" "0"
Option "Xinerama" "1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "BenQ FP71G"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "BenQ FP72G+D"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV43 [GeForce 6600 GT]"
##for compiz-fusion###
Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "true"
Option "RenderAccel" "true"
Option "DamageEvents" "true"
Option "UseEvents" "false"
Option "TripleBuffer" "true"
Option "BackingStore" "true"
EndSection
Section "dri"
Group "video"
Mode 0666
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600 GT"
BusID "PCI:1:0:0"
Screen 0
##for compiz-fusion###
Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "true"
Option "RenderAccel" "true"
Option "DamageEvents" "true"
Option "UseEvents" "false"
Option "TripleBuffer" "true"
Option "BackingStore" "true"
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600 GT"
BusID "PCI:1:0:0"
Screen 1
##for compiz-fusion###
Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "DisableGLXRootClipping" "true"
Option "RenderAccel" "true"
Option "DamageEvents" "true"
Option "UseEvents" "false"
Option "TripleBuffer" "true"
Option "BackingStore" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: 1280x1024_75 +0+0; CRT: nvidia-auto-select +0+0; CRT: 1280x1024 +0+0"
Option "AddARGBGLXVisuals" "true"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: 1280x1024_75 +0+0"
Option "AddARGBGLXVisuals" "true"
EndSection
Section "Extensions"
Option "Composite" "enable"
Option "RENDER" "enable"
Option "DAMAGE" "enable"
EndSection
Код: Выделить всё
[cherep@tachka ~]$ cat /var/log/Xorg.0.log|grep COMPO
(II) Initializing built-in extension COMPOSITE
[cherep@tachka ~]$ cat /var/log/Xorg.0.log|grep Compos
(**) Extension "Composite" is enabled
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(**) NVIDIA(1): Option "AllowGLXWithComposite" "true"
Код: Выделить всё
cat /var/log/Xorg.0.log| grep EE
Код: Выделить всё
[cherep@tachka ~]$ cat /var/log/Xorg.0.log|grep EE
Current Operating System: Linux tachka 2.6.26-ARCH #1 SMP PREEMPT Mon Jul 21 20:12:06 CEST 2008 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
Section "Device"
....
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
....
EndSection
git
Код: Выделить всё
Section "Extensions"
Option "Composite" "Enable"
EndSection
Код: Выделить всё
echo "compiz --replace" > ~/.kde/Autostart/startcompiz.sh
chmod +x ~/.kde/Autostart/startcompiz.sh
(zkznz) писал(а):у меня ATI Radeon X1300...