[Bug 226273] Re: Local SDL window does not work

2010-07-23 Thread Marc Deslauriers
Closing this bug as bug 545426 has been resolved. ** Changed in: virt-manager (Ubuntu) Status: Incomplete => Fix Released -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 226273] Re: Local SDL window does not work

2010-03-23 Thread Ancoron Luziferis
This bug depends on https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/545426 -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 226273] Re: Local SDL window does not work

2010-03-22 Thread Ancoron Luziferis
As a test (should have done this in the first place) I started the VM manually via the stated command line from the log file in /var/log/libvirt/qemu/. KVM/QEMU uses SDL by default and it opens just fine and I can use the VM as usual. So this has nothing to do with KVM/QEMU itself. As starting the

[Bug 226273] Re: Local SDL window does not work

2010-03-21 Thread Ancoron Luziferis
Ah... ...now I get the point of SDL. OK, then the DirectFB issue is a complete different story and should be reported separately. -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 226273] Re: Local SDL window does not work

2010-03-21 Thread Ancoron Luziferis
I'm making progress. At least I got a /dev/fb0 now: $ ls -l /dev/fb* crw-rw 1 root video 29, 0 2010-03-21 14:08 /dev/fb0 What I did was adding "fbdev" at the end of my boot line. In addition I got high resolution VTs. Still not the monitors native resolution but a massive improvement. This "

[Bug 226273] Re: Local SDL window does not work

2010-03-21 Thread Marc Deslauriers
I don't use a framebuffer device. I use x.org. KVM uses SDL to draw the virtual machines window. SDL has a variety of video output drivers available, including "x11" and "directfb". When SDL starts, it tries to auto-detect what graphics driver it should use. If you're running X, it should detect t

[Bug 226273] Re: Local SDL window does not work

