Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Krijg geen visuele effecten met compiz  (gelezen 1149 keer)

Sebelius

  • Gast
Krijg geen visuele effecten met compiz
« Gepost op: 2007/11/08, 21:57:07 »
Hallo Experts,

Als ik via system > Preferences > Apearance en dan visuele effecten aan wil zetten krijg ik de volgende melding

The composite extension is not available
Mijn XORG.Conf file ziet er zo uit

Section "Files"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"   "/dev/input/mice"
   Option      "Protocol"   "ImPS/2"
   Option      "ZAxisMapping"   "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "stylus"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "eraser"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "cursor"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]"
   Boardname   "ati"
   Busid      "PCI:1:0:0"
   Driver      "ati"
   Screen   0
   Option      "MergedFB"   "off"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Vendorname   "Dell Computer Corp."
   Modelname   "Dell 1901FP (Digital)"
   Horizsync   30.0-80.0
   Vertrefresh   56.0-76.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
  modeline  "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]"
   Monitor      "Generic Monitor"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1600   1200
      Modes      "1280x1024@60"   "1280x960@75"   "1280x960@60"   "1400x1050@60"   "1280x1024@75"   "1600x1200@60"   "1152x864@75"   "1024x768@60"   "1024x768@70"   "1024x768@75"   "832x624@75"   "800x600@60"   "800x600@75"   "800x600@72"   "800x600@56"   "640x480@75"   "640x480@72"   "640x480@60"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
   
   # Uncomment if you have a wacom tablet
   #   InputDevice     "stylus"   "SendCoreEvents"
   #   InputDevice     "cursor"   "SendCoreEvents"
   #   InputDevice     "eraser"   "SendCoreEvents"
EndSection
Section "Module"
   Load      "glx"
   Load      "GLcore"
   Load      "v4l"
EndSection
Section "device" #
   Identifier   "device1"
   Boardname   "ati"
   Busid      "PCI:1:0:0"
   Driver      "ati"
   Screen   1
   Option      "MergedFB"   "off"
EndSection
Section "screen" #
   Identifier   "screen1"
   Device      "device1"
   Defaultdepth   24
   Monitor      "monitor1"
EndSection
Section "monitor" #
   Identifier   "monitor1"
   Gamma   1.0
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
        Option          "Composite"     "0"
EndSection

Iemand enig idee hoe ik de effecten aan de gang krijg en wil die mij dan helpen. lijkt mij zeer leuk en nuttig

Seb

Krijg geen visuele effecten met compiz
« Reactie #1 Gepost op: 2007/11/09, 14:41:07 »
Hallo,
Bij mij deed compiz het ook niet vanwege een grafische kaart die niet krachtig genoeg is. Het dus daaraan liggen.


grtn, Frank
Mac OS X  El Capitan  dualboot met Ubuntu 15.10

Sebelius

  • Gast
Krijg geen visuele effecten met compiz
« Reactie #2 Gepost op: 2007/11/11, 10:05:51 »
De kaart is wel sterk genoeg want hij heeft het een keer gedaan in en vroeg stadium.

Offline Soul-Sing

  • Lid
Krijg geen visuele effecten met compiz
« Reactie #3 Gepost op: 2007/11/11, 10:37:19 »
probeer eens: (Je hoeft geen XGL sessies meer aan te maken in Ubuntu 7.10.)  deze handleiding:
https://help.ubuntu.com/community/Compo … 8compiz%29

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Krijg geen visuele effecten met compiz
« Reactie #4 Gepost op: 2007/11/11, 10:52:46 »
Leoquant: die link klopt niet.

Je kan niet zomaar een link hier op het forum selecteren en plakken. Je moet met de rechtermuisknop klikken en kiezen voor koppelingslocatie kopiëren. Het forum kort de linkjes namelijk in (dat zie je aan de puntjes.)


Sebelius

  • Gast
Krijg geen visuele effecten met compiz
« Reactie #6 Gepost op: 2007/11/12, 13:45:54 »
Heren,

Heel hartelijk dank voor de verwijzing, echter dit heeft mij alleen narigheid opgeleverd. namelijk ik heb nu nog steds geen effecten beschikbaar en nu is schermopbouw zeer traag en stropirig. Firefox is niet meer me te werken zo traag. Iemand daar nog oplossingen voor?

Offline Soul-Sing

  • Lid
Krijg geen visuele effecten met compiz
« Reactie #7 Gepost op: 2007/11/12, 15:03:38 »
wat is de uitkomst van  glxinfo  in de terminal?
je graf. kaart hoeft niet heel veel te kunnen maar videogeheugen speelt wel een belangrijke rol bij desktopeffects. hoe groot is je videogeheugen?

Sebelius

  • Gast
Krijg geen visuele effecten met compiz
« Reactie #8 Gepost op: 2007/11/13, 08:56:00 »
Dit is de uitkomst van glxinfo:

name of display: :1.0
display: :1  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
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_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.2 (2.1 Mesa 7.0.1)
OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging,
    GL_ARB_multitexture, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    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_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_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_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_object, GL_EXT_texture_rectangle,
    GL_EXT_vertex_array, GL_APPLE_packed_pixels, 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_point_sprite, GL_NV_texgen_reflection, GL_NV_texture_rectangle,
    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

   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
----------------------------------------------------------------------
0x2c 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8  0  0  0  0  0 0 None
0x2d 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
0x2e 32 tc  0 32  0 r  y  .  8  8  8  8  0 16  8  0  0  0  0  0 0 Ncon
0x2f 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon


Het zegt mij niets maar wellicht is het voor jullie een duidelijke zaak. Ik heb 256 mb video geheugen. ATI 9800.

Ik ben wel moedeloos hoor met die ati. wat ik ook probeer het blijft Kl*Ten.

Offline Soul-Sing

  • Lid
Krijg geen visuele effecten met compiz
« Reactie #9 Gepost op: 2007/11/13, 09:00:33 »
je hebt geen direct rendering. wat is de uitkomst van glxgears in de terminal?
( ik zie een mesa driver....)