Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can somebody help me with new Nvidia Drivers
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Wed Dec 13, 2006 1:00 pm    Post subject: Can somebody help me with new Nvidia Drivers Reply with quote

i've read all the wikis and many posts here about this, and i finally understand how the nvidia-drivers work...

but i don't understand why my window manager just disappears and i'm left with nothing but the window contents... and the gnome-panel...

please help me understand where i went wrong...

emerged portage's beryl packages... is this complete, correct version?
Code:

1166011994:  *** emerge  beryl
1166011994:  >>> emerge (1 of 10) x11-wm/beryl-core-0.1.2 to /
(x11-wm/beryl-core-0.1.2::/usr/portage/x11-wm/beryl-core/beryl-core-0.1.2.ebuild)

1166012035:  >>> emerge (2 of 10) x11-plugins/beryl-plugins-0.1.2 to /
(x11-plugins/beryl-plugins-0.1.2::/usr/portage/x11-plugins/beryl-plugins/beryl-plugins-0.1.2.ebuild)

1166012096:  >>> emerge (3 of 10) x11-plugins/beryl-dbus-0.1.2 to /
(x11-plugins/beryl-dbus-0.1.2::/usr/portage/x11-plugins/beryl-dbus/beryl-dbus-0.1.2.ebuild)

1166012108:  >>> emerge (4 of 10) x11-misc/beryl-settings-0.1.2 to /
(x11-misc/beryl-settings-0.1.2::/usr/portage/x11-misc/beryl-settings/beryl-settings-0.1.2.ebuild)

1166012117:  >>> emerge (5 of 10) x11-apps/xlsclients-1.0.1 to /
1(x11-apps/xlsclients-1.0.1::/usr/portage/x11-apps/xlsclients/xlsclients-1.0.1.ebuild)

1166012124:  >>> emerge (6 of 10) x11-apps/xvinfo-1.0.1 to /
(x11-apps/xvinfo-1.0.1::/usr/portage/x11-apps/xvinfo/xvinfo-1.0.1.ebuild)

1166012130:  >>> emerge (7 of 10) x11-misc/beryl-manager-0.1.2 to /
1(x11-misc/beryl-manager-0.1.2::/usr/portage/x11-misc/beryl-manager/beryl-manager-0.1.2.ebuild)

1166012138:  >>> emerge (8 of 10) x11-wm/emerald-0.1.2 to /
(x11-wm/emerald-0.1.2::/usr/portage/x11-wm/emerald/emerald-0.1.2.ebuild)

1166012182:  >>> emerge (9 of 10) x11-wm/beryl-0.1.2 to /
1166012182:  === (9 of 10) Compiling/Merging (x11-wm/beryl-0.1.2::/usr/portage/x11-wm/beryl/beryl-0.1.2.ebuild)

1166012184:  >>> emerge (10 of 10) x11-misc/emerald-themes-0.1.2 to /
(x11-misc/emerald-themes-0.1.2::/usr/portage/x11-misc/emerald-themes/emerald-themes-0.1.2.ebuild)

(shoot what is that app that reads your emerge log nicer again?)


emerge -pv nvidia-drivers
Code:
[ebuild   R   ] x11-drivers/nvidia-drivers-1.0.9742  USE="dlloader" 0 kB


eselect opengl show
Code:
nvidia


xorg.conf
Code:
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension
    Load     "extmod"

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"
    Load       "glx"


EndSection

Section "Files"

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"

# The module search path.  The default path is shown here.


EndSection



#Section "Input" sections TRIMMED

Section "Monitor"

    Identifier  "myMon"
    HorizSync   31.5 - 82.0
    VertRefresh 40-150

EndSection


Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"
    Driver     "vga"

EndSection

# Device configured by xorgconfig:

Section "Device"
    Identifier  "myVid"
    Driver      "nvidia"
    VideoRam    671088640
#    Option      "RenderAccel"    "true"
#    Option      "XAANoOffscreenPixmaps" "true"
#    Option      "DRI"     "true"
#    Option   "TripleBuffer"   "true"
#    Option      "NoLogo"     "true"
#    Option      "EnableDepthMoves"   "true"
#    Option      "EnablePageFlip"   "true"
#    Option      "NoBackBuffer"      "false"
#    Option      "backingstore"    "true"
    Option    "AllowGLXWithComposite" "On"
#    BusID       "PCI:1:0:0"
    # Insert Clocks lines here if appropriate
EndSection



