View Full Version : Can not enable desktop effects - F9/ATI
Perpetual
14th April 2008, 05:23 PM
I know Ubuntu has blacklisted laptops with ATI video cards when attempting to run compiz-fusion and I am assuming Fedora has done the same. In Ubuntu I can edit /usr/bin/compiz and change under 'laptop' return 1 to return 0 and then effects will work. However, I can not edit /usr/bin/compiz in F9 because it is an executable file.
Am I doing something wrong or is the file in a different location in F9? Also, this is on my test partition so I understand it's beta and prone to breakage.
Thanks,
Landon
leigh123linux
14th April 2008, 05:33 PM
Try ( add your driver to the white list )
/usr/bin/compiz-manager
you may have to install it
su
yum install compiz-manager
What driver are you using ?
Perpetual
14th April 2008, 05:47 PM
Try ( add your driver to the white list )
/usr/bin/compiz-manager
you may have to install it
su
yum install compiz-manager
What driver are you using ?
Radeon driver is listed in xorg.conf (ATI Radeon Mobility 9200). I do not have compiz-manager. Also, I have not installed compiz-fusion (in the past I have used your packages Leigh) but was just trying to enable desktop-effects from System>Preferences>Look & Feel.
Thanks for the response.
Edit, just saw your edit, I will install compiz-manager.
Edit 2: Well, you were correct, needed compiz-manager. However, I take back what I said, I do not see that Fedora is also blacklisting ATI cards as Ubuntu has decided to do. However, I can not seem to start desktop effects. Works in F8. I will play more as I have time.
Thanks for the response again.
Landon
leigh123linux
14th April 2008, 06:02 PM
Radeon driver is listed in xorg.conf (ATI Radeon Mobility 9200). I do not have compiz-manager. Also, I have not installed compiz-fusion (in the past I have used your packages Leigh) but was just trying to enable desktop-effects from System>Preferences>Look & Feel.
Thanks for the response.
Edit, just saw your edit, I will install compiz-manager.
Edit 2: Well, you were correct, needed compiz-manager. However, I take back what I said, I do not see that Fedora is also blacklisting ATI cards as Ubuntu has decided to do. However, I can not seem to start desktop effects. Works in F8. I will play more as I have time.
Thanks for the response again.
Landon
I am working on some F9 packages at the moment ( my F8 packages work as well for F9 gnome only )
[leigh@localhost ~]$ rpm -qa |grep 0.7.5
compiz-kde-0.7.5-7.fc9.i386
compizconfig-python-devel-0.7.5-3.fc9.i386
compiz-bcop-0.7.5-3.fc9.noarch
emerald-devel-0.7.5-3.fc9.i386
compiz-fusion-plugins-extra-0.7.5-3.fc9.i386
libcompizconfig-devel-0.7.5-3.fc9.i386
compiz-gnome-0.7.5-7.fc9.i386
compiz-fusion-plugins-main-0.7.5-4.fc9.i386
compizconfig-python-0.7.5-3.fc9.i386
compiz-devel-0.7.5-7.fc9.i386
compiz-fusion-plugins-unsupported-0.7.5-3.fc9.i386
compizconfig-backend-gconf-0.7.5-3.fc9.i386
emerald-0.7.5-3.fc9.i386
byacc-1.9.20070509-2.fc9.i386
compiz-fusion-plugins-main-devel-0.7.5-4.fc9.i386
libcompizconfig-0.7.5-3.fc9.i386
compizconfig-backend-kconfig-0.7.5-3.fc9.i386
compiz-0.7.5-7.fc9.i386
compiz-all-0.7.5-7.fc9.i386
ccsm-0.7.5-4.fc9.noarch
emerald-themes-0.7.5-3.fc9.noarch
[leigh@localhost ~]
Let me know if you fancy testing them ( only i386 at the moment )
leigh123linux
14th April 2008, 06:08 PM
Radeon driver is listed in xorg.conf (ATI Radeon Mobility 9200). I do not have compiz-manager. Also, I have not installed compiz-fusion (in the past I have used your packages Leigh) but was just trying to enable desktop-effects from System>Preferences>Look & Feel.
Thanks for the response.
Edit, just saw your edit, I will install compiz-manager.
Edit 2: Well, you were correct, needed compiz-manager. However, I take back what I said, I do not see that Fedora is also blacklisting ATI cards as Ubuntu has decided to do. However, I can not seem to start desktop effects. Works in F8. I will play more as I have time.
Thanks for the response again.
Landon
They do blacklist 4 ATI cards ( they use pci id to blacklist )
# blacklist based on the pci ids
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details
T=" 1002:5954 1002:5854 1002:5955" # ati rs480
T="$T 1002:4153" # ATI Rv350
T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965
BLACKLIST_PCIIDS="$T"
Perpetual
14th April 2008, 06:09 PM
I am working on some F9 packages at the moment ( my F8 packages work as well for F9 gnome only )
Let me know if you fancy testing them ( only i386 at the moment )
Yeah, I will do that tonight. I assume use the F8 repos? Yes, Gnome - 1386 laptop.
Perpetual
14th April 2008, 06:10 PM
They do blacklist 4 ATI cards ( they use pci id to blacklist )
# blacklist based on the pci ids
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details
T=" 1002:5954 1002:5854 1002:5955" # ati rs480
T="$T 1002:4153" # ATI Rv350
T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965
BLACKLIST_PCIIDS="$T"
Dumb question, what is the command to find out the PCIID of my video card?
leigh123linux
14th April 2008, 06:21 PM
Yeah, I will do that tonight. I assume use the F8 repos? Yes, Gnome - 1386 laptop.
Here are some F9 packages that I am working on ( 0.7.5 for F9 )
Compiz 0.7.5 F9 i386
http://www.4shared.com/file/44082306/50a330ba/F9-fusiontar.html
leigh123linux
14th April 2008, 06:34 PM
Dumb question, what is the command to find out the PCIID of my video card?
Try
su -
lspci -n
Perpetual
14th April 2008, 06:45 PM
Here are some F9 packages that I am working on ( 0.7.5 for F9 )
Compiz 0.7.5 F9 i386
http://www.4shared.com/file/44082306/50a330ba/F9-fusiontar.html
Messing with it while at lunch, downloaded and extracted. In i386 folder I selected all of the packages, right click, Open with "Package Installer" and the mouse shows the busy animation but nothing ever happens.
Will play more...
leigh123linux
14th April 2008, 07:03 PM
Messing with it while at lunch, downloaded and extracted. In i386 folder I selected all of the packages, right click, Open with "Package Installer" and the mouse shows the busy animation but nothing ever happens.
Will play more...
Try
su
cd /path/to/i386
yum --nogpgcheck localinstall ccsm-0.7.5-4.fc9.noarch.rpm compiz-0.7.5-7.fc9.i386.rpm compiz-all-0.7.5-7.fc9.i386.rpm compiz-bcop-0.7.5-3.fc9.noarch.rpm compizconfig-backend-gconf-0.7.5-3.fc9.i386.rpm compizconfig-backend-kconfig-0.7.5-3.fc9.i386.rpm compizconfig-python-0.7.5-3.fc9.i386.rpm compizconfig-python-devel-0.7.5-3.fc9.i386.rpm compiz-devel-0.7.5-7.fc9.i386.rpm compiz-fusion-plugins-extra-0.7.5-3.fc9.i386.rpm compiz-fusion-plugins-main-0.7.5-4.fc9.i386.rpm compiz-fusion-plugins-main-devel-0.7.5-4.fc9.i386.rpm compiz-fusion-plugins-unsupported-0.7.5-3.fc9.i386.rpm compiz-gnome-0.7.5-7.fc9.i386.rpm compiz-kde-0.7.5-7.fc9.i386.rpm emerald-0.7.5-3.fc9.i386.rpm emerald-devel-0.7.5-3.fc9.i386.rpm emerald-themes-0.7.5-3.fc9.noarch.rpm fusion-icon-0.5-106.fc9.noarch.rpm fusion-icon-all-0.5-106.fc9.noarch.rpm fusion-icon-gtk-0.5-106.fc9.noarch.rpm fusion-icon-qt-0.5-106.fc9.noarch.rpm libcompizconfig-0.7.5-3.fc9.i386.rpm libcompizconfig-devel-0.7.5-3.fc9.i386.rpm screenlets-0.1.1-2.fc9.noarch.rpm
Perpetual
15th April 2008, 06:57 PM
Leigh, sorry for the delayed response. When I try to enable compiz via fusion-icon I have no window borders and when doing compiz --replace from cli...
[landon@localhost ~]$ compiz --replace
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
and desktop-effects from cli...
[landon@localhost ~]$ desktop-effects
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
I have seen this error in forums before but have not had a chance to really troubleshoot it. I will look in to it more when I have time. I owed you a response though, so this is where I sit.
Landon
If needed
[landon@localhost ~]$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 4x x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 7.1
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_texture_border_clamp,
GL_ARB_texture_compression, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_equation_separate,
GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax,
GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_histogram,
GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate,
GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
GL_ATI_fragment_shader, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
GL_MESA_pack_invert, GL_MESA_window_pos, GL_NV_blend_square,
GL_NV_light_max_exponent, GL_NV_texture_rectangle,
GL_NV_texgen_reflection, GL_OES_read_format, GL_SGI_color_matrix,
GL_SGI_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod
3 GLX Visuals
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x46 32 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
16 GLXFBConfigs:
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x47 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x48 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x49 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x4a 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x4b 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x4c 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x4d 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x4e 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x4f 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x50 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x51 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x52 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x53 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x54 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x55 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x56 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
leigh123linux
15th April 2008, 07:08 PM
Leigh, sorry for the delayed response. When I try to enable compiz via fusion-icon I have no window borders and when doing compiz --replace from cli...
[landon@localhost ~]$ compiz --replace
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
and desktop-effects from cli...
[landon@localhost ~]$ desktop-effects
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
I have seen this error in forums before but have not had a chance to really troubleshoot it. I will look in to it more when I have time. I owed you a response though, so this is where I sit.
Landon
If needed
[landon@localhost ~]$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 4x x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 7.1
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_texture_border_clamp,
GL_ARB_texture_compression, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
GL_EXT_blend_color, GL_EXT_blend_equation_separate,
GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax,
GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_histogram,
GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset,
GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate,
GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
GL_ATI_fragment_shader, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
GL_MESA_pack_invert, GL_MESA_window_pos, GL_NV_blend_square,
GL_NV_light_max_exponent, GL_NV_texture_rectangle,
GL_NV_texgen_reflection, GL_OES_read_format, GL_SGI_color_matrix,
GL_SGI_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod
3 GLX Visuals
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x46 32 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
16 GLXFBConfigs:
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x47 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x48 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x49 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x4a 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x4b 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x4c 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x4d 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x4e 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x4f 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x50 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x51 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x52 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow
0x53 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x54 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
0x55 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x56 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
Use fusion-icon to start the effects !
type in a terminal
fusion-icon
And post the output
Perpetual
15th April 2008, 07:25 PM
Sorry!
[landon@localhost ~]$ 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
* Starting Compiz
... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
leigh123linux
15th April 2008, 07:30 PM
Can you post
cat /etc/X11/xorg.conf
Perpetual
15th April 2008, 07:31 PM
Yup.
[landon@localhost ~]$ cat /etc/X11/xorg.conf
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
It doesn't appear xorg is recognizing my video card? Sorry, never had to mess with this stuff as in F8 and other distributions compiz has always "just worked" on this laptop.
Landon
leigh123linux
15th April 2008, 07:42 PM
Try
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
RestartX
Perpetual
15th April 2008, 07:54 PM
Eh...
[landon@localhost ~]$ 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
* Metacity is already running
* Setting window manager to Compiz
... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.