Bug#897381: kitty: fails to start

2018-07-17 Thread Raúl Sánchez Siles
Package: kitty
Version: 0.11.3-1
Followup-For: Bug #897381

  Hello:

  Also bumping this bug.

  Latest unstable kitty installed here, 0.11.3-1

  Relevant information:
$ uname -a 
Linux portaka 4.17.0-1-amd64 #1 SMP Debian 4.17.6-2 (2018-07-15) x86_64 
GNU/Linux

$ glxinfo -B 
name of display: :0 
display: :0  screen: 0 
direct rendering: Yes 
Extended renderer info (GLX_MESA_query_renderer): 
   Vendor: Intel Open Source Technology Center (0x8086) 
   Device: Mesa DRI Intel(R) 965GM  (0x2a02) 
   Version: 18.1.4 
   Accelerated: yes 
   Video memory: 384MB 
   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: Intel Open Source Technology Center 
OpenGL renderer string: Mesa DRI Intel(R) 965GM  
OpenGL version string: 2.1 Mesa 18.1.4 
OpenGL shading language version string: 1.20 

OpenGL ES profile version string: OpenGL ES 2.0 Mesa 18.1.4 
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16

  Running kde on X.

$ kitty --debug-gl 
[198 20:29:21.578824] [glfw error 65543]: GLX: Failed to create context: 
GLXBadFBConfig 
[198 20:29:21.578907] Failed to create GLFW temp window!

  Please, let me know if you need further information.

  Regards,

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.17.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE=es 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kitty depends on:
ii  kitty-terminfo  0.11.3-1
ii  libc6   2.27-5
ii  libfontconfig1  2.13.0-5
ii  libfreetype62.8.1-2
ii  libharfbuzz0b   1.8.3-1
ii  libpng16-16 1.6.34-2
ii  libpython3.63.6.6-1
ii  libx11-62:1.6.5-1
ii  libx11-xcb1 2:1.6.5-1
ii  libxkbcommon-x11-0  0.8.0-2
ii  libxkbcommon0   0.8.0-2
ii  python3 3.6.6-1
ii  python3.6   3.6.6-1
ii  zlib1g  1:1.2.11.dfsg-1

Versions of packages kitty recommends:
ii  kitty-doc  0.11.3-1

kitty suggests no packages.

-- no debconf information



Bug#897381: kitty: fails to start

2018-07-05 Thread James McCoy
On Tue, May 01, 2018 at 09:09:01PM +0300, Ulyanich Michael wrote:
> $ kitty
> [121 21:06:37.050428] [glfw error 65543]: GLX: Failed to create context:
> GLXBadFBConfig
> [121 21:06:37.050748] Failed to create a window at size: 640x400, using a
> standard size instead.
> [121 21:06:37.053618] [glfw error 65543]: GLX: Failed to create context:
> GLXBadFBConfig
> [121 21:06:37.056837] Traceback (most recent call last):
>   File "/usr/bin/../lib/kitty/kitty/main.py", line 186, in main
> _main()
>   File "/usr/bin/../lib/kitty/kitty/main.py", line 179, in _main
> run_app(opts, args)
>   File "/usr/bin/../lib/kitty/kitty/main.py", line 47, in run_app
> window_id = create_os_window(w, h, appname, args.name or args.cls or
> appname, args.cls or appname, load_all_shaders)
> ValueError: Failed to create GLFWwindow

Does this still happen in the current version of kitty (0.11.2)?  If so,
can you post what "kitty --debug-gl" reports?

Cheers,
-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB



Bug#897381: kitty: fails to start

2018-05-03 Thread Ульянич Михаил
On Tue, 1 May 2018 20:37:16 -0400
James McCoy  wrote:

> Can you run "glxinfo -B" and post the output?

$ glxinfo -B
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) Ironlake Mobile  (0x46)
Version: 17.3.6
Accelerated: yes
Video memory: 1536MB
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: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile 
OpenGL version string: 2.1 Mesa 17.3.6
OpenGL shading language version string: 1.20

OpenGL ES profile version string: OpenGL ES 2.0 Mesa 17.3.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16


> Also, are you running in X or Wayland?
X

-- 
 Ulyanich Michael



Bug#897381: kitty: fails to start

2018-05-01 Thread James McCoy
On Tue, May 01, 2018 at 09:09:01PM +0300, Ulyanich Michael wrote:
> $ kitty
> [121 21:06:37.050428] [glfw error 65543]: GLX: Failed to create context:
> GLXBadFBConfig
> [121 21:06:37.050748] Failed to create a window at size: 640x400, using a
> standard size instead.
> [121 21:06:37.053618] [glfw error 65543]: GLX: Failed to create context:
> GLXBadFBConfig

Can you run "glxinfo -B" and post the output?  You'll need to install
the mesa-utils package, if the command isn't available.

Also, are you running in X or Wayland?  If the latter, are you using
XWayland?

Cheers,
-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB



Bug#897381: kitty: fails to start

2018-05-01 Thread Ulyanich Michael
Package: kitty
Version: 0.9.0-1
Severity: important

Dear Maintainer,

$ kitty
[121 21:06:37.050428] [glfw error 65543]: GLX: Failed to create context:
GLXBadFBConfig
[121 21:06:37.050748] Failed to create a window at size: 640x400, using a
standard size instead.
[121 21:06:37.053618] [glfw error 65543]: GLX: Failed to create context:
GLXBadFBConfig
[121 21:06:37.056837] Traceback (most recent call last):
  File "/usr/bin/../lib/kitty/kitty/main.py", line 186, in main
_main()
  File "/usr/bin/../lib/kitty/kitty/main.py", line 179, in _main
run_app(opts, args)
  File "/usr/bin/../lib/kitty/kitty/main.py", line 47, in run_app
window_id = create_os_window(w, h, appname, args.name or args.cls or
appname, args.cls or appname, load_all_shaders)
ValueError: Failed to create GLFWwindow



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'oldoldstable'), (500, 'unstable'), (500, 
'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_UA.UTF-8, LC_CTYPE=ru_UA.UTF-8 (charmap=UTF-8), 
LANGUAGE=ru_UA:ru (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kitty depends on:
ii  kitty-terminfo  0.9.0-1
ii  libc6   2.27-2
ii  libfontconfig1  2.12.6-0.1
ii  libfreetype62.8.1-2
ii  libharfbuzz0b   1.7.2-1
ii  libpng16-16 1.6.34-1
ii  libpython3.63.6.4-4
ii  libx11-62:1.6.4-3
ii  libxkbcommon-x11-0  0.8.0-1
ii  libxkbcommon0   0.8.0-1
ii  python3 3.6.4-1
ii  python3.6   3.6.4-4
ii  zlib1g  1:1.2.8.dfsg-5

kitty recommends no packages.

kitty suggests no packages.

-- no debconf information