kaviazzz
January 19th, 2008, 09:52 PM
hello im having problems editing the fusion icon to use only current screen!!
this is the command that works great on my system
LIBGL_ALWAYS_INDIRECT=true compiz --replace --only-current-screen ccp &
when i try to use the compiz-start script my X crashes!!
so i use my own script with just the command
but i 'd like to use the fusion-icon but when i run the fusion-icon X crashes!! again. so i believe that there might be 2 reason..
1) not --only-current-screen
2) not indirect true
The driver i use is fglrx on AIXGL server
I 'm not sure if pixmap detection works correct on my machine because of the dual screen
kav@Gentoobox ~ $ glxinfo | grep pixmap
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
So anyone can tell me what changes do i need to make to the python scripts of fusion-icon to set these things right ??
this is the command that works great on my system
LIBGL_ALWAYS_INDIRECT=true compiz --replace --only-current-screen ccp &
when i try to use the compiz-start script my X crashes!!
so i use my own script with just the command
but i 'd like to use the fusion-icon but when i run the fusion-icon X crashes!! again. so i believe that there might be 2 reason..
1) not --only-current-screen
2) not indirect true
The driver i use is fglrx on AIXGL server
I 'm not sure if pixmap detection works correct on my machine because of the dual screen
kav@Gentoobox ~ $ glxinfo | grep pixmap
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
So anyone can tell me what changes do i need to make to the python scripts of fusion-icon to set these things right ??