Search:

Type: Posts; User: Tomy; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    16
    Views
    11,895

    [all variants] Re: Zoneminder on Lucid Howto

    Thanks, that was easy.

    I'm running Ubuntu 10.10 Maverick and this HowTo worked perfectly.
  2. Replies
    7
    Views
    3,593

    [ubuntu] Re: kvm xp virtual machine crappy sound

    Thanks, this worked for me. Now I can play music from the guest winXP and Ubuntu 9.10 at the same time.
  3. Replies
    3
    Views
    3,387

    [ubuntu] Re: KVM Fullscreen with Compiz

    You might try getting rid of the ctrl-alt-grab-the-mouse feature and just going with the virtual mouse - or whatever they call it. I believe the code to add is:

    -usb -usbdevice tablet
  4. Replies
    20
    Views
    5,412

    [ubuntu] Re: ATI Radeon Xpress 200M Support

    I knew this.

    But I forgot.

    Thanks for the reminder. Ubuntu and the great community here just rocks.

    My ati Xpress 200 now works with compiz. Things are a little jerky though -- maybe if I...
  5. [ubuntu] Re: KVM - how to highlight text on client terminal

    I am interested in being able to copy from guest to host also. I found this java program but have not installed it yet.

    Remote Clip
    http://www.cs.cmu.edu/afs/cs/user/rcm/WWW/RemoteClip/
  6. Replies
    3
    Views
    598

    [ubuntu] Re: XP Virtualization: Using the UPGRADE disk

    When you start kvm are you setting up the floppy device?

    the man page for qemu says to do something like this:

    -fda /dev/fd0

    I don't have a floppy attached so I can't verify that this works.
  7. [ubuntu] Re: How do I send the three-finger salute to winXP using kvm?

    Thanks bodhi, that works.
  8. [ubuntu] How do I send the three-finger salute to winXP using kvm?

    I am running kvm from the cli not virt-manager. I like it -- it works great -- I even have bridged networking. Thanks bodhi ):P

    When I ctrl-alt-delete from my winXP guest I get the ubuntu...
  9. Replies
    22
    Views
    3,396

    [ubuntu] Re: KVM broken by last kernel update

    I just upgraded to 2.6.28-13-generic and have no problem running my kvm winXP quests. The cpu usage seems the same.

    This script worked:


    #!/bin/sh
    kvm -no-acpi -usb -usbdevice tablet \
    -hda...
  10. Replies
    18
    Views
    6,561

    [ubuntu] Re: higher graphics resolution with KVM ?

    Didn't seem to help -- the output looks the same.


    $ newgrp kvm
    $ kvm-bridge -hda winXP3.img -boot c -m 512
    “Bringing up interface tap2 with mac address DE:AD:BE:EF:34:21”
    warning: could not...
  11. Replies
    18
    Views
    6,561

    [ubuntu] Re: higher graphics resolution with KVM ?

    Okay, thanks very much for the follow-up.

    In spite of the error message things work pretty well. I am using gksu to run my script from a menu entry -- so I have to enter my admin password. Not a...
  12. Replies
    18
    Views
    6,561

    [ubuntu] Re: higher graphics resolution with KVM ?

    This was copied from your blog howto. I changed the NIC model.

    # cat /bin/kvm-bridge
    #!/usr/bin/env bash
    # tap interface automagic allocation
    # for linux kernels >= 2.6.18

    # modified by...
  13. Replies
    18
    Views
    6,561

    [ubuntu] Re: higher graphics resolution with KVM ?

    # ll /etc/kvm*
    -rwxr-xr-x 1 root root 158 2009-06-26 07:19 /etc/kvm-ifdown
    -rwxr-xr-x 1 root root 272 2009-06-26 12:46 /etc/kvm-ifup

    /etc/kvm:
    total 8
    -rwxr-xr-x 1 root root 174 2009-04-17...
  14. Replies
    18
    Views
    6,561

    [ubuntu] Re: higher graphics resolution with KVM ?

    Yes, tap1 was automagically set up when I started boot-winXP3.sh (really just a command line using kvm-bridge) and was also deleted when I shutdown winXP. As I mentioned above tapX is incremented...
  15. Replies
    18
    Views
    6,561

    [ubuntu] Re: higher graphics resolution with KVM ?

    No luck with that. I already was in the kvm group. I edited /etc/kvm-ifup and changed "user" to "tomy". I rebooted. Here's what happened as a user:


    $ ./boot-winXP3.sh
    “Bringing up interface...
  16. Replies
    18
    Views
    6,561

    [ubuntu] Re: higher graphics resolution with KVM ?

    Thanks, that worked and fixed the ranmac issue.

    I start kvm with this command line:

    sudo kvm-bridge -vga std -hda winXP3.img -boot c -m 512Am I suppose to be able to run kvm as a user or is...
  17. Replies
    18
    Views
    6,561

    [ubuntu] Re: higher graphics resolution with KVM ?

    After some trial and error I got it to work by replacing the "ranmac" line in the kvm-bridge script with this hardcoded mac address:

    ranmac=00:11:22:33:44:55

    I also had to copy /etc/qemu-ifup...
  18. Replies
    18
    Views
    6,561

    [ubuntu] Re: higher graphics resolution with KVM ?

    Thanks bodhi,
    I followed your howto and set up the wrapper script but when I try to run it I get this error.


    $ kvm-bridge -hda ~winXP3.img -boot c -m 512
    “Bringing up interface tap0 with mac...
  19. Replies
    18
    Views
    6,561

    [ubuntu] higher graphics resolution with KVM ?

    If I start KVM from the command line I can get a screen resolution of 1680 x 1050 or higher by using "-vga std".


    $ kvm -usb -usbdevice tablet -vga std -hda ~/winXP3.img -boot c -m 512
    When I...
  20. Replies
    2
    Views
    636

    Re: Resolution in KVM guests

    I just got higher resolutions to work by using "-vga std" rather than "-std-vga".

    I am using Jaunty with this kvm boot setup.


    #!/bin/sh
    kvm -no-acpi -usb -usbdevice tablet -soundhw all \...
  21. [ubuntu] Re: Is kvm sound possible in both Ubuntu 9.04 host and winXP guest?

    I had to reboot to get sound back before I started using "virsh shutdown winXP3". I was turning off winXP and then closing the kvm window but this didn't really shut down the virtual machine.

    If I...
  22. [ubuntu] Is kvm sound possible in both Ubuntu 9.04 host and winXP guest?

    IANAP just an end user.

    I set up my winXP guest using virt manager but run it using virsh with this simple scipt.


    virsh start winXP3
    virt-viewer --connect qemu:///system...
  23. Replies
    1
    Views
    2,203

    Re: KVM Virtual Machine Manager Sound

    In the Virtual Machine Manager with the virtual machine shutoff I can click on Edit->VirtualMachineDetails and then select the Hardware tab and at the bottom of the window is a button for Add...
  24. [other] Re: Tweaking HP's Mini 1000 Mie desktop/dashboarg/thingy

    sources.list

    deb http://hpmini.archive.canonical.com/mie/ hardy main universe multiverse restricted
    deb-src http://hpmini.archive.canonical.com/mie/ hardy main universe multiverse restricted
    ...
  25. [kubuntu] Re: Some Flash videos work (e.g. YouTube); others don't (e.g., Daily Show)

    I have a recent fresh install of Hardy 32bit and network.http.sendRefererHeader was already set to 2.

    I have flashplugin-nonfree (flash 9) installed.

    Video clips from...
Results 1 to 25 of 55
Page 1 of 3 1 2 3