Problem installing compiz-fusion-git package

When running pacman -Sy compiz-fusion-git i get the following errors,
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
/usr/lib/compiz/lib3d.so exists in both 'compiz-fusion-plugins-3d-git' and 'compiz-fusion-plugins-unsupported-git'
/usr/share/compiz/3d.xml exists in both 'compiz-fusion-plugins-3d-git' and 'compiz-fusion-plugins-unsupported-git'
/usr/lib/compiz/libatlantis.so exists in both 'compiz-fusion-plugins-atlantis-git' and 'compiz-fusion-plugins-unsupported-git'
/usr/share/compiz/atlantis.xml exists in both 'compiz-fusion-plugins-atlantis-git' and 'compiz-fusion-plugins-unsupported-git'
errors occurred, no packages were upgraded.
I am using the http://arch.nesl247.org/compiz-fusion/i686 server.
Solutions?
Last edited by Tigertailz (2007-09-27 08:18:36)

Tigertailz,can you enable compiz-fusion according to WIKI? I did just as you have done(didnt install unsupported plugin)~
# Fusion-icon give me following output
[andywxy@uspirit ~]$ fusion-icon
* Detected Session: gnome
* Searching for installed applications...
Backend : gconf
Integration : true
Profile : default
Adding plugin decoration (decoration)
Initializing decoration options...done
* No GLX_EXT_texture_from_pixmap with direct rendering context
... nor with indirect rendering, this isn't going to work!
Traceback (most recent call last):
File "/usr/bin/fusion-icon", line 57, in <module>
from FusionIcon.interface import choose_interface
File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 23, in <module>
import start
File "/usr/lib/python2.5/site-packages/FusionIcon/start.py", line 64, in <module>
env.set()
File "/usr/lib/python2.5/site-packages/FusionIcon/environment.py", line 140, in set
if not self.Xgl and self.glx_vendor == 'NVIDIA Corporation':
AttributeError: Environment instance has no attribute 'glx_vendor'
If I try the command wiki suggest to use for a "non-direct " video card:
LIBGL_ALWAYS_INDIRECT=1 compiz --replace ccp &
Everything seems frozing but cursor gives me its display indicates that it's only the windows display problem ,it is not really froze, but... why?
My video card is Intel 900 (910GML, 915GM). I have installed the xf86-video-intel from testing repos., along with following packages as WIKI indicateing:
[andywxy@uspirit ~]$ pacman -Q | grep "\-git"
ccsm-git 20070926-1
compiz-bcop-git 20070926-1
compiz-fusion-plugins-3d-git 20070918-1
compiz-fusion-plugins-atlantis-git 20070918-1
compiz-fusion-plugins-extra-git 20070926-1
compiz-fusion-plugins-main-git 20070926-1
compiz-git 20070926-1
compizconfig-backend-gconf-git 20070926-1
compizconfig-python-git 20070926-1
emerald-git 20070926-1
emerald-themes-git 20070926-1
fusion-icon-git 20070926-1
libcompizconfig-git 20070926-1
Here is my xorg.conf
# File generated by xorgconfig.
# Copyright 2004 The X.Org Foundation
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
# Refer to the xorg.conf(5) man page for details about the format of
# this file.
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
Section "Module"
# This loads the DBE extension module.
# Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
# Load "type1"
Load "freetype"
# Load "xtt"
# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
EndSection
# Files section. This allows default font and rgb paths to be set
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/yahei"
# FontPath "/usr/share/fonts/TTF"
# FontPath "/usr/share/fonts/Type1"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
EndSection
# Server flags section.
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# Option "NoTrapSignals"
# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
EndSection
# Input devices
# Core keyboard's InputDevice section
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# Monitor section
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Generic Monitor"
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 31.5 - 82.0
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50-100
EndSection
# Graphics device section
# Any number of graphics device sections may be present
# Standard VGA Device:
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# Driver "vga"
Driver "intel"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
# Device configured by xorgconfig:
Section "Device"
Identifier "Intel GMA950"
Driver "intel"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection
# Screen sections
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "Intel GMA950"
Monitor "Generic Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
# ServerLayout sections.
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
Option "AIGLX" "true"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Anybody can help? Many thanks!
andywxy
Last edited by andywxy (2007-09-28 03:32:17)

Similar Messages

  • Problem with Compiz Fusion 0.5.2 Internal Server Error

    I trying compiz fusion 0.5.2 version, but I have this error:
    $ sudo pacman -Sy compiz-fusion
    :: Synchronizing package databases...
    current is up to date
    extra is up to date
    community is up to date
    compiz-fusion is up to date
    :: group compiz-fusion:
    ccsm compiz-bcop compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-fusion-plugins-unsupported
    compizconfig-python emerald emerald-themes libcompizconfig
    :: Install whole content? [Y/n]
    resolving dependencies... done.
    looking for inter-conflicts...
    :: compiz conflicts with compiz-git. Remove compiz-git? [Y/n]
    done.
    Remove: compiz-git
    Targets: compiz-0.5.2-1 libcompizconfig-0.5.2-1 compizconfig-python-0.5.2-1 ccsm-0.5.2-1 compiz-bcop-0.5.2-1
    compiz-fusion-plugins-main-0.5.2-1 compiz-fusion-plugins-extra-0.5.2-1
    compiz-fusion-plugins-unsupported-0.5.2-1 beryl-core-0.2.1-1 emerald-0.2.1-1 emerald-themes-0.2.1-1
    Total Package Size: 6.19 MB
    Total Installed Size: 13.91 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from compiz-fusion...
    error: failed retrieving file 'compiz-fusion-plugins-main-0.5.2-1-i686.pkg.tar.gz' from arch.nesl247.org : Internal Server Error
    error: failed retrieving file 'compiz-fusion-plugins-extra-0.5.2-1-i686.pkg.tar.gz' from arch.nesl247.org : Internal Server Error
    error: failed retrieving file 'compiz-fusion-plugins-unsupported-0.5.2-1-i686.pkg.tar.gz' from arch.nesl247.org : Internal Server Error
    warning: failed to retrieve some files from compiz-fusion
    error: failed to commit transaction (unexpected error)
    What's the problem with this three packages?.
    Best regards.

    You can install the packages from AUR too (you will need to compile them).
    Ive compiled the packlages with GNOME support and athlon optimizations and puted on my ftp:
    http://download.tuxfamily.org/oproj/compizfusion/

  • Install compiz-fusion without KDE and QT ??

    Hi guys, just wanna install compiz-fusion on my box.
    sudo pacman -S compiz-fusion
    compiz-fusion package not found, searching for group...
    :: group compiz-fusion (including ignored packages):
    ccsm compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-main
    compizconfig-backend-gconf compizconfig-backend-kconfig emerald
    emerald-themes fusion-icon
    :: Install whole content? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Targets (21): libxslt-1.1.26-1 fuse-2.8.3-1 compiz-core-0.8.4-3
    libcompizconfig-0.8.4-1 pyrex-0.9.8.5-2
    compizconfig-python-0.8.4-1 ccsm-0.8.4-1 compiz-bcop-0.8.4-1
    compiz-fusion-plugins-main-0.8.4-2
    compiz-fusion-plugins-extra-0.8.4-1
    compizconfig-backend-gconf-0.8.4-1 libmng-1.0.10-3
    [b]qt3-3.3.8-17 [/b] libart-lgpl-2.3.20-1 libidn-1.16-1
    [b]kdelibs3-3.5.10-10 compizconfig-backend-kconfig-0.8.4-1 [/b]
    xdg-utils-1.0.2.20100303-1 emerald-0.8.4-2
    emerald-themes-0.6.0-2 fusion-icon-20091023-1
    Total Download Size: 40.17 MB
    Total Installed Size: 147.59 MB
    as you can see it wants install qt3-3.3.8-17 , delibs3-3.5.10-10 , compizconfig-backend-kconfig-0.8.4-1 , is there a way to prevent install KDE and QT3/4 stuff? I dont use KDE at all.
    any advice would be appreciated, thanks

    Try installing the packages themselves instead of the group. Basically it lists packages in the group, just install the rest except for kconfig backend.

  • Gtk-window-decorator missing after installing Compiz-Fusion

    I just installed ArchLinux and wanted to try out Compiz-Fusion in Gnome. I installed it using the Compiz-Fusion wiki's instructions. Everything works fine, except that I can't use the gtk-window-decorator. After some research I found out that this file is missing. I checked out the Compiz-Fusion site, and it seems it ought to come with Compiz-Fusion. I checked in Linux Mint and found it there, so obviously it's missing in my ArchLinux box.
    Can someone please veryfy if it should be part of the Compiz-Fusion packages?

    sph wrote:
    http://bbs.archlinux.org/viewtopic.php?id=51627
    See the second posting.
    Oups! I searched for 'gtk-window-decorator'.  It could be nice to mention these separate packages on the wiki Compiz-Fusion page. There are probably many out there looking for them.
    Thanks!

  • Problems installing gnome-extra meta package

    I have not been able to intstall the gnome-extra meta package.   I receive an error that the dasher package file size cannot be calculated and pacman crashes.  I've tried different mirrors with the same result.
    Any ideas?

    Yes, dasher is corrupted, It has been reported as a bug so it should be fixed soon.

  • Unable to get Compiz Fusion working...

    I'm aware this isn't a new issue, but the Wiki has so far been unable to solve my queries.
    I've just freshly installed Arch on my new PC: Pentium-D 3.8Ghz, 2Gb of RAM and an ATi Radeon X1950 Pro (PCI-E).
    I've installed Compiz Fusion as suggested via the wiki. When I run the fusion icon and activate compiz, I am left with no window borders and no working compiz. I've followed the troubleshooting section on the wiki to no avail. The problem remains.
    My xorg.conf:
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    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"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "gb"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 30-82
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-70
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "** ATI Radeon (generic) [radeon]"
    Driver "radeon"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "** ATI Radeon (generic) [radeon]"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1680x1050" "1280x1024" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    Option "AIGLX" "true"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    What am I doing wrong?
    /izo\

    EvilSide wrote:Edit:
    Just enable wanted effects from ccsm and enjoy
    I can't load CCSM, from either GNOME or KDE. When I attempt to do so, I get this:
    [izo@kether ~]$ ccsm
    (process:2832): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Info: No sexy-python package found, don't worry it's optional.
    Traceback (most recent call last):
    File "/usr/bin/ccsm", line 100, in <module>
    import ccm
    File "/usr/lib/python2.6/site-packages/ccm/__init__.py", line 1, in <module>
    from ccm.Conflicts import *
    File "/usr/lib/python2.6/site-packages/ccm/Conflicts.py", line 27, in <module>
    from ccm.Constants import *
    File "/usr/lib/python2.6/site-packages/ccm/Constants.py", line 88, in <module>
    locale.setlocale(locale.LC_ALL, "")
    File "/usr/lib/python2.6/locale.py", line 494, in setlocale
    return _setlocale(category, locale)
    locale.Error: unsupported locale setting
    /izo\

  • Compiz-fusion can't start

    I installed compiz-fusion. But it gives me following message when start fusion-icon:
    bash-3.2# fusion-icon
    * Detected Session: LXDE
    * Searching for installed applications...
    GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Failed to execute dbus-launch to autolaunch D-Bus session)
    GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Failed to execute dbus-launch to autolaunch D-Bus session)
    GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Failed to execute dbus-launch to autolaunch D-Bus session)
    GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Failed to execute dbus-launch to autolaunch D-Bus session)
    GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Failed to execute dbus-launch to autolaunch D-Bus session)
    GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Failed to execute dbus-launch to autolaunch D-Bus session)
    GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Failed to execute dbus-launch to autolaunch D-Bus session)
    GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Failed to execute dbus-launch to autolaunch D-Bus session)
    * No GLX_EXT_texture_from_pixmap with direct rendering context
    ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
    * Using the GTK Interface
    Traceback (most recent call last):
      File "/usr/bin/fusion-icon", line 58, in <module>
        choose_interface(try_first=options.interface)
      File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 89, in choose_interface
        import_interface(chosen_interface)
      File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 35, in import_interface
        __import__('FusionIcon.interface_%s' %interface)
      File "/usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/__init__.py", line 3, in <module>
        import main
      File "/usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py", line 23, in <module>
        import gtk
      File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
        from gtk import _gtk
    AttributeError: 'module' object has no attribute 'CAPI'
    Is it python caused this problem? How to solved this problem?
    Regards.

    Ranguvar:
    Thanks for your concern.
    My display card is radeon 9600 and pentium m cpu.
    I had changed back to the newest version gnome,reinstalled compiz-fusion after removing with -Rs option. Both catalyst 8.11-02 and newest open source ati driver had been tried. Now it is the "No GLX_EXT_texture_from_pixmap" problem:
    bash-3.2# fusion-icon
    * Detected Session: gnome
    * Searching for installed applications...
    * No GLX_EXT_texture_from_pixmap with direct rendering context
    ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
    * Using the GTK Interface
    Traceback (most recent call last):
      File "/usr/bin/fusion-icon", line 58, in <module>
        choose_interface(try_first=options.interface)
      File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 89, in choose_interface
        import_interface(chosen_interface)
      File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 35, in import_interface
        __import__('FusionIcon.interface_%s' %interface)
      File "/usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/__init__.py", line 3, in <module>
        import main
      File "/usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py", line 23, in <module>
        import gtk
      File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
        from gtk import _gtk
    AttributeError: 'module' object has no attribute 'CAPI'
    I had loaded compiz-fusion successfully before. But prolem came out after the recent update system.

  • [SOLVED] Want to use gnome decorate in Compiz-Fusion

    Hello,
    I am a convert from Ubuntu. I have succesfully installed Compiz Fusion. However, I don't like the Emerald theme manager. I would like to use the gtk decorator instead. How is that possible ? I am currently running Compiz by start the Fusion-icon
    Thanks
    Last edited by cdahmedeh (2009-03-14 15:03:27)

    There is a package in the community repository that provides this functionality.  I think it's called compiz-decorator-gtk.
    And welcome to arch!

  • Shift Switcher plugin from Compiz Fusion

    Hello,
    I have installed Compiz Fusion from this repository:
    http://arch.nesl247.org/compiz-fusion/i686/
    I don't find how can I activate or install the Shift Switcher plugin for probe new effects "flip3d" and "coverflow".
    Where is Shift Switcher plugin?.
    Best regards.

    You must get the plugin from GIT.
    If you're too lazy or don't know how to do that, just run this command:
    git clone git://opencompositing.org/fusion/plugins/shift && cd shift && make && make install && cd .. && rm -rf shift
    It will install shift plugin (in your ~/.compiz directory, of course).
    Last edited by stjepan (2007-08-02 19:48:13)

  • [unsolved] SLOW Scrolling with Compiz-Fusion on Intel

    Hi there, i just installed Compiz-Fusion according to instructions on the wiki, however it won't run fine in many aspects:
    a) Scrolling just slows KDE really bad, from konsole to firefox almost freeze the system while scrolling. it's just soooooo slow.
    Hell I managed to fix some bugs, but the scrolling problem persists.
    I've got an intel 845 video card, which has run Compiz-Fusion in an useable mode until now (at least that was in Ubuntu, back when I used it)...
    I use fusion-icon to launch compiz...
    Ideas?
    Thank you so much.
    PD: I changed the options removing sync to vblank and increased the refresh rate to 100, overriding also the autodetection of that rate also... all the options are correctly configured in xorg.conf
    Last edited by LTSmash (2008-06-11 17:45:23)

    Ok, let me post my xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "true"
    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 "GLcore"
    Load "record"
    Load "xtrap"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "dbe"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 300 230 # mm
    Identifier "Monitor0"
    VendorName "DELL"
    ModelName "DELL E772p"
    ### Comment all HorizSync and VertRefresh values to use DDC:
    HorizSync 30.0 - 70.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    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 "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
    BusID "PCI:0:2:0"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    Option "EnablePageFlip" "true"
    Option "RenderAccel" "true"
    Option "AccelMethod" "XAA"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768" "800x600"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    IS it fine like it is? Should I change something?
    I just can't use compiz nicely as I did before

  • Gnome's Workspace Switcher applet + compiz-fusion

    Up until around a week ago, Gnome's Workspace Switcher applet worked fine, but after some updates and
    compiz.fusion-git disappearing from community the applet doesn't work like it should anymore.
    Right now I'm using the [http://compiz.dreamz-box.de/i686] repo for compiz-fusion-git.
    Do they provide the patched applet or do I have to patch it myself?

    Up until around a week ago, Gnome's Workspace Switcher applet worked fine, but after some updates and
    compiz.fusion-git disappearing from community the applet doesn't work like it should anymore.
    Right now I'm using the [http://compiz.dreamz-box.de/i686] repo for compiz-fusion-git.
    Do they provide the patched applet or do I have to patch it myself?

  • Problem with starting Compiz Fusion in KDEmod 4.1

    I downloaded the compiz-fusion packages and the plugins, but when I try to run fusion-icon I get this error output:
    No protocol specified
    * Detected Session: kde
    * Searching for installed applications...
    * No GLX_EXT_texture_from_pixmap with direct rendering context
    ... nor with indirect rendering, this isn't going to work!
    * Using the GTK Interface
    No protocol specified
    /usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py:72: GtkWarning: could not open display
    warnings.warn(str(e), _gtk.Warning)
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: Warning: invalid (NULL) pointer instance
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: Screen for GtkWindow not set; you must always set
    a screen for a GtkWindow before using the window
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdk_display_sync: assertion `GDK_IS_DISPLAY (display)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdk_drawable_get_display: assertion `GDK_IS_DRAWABLE (drawable)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdk_x11_get_xatom_by_name_for_display: assertion `GDK_IS_DISPLAY (display)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdkdrawable-x11.c:878 drawable is not a pixmap or window
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    /usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py:207: GtkWarning: gdk_x11_display_get_xdisplay: assertion `GDK_IS_DISPLAY (display)' failed
    icon = gtk.status_icon_new_from_icon_name('fusion-icon')
    Segmentation fault
    I also tried launching it with dbus but got the same problem.
    I see that I'm missing the texture_from_pixmap but I'm not sure how to fix that. Help?

    Martycz wrote:
    Adobe need to fix that.
    Along with all the other problems in this world that are all Adobe's fault.    
    OK so this all went pear shaped after updating Windows to 8.1?  Have a look at Preferences > Performance and see if Graphics acceleration is still checked.  Or it might even be greyed out.    Apparently the 8.1 installer arbitarily installs a generic graphics card driver, so you might find that your drive is not so up to date as it used to be.
    You know that you need to update it from the card maker's site?

  • Problem with window manager after re-installing Compiz

    When i start my arch i get no window borders. I also cant get enything minimized, when i try to do so windows are lost.
    i use this command when i start:
    metacity --replace
    which allowes me to have window borders but still i cant minimize.
    All these happened after trying to uninstall Compiz and trying to install compiz-git.
    Please excuse me for not fully describing my problem, i can give u more details if needed.
    Thank you for your time

    One for the Developers of Keyword Manager, I would have thought.
    Regards
    TD

  • Compiz Fusion standalone system tray problem

    Hello everyone,
    My name is Ivan and this is my first post on the forums. I've been using Arch happily for about two years now and managed to solve all my problems using this magnificent forum as my main source for help.
    Anyway, since I had some spare time today I figured giving Compiz Fusion a try after using Openbox for quite some time. Thus far, I like it and I really see its potential, I'm experiencing however some minor issues which I would like to get resolved. First and most important is the system tray, which doesn't seem to function correctly. Why? Well, I use tint2 as my panel (although I would like to get rid of it eventually when I get used to compiz) and it starts together with compiz using a simple script.
    #!/bin/bash
    (sleep 5 && tint2) &
    (sleep 5 && tilda) &
    fusion-icon
    I use sleep to make sure the panel loads after Compiz, but I tried to remove it and it didn't solve my problem. My problem is namely that as soon as everything is started all I see in my tray is the fusion-icon. Which is fine, but the first thing I do next is power up Pidgin which doesn't show up at all. I've tried google and these forums but just couldn't find anything similar to my problem. The weird thing is, when I fired up Steam to play CounterStrike Source in Wine the icon showed up, but there was a gap between the fusion icon and the newly created Steam icon. Therefore I'm still not entirely sure whether this problem is caused by Pidgin incompatibility with Compiz or simply some kind of configuration issue.
    It is also worth to note that using any other (standalone) system tray program (stalonetray, trayer) I have the same issue. The main reason I need a system tray in the first place is because of Pidgin and the fusion-icon thingy which seems pretty handy to change settings on the fly, so I would really like to get this working if possible.
    My second question, be it minor is Conky. I rekon we all know this program since a desktop isn't a desktop without Conky. Anyway, is there a way to tell Compiz NOT to maximize over it, since I have this nifty horizontal bar running across my screen which I would like to have visible at all times. In OB I simply set the layer to desktop in my conkyrc and told OB to obey a 20 px rule for the top of my screen. Is such a thing possible in Compiz or is there some other workaround which may give me the same effect?
    I thank you all for your time and hope that somebody might be able to help!
    Kind regards,
    Ivan
    EDIT: Ok, something more I can say is that when I start pidgin and then restart tint2 the icon DOES show up, but if I exit pidgin and restart it the icon won't come back...also, the gap I was talking about after starting Steam dissapeared when I completely closed pidgin.
    Last edited by geniuz (2010-04-11 00:30:15)

    I have managed to solve my problems now, I think there is some kind of bug in the Tint2 system tray because it turns out that after I reconfigured and fired up stalonetray everything seemed to function. As for my Conky question, I found out that that window placement and rules can do a lot!
    Now that I've found the perfect WM for myself, my next step is making all of this work on a clean Arch64 install.

  • I am trying to install iTunes on my PC, but I get this error: "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor." Help!

    I am trying to install iTunes on my PC (using Windows 8.1), but I get this error: "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor." The iTunes file (64-bit) I am trying to install, is named "iTunes64Setup.exe". What seems to be the problem? Help!

    Hey madnest,
    Thanks for the question. After reviewing your post, it sounds like you are having difficulty installing iTunes in Windows. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    Issues installing iTunes or QuickTime for Windows
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

Maybe you are looking for