All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1555076] [NEW] Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on
@ 2016-03-09 12:53 luigiburdo
  2016-06-04  8:53 ` [Qemu-devel] [Bug 1555076] " T. Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: luigiburdo @ 2016-03-09 12:53 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

with this config line 
 qemu-system-i386 -m 2047 -hda /dev/sda3 -display sdl,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 


i have this exit

ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be
reached

same is i use this:

qemu-system-i386 -m 2047 -hda /dev/sda3 -display gtk,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 
ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be reached


My Os i Debian Jessie  on P5020 PPC64 4GB ram GPU RadeonHD .
Configure gave me gl ok, sdl ok , Virtio and Virgl OK .

My Mesa are the 11.3 dev ... the same issue was found on oldest and
stable release of mesa .

OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0)
OpenGL version string: 2.1 Mesa 11.3.0-devel (git-3146014)
OpenGL shading language version string: 1.30


OpenGL ES profile version string: OpenGL ES 2.0 Mesa 11.3.0-devel (git-3146014)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16


Thanks 
Luigi

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1555076

Title:
  Qemu 2.5 dont start with sdl,gl=on or gtk,gl=on

Status in QEMU:
  New

Bug description:
  with this config line 
   qemu-system-i386 -m 2047 -hda /dev/sda3 -display sdl,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 

  
  i have this exit

  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be
  reached

  same is i use this:

  qemu-system-i386 -m 2047 -hda /dev/sda3 -display gtk,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 
  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be reached

  
  My Os i Debian Jessie  on P5020 PPC64 4GB ram GPU RadeonHD .
  Configure gave me gl ok, sdl ok , Virtio and Virgl OK .

  My Mesa are the 11.3 dev ... the same issue was found on oldest and
  stable release of mesa .

  OpenGL vendor string: X.Org
  OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0)
  OpenGL version string: 2.1 Mesa 11.3.0-devel (git-3146014)
  OpenGL shading language version string: 1.30

  
  OpenGL ES profile version string: OpenGL ES 2.0 Mesa 11.3.0-devel (git-3146014)
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16

  
  Thanks 
  Luigi

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1555076/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1555076] Re: Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on
  2016-03-09 12:53 [Qemu-devel] [Bug 1555076] [NEW] Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on luigiburdo
@ 2016-06-04  8:53 ` T. Huth
  2016-06-04 11:20 ` luigiburdo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: T. Huth @ 2016-06-04  8:53 UTC (permalink / raw)
  To: qemu-devel

Is this the same issue as the bug reported here:
https://bugs.launchpad.net/qemu/+bug/1581796
?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1555076

Title:
  Qemu 2.5 dont start with sdl,gl=on or gtk,gl=on

Status in QEMU:
  New

Bug description:
  with this config line 
   qemu-system-i386 -m 2047 -hda /dev/sda3 -display sdl,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 

  
  i have this exit

  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be
  reached

  same is i use this:

  qemu-system-i386 -m 2047 -hda /dev/sda3 -display gtk,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 
  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be reached

  
  My Os i Debian Jessie  on P5020 PPC64 4GB ram GPU RadeonHD .
  Configure gave me gl ok, sdl ok , Virtio and Virgl OK .

  My Mesa are the 11.3 dev ... the same issue was found on oldest and
  stable release of mesa .

  OpenGL vendor string: X.Org
  OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0)
  OpenGL version string: 2.1 Mesa 11.3.0-devel (git-3146014)
  OpenGL shading language version string: 1.30

  
  OpenGL ES profile version string: OpenGL ES 2.0 Mesa 11.3.0-devel (git-3146014)
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16

  
  Thanks 
  Luigi

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1555076/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1555076] Re: Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on
  2016-03-09 12:53 [Qemu-devel] [Bug 1555076] [NEW] Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on luigiburdo
  2016-06-04  8:53 ` [Qemu-devel] [Bug 1555076] " T. Huth
@ 2016-06-04 11:20 ` luigiburdo
  2016-06-11  7:08 ` T. Huth
  2017-01-17 18:30 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: luigiburdo @ 2016-06-04 11:20 UTC (permalink / raw)
  To: qemu-devel

Sorry T, 
i forget had been reported and duplicate the bug report.
can merge or close this one.

i will check with your suggestion and report.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1555076

Title:
  Qemu 2.5 dont start with sdl,gl=on or gtk,gl=on

Status in QEMU:
  New

Bug description:
  with this config line 
   qemu-system-i386 -m 2047 -hda /dev/sda3 -display sdl,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 

  
  i have this exit

  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be
  reached

  same is i use this:

  qemu-system-i386 -m 2047 -hda /dev/sda3 -display gtk,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 
  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be reached

  
  My Os i Debian Jessie  on P5020 PPC64 4GB ram GPU RadeonHD .
  Configure gave me gl ok, sdl ok , Virtio and Virgl OK .

  My Mesa are the 11.3 dev ... the same issue was found on oldest and
  stable release of mesa .

  OpenGL vendor string: X.Org
  OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0)
  OpenGL version string: 2.1 Mesa 11.3.0-devel (git-3146014)
  OpenGL shading language version string: 1.30

  
  OpenGL ES profile version string: OpenGL ES 2.0 Mesa 11.3.0-devel (git-3146014)
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16

  
  Thanks 
  Luigi

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1555076/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1555076] Re: Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on
  2016-03-09 12:53 [Qemu-devel] [Bug 1555076] [NEW] Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on luigiburdo
  2016-06-04  8:53 ` [Qemu-devel] [Bug 1555076] " T. Huth
  2016-06-04 11:20 ` luigiburdo
@ 2016-06-11  7:08 ` T. Huth
  2017-01-17 18:30 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: T. Huth @ 2016-06-11  7:08 UTC (permalink / raw)
  To: qemu-devel

Fix has been pulled into the QEMU git repository:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=2c2311c5451f4555e850772

** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1555076

Title:
  Qemu 2.5 dont start with sdl,gl=on or gtk,gl=on

Status in QEMU:
  Fix Committed

Bug description:
  with this config line 
   qemu-system-i386 -m 2047 -hda /dev/sda3 -display sdl,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 

  
  i have this exit

  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be
  reached

  same is i use this:

  qemu-system-i386 -m 2047 -hda /dev/sda3 -display gtk,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 
  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be reached

  
  My Os i Debian Jessie  on P5020 PPC64 4GB ram GPU RadeonHD .
  Configure gave me gl ok, sdl ok , Virtio and Virgl OK .

  My Mesa are the 11.3 dev ... the same issue was found on oldest and
  stable release of mesa .

  OpenGL vendor string: X.Org
  OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0)
  OpenGL version string: 2.1 Mesa 11.3.0-devel (git-3146014)
  OpenGL shading language version string: 1.30

  
  OpenGL ES profile version string: OpenGL ES 2.0 Mesa 11.3.0-devel (git-3146014)
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16

  
  Thanks 
  Luigi

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1555076/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1555076] Re: Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on
  2016-03-09 12:53 [Qemu-devel] [Bug 1555076] [NEW] Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on luigiburdo
                   ` (2 preceding siblings ...)
  2016-06-11  7:08 ` T. Huth
@ 2017-01-17 18:30 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2017-01-17 18:30 UTC (permalink / raw)
  To: qemu-devel

Released with version 2.7

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1555076

Title:
  Qemu 2.5 dont start with sdl,gl=on or gtk,gl=on

Status in QEMU:
  Fix Released

Bug description:
  with this config line 
   qemu-system-i386 -m 2047 -hda /dev/sda3 -display sdl,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 

  
  i have this exit

  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be
  reached

  same is i use this:

  qemu-system-i386 -m 2047 -hda /dev/sda3 -display gtk,gl=on -sdl -vga virtio -cdrom xenial-desktop-i386.iso 
  ERROR:ui/console-gl.c:95:surface_gl_create_texture: code should not be reached

  
  My Os i Debian Jessie  on P5020 PPC64 4GB ram GPU RadeonHD .
  Configure gave me gl ok, sdl ok , Virtio and Virgl OK .

  My Mesa are the 11.3 dev ... the same issue was found on oldest and
  stable release of mesa .

  OpenGL vendor string: X.Org
  OpenGL renderer string: Gallium 0.4 on AMD TURKS (DRM 2.43.0)
  OpenGL version string: 2.1 Mesa 11.3.0-devel (git-3146014)
  OpenGL shading language version string: 1.30

  
  OpenGL ES profile version string: OpenGL ES 2.0 Mesa 11.3.0-devel (git-3146014)
  OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16

  
  Thanks 
  Luigi

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1555076/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-17 18:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-09 12:53 [Qemu-devel] [Bug 1555076] [NEW] Qemu 2.5 dont start with sdl, gl=on or gtk, gl=on luigiburdo
2016-06-04  8:53 ` [Qemu-devel] [Bug 1555076] " T. Huth
2016-06-04 11:20 ` luigiburdo
2016-06-11  7:08 ` T. Huth
2017-01-17 18:30 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.