Section "Screen"
    Identifier  "Screen 1"
    Device      "myVid"
    Monitor     "myMon"
    Option   "AddARGBGLXVisuals" "true"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1680x1050" "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection



Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "optical" "CorePointer"

EndSection

 Section "DRI"
    Mode 0666
 EndSection

Section "Extensions"
       Option  "Composite" "enable"
EndSection


glxinfo
Code:
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer,
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
    GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap,
    GLX_EXT_framebuffer_sRGB
GLX version: 1.3
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer,
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB,
    GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: G80-100/PCI/SSE2
OpenGL version string: 2.1.0 NVIDIA 97.42
OpenGL extensions:
    GL_ARB_color_buffer_float, GL_ARB_depth_texture, GL_ARB_draw_buffers,
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
    GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging,
    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_shadow, GL_ARB_shader_objects, GL_ARB_shading_language_100,
    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_dot3, GL_ARB_texture_float,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
    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_texture_float,
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_draw_buffers2,
    GL_EXT_draw_instanced, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXT_framebuffer_object, GL_EXTX_framebuffer_mixed_formats,
    GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object,
    GL_EXT_point_parameters, 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_texture3D,
    GL_EXT_texture_array, GL_EXT_texture_buffer_object,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias,
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB,
    GL_EXT_texture_shared_exponent, GL_EXT_timer_query, GL_EXT_vertex_array,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_copy_depth_to_color,
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_fence,
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program,
    GL_NV_fragment_program_option, GL_NV_fragment_program2,
    GL_NV_framebuffer_multisample_coverage, GL_NV_gpu_program4,
    GL_NV_half_float, GL_NV_light_max_exponent, GL_NV_multisample_filter_hint,
    GL_NV_occlusion_query, GL_NV_packed_depth_stencil,
    GL_NV_parameter_buffer_object, GL_NV_pixel_data_range, GL_NV_point_sprite,
    GL_NV_primitive_restart, GL_NV_register_combiners,
    GL_NV_register_combiners2, GL_NV_texgen_reflection,
    GL_NV_texture_compression_latc, GL_NV_texture_compression_vtc,
    GL_NV_texture_env_combine4, GL_NV_texture_expand_normal,
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2,
    GL_NV_texture_shader3, GL_NV_transform_feedback, GL_NV_vertex_array_range,
    GL_NV_vertex_array_range2, GL_NV_vertex_program, GL_NV_vertex_program1_1,
    GL_NV_vertex_program2, GL_NV_vertex_program2_option,
    GL_NV_vertex_program3, GL_NVX_conditional_render,
    GL_OES_conditional_query, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod,
    GL_SGIX_depth_texture, GL_SGIX_shadow, GL_SUN_slice_accum

   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  0  4 24  8 16 16 16 16  0 0 None
0x22 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x28 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x2b 24 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x2c 24 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x2d 24 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x2f 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x30 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x31 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x32 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x33 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x34 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x35 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x36 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x37 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x38 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x39 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x3a 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x3b 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x3c 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x3d 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x3e 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x3f 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x40 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x41 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x42 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x43 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x44 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x45 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x46 24 dc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x47 24 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x48 24 dc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x49 24 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x4a 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x4b 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x4c 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x4d 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x4e 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x4f 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x50 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x51 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x52 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x53 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x54 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x55 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x56 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x57 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x58 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x59 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x23 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x5a 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x5b 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x5c 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x5d 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x5e 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x5f 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x60 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x61 32 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x62 32 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x63 32 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x64 32 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x65 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x66 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x67 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x68 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x69 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x6a 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x6b 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 Ncon
0x6c 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 Ncon
0x6d 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x6e 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x6f 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x70 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x71 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x72 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon
0x73 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 Ncon
0x74 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 Ncon


does anyone see anything wrong here??

i tried running
beryl
beryl-manager
beryl --force-nvidia
beryl --many more options set and unset and combinations

but all the same result... an small message in the console, and i can ctrl+c to get control of my computer back... but no window borders or controls, or desktop icons... i have to type in 'metacity' to get those back.

thanks.
_________________
help the needy


Last edited by remix on Wed Dec 13, 2006 6:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
stahlsau
Guru
Guru


Joined: 09 Jan 2004
Posts: 584
Location: WildWestwoods

PostPosted: Wed Dec 13, 2006 3:27 pm    Post subject: Reply with quote

