Visualizzazione dei risultati da 1 a 7 su 7
  1. #1

    [Debian] RadeonXpress200 e compiz

    Su un desktop ho la sfortuna di avere una scheda grafica ATI:

    lspci

    codice:
    01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200]
    Utilizzando i driver di xserver-xorg-video-ati, al comando:

    compiz --replace

    mi appare un bello schermo bianco.

    Sparando l'output su un file riesco almeno a leggere:

    codice:
    Checking for Xgl: not present. 
    Detected PCI ID for VGA: Flags: bus master, VGA palette snoop, 66MHz, medium devsel, latency 64
    Checking for texture_from_pixmap: present. 
    Checking for non power of two support: present. 
    Checking for Composite extension: present. 
    Comparing resolution (1280x1024) to maximum 3D texture size (2048): Passed.
    Checking for nVidia: not present. 
    Checking for FBConfig: present. 
    Checking for Xgl: not present. 
    Starting gtk-window-decorator
    Sistema: Debain Lenny, kernel 2.6.24.1

    Sapete indicarmi il motivo?

    Il mio xorg.conf:

    codice:
    Section "Files"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"CoreKeyboard"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"it"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    	Option		"Device"		"/dev/input/mice"
    	Option		"Protocol"		"ImPS/2"
    	Option		"Emulate3Buttons"	"true"
    EndSection
    
    Section "Device"
    	Identifier	"ATI Technologies Inc RC410 [Radeon Xpress 200]"
    	Driver		"ati"
    	#Driver 		"fglrx"
    	BusID		"PCI:1:5:0"
    	Option "AddARGBGLXVisuals" "true"
    	Option "AllowGLXWithComposite" "true"	    
    	Option "XAANoOffscreenPixmaps" "true"
    	Option "RenderAccel" "true"
    EndSection
    
    Section "Module"
    	Load "dri"
    	Load "dbe"
    	Load "glx"
    EndSection
    
    Section "Monitor"
    	Identifier	"SAMTRON"
    	Option		"DPMS"
    	Horizsync	60-75
    	Vertrefresh	60-75
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"ATI Technologies Inc RC410 [Radeon Xpress 200]"
    	Monitor		"SAMTRON"
    	DefaultDepth	24
    	SubSection "Display"
    		Modes		"1280x1024" 
    	EndSubSection
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Configured Mouse"
    	Option "AIGLX" "true"
    EndSection
    
    Section "DRI"
    	Mode 0666
    EndSection
    
    Section "Extensions"
    	Option "Composite" "Enable"
    	Option "RENDER" "true"
            Option "DAMAGE" "true"	    
    EndSection
     
    :: Instant WebKiosk, a browser-only Linux operating system ::

  2. #2
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    il direct rendering dovrebbe essere attivo, ma per maggiore sicurezza posta l'ouput di:

    codice:
    $ glxinfo | grep rendering
    potresti poi modificare lo xorg.conf specificando driver "radeon"

    codice:
    Section "Device"
    	Identifier	"ATI Technologies Inc RC410 [Radeon Xpress 200]"
    	Driver		"radeon"
    	#Driver 		"fglrx"
    	BusID		"PCI:1:5:0"
    	Option "AddARGBGLXVisuals" "true"
    	Option "AllowGLXWithComposite" "true"	    
    	Option "XAANoOffscreenPixmaps" "true"
    	Option "RenderAccel" "true"
    EndSection
    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

  3. #3
    Ogni tanto torno alla mia "occupazione" voglio-compiz-anche-al-lavoro

    Ho specificato "radeon" alla voce Driver, ma il direct rendering non è attivo:

    codice:
    name of display: :0.0
    display: :0  screen: 0
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
        GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
        GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
        GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
        GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
    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_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, 
        GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.4 (2.1 Mesa 7.0.4)
    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_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite, 
        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_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, 
        GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, 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_copy_texture, GL_EXT_draw_range_elements, 
        GL_EXT_fog_coord, GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, 
        GL_EXT_packed_pixels, GL_EXT_paletted_texture, 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_shared_texture_palette, 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_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_draw_buffers, GL_ATI_texture_env_combine3, 
        GL_ATI_texture_mirror_once, GL_ATIX_texture_env_combine3, 
        GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
        GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_NV_blend_square, 
        GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite, 
        GL_NV_texgen_reflection, GL_NV_texture_rectangle, GL_NV_vertex_program, 
        GL_NV_vertex_program1_1, 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_SGIX_depth_texture, 
        GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
    Che dovrei fare?
    Grazie mille.
     
    :: Instant WebKiosk, a browser-only Linux operating system ::

  4. #4
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    come prima cosa, se decidi di usare i driver radeon ti suggerisco di rimuovere dal tuo sistema ogni riferimento al modulo fglrx

    rimuovi tutti i pacchetti che ad esso fanno capo, in più di una circostanza è emersa un'incompatibilità con quelli open che può causare problemi.
    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

  5. #5
    Originariamente inviato da GunMan
    come prima cosa, se decidi di usare i driver radeon ti suggerisco di rimuovere dal tuo sistema ogni riferimento al modulo fglrx

    rimuovi tutti i pacchetti che ad esso fanno capo
    Sì, avevo già rimosso tutto prima, ma il risultato è sempre il medesimo: compiz non va!

    L'errore che ricevo ora (nel frattempo ho aggiornato tutti i pacchetti avendo una lenny up-to-date) è:

    codice:
    marco@marco:~$ compiz --replace
    Checking for Xgl: not present. 
    Detected PCI ID for VGA: 	Flags: bus master, VGA palette snoop, 66MHz, medium devsel, latency 64
    Checking for texture_from_pixmap: present. 
    Checking for non power of two support: present. 
    Checking for Composite extension: present. 
    Comparing resolution (1280x1024) to maximum 3D texture size (2048): Passed.
    Checking for nVidia: not present. 
    Checking for FBConfig: present. 
    Checking for Xgl: not present. 
    Starting gtk-window-decorator
    /usr/bin/compiz.real (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
    /usr/bin/compiz.real (core) - Error: Failed to manage screen: 0
    /usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0
     
    :: Instant WebKiosk, a browser-only Linux operating system ::

  6. #6
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    prova a dare un'occhiata qui, ci sono un paio di utili spunti riconducibili all'errore che ottieni, vedi se ti può tornare utile.

    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

  7. #7
    Grazie, ho deciso di cambiare tutto ed ho dato un'occhiata qui:

    http://forums.opensuse.org/archives/...on-solved.html

    Ora va!!
     
    :: Instant WebKiosk, a browser-only Linux operating system ::

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.