Re: [Qemu-devel] [PATCH] add bochs dispi interface framebuffer driver

2012-11-02 Thread Gerd Hoffmann
>> Only with bochsfb or with vesafb (+ fbdev xorg driver) too? > > vt-switching with vesafb/X11 works fine on a grml 64-bit image. However, xorg > uses vesa driver in this case, not fbdev (fbdev / fbdevhw xorg modules are > initially loaded but then unloaded). X11 uses 1280x768 and vesafb uses >

Re: [Qemu-devel] [PATCH] add bochs dispi interface framebuffer driver

2012-11-02 Thread Vasilis Liaskovitis
On Thu, Nov 01, 2012 at 02:30:35PM +0100, Gerd Hoffmann wrote: > On 10/19/12 12:35, Vasilis Liaskovitis wrote: > > Hi, > > > > On Thu, Mar 08, 2012 at 11:13:46AM +0100, Gerd Hoffmann wrote: > >> This patchs adds a frame buffer driver for (virtual/emulated) vga cards > >> implementing the bochs dis

Re: [Qemu-devel] [PATCH] add bochs dispi interface framebuffer driver

2012-11-01 Thread Gerd Hoffmann
On 10/19/12 12:35, Vasilis Liaskovitis wrote: > Hi, > > On Thu, Mar 08, 2012 at 11:13:46AM +0100, Gerd Hoffmann wrote: >> This patchs adds a frame buffer driver for (virtual/emulated) vga cards >> implementing the bochs dispi interface. Supported hardware are the >> bochs vga card with vbe extens

Re: [Qemu-devel] [PATCH] add bochs dispi interface framebuffer driver

2012-10-19 Thread Vasilis Liaskovitis
Hi, On Thu, Mar 08, 2012 at 11:13:46AM +0100, Gerd Hoffmann wrote: > This patchs adds a frame buffer driver for (virtual/emulated) vga cards > implementing the bochs dispi interface. Supported hardware are the > bochs vga card with vbe extension and the qemu standard vga. > > The driver uses a f

[Qemu-devel] [PATCH] add bochs dispi interface framebuffer driver

2012-03-08 Thread Gerd Hoffmann
This patchs adds a frame buffer driver for (virtual/emulated) vga cards implementing the bochs dispi interface. Supported hardware are the bochs vga card with vbe extension and the qemu standard vga. The driver uses a fixed depth of 32bpp. Otherwise it supports the full (but small) feature set o