hey,
i think you should have named this "Can somebody help me with Beryl" because it seems to be a problem with it. If metacity (xorg) works, nvidia-drivers work too. Just my 3 cent.
Back to top
View user's profile Send private message
Belliash
Advocate
Advocate


Joined: 24 Nov 2004
Posts: 2503
Location: Wroclaw, Poland

PostPosted: Wed Dec 13, 2006 3:33 pm    Post subject: Reply with quote

There's 0.1.3 already released ;)
_________________
Asio Software Technologies
Belliash IT Weblog
Back to top
View user's profile Send private message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Wed Dec 13, 2006 6:20 pm    Post subject: Reply with quote

compiz doesn't work either, it reacts just the same... so i don't think it's specific to beryl..

is there anything else i should try??

oh hey people who use nvidia-drivers for compositing, can you please post how you start your window manager? what parameters?
_________________
help the needy
Back to top
View user's profile Send private message
deluge
Apprentice
Apprentice


Joined: 28 Jan 2004
Posts: 157

PostPosted: Wed Dec 13, 2006 7:19 pm    Post subject: Re: Can somebody help me with new Nvidia Drivers Reply with quote

remix wrote:

(shoot what is that app that reads your emerge log nicer again?)


Code:
emerge genlop; genlop -l
Back to top
View user's profile Send private message
Archangel1
Veteran
Veteran


Joined: 21 Apr 2004
Posts: 1212
Location: Work

PostPosted: Wed Dec 13, 2006 7:45 pm    Post subject: Reply with quote

Yeah, it's a Beryl problem - Beryl's crashing, so you lose window decorations etc. Looks like your nvidia drivers are working okay though...
Beryl is pertty experimental, so this sort of thing does happen at times.
_________________
What are you, stupid?
Back to top
View user's profile Send private message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Wed Dec 13, 2006 8:38 pm    Post subject: Reply with quote

remix wrote:

compiz doesn't work either, it reacts just the same... so i don't think it's specific to beryl..


how can it be a beryl problem?

if it is, do you know how to fix it? here is my error from beryl

Code:
[1]8808
XGL Absent, Checking Nvidia
Nvidia Present
Relaunching beryl with __GL_YIELD="Nothing"
XGL Absent, Checking Nvidia
Nvidia Present
beryl:SmcOpenConnection failed: Authentication Rejected reason:
None of the  auth protocols specified are supported and host-based authentication failed

_________________
help the needy
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Wed Dec 13, 2006 9:48 pm    Post subject: Reply with quote

remix wrote:
remix wrote:

compiz doesn't work either, it reacts just the same... so i don't think it's specific to beryl..


how can it be a beryl problem?

if it is, do you know how to fix it? here is my error from beryl

Code:
[1]8808
XGL Absent, Checking Nvidia
Nvidia Present
Relaunching beryl with __GL_YIELD="Nothing"
XGL Absent, Checking Nvidia
Nvidia Present
beryl:SmcOpenConnection failed: Authentication Rejected reason:
None of the  auth protocols specified are supported and host-based authentication failed


How is not?

Nvidia drivers are used by X in general, not just beryl. And they work ok. If you had a problem with nvidia drivers you would get screen corruption, crashes, etc... for every single program using opengl, which is not the case.

By the way, beryl is a fork of compiz-quinstorm, I fail to see why both could not share a bug :twisted:

Another "by the way". Nvidia-drivers is stable, beryl is not, do you need more info on which is the culprit? :P

Said that, try this command line and see what happens:

Code:

beryl --force-nvidia --use-cow & emerald
Back to top
View user's profile Send private message
lenk
Apprentice
Apprentice


Joined: 08 Mar 2004
Posts: 211

PostPosted: Thu Dec 14, 2006 12:59 am    Post subject: Reply with quote

beryl is not fork of compiz-quinstorm as per se. It is compiz-quinstorm. She just changed the name to beryl.
_________________
E6300 Gigabyte GA-965P-DS3 2GB Corsair 320GB Seagate 7200.10 XFX 7600GT Gentoo
Dell M1330 T7500 2GB 160GB 13.3" WXGA Gentoo
Sharp Zaurus SL-C760 Cacko ROM 1.21b / pdaXrom 1.10rc5 512MB CF + 512MB SD
Sun Ultra5 Gentoo
Back to top
View user's profile Send private message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Thu Dec 14, 2006 2:00 am    Post subject: Reply with quote

ok i understand... my logic was just that..

beryl worked fine using xgl, perfectly actually. also using newest nvidia-drivers

beryl does not work fine with just nvidia-drivers.

it crashes my system and i have to hard reboot.
i just tried the command you mentioned, and i had to do that... what exactly happens is, all the window borders and controls disappear, the icons on my desktop disappear.. the gnome-panel and open windows remain open, but does not function. i can move my mouse... i can't switch to other vts. i have to push the reboot button.

i would just like to know... how other people have gotten it to run, since so many have said "just use nvidia-drivers, the right xorg.conf and beryl/compiz" but no one ever said they had this problem, so i don't know how to fix it.

all i wanted was for one of those people who say it *does* in fact work.. to post their setup... nvidia-drivers version, beryl version, any needed use flags, xorg.conf, glxinfo, the command(+switches) they use to start beryl, etc.

but no one has been kind enough to share their working configuration :(
_________________
help the needy
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Thu Dec 14, 2006 6:57 am    Post subject: Reply with quote

@remix, the working configuration is the one already present in the wiki, you should just need those options in your xorg.conf

Code:

        Option      "AllowGLXWithComposite" "true"
        Option      "AddARGBGLXVisuals" "true"
        Option      "RenderAccel" "true"


In the Section "Devices" in xorg.conf, disable any line speaking about "dri", nvidia does not use any glp'd dri extension so they can only cause trouble. Make also sure your DefaultDepth is at least 24 bits and make also sure the composite extension is loading, along with glx

Code:

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

# and...

Section "ServerLayout"
        #Anything you might have on this section...
        Option         "AIGLX" "false"
EndSection

# and...

Section "Module"
        #Anything you might have on this section...
        Load  "glx"
EndSection



Appart from that, there is nothing no one can do, keep in mind that it is beryl which is experimental and unstable software, by definition it just might or might not work, it is not anyone else's nor your own fault, so, relax, try the svn ebuilds and if that does not work, wait a week and try again. After all, it they were supposed to run without a glitch beryl would be in stable. It is still 0.x.
Back to top
View user's profile Send private message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Fri Dec 15, 2006 9:52 am    Post subject: Reply with quote

6thpink wrote:
@remix, the working configuration is the one already present in the wiki, you should just need those options in your xorg.conf

Code:

        Option      "AllowGLXWithComposite" "true"
        Option      "AddARGBGLXVisuals" "true"
        Option      "RenderAccel" "true"


In the Section "Devices" in xorg.conf, disable any line speaking about "dri", nvidia does not use any glp'd dri extension so they can only cause trouble. Make also sure your DefaultDepth is at least 24 bits and make also sure the composite extension is loading, along with glx

Code:

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

# and...

Section "ServerLayout"
        #Anything you might have on this section...
        Option         "AIGLX" "false"
EndSection

# and...

Section "Module"
        #Anything you might have on this section...
        Load  "glx"
EndSection



Appart from that, there is nothing no one can do, keep in mind that it is beryl which is experimental and unstable software, by definition it just might or might not work, it is not anyone else's nor your own fault, so, relax, try the svn ebuilds and if that does not work, wait a week and try again. After all, it they were supposed to run without a glitch beryl would be in stable. It is still 0.x.



omg thank you soo much.. i love you man.. you are the greatest and your avatar scares me, but it works!!!!

holy crap it works..!!! did exactly like you wrote, and it just works.... like a charm... faster and more responsive, less laggy than aiglx, aiglx would delay some of my clicks to control things sometimes....
here are the results

using nvidia only
before starting beryl:
Code:
remix@BFG-c2d ~ $ glxgears
112023 frames in 5.0 seconds = 22403.844 FPS


starting beryl with beryl --force-nvidia --indirect-rendering dbus settings & emerald --replace
Code:
Relaunching beryl with __GL_YIELD="NOTHING"
No framebuffer_object support! (only simple blur aviable)
Reloading all options.

remix@BFG-c2d ~ $ glxgears
59652 frames in 5.0 seconds = 11930.394 FPS
63585 frames in 5.0 seconds = 12716.908 FPS
63580 frames in 5.0 seconds = 12715.918 FPS
63504 frames in 5.0 seconds = 12700.798 FPS


i really appreciate all you guys' help =)
_________________
help the needy
Back to top
View user's profile Send private message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Fri Dec 15, 2006 9:54 am    Post subject: Reply with quote

i think i'm going to recompile my xorg-server without the aiglx use flag, and update to the newest svn version of beryl.
_________________
help the needy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum