LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 08-07-2009, 03:00 PM   #1
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Rep: Reputation: 15
problems on gentoo HELP please


This is driving me crazy please help I have an ati radeon xpress 200M and am running gentoo have never needed to post on a forum before but I have been googleing for weeks and I need some serious help.
The problem is this I am trying to get my 3d accelleration to work properly and right now I have an FPS of around 400 according to glxgears although I am using the open source drivers should it realy be this low? I have tried mucking about with dri and drm but it hasn't realy helped.
here is my xorg.conf
Code:
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/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri2"
	Load  "record"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "drm"
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"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip" "true"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "FBTexPercent"       	# <i>
        #Option     "DepthBits"          	# <i>
        #Option     "PCIAPERSize"        	# <i>
        #Option     "AccelDFS"           	# [<bool>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "RageTheatreCrystal" 	# <i>
        #Option     "RageTheatreTunerPort" 	# <i>
        #Option     "RageTheatreCompositePort" 	# <i>
        #Option     "RageTheatreSVideoPort" 	# <i>
        #Option     "TunerType"          	# <i>
        #Option     "RageTheatreMicrocPath" 	# <str>
        #Option     "RageTheatreMicrocType" 	# <str>
        #Option     "ScalerWidth"        	# <i>
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "DynamicClocks"      	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
        #Option     "ReverseDDC"         	# [<bool>]
        #Option     "LVDSProbePLL"       	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        Option     "DRI" "enable"                	# [<bool>]
        #Option     "ConnectorTable"     	# <str>
        #Option     "DefaultConnectorTable" 	# [<bool>]
        #Option     "DefaultTMDSPLL"     	# [<bool>]
        #Option     "TVDACLoadDetect"    	# [<bool>]
        #Option     "ForceTVOut"         	# [<bool>]
        #Option     "TVStandard"         	# <str>
        #Option     "IgnoreLidStatus"    	# [<bool>]
        #Option     "DefaultTVDACAdj"    	# [<bool>]
        #Option     "Int10"              	# [<bool>]
        #Option     "EXAVSync"           	# [<bool>]
        #Option     "ATOMTVOut"          	# [<bool>]
        #Option     "R4xxATOM"           	# [<bool>]
	#Option     "AGPMode" "4"
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "RC410 [Radeon Xpress 200M]"
	BusID       "PCI:1:5:0"
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"
	Mode 0666
EndSection
here is the output of lspci

Code:
00:00.0 Host bridge: ATI Technologies Inc Device 5a31 (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:06.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:12.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80)
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 82)
00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller (rev 80)
00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M]
02:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
03:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
03:06.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
03:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
here is the output of dmesg | grep drm

Code:
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized radeon 1.29.0 20080613 on minor 0
[drm] Used old pci detect: framebuffer loaded
[drm] Setting GART location based on new memory map
[drm] Loading R300 Microcode
[drm] Num pipes: 1
[drm] writeback test succeeded in 1 usecs
and here is the output of dmesg | grep agp

Code:
Linux agpgart interface v0.103
and ldd `which glxgears`
Code:
 linux-gate.so.1 =>  (0xb80f5000)
        libGL.so.1 => /usr/lib/opengl/xorg-x11/lib/libGL.so.1 (0xb8061000)
        libm.so.6 => /lib/libm.so.6 (0xb803b000)
        libc.so.6 => /lib/libc.so.6 (0xb7ef6000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e07000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb7df8000)
        libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0xb7df2000)
        libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0xb7ded000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb7de7000)
        libdrm.so.2 => /usr/lib/libdrm.so.2 (0xb7ddc000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7dc3000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7dbf000)
        /lib/ld-linux.so.2 (0xb80d9000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb7dba000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7db4000)
        librt.so.1 => /lib/librt.so.1 (0xb7dab000)
also the output of glxinfo
Code:
 LIBGL_DEBUG=verbose glxinfo                            
