Copied to hardy-updates.
** Changed in: xserver-xorg-video-cirrus (Ubuntu Hardy)
Status: Fix Committed => Fix Released
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bug
** Tags added: verification-done
** Tags removed: verification-needed
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
just tested the package from -proposed on FAUmachine, works like a charm
:).
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
Hi Reinhard,
Reinhard Tartler [2008-06-03 14:27 -]:
> I'm happy to confirm that the patch indeed fixes the bug. I'm attaching
> an X.org log with a package build included sistpoty's patch for
> reference.
Great, thanks for testing! Do you have the time to do the test with
the actual .debs fro
I've filed bug 237164 for dexconf. Let's continue the discussion about
it there.
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
Possibly with this fix, some portion of the kvm-specific changes to
dexconf could be dropped.
If anyone is interested in assisting with this, please file a new bug assigned
to me, attach a minimal xorg.conf that has been adequately tested. Here are
the current kvm-specific things dexconf is doi
Accepted into -proposed, please test and give feedback here
** Changed in: xserver-xorg-video-cirrus (Ubuntu Hardy)
Status: In Progress => Fix Committed
** Tags added: verification-needed
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You
** Changed in: xserver-xorg-video-cirrus (Ubuntu Hardy)
Target: ubuntu-8.04.1 => None
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
I'm happy to confirm that the patch indeed fixes the bug. I'm attaching
an X.org log with a package build included sistpoty's patch for
reference.
Great work, Stefan! :-)
** Attachment added: "X.org log with the discussed patch."
http://launchpadlibrarian.net/14959716/Xorg.0.log
--
x fails t
milestoning the bug, I'm currently testing the diff in qemu (non-kvm!)
** Changed in: xserver-xorg-video-cirrus (Ubuntu Hardy)
Importance: Undecided => Medium
Target: None => ubuntu-8.04.1
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
already fixed in intrepid with 1.2.1.
** Description changed:
- Binary package hint: qemu
+ The cirrus driver advertises supported depths wrongly, for e.g. the
+ cirrus gd5446, telling that the cards would unconditionally support
+ 32bpp. However this is not the case for the 5446 and the 5430. H
in case someone else wants to test, and doesn't want to fiddle with
rebuilding the binary first, here's one.
** Attachment added: "resulting i386 binary for easy testing"
http://launchpadlibrarian.net/14943422/video.deb
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.la
** Attachment added: "debdiff for hardy-proposed"
http://launchpadlibrarian.net/14943023/xserver-xorg-video-cirrus.debdiff
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bug
... and not in qemu.
** Changed in: qemu (Ubuntu)
Status: Triaged => Invalid
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
this is indeed a bug in the driver, not in qemu. I'll attach a debdiff
in a minute.
** Changed in: xserver-xorg-video-cirrus (Ubuntu)
Assignee: (unassigned) => StefanPotyra (sistpoty)
Status: New => In Progress
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.la
Aha, looking at the new xserver-xorg-video-cirrus driver (1.2.1-1) gives
more clue, since it indeed contains a quirk at the second place, which
might be responsible:
alp_driver.c:602 contains now:
/* 32bpp only works on 5480 and 7548 */
depth_flags = Support24bppFb;
if (pCi
setting xserver-xorg-video-cirrus task back to new again. I somehow
believe that the error is there.
More precise: I think that
src/alp_driver.c:952
switch(pScrn->bitsPerPixel) {
should be
switch(pScrn->depth) {
but I must admit, that I don't have too much clue about X in general.
I've tested this right now with FAUmachine, and there it is enough to
add only DefaultDepth 24 to the xorg.conf.
My best guess is, that this is indeed a X problem, which results from
the default depth being 32. Since a real cirrus gd5446 doesn't support
this depth, I believe that X wouldn't start
more info: kvm does indeed work, because there's a quirk in dexconf to
detect if run under kvm.
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
bryce, soeren, kees just told me that you have been working on this bug.
I tried it out with the release hardy iso image on my laptop, and can
still reproduce it. Can you please recheck?
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received
additional information: Kees stated that adding HorizSync and
VertRefresh lines works around the bug.
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
Confirming this bug, thanks to Stefan for the analysis!
** Changed in: qemu (Ubuntu)
Importance: Undecided => Medium
Status: New => Triaged
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you ar
This might also give some clue on why it worked with gutsy, and why it doesn't
work in hardy:
"(II) CIRRUS(0): Creating default Display subsection in Screen section
"Default Screen" for depth/fbbpp 24/32
(==) CIRRUS(0): Depth 24, (==) framebuffer bpp 32"
in gutsy, the framebuffer was stil
Hi,
I'm marking this bug as invalid for xsever-xorg-video-cirrus.
Ratiionale:
I'm working on FAUmachine (www.faumachine.org), which is based partially on
qemu (and this is valid for the video card as well, and it shows the same
problem).
I've looked through the debdiff from gutsy->hardy, which d
>> By the way, this can be worked around by passing -std-vga to qemu.
Thats true. However there is at least one qemu-launcher-frontend - qtemu
- which offers no choice to select the standard vesa card instead of the
cirrus card.
--
x fails to startup in qemu - no driver for Cirrus card
https://b
confirm with hardy a6
** Summary changed:
- x fails to startup in qemu
+ x fails to startup in qemu - no driver for Cirrus card
--
x fails to startup in qemu - no driver for Cirrus card
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
By the way, this can be worked around by passing -std-vga to qemu.
--
x fails to startup in qemu
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu
Having the same problem here using Alpha 5.
--
x fails to startup in qemu
https://bugs.launchpad.net/bugs/193323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubun
** Attachment added: "/var/log/Xorg.0.log from the live session"
http://launchpadlibrarian.net/12086561/Xorg.0.log
** Also affects: xserver-xorg-video-cirrus (Ubuntu)
Importance: Undecided
Status: New
--
x fails to startup in qemu
https://bugs.launchpad.net/bugs/193323
You received
29 matches
Mail list logo