You are not logged in.

#1 2008-11-05 02:30:36

psilo357
Member
Registered: 2008-10-31
Posts: 116

Compiz-Fusion (fusion icon) Troubles

* Detected Session: kde                                                     
 * Searching for installed applications...                                   
libccs: dlopen: /usr/lib/compizconfig/backends/libkconfig4.so: cannot open shared object file: No such file or directory                                  
 * 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

No GLX_EXT_texture_from_pixmap with direct rendering context

is the important line i think.  So i looked at the wiki about troubleshooting with it, and it says stuff about libgl, but its about ATI cards, there is no section for this problem with nvidia cards.  I remember having to add entries for composite into my xorg.conf on gentoo, however, the guide for installing on Arch says nothing about this. 

Also, when trying to pacman -Sy libgl, it says it conflicts with nvidia-utils, which is necessary for my nvidia driver, is there anyway around this?

thanks for any insight

Offline

#2 2008-11-05 08:37:10

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: Compiz-Fusion (fusion icon) Troubles

psilo357 wrote:

Also, when trying to pacman -Sy libgl, it says it conflicts with nvidia-utils, which is necessary for my nvidia driver, is there anyway around this?

nvidia-utils provides libgl so that is not a problem.

Do  you load the glx module in your xorg.conf as indicated here: http://wiki.archlinux.org/index.php/NVIDIA

Offline

#3 2008-11-06 00:25:38

psilo357
Member
Registered: 2008-10-31
Posts: 116

Re: Compiz-Fusion (fusion icon) Troubles

Yeah, i followed that guide when installing my graphics drivers, here is my xorg.conf just incase there is something missing that anyone spots, still need this problem fixed.

cat /etc/X11/xorg.conf

Section "ServerLayout"          
        Identifier     "Xorg Configured"
        Screen      0  "Screen0" 0 0    
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "USB Mouse" "CorePointer" 
EndSection                                       


Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"

EndSection


Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/misc"         
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi"         
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi"         
        FontPath     "/usr/share/fonts/PEX"            
# Additional fonts: Locale, Gimp, TTF...               
        FontPath     "/usr/share/fonts/cyrillic"       
#       FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#       FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!                                                                          
        FontPath     "/usr/share/fonts/ttf/western"                          
        FontPath     "/usr/share/fonts/ttf/decoratives"                      
        FontPath     "/usr/share/fonts/truetype"                             
        FontPath     "/usr/share/fonts/truetype/openoffice"                  
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"          
        FontPath     "/usr/share/fonts/latex-ttf-fonts"                      
        FontPath     "/usr/share/fonts/defoma/CID"                           
        FontPath     "/usr/share/fonts/defoma/TrueType"                      
EndSection                                                                   


Section "Module"
        Load  "ddc"  # ddc probing of monitor
        Load  "dbe"                          
        #Load  "dri"                         
        Load  "extmod"                       
        Load  "glx"                          
        Load  "bitmap" # bitmap-fonts        
        Load  "freetype"                     
        Load  "record"                       
EndSection                                   


Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard" 
        Option      "CoreKeyboard"
        Option "XkbRules" "xorg"  
        Option "XkbModel" "pc105" 
        Option "XkbLayout" "us"   
        Option "XkbVariant" ""    
EndSection                        


Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"       
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0" 
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"  
        Option      "SendCoreEvents"  "true"
EndSection                                  


Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"     
        Option      "Protocol" "auto"
        Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"            
        Option      "Emulate3Buttons" "true"         
        Option      "Emulate3Timeout" "70"           
        Option      "SendCoreEvents"  "true"         
EndSection                                           


Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"    
        Option          "Device"                "/dev/input/mice"
        Option          "SendCoreEvents"        "true"           
        Option          "Protocol"              "IMPS/2"         
        Option          "ZAxisMapping"          "4 5"            
        Option          "Buttons"               "5"              
EndSection                                                       


Section "Monitor"
        Identifier "Monitor0"
        Option "DPMS" "true" 
        VendorName "Samsung" 
        ModelName "SyncMaster 205BW"
        HorizSync    31.4 - 80.0    
        VertRefresh  56.000 - 75.000
        ModeLine "1680x1050" 146.25 1080 1784 1960 2240 1050 1053 1059 1089
EndSection                                                                 


Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia"
        BoardName   "eVGA GeForce 8800GTS G92 512MB"
        Option      "RenderAccel" "true"            
        Option      "AllowGLXWithComposite" "true"
        Option      "ARGBGLXVisuals" "true"
EndSection


Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        Defaultdepth 24
        SubSection "Display"
                Depth     24
                Modes "1680x1050"
        EndSubSection
EndSection

Section "Extensions"
        Option  "Composite" "Enable"
EndSection

thanks for any and all help

Offline

Board footer

Powered by FluxBB