Re: Xorg server on QEMU on Sid

2020-05-19 Thread Alexander Voropay
..I've resend my message to mailing lists w/o attachment... > > Screenshot is attached. (I hope mailing list will pass it) > That's pretty neat. I would have never expected it to work without > further changes to the driver and qemu. I'm positively surprised. Yes, I was wondered QEMU and kernel '

Re: Xorg server on QEMU on Sid

2020-05-19 Thread Alexander Voropay
I've successfully started Xorg on the Sid/QEMU. It seems Quadra 800 framebuffer supports only limited set of resolution and color set modes. According to Quadra 800 page at Everymac https://everymac.com/systems/apple/mac_quadra/specs/mac_quadra_800.html it supports "With 1 MB of VRAM installed, i

Re: Xorg server on QEMU on Sid

2020-05-19 Thread John Paul Adrian Glaubitz
On 5/20/20 12:04 AM, Alexander Voropay wrote: > I've successfully started Xorg on the Sid/QEMU. > > It seems Quadra 800 framebuffer supports only limited > set of resolution and color set modes. > > According to Quadra 800 page at Everymac > https://everymac.com/systems/apple/mac_quadra/specs/mac

Re: Xorg server on QEMU on Sid

2020-05-18 Thread Finn Thain
On Mon, 18 May 2020, Laurent Vivier wrote: > Le 18/05/2020 à 09:46, John Paul Adrian Glaubitz a écrit : > > On 5/18/20 9:44 AM, Alexander Voropay wrote: > >> I'm trying to run Xorg server on the git QEMU on the current Sid. > >> It fails on fb device setting > >> > >> QEMU graphic related options:

Re: Xorg server on QEMU on Sid

2020-05-18 Thread Alexander Voropay
It seems it's not depend on config. Tried 800x600 frremebuffer in QEMU X.Org X Server 1.20.8 X Protocol Version 11, Revision 0 Build Operating System: Linux 4.9.0-11-amd64 m68k Debian Current Operating System: Linux quadra800 5.6.0-1-m68k #1 Debian 5.6.7-1 (2020-04-29) m68k Kernel command line:

Re: Xorg server on QEMU on Sid

2020-05-18 Thread Laurent Vivier
Le 18/05/2020 à 09:46, John Paul Adrian Glaubitz a écrit : > On 5/18/20 9:44 AM, Alexander Voropay wrote: >> I'm trying to run Xorg server on the git QEMU on the current Sid. >> It fails on fb device setting >> >> QEMU graphic related options: >> -g 1200x800x24 -display gtk >> >> fd console works.

Re: Xorg server on QEMU on Sid

2020-05-18 Thread John Paul Adrian Glaubitz
On 5/18/20 9:44 AM, Alexander Voropay wrote: > I'm trying to run Xorg server on the git QEMU on the current Sid. > It fails on fb device setting > > QEMU graphic related options: > -g 1200x800x24 -display gtk > > fd console works. /dev/fb0/ device works > (i.e. "cat /dev/urandom > /dev/fb0" fi

Xorg server on QEMU on Sid

2020-05-18 Thread Alexander Voropay
I'm trying to run Xorg server on the git QEMU on the current Sid. It fails on fb device setting QEMU graphic related options: -g 1200x800x24 -display gtk fd console works. /dev/fb0/ device works (i.e. "cat /dev/urandom > /dev/fb0" fills "nubus-macfb" with random dots :) ) My Xorg config: /us