Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

xserver-common=2:1.11.0-1 broke nvidia drive[fixed] [Solved]

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
buntunub
Posts: 591
Joined: 2011-02-11 05:23

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#16 Post by buntunub »

secipolla wrote:The problem of pinning xserver's packages to testing is that it will in some days update to 1.11 too.
Better is to keep those packages on hold instead (an easy way to hold/unhold is with Synaptic).

BTW, I have a GF 6200 (yep, that old one) and GNOME 3 and KDE have been working as usual with 'ignore ABI true' (maybe I don't notice any difference as the card is quite weak anyway for today's standards).
Yes I agree. Modified as follows:

Code: Select all

Package: xserver-*
Pin: version 2:1.10.4-1
Pin-Priority: 700

User avatar
62chevy
Posts: 1589
Joined: 2009-10-25 01:09
Location: West Virginia

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#17 Post by 62chevy »

buntunub wrote:

Code: Select all

Package: xserver-*
Pin: version 2:1.10.4-1
Pin-Priority: 700

Thanks for the update. I changed my pinning to version also today
Debian Buster

jack520
Posts: 2
Joined: 2011-07-30 07:47

Re: xserver-common=2:1.11.0-1 broke nvidia driver

#18 Post by jack520 »

62chevy wrote:Okay this is what I found on the nvidia forums http://www.nvnews.net/vbulletin/showthread.php?t=165665Coach Purses
Unfortunately, there was a change to a data structure without a corresponding change to the extension module ABI version that breaks GLX. It's not exactly clear whether this structure counts as part of the extension ABI, so I need to get to the bottom of that before a driver with official xserver 1.11 support can be released. It may be that we need to skip xserver 1.11.0 if my hunch is correct and this is a bug in the X server.
That quote is from AaronP NVIDIA Corporation. :(

So it look like downgrading is the way to go or use nvidia-kernel-legacy-96xx-dkms. The problem is nvidia-kernel-legacy-96xx-dkms installs a lot of stuff that is hard to remove once the nvidia drivers are fixed.
The post tell us more knowledge,we can use it in our life.Thank you for the artor

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#19 Post by ramack »

Have you or can you install:
xserver-xorg-video-nvidia?
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

User avatar
stratman4300
Posts: 106
Joined: 2006-12-01 14:46
Location: Michigan, USA

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#20 Post by stratman4300 »

Have you or can you install:
xserver-xorg-video-nvidia?
I couldn't when I ran into this issue. Gave me another dependency issue. I can't remember exactly what dependency problem though and can't check as I'm at work.

Will look tonight and post back.
__________________________________________________
Stratman4300

"Hell hath no fury like a woman scorned for Sega."

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#21 Post by ramack »

Code: Select all

$ sudo apt-get install xserver-xorg-video-nvidia
[sudo] password for ramack: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-video-nvidia : Depends: xorg-video-abi-10 but it is not installable or
                                      xorg-video-abi-8 but it is not installable or
                                      xorg-video-abi-6.0 but it is not installable
E: Broken packages
xorg-video-abi-xx is supposed to be included in xserver-xorg-core, but evidentally it is not.
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

User avatar
62chevy
Posts: 1589
Joined: 2009-10-25 01:09
Location: West Virginia

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#22 Post by 62chevy »

ramack wrote:

Code: Select all

$ sudo apt-get install xserver-xorg-video-nvidia
[sudo] password for ramack: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-video-nvidia : Depends: xorg-video-abi-10 but it is not installable or
                                      xorg-video-abi-8 but it is not installable or
                                      xorg-video-abi-6.0 but it is not installable
E: Broken packages
xorg-video-abi-xx is supposed to be included in xserver-xorg-core, but evidentally it is not.

The first thing you need to do is pinning to testing then do ' aptitude update ' then ' aptitude versions ~ixserver- ' then ' aptitude install xserver-common/testing ' or ' aptitude install xserver-common=2:1.10.4-1 '. I didn't like the first option install gave me so I typed ' n for next solution and liked that one and typed ' Y ' to proceed. The installed ' xserver-xorg-core/testing '.

Everything down graded and now have nvidia beta 285 driver installed and working just fine.
Debian Buster

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#23 Post by ramack »

I'm not convinced that this will solve my issue. I'm having trouble with xorg-video-abi or xserver-xorg-core. Maybe pin xserver-xorg-core?
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

User avatar
62chevy
Posts: 1589
Joined: 2009-10-25 01:09
Location: West Virginia

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#24 Post by 62chevy »

ramack wrote:I'm not convinced that this will solve my issue. I'm having trouble with xorg-video-abi or xserver-xorg-core. Maybe pin xserver-xorg-core?

Ops my bad I missed that one. I needed to install both to get all the dependencies pulled in. I had done xserver-common first not knowing which need to be installed and then xserver-xorg-core but if install the core first it may pull common in as a dependency.
Debian Buster

User avatar
buntunub
Posts: 591
Joined: 2011-02-11 05:23

Re: xserver-common=2:1.11.0-1 broke nvidia driver

#25 Post by buntunub »

Update: Good news! There is an update NVIDIA driver in experimental which may fix this issue. See http://forums.debian.net/viewtopic.php? ... &start=180 thread. For how to install look on pages 12+ for current info as the thread is old. Reference thread http://forums.debian.net/viewtopic.php?f=20&t=70442.

NOTE: This update did NOT fix my issue completely. I found that I still have to use the IgnoreABI switch in /etc/X11/xorg.conf. Doing this gave me kdm and I could log in with 85% glx functionality. Framerates are pondrously slow and if I have more than one window up, it becomes nearly unbearably slow when moving the windows around. Graphics have returned though and appear to be working normally where they were broke in 285.03. If you want full functionality, refer to the apt pinning solution above and stick with the older xorg for now. It appears they are very close to a fully working solution

Here is what I did --

0. Remove the pin from /etc/apt/preferences if you had pinned to the older xorg. Remove the additional switches added in /etc/X11/xorg.conf if you put that in for the last nvidia driver if you did not pin.
1. Enable experimental repo's in /etc/apt/sources.list

Code: Select all

#debian experimental repo
deb http://ftp.debian.org/debian experimental main contrib non-free
deb-src http://ftp.debian.org/debian experimental main contrib non-free
2.

Code: Select all

aptitude -r -t experimental install nvidia-kernel-dkms nvidia-settings libgl1-nvidia-glx-ia32
3. apt-get update. Pull in the newest xorg.
4. Shift to VT (ctrl+alt+f1).
5. Kill kdm or gdm -

Code: Select all

service kdm stop

Code: Select all

service gdm stop
6. rmmod nvidia
7. Start kdm or gdm as above

Code: Select all

service kdm start 

Code: Select all

service gdm start
You should be up and running now in nvidia 285.03-2

Code: Select all

glxinfo
name of display: :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_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es2_profile, 
    GLX_ARB_create_context_robustness, 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_EXT_swap_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_NV_float_buffer, 
    GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, 
    GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage, 
    GLX_NV_video_capture, GLX_EXT_create_context_es2_profile, 
    GLX_ARB_create_context_robustness
GLX version: 1.4
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_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es2_profile, 
    GLX_ARB_create_context_robustness, 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: GeForce GTS 250/PCI/SSE2
OpenGL version string: 3.3.0 NVIDIA 285.03
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
OpenGL extensions:
    GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_color_buffer_float, GL_ARB_compatibility, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_depth_texture, GL_ARB_draw_buffers, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
    GL_ARB_ES2_compatibility, GL_ARB_explicit_attrib_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, 
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_imaging, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multisample, 
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, 
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_include, GL_ARB_shading_language_packing, 
    GL_ARB_shadow, GL_ARB_sync, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_buffer_object, GL_ARB_texture_compression, 
    GL_ARB_texture_compression_rgtc, 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_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_storage, GL_ARB_texture_swizzle, GL_ARB_timer_query, 
    GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
    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_bindable_uniform, 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_direct_state_access, 
    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_EXTX_framebuffer_mixed_formats, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    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_provoking_vertex, GL_EXT_rescale_normal, 
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects, 
    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_dxt1, GL_EXT_texture_compression_latc, 
    GL_EXT_texture_compression_rgtc, 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_format_BGRA8888, 
    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_shared_exponent, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage, 
    GL_EXT_texture_swizzle, GL_EXT_texture_type_2_10_10_10_REV, 
    GL_EXT_timer_query, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_x11_sync_object, GL_EXT_import_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_alpha_test, 
    GL_NV_blend_minmax, GL_NV_blend_square, GL_NV_complex_primitives, 
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_explicit_multisample, 
    GL_NV_fbo_color_attachments, GL_NV_fence, GL_NV_float_buffer, 
    GL_NV_fog_distance, GL_NV_fragdepth, GL_NV_fragment_program, 
    GL_NV_fragment_program_option, GL_NV_fragment_program2, 
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, 
    GL_NV_gpu_program4, GL_NV_half_float, GL_NV_light_max_exponent, 
    GL_NV_multisample_coverage, GL_NV_multisample_filter_hint, 
    GL_NV_occlusion_query, GL_NV_packed_depth_stencil, 
    GL_NV_parameter_buffer_object, GL_NV_parameter_buffer_object2, 
    GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite, 
    GL_NV_primitive_restart, GL_NV_register_combiners, 
    GL_NV_register_combiners2, GL_NV_shader_buffer_load, 
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_expand_normal, GL_NV_texture_lod_clamp, 
    GL_NV_texture_multisample, GL_NV_texture_rectangle, GL_NV_texture_shader, 
    GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_vdpau_interop, GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
    GL_NV_vertex_buffer_unified_memory, 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_NVX_gpu_memory_info, GL_OES_depth24, 
    GL_OES_depth32, GL_OES_depth_texture, GL_OES_element_index_uint, 
    GL_OES_fbo_render_mipmap, GL_OES_get_program_binary, GL_OES_mapbuffer, 
    GL_OES_packed_depth_stencil, GL_OES_rgb8_rgba8, 
    GL_OES_standard_derivatives, GL_OES_texture_3D, GL_OES_texture_float, 
    GL_OES_texture_float_linear, GL_OES_texture_half_float, 
    GL_OES_texture_half_float_linear, GL_OES_texture_npot, 
    GL_OES_vertex_array_object, GL_OES_vertex_half_float, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

Code: Select all

apt-cache policy nvidia-glx xserver-xorg
nvidia-glx:
  Installed: 285.03-2
  Candidate: 285.03-2
  Version table:
 *** 285.03-2 0
          1 http://ftp.debian.org/debian/ experimental/non-free amd64 Packages
        100 /var/lib/dpkg/status
     280.13.really.275.28-1 0
        500 http://ftp.us.debian.org/debian/ sid/non-free amd64 Packages
xserver-xorg:
  Installed: 1:7.6+8
  Candidate: 1:7.6+9
  Version table:
     1:7.6+9 0
        500 http://ftp.us.debian.org/debian/ sid/main amd64 Packages
 *** 1:7.6+8 0
        100 /var/lib/dpkg/status
Last edited by buntunub on 2011-09-24 21:36, edited 2 times in total.

User avatar
62chevy
Posts: 1589
Joined: 2009-10-25 01:09
Location: West Virginia

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#26 Post by 62chevy »

Cool sounds good. nVidia also released a new driver 275.28 but I found it buggy with version 2:1.11.0-1 but works fine with version 2:1.10.4-1 as did 285.03 driver. Shouldn't take long to come to Sid so I'll wait till then.
Linux x64 (AMD64/EM64T) Display Driver NVIDIA Recommended 275.28 September 7, 2011
Release Highlights:

Added support for xserver ABI 11 (xorg-server 1.11).
Fixed a bug that caused the GLSL built-in uniforms gl_FrontMaterial and gl_BackMaterial to not be updated properly when calling glMaterial from a display list.
Fixed an error handling bug that caused the OpenGL driver to crash while running certain WebGL applications.
Fixed a bug in VDPAU that caused a glibc assertion when a call to VdpDeviceCreateX11 failed in certain ways.

I would like to know if it works great or are you having problems?
Debian Buster

User avatar
buntunub
Posts: 591
Joined: 2011-02-11 05:23

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#27 Post by buntunub »

Caution. I just added a red note to my post with my latest testing with this fix. Still have a few issues.

User avatar
62chevy
Posts: 1589
Joined: 2009-10-25 01:09
Location: West Virginia

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#28 Post by 62chevy »

buntunub wrote:Caution. I just added a red note to my post with my latest testing with this fix. Still have a few issues.

Thanks for testing and the heads up. Hopefuly by the time it hits Sid this will be resolved.

But because it's Sid I'm sure other issues will pop up. :lol:
Debian Buster

User avatar
vmamonov
Posts: 60
Joined: 2010-02-23 20:29
Location: Moscow, Russia

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#29 Post by vmamonov »

got working xserver-common=2:1.11.1.1-1 and nvidia-glx 280.13.really.275.28-1
no issues at all.
tried nvidia-glx 285.03-2 but it worked only with ignoreABI=true in xorg.conf, so as a consequence - got lags and glitches.

User avatar
62chevy
Posts: 1589
Joined: 2009-10-25 01:09
Location: West Virginia

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#30 Post by 62chevy »

vmamonov wrote:got working xserver-common=2:1.11.1.1-1 and nvidia-glx 280.13.really.275.28-1
no issues at all.
tried nvidia-glx 285.03-2 but it worked only with ignoreABI=true in xorg.conf, so as a consequence - got lags and glitches.

How did you install it?
Debian Buster

User avatar
buntunub
Posts: 591
Joined: 2011-02-11 05:23

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#31 Post by buntunub »

nvidia-glx 280.13.really.275.28-1 is the nvidia package in Sid's repo's

http://packages.debian.org/sid/nvidia-glx

The package I used was the beta one in experimental which has been tweaked. Good to know about the Sid package and your right about the 285.03-2 and having to use the -ignoreABI switch which I also had to do. Will give your suggestion a try and see what happens.

User avatar
buntunub
Posts: 591
Joined: 2011-02-11 05:23

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#32 Post by buntunub »

Ok, I downgraded to the sid packages and removed the -ignoreABI switch in /etc/X11/xorg.conf. This is with the apt pinning removed as well and selected like the 4th or 5th aptitude option to make sure I was not installing any 285 packages (which was the default for some reason). Anyway, I was able to start up the xserver, so some good news there. The same bugs which existed under the 285 driver with the -ignoreABI switch however are also present with the 280 driver without the switch though. IE, the video tearing and lag when more than one window is up, although not quite as bad. So were getting there.

Code: Select all

apt-cache policy xserver-common
xserver-common:
  Installed: 2:1.11.1-1
  Candidate: 2:1.11.1-1
  Version table:
 *** 2:1.11.1-1 0
        500 http://ftp.us.debian.org/debian/ sid/main amd64 Packages
        100 /var/lib/dpkg/status

Code: Select all

apt-cache policy nvidia-glx xserver-xorg
nvidia-glx:
  Installed: 280.13.really.275.28-1
  Candidate: 280.13.really.275.28-1
  Version table:
     285.03-2 0
          1 http://ftp.debian.org/debian/ experimental/non-free amd64 Packages
 *** 280.13.really.275.28-1 0
        500 http://ftp.us.debian.org/debian/ sid/non-free amd64 Packages
        100 /var/lib/dpkg/status
xserver-xorg:
  Installed: 1:7.6+9
  Candidate: 1:7.6+9
  Version table:
 *** 1:7.6+9 0
        500 http://ftp.us.debian.org/debian/ sid/main amd64 Packages
        100 /var/lib/dpkg/status

User avatar
vmamonov
Posts: 60
Joined: 2010-02-23 20:29
Location: Moscow, Russia

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#33 Post by vmamonov »

I'm using Wheezy/Sid amd64.

Code: Select all

LANG=C apt-cache policy xserver-common xserver-xorg-core nvidia-glx
nvidia-glx:
  Installed: 280.13.really.275.28-1
  Candidate: 280.13.really.275.28-1
  Version table:
     285.03-2 0
        900 ftp://ftp.de.debian.org/debian/ experimental/non-free amd64 Packages
        900 http://mirror.yandex.ru/debian/ experimental/non-free amd64 Packages
 *** 280.13.really.275.28-1 0
        990 http://mirror.yandex.ru/debian/ unstable/non-free amd64 Packages
        990 ftp://ftp.de.debian.org/debian/ unstable/non-free amd64 Packages
        800 ftp://ftp.de.debian.org/debian/ testing/non-free amd64 Packages
        800 http://mirror.yandex.ru/debian/ testing/non-free amd64 Packages
        100 /var/lib/dpkg/status
xserver-xorg-core:
  Installed: 2:1.11.1-1
  Candidate: 2:1.11.1-1
  Version table:
 *** 2:1.11.1-1 0
        990 http://mirror.yandex.ru/debian/ unstable/main amd64 Packages
        990 ftp://ftp.de.debian.org/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     2:1.10.4-1 0
        800 ftp://ftp.de.debian.org/debian/ testing/main amd64 Packages
        800 http://mirror.yandex.ru/debian/ testing/main amd64 Packages
xserver-common:
  Installed: 2:1.11.1-1
  Candidate: 2:1.11.1-1
  Version table:
 *** 2:1.11.1-1 0
        990 http://mirror.yandex.ru/debian/ unstable/main amd64 Packages
        990 ftp://ftp.de.debian.org/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     2:1.10.4-1 0
        800 ftp://ftp.de.debian.org/debian/ testing/main amd64 Packages
        800 http://mirror.yandex.ru/debian/ testing/main amd64 Packages
At last I can see all window decorations, maximize/minimize/close buttons in bespin style, also checkboxes' flags are on their places too :)

User avatar
hellfire[bg]
Posts: 499
Joined: 2006-06-21 19:15
Location: Sliven, Bulgaria

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#34 Post by hellfire[bg] »

The problem is not solved for me. If i upgrade xserver-xorg to the latest version in unstable the NVidia driver in both unstable (version 280.13.really.275.28-1) and in experimental (version 285.03-2) work without graphical glitches but everything in KDE (like windows animation, minimizing, maximizing, moving windows, etc.) is very slow.
...to boldly go where no one has gone before...

User avatar
62chevy
Posts: 1589
Joined: 2009-10-25 01:09
Location: West Virginia

Re: xserver-common=2:1.11.0-1 broke nvidia driver [Solved]

#35 Post by 62chevy »

hellfire[bg] wrote:The problem is not solved for me. If i upgrade xserver-xorg to the latest version in unstable the NVidia driver in both unstable (version 280.13.really.275.28-1) and in experimental (version 285.03-2) work without graphical glitches but everything in KDE (like windows animation, minimizing, maximizing, moving windows, etc.) is very slow.

I had that problem with 275.28 driver but switched to 280.13 from nvidia and that solved it but I still have xserver-* pinned to testing's versions.
Debian Buster

Post Reply