name of display: :0.0                                                         
libGL: XF86DRIGetClientDriverName: 5.3.0 r300 (screen 0)                      
libGL: OpenDriver: trying /usr/lib/dri/tls/r300_dri.so                        
libGL: OpenDriver: trying /usr/lib/dri/r300_dri.so                            
drmOpenDevice: node name is /dev/dri/card0                                    
drmOpenDevice: open result is 4, (OK)                                         
drmOpenByBusid: Searching for BusID pci:0000:01:05.0                          
drmOpenDevice: node name is /dev/dri/card0                                    
drmOpenDevice: open result is 4, (OK)                                         
drmOpenByBusid: drmOpenMinor returns 4                                        
drmOpenByBusid: drmGetBusid reports pci:0000:01:05.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_make_current_read, 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_copy_sub_buffer,     
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,    
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,      
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group     
OpenGL vendor string: DRI R300 Project                                        
OpenGL renderer string: Mesa DRI R300 20060815 x86/MMX/SSE2 NO-TCL            
OpenGL version string: 1.4 Mesa 7.5                                           
OpenGL extensions:                                                            
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,       
    GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,                  
    GL_ARB_point_parameters, GL_ARB_shadow, GL_ARB_shadow_ambient,            
    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_MESAX_texture_float,                          
    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_compiled_vertex_array, GL_EXT_convolution,  
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,        
    GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, 
    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_shadow_funcs,                       
    GL_EXT_stencil_two_side, 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_separate_stencil, GL_IBM_multimode_draw_arrays,                     
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,                     
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,   
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,          
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program,    
    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, GL_SUN_multi_draw_arrays  

8 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  8  0  0  0  0  0 0 None
0x22 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x63 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x64 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x65 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x66 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x67 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x5a 32 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 Ncon

8 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
----------------------------------------------------------------------
0x5b  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x5c  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x5d  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x5e  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x5f  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x60  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x61  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x62  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow

eye-candy-central ~ # 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_make_current_read, 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_copy_sub_buffer,     
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,    
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,      
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group     
OpenGL vendor string: DRI R300 Project                                        
OpenGL renderer string: Mesa DRI R300 20060815 x86/MMX/SSE2 NO-TCL            
OpenGL version string: 1.4 Mesa 7.5                                           
OpenGL extensions:                                                            
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,       
    GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,                  
    GL_ARB_point_parameters, GL_ARB_shadow, GL_ARB_shadow_ambient,            
    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_MESAX_texture_float,                          
    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_compiled_vertex_array, GL_EXT_convolution,  
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,        
    GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, 
    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_shadow_funcs,                       
    GL_EXT_stencil_two_side, 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_separate_stencil, GL_IBM_multimode_draw_arrays,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent,
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program,
    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, GL_SUN_multi_draw_arrays

8 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  8  0  0  0  0  0 0 None
0x22 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x63 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x64 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x65 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x66 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x67 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x5a 32 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 Ncon

8 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
----------------------------------------------------------------------
0x5b  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x5c  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x5d  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x5e  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x5f  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x60  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x61  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x62  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
if you need any more just ask and be n00b friendly
 
Old 08-08-2009, 08:13 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: back to Arch
Posts: 16,637

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Moved: This thread is more suitable in Gentoo and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 08-08-2009, 02:59 PM   #3
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware64 13.0, Arch
Posts: 142

Rep: Reputation: 25
Try installing the proprietary ATI fglrx graphics driver for your card, here.
 
Old 08-09-2009, 03:43 AM   #4
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Right about that I have heard that there is a problem with them the latest ones known to work on gentoo (I have heard) is some version two or three versions behind the ones ati say work with my card but I don't know and you would need to downgrade the xserver. I don't know if this helps but I remember now on the official gentoo guide it said I should add the moudule name for my card to modules autoload.d however modules.autoload.d didn't exist so I created it and added agpgart but I didn't know what it meant by the module name of my card is that important. One more thing eselect opengl set ati doesn't work but I think that is just for the propriety drivers.
 
Old 08-09-2009, 04:36 AM   #5
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
I have checked on the link you gave me and 8.11 (the first to support xorg 7.4) dropped support for my card so I am a bit stuck.
 
Old 08-09-2009, 05:16 AM   #6
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
xgl aiglx xegl should I consider installing any of these are they likely to speed up my performence
 
Old 08-09-2009, 09:49 AM   #7
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 3,902

Rep: Reputation: 353Reputation: 353Reputation: 353Reputation: 353
Why do you think that there's a problem? Do you experience any problems running 3d applications at all?

Mind that glxgears IS NOT a benchmark, and its numbers are not relevant at all. It's just a quick way to check that drm is working, nothing else. According to the info you supplied, I fail to see any problem.

Last edited by i92guboj; 08-09-2009 at 09:50 AM.
 
Old 08-09-2009, 01:16 PM   #8
Peterius
Member
 
Registered: May 2004
Distribution: Gentoo, Debian, OpenBSD, NetBSD
Posts: 155

Rep: Reputation: 16
I have a radeon x850 and something about the open source drivers recently broke. I get graphical glitches and opengl/qt apps crash sometimes. Its been several months.

Personally I would just give up on 3d in linux. Its always flaky. Using the proprietary ATI drivers might also work. Or maybe in a few years it will be fixed to work like it did.
 
Old 08-10-2009, 12:54 PM   #9
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
ok thanks for helping it's just that before when I was running ubuntu I was getting 600-700 fps and things were working but maybe I was using propriety drivers and they did support the xserver and my card I guess I could try to downgrade the xserver is that safe?
 
Old 08-10-2009, 12:57 PM   #10
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Peterius View Post
I have a radeon x850 and something about the open source drivers recently broke. I get graphical glitches and opengl/qt apps crash sometimes. Its been several months.
does that mean if I used the version from a couple of months ago it would work I will try and look around but will xgl aiglx xegl or something increace performence.
 
Old 08-10-2009, 01:15 PM   #11
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 3,902

Rep: Reputation: 353Reputation: 353Reputation: 353Reputation: 353
I am no specialist in eye candy, but I think that xgl is just an experimental and now deprecated thing. All the current drivers should support the necessary stuff to run on a standard X server, and so does compiz if that's what you want. AIGLX was long ago ported into the standard X server, so anything regarding setting AIGLX as an independent thing is clearly outdated and is not applicable anymore. XGL was meant to achieve via cpu (software rendering) the 3d desktop stuff, when cards and/or driver couldn't do it themselves, so there's no way that it will perform better.

That's my understanding though.

But really, what's the real issue? And forget about glxgears. As I asked above: are you experiencing any problem in your desktop or 3d apps at all or is just the glxgears stuff which worries you?
 
Old 08-11-2009, 11:01 AM   #12
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
well I haven't realy had any proplems exept that, regardless of glxgears, I am still getting extremly bad resullts whenn running anything using opengl such as when I try to run kwin's desktop cube or use wobbly windows I can hardly render it and I used to with the same laptop be able to render things like this a couple of months ago using old hrdware but I gues I will just have to use ubuntu (which I don't realy want to use) 8.04 but I like to stay up to date to keep up with hardware and the only thing thats bugging me is that I love eye candy because you can't do it as cooly on windows but maybe the open-source drivers will get better hopefully do you have any advice on what to do.
 
Old 08-11-2009, 12:19 PM   #13
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
2d accel now awesome having put accellmethod exa in xorg.conf but 3d is still rubbish could I improve that in a simmilar way?
 
Old 08-11-2009, 01:33 PM   #14
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
I just saw a report of someone getting 1300+ fps from glxgears with my card and open source drivers what the flip (I know it's glxgears but still)
 
Old 08-12-2009, 05:37 AM   #15
bananaoomarang
Member
 
Registered: Aug 2009
Posts: 35

Original Poster
Rep: Reputation: 15
what about the GARTsize option in my xorg.conf how can I find out whether that is right
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
emerge --emptytree system problems, gentoo problems!!! alamuru420123 Linux - Distributions 6 10-11-2005 10:48 PM
Gentoo Problems with X patrickclay Linux - Distributions 3 03-24-2005 07:49 PM
A few problems with Gentoo... SaMe Linux - Laptop and Netbook 5 12-20-2004 04:43 PM
X problems in Gentoo 1.4 questionasker Linux - Distributions 3 09-06-2003 02:06 PM
Gentoo problems :( 2k. Linux - Distributions 12 05-28-2003 03:16 PM


All times are GMT -5. The time now is 11:36 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration