You are not logged in.

#1 2008-08-06 08:33:45

Dimon-z
Member
Registered: 2008-06-22
Posts: 92

Xgl

Hello 2 all, i installed XGL from pacman,
And after starting me showed error

dlopen: /usr/lib/xorg/modules/xgl/libglxext.so: undefined symbol: CALL_ProgramParameter4fvNV

Fatal server error:
No GLX modules loaded
dlopen: /usr/lib/xorg/modules/xgl/libglxext.so: undefined symbol: CALL_ProgramParameter4fvNV

FatalError re-entered, aborting
No GLX modules loaded

How to fix this?

Offline

#2 2008-08-06 08:40:56

Skittles
Member
From: Bochum (Ger)
Registered: 2007-07-21
Posts: 36

Re: Xgl

well ... may take something else (AIGLX)? XGL has offically been canceled a few days ago ...

Offline

#3 2008-08-06 08:49:32

Dimon-z
Member
Registered: 2008-06-22
Posts: 92

Re: Xgl

where i can fild aiglx pkgbuild?)

Offline

#4 2008-08-06 09:07:12

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Xgl

It's built into the current version of XOrg, and shouldn't require any configuration. Just install and run compiz-fusion and it should work if your card supports it properly.

Offline

#5 2008-08-06 09:31:39

Dimon-z
Member
Registered: 2008-06-22
Posts: 92

Re: Xgl

I configured the xorg.conf and starting compiz, in my Terminal or FileManager Blank windows, font in Terminal no view...

Offline

#6 2008-08-06 09:48:42

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Xgl

What video hardware?

Offline

#7 2008-08-06 10:17:50

Dimon-z
Member
Registered: 2008-06-22
Posts: 92

Re: Xgl

ATI, now installed xf86-video-ati, and after starting compiz i have white blank sceen(

Offline

#8 2008-08-06 13:03:14

Dimon-z
Member
Registered: 2008-06-22
Posts: 92

Re: Xgl

this is my screen with fglrx and compiz 89353728ro5.jpg

Offline

#9 2008-08-06 15:04:22

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Xgl

Hmm... Do you have the Composite extension enabled?

Offline

#10 2008-08-06 15:42:07

Dimon-z
Member
Registered: 2008-06-22
Posts: 92

Re: Xgl

My config

# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
    Identifier     "Xorg Configured"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
  Option "AIGLX" "true"
EndSection

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


Section "Files"

# Additional fonts: Locale, Gimp, TTF...
#    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!
    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"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/Type1"
    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  "type1"
    Load  "freetype"
    Load  "record"
    #   Load  "synaptics"
EndSection

Section "ServerFlags"
    Option        "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option        "XkbLayout" "us,ru"
    Option        "XkbOptions" "grp_led:scroll,grp:ctrl_shift_toggle"
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   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection


Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver        "fglrx"
  Option "XAANoOffscreenPixmaps" "true"
  Option "DRI" "true"
     Option "AddARGBGLXVisuals" "true"
EndSection



Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Virtual 1680 1050
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


Section "DRI"
  Group 0
  Mode 0666
EndSection

Last edited by Dimon-z (2008-08-06 15:43:22)

Offline

#11 2008-08-06 16:48:39

ssbfalcon
Member
From: Long Island, New York
Registered: 2008-08-01
Posts: 22
Website

Re: Xgl

What does glxinfo tell you?

Offline

#12 2008-08-06 16:59:59

Dimon-z
Member
Registered: 2008-06-22
Posts: 92

Re: Xgl

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_OML_swap_method, 
    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_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_OML_swap_method, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1650 64-bit
OpenGL version string: 2.1.7537 Release
OpenGL extensions:
    GL_AMD_performance_monitor, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
    GL_ARB_fragment_program, GL_ARB_fragment_shader, GL_ARB_half_float_pixel, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_shader_objects, GL_ARB_shading_language_100, 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_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_vertex_shader, 
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_envmap_bumpmap, 
    GL_ATI_fragment_shader, GL_ATI_meminfo, GL_ATI_separate_stencil, 
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, 
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, 
    GL_EXT_point_parameters, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, 
    GL_EXT_subtexture, GL_EXT_texgen_reflection, GL_EXT_texture3D, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    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_texture_sRGB, GL_EXT_vertex_array, 
    GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_texgen_reflection, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, 
    GL_WIN_swap_hint, WGL_EXT_swap_control

Offline

#13 2008-08-06 17:06:57

zenlord
Member
From: Belgium
Registered: 2006-05-24
Posts: 1,221
Website

Re: Xgl

I'm not familiar with the problem, but did you read these wiki-entries:
http://wiki.archlinux.org/index.php/Compiz
http://wiki.archlinux.org/index.php/Xorg
http://wiki.archlinux.org/index.php/ATI
?

You say you have an ATI-card -> which one? Is it supported by fglrx-driver? Isn't the ADDARGBGGLXVISUALS (or something like that) not an option for the nvidia-driver?

Maybe you should generate a new xorg.conf (backup the old one first) or just move your current xorg.conf and let Xrandr create one on the fly. It might help you in finding the problem...

Zl.

Last edited by zenlord (2008-08-06 17:08:01)

Offline

#14 2008-08-06 17:09:07

Dimon-z
Member
Registered: 2008-06-22
Posts: 92

Re: Xgl

I Readed wiki, and setting up compiz by wiki and error with windows.
ADDARGBGGLXVISUALS - u try with this and without windows showed as in screen.
Sorry but my english wink

Offline

Board footer

Powered by FluxBB