[Bug 338219] Re: x not starting in kvm with std vga

2009-08-27 Thread Bryce Harrington

This bug was fixed in the package xorg-server - 2:1.6.3-1ubuntu4

---
xorg-server (2:1.6.3-1ubuntu4) karmic; urgency=low

  * Add 184_virtual_devices_autodetect.patch: Automatic driver detection
for vbox and kvm for non-cirrus devices.
(LP: #338219, #348497)

 -- Bryce Harrington br...@ubuntu.com Mon, 24 Aug 2009 14:58:22 -0700


** Package changed: xorg (Ubuntu) = xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Status: Triaged = Fix Released

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-08-24 Thread Bryce Harrington
Reopening bug; this fix needs redone now that we're no longer using
dexconf to generate default xorg.conf's.  It needs reimplemented into
the xserver itself.

** Changed in: xorg (Ubuntu)
   Status: Fix Released = Triaged

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-04-17 Thread pakraticus
Hi,
I'm seeing this breakage with xserver-xorg 1:7.4~5ubuntu18
I'm not seeing this breakage with xserver-xorg 1:7.4~ubuntu16

Attached is the lspci output from the VM with ubuntu 9.04 beta
installed.


** Attachment added: lspci-std
   http://launchpadlibrarian.net/25681365/lspci-std

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-04-03 Thread Bryce Harrington
Thanks, looks good.  Uploaded.

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-04-03 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg - 1:7.4~5ubuntu18

---
xorg (1:7.4~5ubuntu18) jaunty; urgency=low

  * local/dexconf: Don't use cirrus on kvm (Technical Corp. Device )
(LP: #338219)

 -- Bryce Harrington br...@ubuntu.com   Fri, 03 Apr 2009 00:35:49
-0700

** Changed in: xorg (Ubuntu)
   Status: Triaged = Fix Released

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-04-01 Thread Bryce Harrington
** Package changed: xorg-server (Ubuntu) = xorg (Ubuntu)

** Changed in: xorg (Ubuntu)
   Importance: Undecided = Medium

** Changed in: xorg (Ubuntu)
   Status: Confirmed = Triaged

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-03-28 Thread KBios
Patch written

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) = KBios (kbios)

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-03-27 Thread KBios
After diving deeply into X manainer scripts and other stuff, I found the
problem. The livecd uses /usr/bin/dexconf to generate xorg.conf. If you
look at line 191, you'll see

QEMU_KVM=$(grep QEMU Virtual CPU /proc/cpuinfo || true)
if [ -n $QEMU_KVM ]; then
DEVICE_DRIVER=cirrus
fi

So the script blindly uses the cirrus driver if it is started under
qemu/kvm. I think it is not so difficult to fix it, and will post a
patch if I can write one.

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-03-27 Thread KBios
Ok, here's my patch. It is as simple as possible, and may not be the
best possible solution.

** Attachment added: dexconf patch
   http://launchpadlibrarian.net/24412615/dexconf.patch

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-03-23 Thread KBios
Today I tried qemu 0.10.1 (which has kvm support), as the changelog
reported kvm vga: fix screen corruption with Ubuntu installations
(Glauber Costa). However, it has exactly the same problems as kvm
userspace. I tried running lspci and the result is the same as in my
previous post.

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-03-23 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-03-17 Thread KBios
Ups, sorry for that.
Here is the result of lspci -vvnn.
Also, when kvm is started this way, usplash doesn't work. May it be related to 
this bug?
Thanks

** Attachment added: lspci
   http://launchpadlibrarian.net/23997398/lspci

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-03-16 Thread Bryce Harrington
probably an incorrect pci id.  You need to attach lspci -vvnn output for
these kinds of bugs.  Make sure you read
http://wiki.ubuntu.com/X/Reporting to learn how to report X bugs
properly.  Also see http://wiki.ubuntu.com/X/Troubleshooting.

[0.354226] (--) PCI:*(0...@0:2:0) Technical Corp. unknown chipset
(0x) rev 0, Mem @ 0xe000/16777216

** Changed in: xorg-server (Ubuntu)
Sourcepackagename: xorg = xorg-server

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-03-05 Thread KBios
Here is my xorg.0.log

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/23512199/Xorg.0.log

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338219] Re: x not starting in kvm with std vga

2009-03-05 Thread KBios
Update: another solution is simply to delete xorg.conf, but you'll get
only 800x600.

-- 
x not starting in kvm with std vga
https://bugs.launchpad.net/bugs/338219
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.ubuntu.com/mailman/listinfo/ubuntu-bugs