2010-03-21 Thread Ancoron Luziferis
OK, no success with other kernels (tried 2.6.33 and 2.6.34-rc1). @Marc: How did you "setup" the framebuffer device on your machines? I don't know if it is relevant but I have to state that I'm not using KMS (because the HD4770 still isn't supported) and so I have to revert to UMS via radeon.modes

[Bug 226273] Re: Local SDL window does not work

2010-03-21 Thread Ancoron Luziferis
OK, here are my machine specs (maybe this is some conditional thing): - AMD Phenom II X4 955 (@ 3.2 GHz) - 2x 2 GiB DDR3 RAM (@ 1.333 GHz) - Gigabyte GA-790XTA-UD4 (RD790/SB750) - AMD Radeon HD4770 - 500 GB Hitachi Deskstar T7K500 $ uname -m x86_64 Non-standard repositories: - xorg-edgers I'll

[Bug 226273] Re: Local SDL window does not work

2010-03-20 Thread Marc Deslauriers
I simply cannot reproduce this issue on all three machines I've tried here. -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 226273] Re: Local SDL window does not work

2010-03-20 Thread Ancoron Luziferis
So with all my efforts being not able to change anything and due to the fact that it works with Debian even in testing it must have to do with some Ubuntu patches or anything like that. In addition this issue points me to the kernel rather than the virt- manager package. -- Local SDL window does

[Bug 226273] Re: Local SDL window does not work

2010-03-20 Thread Ancoron Luziferis
The main reason why we see this is when the framebuffer device is not available. The only thread on the forums with valuable information was this (although dated): http://ubuntuforums.org/showthread.php?t=652038 But even after struggling with module blacklisting, kernel boot options and other thi

[Bug 226273] Re: Local SDL window does not work

2010-03-20 Thread Ancoron Luziferis
yepp: $ echo $DISPLAY :0 -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 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

[Bug 226273] Re: Local SDL window does not work

2010-03-20 Thread Marc Deslauriers
@Ancoron: is your DISPLAY environment variable set? -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 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:

[Bug 226273] Re: Local SDL window does not work

2010-03-20 Thread Ancoron Luziferis
I can confirm this one in Lucid Beta 1 with the following messages: LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 2048 -smp 4 -name aria -uuid a4294a0d-a75a-a377-ddcd-7e35d5720815 -chardev socket,id=monitor,path=/var/lib/lib

Re: [Bug 226273] Re: Local SDL window does not work

2010-03-10 Thread Alexander Jones
I believe it was happening in Karmic, will check Lucid when I get the chance. On 10 March 2010 13:54, Marc Deslauriers wrote: > @Alexander Jones: so you are still having this issue? > > I can't reproduce it either, SDL is working fine for me. It looks like > your SDL is trying to use the wrong dr

[Bug 226273] Re: Local SDL window does not work

2010-03-10 Thread Marc Deslauriers
Sorry, the command should be: dpkg -la | grep sdl -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 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:/

[Bug 226273] Re: Local SDL window does not work

2010-03-10 Thread Marc Deslauriers
@Alexander Jones: so you are still having this issue? I can't reproduce it either, SDL is working fine for me. It looks like your SDL is trying to use the wrong driver. What sdl packages do you have installed? You can do a "dpkg dpkg -la | grep sdl" to find out. Is the SDL_VIDEODRIVER environmen

[Bug 226273] Re: Local SDL window does not work

2010-03-10 Thread Marc Deslauriers
** Changed in: virt-manager (Ubuntu) Status: Invalid => Confirmed -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

Re: [Bug 226273] Re: Local SDL window does not work

2010-03-10 Thread Alexander Jones
SDL is way more useful for graphics than VNC. If you actually want to do anything visual in your VM, using VNC is slow and horrible. PLEASE FIX THIS! It has clearly just been compiled with the wrong options or something (directfb references instead of X) On 10 March 2010 13:17, Marc Deslauriers wr

[Bug 226273] Re: Local SDL window does not work

2010-03-10 Thread Marc Deslauriers
OK, let's close this bug. If anyone still has the problem with a recent Ubuntu release, they can open a new bug. ** Changed in: virt-manager (Ubuntu) Status: Incomplete => Invalid -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification b

[Bug 226273] Re: Local SDL window does not work

2010-03-10 Thread Soren Hansen
It works for me. Regardless, I don't see why anyone would want to use SDL instead of VNC? -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 226273] Re: Local SDL window does not work

2010-03-08 Thread Marc Deslauriers
Does anyone else still have this issue? ** Changed in: virt-manager (Ubuntu) Assignee: ktulu (eric-duda) => (unassigned) -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

Re: [Bug 226273] Re: Local SDL window does not work

2010-03-08 Thread akfrick
Sorry, I can neither confirm or deny whether or not the issue still exists. I have long since switched from virt-manager to VirtualBox. Best regards, Arne Frick On Mon, Mar 8, 2010 at 12:47 AM, Marc Deslauriers < marc.deslauri...@ubuntu.com> wrote: > Thanks for reporting this issue. > Do you st

[Bug 226273] Re: Local SDL window does not work

2010-03-07 Thread Marc Deslauriers
Thanks for reporting this issue. Do you still have it? Are you able to reproduce it with a recent version of Ubuntu, such as Karmic or Lucid? ** Changed in: virt-manager (Ubuntu) Assignee: (unassigned) => ktulu (eric-duda) ** Changed in: virt-manager (Ubuntu) Status: Triaged => Inco

[Bug 226273] Re: Local SDL window does not work

2009-05-25 Thread Leon
Will this be fixed in 9.04? Or will we have to wait for 9.10? Thanks in advance! -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 226273] Re: Local SDL window does not work

2009-04-05 Thread Murat Güneş
Thanks for reporting. This issue persists with Intrepid (final), with a slightly different error message (only the line numbers in the traceback differ): #3 Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line

[Bug 226273] Re: Local SDL window does not work

2008-10-02 Thread falstaff
You can use the VNC-Server Display in virt-manager and connect to the console with a serial console. The QEMU Console is mapped to a /dev/pts/X device... Works like a charm for me... However, It would be nice to have the SDL Window working anyway... :-) -- Local SDL window does not work https://

[Bug 226273] Re: Local SDL window does not work

2008-09-17 Thread Alexander Jones
Still relevant in Intrepid. Not sure why the DirectFB stuff is there... -- Local SDL window does not work https://bugs.launchpad.net/bugs/226273 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis