You are not logged in.

#1 2010-01-04 13:14:16

Jookia
Member
From: Australia
Registered: 2009-11-19
Posts: 103

Compiz Fusion Error

http://i48.tinypic.com/2nbfymr.jpg

That happens when I use compiz fusion.
Is it suppose to do that?

Last edited by Jookia (2010-01-04 13:15:33)

Offline

#2 2010-01-04 13:17:35

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Compiz Fusion Error

Omfg..what's that. Anyway, tell us about your video card and DE/WM and how you are launching compiz.


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#3 2010-01-04 13:37:52

Jookia
Member
From: Australia
Registered: 2009-11-19
Posts: 103

Re: Compiz Fusion Error

Fusion Icon,
Radeon 4890 HD (using ati drivers)
Gnome

Offline

#4 2010-01-04 15:36:39

JuseBox
Member
Registered: 2009-11-27
Posts: 260

Re: Compiz Fusion Error

Jookia wrote:

Fusion Icon,
Radeon 4890 HD (using ati drivers)
Gnome

I think he means more specificly how you are actually calling it when you log in...  Do you auto start? What command are you using?  Things like that...


Linux ArchLinux 3.2.8-1-ARCH
#1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux
8192MB DDR3 1300MHz | Asus m5a97 | GeForce GTX 550 Ti | 120 GB SSD

Offline

#5 2010-01-05 00:02:08

Jookia
Member
From: Australia
Registered: 2009-11-19
Posts: 103

Re: Compiz Fusion Error

Fusion Icon, manually.

Here's my xorg:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "AIGLX" "true"
EndSection

Section "Files"
    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  "glx"
    Load  "dri2"
    Load  "dri"
    Load  "dbe"
    Load  "extmod"
EndSection

Section "Extensions"
    Option "Composite" "Enable"
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"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "radeonhd"
    VendorName  "ATI Technologies Inc"
    BoardName   "RV790 [Radeon HD 4800 Series]"
    BusID       "PCI:2:0:0"
    Option      "XAANoOffscreenPixmaps" "true"
    Option      "AccelMethod" "exa"
    Option      "DRI" "on"
    Option      "Audio" "on"
    Option      "HDMI" "all"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Group 0
    Mode 0666
EndSection

Offline

#6 2010-01-05 00:24:06

Lexion
Member
Registered: 2008-03-23
Posts: 510

Re: Compiz Fusion Error

Do you use a login manager? If not, can we see your ~/.xinitrc. If you don't have one, can we see your /etc/X11/xinit/xinitrc?

@sHyLoCk: compiz is a WM.


urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand

Offline

#7 2010-01-05 01:38:47

Jookia
Member
From: Australia
Registered: 2009-11-19
Posts: 103

Re: Compiz Fusion Error

I use GDM

Offline

#8 2010-01-05 01:51:46

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Compiz Fusion Error

Lexion wrote:

@sHyLoCk: compiz is a WM.

I know, I'm using it too. I wanted to know if he is using it standalone or with something else.
Which kernel you are using? Please read this: http://wiki.archlinux.org/index.php/ATI maybe you will find a possible fix. There has been certain changes with the new kernel, I'm not completely informed as I don't use the Arch kernel. Reading the news might help too.

Last edited by sHyLoCk (2010-01-05 01:52:43)


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#9 2010-01-05 01:53:09

some-guy94
Member
Registered: 2009-08-15
Posts: 360

Re: Compiz Fusion Error

AFAIK that card doesn't have accelerated 3D yet which is required by compiz.

ATM your best option is to use the fglrx/catalyst drivers until r600/r700 3D acceleration is released.

If you don't want to do that, you might want to switch over to xf86-video-ati from xf86-video-radeonhd

Offline

#10 2010-01-05 02:02:41

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Compiz Fusion Error

AFAIK that card doesn't have accelerated 3D yet which is required by compiz.

@Jookia, This is pretty old but still should be able to provide some info: http://forlong.blogage.de/entries/pages/Compiz-Check


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#11 2010-01-05 02:22:13

Jookia
Member
From: Australia
Registered: 2009-11-19
Posts: 103

Re: Compiz Fusion Error

I'm using kernel 2.6.32-ARCH and I used the ati driver as I saw somewhere that you should only use the radeonhd if you need it's features specifically.

Offline

#12 2010-01-05 06:48:12

Jookia
Member
From: Australia
Registered: 2009-11-19
Posts: 103

Re: Compiz Fusion Error

That fixed it, but I get horrible flickering for the 3D cube part.

Offline

#13 2010-01-05 07:10:02

Jookia
Member
From: Australia
Registered: 2009-11-19
Posts: 103

Re: Compiz Fusion Error

also, closing vlc removed window decorations.

Last edited by Jookia (2010-01-05 07:13:25)

Offline

Board footer

Powered by FluxBB