You are not logged in.

#1 2009-09-29 15:48:55

acidpython
Member
Registered: 2009-03-13
Posts: 1

Compiz: CCSM, Emerald, fusion-icon - Floating Point Exception [SOLVED]

So it turns out the GTK problems was the cause of the Compiz problems. Bespin was the culprit, this was fixed by changing the GTK theme to something other then bespin.
Kicker > System Settings > Appearance > GTK Style and fonts (use another style)



Original message:
Hi, I am having problems with my compiz installation. Everything was working fine until i restarted the system now I get "Floating Point Exception" errors when trying to start compiz.

I can successfully start compiz via compiz --replace. However window boarders and AWN will not function.
On another note neither Firefox or thunderbird will start (also giving the same error) The only correlation i see is that they're both GTK applications.

I am running KDEmod 4.3.1, latest nvidia drivers and Arch Linux x86_64

Outputs;

[jam@arch_laptop ~]$ fusion-icon
 * Detected Session: kde
 * Searching for installed applications...
 * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
 * Using the GTK Interface
Floating point exception
[jam@arch_laptop ~]$ ccsm
Floating point exception
[jam@arch_laptop ~]$ emerald
Floating point exception

Thunderbird;

[jam@arch_laptop ~]$ thunderbird
/usr/lib/thunderbird-2.0/run-mozilla.sh: line 131:  3916 Floating point exception"$prog" ${1+"$@"}
[jam@arch_laptop ~]$

Xorg Config

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Fri Aug 14 18:33:37 PDT 2009


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0     
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
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           "extmod"
    Load           "glx"   
    Load           "dbe"   
#   Load           "dri2"  
    Load           "record"
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"  
    Option         "XkbRules" "xorg"         
    Option         "XkbLayout" "gb"          
EndSection                                   

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model" 
EndSection                         

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G96 [GeForce 9600M GT]"
EndSection                                 

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"  
    Monitor        "Monitor0"
#   Option         "RenderAccel" "True"
#   Option         "NoLogo" "True"     
#   Option         "EnablePageFlip" "True"
#   Option         "TrippleBuffer" "True" 
#   Option         "OnDemandVBlankinterrupts" "True"
    Option         "AddARGBGLXVisuals" "True"       
    SubSection     "Display"                        
        Viewport    0 0                             
    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 "Extensions"
    Option         "Composite" "Enable"
EndSection

Thanks in advanced.

Last edited by acidpython (2009-09-29 16:59:32)

Offline

Board footer

Powered by FluxBB