Bug#364932: xorg: My keyboard no longer works after upgrading

2006-04-26 Thread Antoine Sirinelli
Package: xorg
Version: 1:7.0.14
Severity: important

Hello,

I have upgraded my sid system to xorg 7.0 and my keyboard stops to
work. Here are the symptoms :
* With a standard xorg.conf 
Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "fr"
EndSection

Each key of my keyboard (except the numerical pad) does a resolution
switch (as Ctrl-Alt-+ does). I can only press Ctrl-Alt-Bkscp to escape.

The Xorg log has these strange lines at the end :
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
expected keysym, got XF86_Switch_VT_1: line 8 of xfree86
expected keysym, got XF86_Switch_VT_2: line 11 of xfree86
[...] 14 lines similar
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:  Multiple interpretations of "NoSymbol+AnyOfOrNone(all)"
>   Using last definition for duplicate fields
> Warning:  Multiple interpretations of "NoSymbol+AnyOfOrNone(all)"
>   Using last definition for duplicate fields
>
[...] Same lines for a while
expected keysym, got XF86_Switch_VT_1: line 52 of pc
expected keysym, got XF86_Switch_VT_2: line 56 of pc
[...] Again 14 lines 
expected keysym, got SunFA_Circum: line 55 of fr
expected keysym, got SunFA_Diaeresis: line 55 of fr
[...] Continue...
> Warning:  Type "ONE_LEVEL" has 1 levels, but  has 2 symbols
>   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(**) Option "Device" "/dev/input/mice"
select returned 1
select returned 1
[...] a dozen of this "returned"

* If I change my xorg.conf by putting a fool name for XkbRules :
Option  "XkbRules"  "foo"
in this case, the keyboard works except the shift, control, alt keys.
The Xorg log is only :

(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
Couldn't load XKB keymap, falling back to pre-XKB keymap
(**) Option "Device" "/dev/input/mice"
select returned 1
select returned 1
[...] to be continued...

So at this time, Xorg is not usable on my desktop.
I have also tried other layout with no succes...

Antoine

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xorg depends on:
ii  libgl1-mesa-dri   6.4.1-0.4  A free implementation of the OpenG
ii  libgl1-mesa-glx [libgl1-mesa- 6.4.1-0.4  A free implementation of the OpenG
ii  libglu1-mesa  6.4.1-0.4  The OpenGL utility library (GLU)
ii  xbase-clients 1:7.0.0-4  miscellaneous X clients
ii  xfonts-100dpi 1:1.0.0-2  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-2  100 dpi fonts for X
ii  xfonts-base   1:1.0.0-3  standard fonts for X
ii  xfonts-scalable   1:1.0.0-4  scalable fonts for X
ii  xkb-data  0.8-5  X Keyboard Extension (XKB) configu
ii  xserver-xorg  1:7.0.14   the X.Org X server
ii  xterm 210-3  X terminal emulator
ii  xutils1:7.0.0-3  X Window System utility programs

xorg recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#364932: Another workaround

2006-06-08 Thread Antoine Sirinelli
Le Wed, 7 Jun 2006 23:39:45 +0200, Denis Barbier <[EMAIL PROTECTED]>
a écrit :
> can other people with the same problem please confirm that they indeed
> have bogus /lib/libX*.so* files?  Then please make a tarball with
> these files before removing them, maybe this could help us to
> understand where do these files come from.

Thank you for your advice. In fact the bogus files were
in /opt/lib/NX/lib. So it was an old (1 year ago) and bad installation
(from an archive) of NoMachine libraries which mess up my system.

Advice for the future: always install debian packages...

If you want to have a look to the libraries, I can send you a copy.

Thanks again !

Antoine



Bug#620138: xserver-xorg-video-nouveau: Frozen graphics (mouse still moves)

2011-04-19 Thread Antoine Sirinelli
forwarded 620138 https://bugs.freedesktop.org/show_bug.cgi?id=36382
thanks

On Wed, Apr 13, 2011 at 04:22:51PM +0200, Sven Joachim wrote:
> Could you please file a bug upstream at https://bugs.freedesktop.org?
> Choose product "xorg", component "Driver/nouveau" and let us know the
> bug number.  More detailed instructions can be found on
> http://nouveau.freedesktop.org/wiki/Bugs.

I have filed the bug #36382.

Antoine




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110419084028.gd2...@f5603.jetnet.jet.efda.org



Bug#620138: xserver-xorg-video-nouveau: Frozen graphics (mouse still moves)

2011-05-16 Thread Antoine Sirinelli
As suggested in the upstream bug, I have enabled the option "WrappedFB" in
my xorg.conf file. The server has not crashed anymore.

For the records and for those who may encounter the same bug, here is my
simple xorg.conf which prevents the crash:

--
Section "Device"
  Identifier "myCard"
  Driver "nouveau"
  Option "WrappedFB" "on"
EndSection
--

I used to have no xorg.conf file at all, all the configuration being done
automatically.

Antoine





-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110516090443.ga2...@f5603.jetnet.jet.efda.org



Bug#949980: libgl1-mesa-dri: SIGSEGV in rockchip_dri.so when running Gnome/GTK

2020-01-27 Thread Antoine Sirinelli
Package: libgl1-mesa-dri
Version: 19.3.2-1
Severity: important

Dear Maintainer,

On Debian-testing, arm64 architecture, on Pinebook Pro hardware.
Since a recent upgrade of libgl1-mesa-dri from 19.2.6-1 to 19.3.2-1, I
cannot launch most Gnome/GTK programs. This leads to a crash of the Xorg
server (SIGSEGV). Version 19.2.6-1 was fine. I am using i3 window
manager. At the moment I have not been able to find a mitigation action,
I am just avoiding Gnome/GTK applications: gimp, evince, pavucontrol,
Firefox (only file dialogs)...

I have been able to get the backtrace of the crash, I am attaching the
full gdb output.

Note that I have replaced the Xorg.log below by the one linked to the
crash.


-- Package-specific info:
glxinfo:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_no_error, 
GLX_ARB_create_context_profile, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_no_config_context, 
GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context, 
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, 
GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, 
GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
GLX_ARB_create_context, GLX_ARB_create_context_no_error, 
GLX_ARB_create_context_profile, GLX_ARB_fbconfig_float, 
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, 
GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, 
GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, 
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
GLX_SGI_swap_control, GLX_SGI_video_sync
Extended renderer info (GLX_MESA_query_renderer):
Vendor: panfrost (0x)
Device: panfrost (0x)
Version: 19.3.2
Accelerated: yes
Video memory: 3860MB
Unified memory: yes
Preferred profile: compat (0x2)
Max core profile version: 0.0
Max compat profile version: 2.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
OpenGL vendor string: panfrost
OpenGL renderer string: panfrost
OpenGL version string: 2.1 Mesa 19.3.2
OpenGL shading language version string: 1.20
OpenGL extensions:
GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture, 
GL_AMD_shader_trinary_minmax, GL_APPLE_packed_pixels, 
GL_ARB_ES2_compatibility, GL_ARB_clear_buffer_object, 
GL_ARB_compressed_texture_pixel_storage, GL_ARB_copy_buffer, 
GL_ARB_copy_image, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location, 
GL_ARB_explicit_uniform_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_get_program_binary, 
GL_ARB_get_texture_sub_image, GL_ARB_half_float_pixel, 
GL_ARB_half_float_vertex, GL_ARB_internalformat_query, 
GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, 
GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, 
GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_que