Hi, I'm trying to run X.org with qemu's cirrus GD5446 virtual board, and it didn't work at first: Xorg.0.log was telling me "bad mode clock/interlace/doublescan" for all modes, most probably becase there was also "Max pixel clock is 0 Mhz" loggued above. By looking at the source code, the Max pixel clock value is indeed 0 for 32bpp depth (gd5446_MaxClocks). I hence had to add DefaultDepth 24 in the screen section (there was none before) for making it work. Shouldn't the cirrus driver be able to set bpp to what the device can handle? Samuel
32 isn't a real depth. Unless you're doing like, r10g12b10. But you aren't.
Well, maybe, but it was set to this by default, it's not me who chose that depth
Fixed in git, I believe.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.