Giter Club home page Giter Club logo

kvm-qemu-virtualization-guide's People

Contributors

mateussouzaweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kvm-qemu-virtualization-guide's Issues

Add no display manager support

Some folks (me included) don't use display managers like lightdm or gdm
I personally just execute good old xinit right after login (using .profile), other people use ly or tbsm

Point is not all use a graphical display manager.
I ended up editing stop_display_manager to

function stop_display_manager {
  pkill xinit
  while pgrep xinit > /dev/null; do
    sleep 1
  done
}

Which works fine (keep in mind this is x11, wayland people should do something else) however I couldn't get restore_display_manager to work
Simply executing xinit doesn't do anything, I believe because it's not executed in a tty

The end result is whenever I shutdown my vm, I face a really scaled down version of my tty to the point all text becomes blurred
scaled_down_tty

I can execute xinit or startx - and get back to my window manager just fine (even the tty restores its original resolution) but I'd rather my window manager be automatically launched

I will test with ttyecho and see what I can do

Question about IOMMU

Hello, I have an Asrock X570 Phantom Gaming 4 motherboard, a ryzen 5 3600 CPU and a Radeon 5500XT. My question is that do i also have to enable AER cap and ACS in the BIOS or just enabling IOMMU is enough to proceed with the guide.

Need Assistance

Hi, i'm about to install macOS. But failed hanging at the TianoCore Bootscreen, that might be a problem of a messed up XML editing see Post #3

Here are some specs of my system:
Huananzhi X99-F8D
2x Xeon 2620V3
64 GB DDR4
GPRO 4300

Normally i run the system with an Samsung NVME. For testing purposes i use an old SSD.

XML Question

Hello while I was studying the ubuntu.xml sample I came across these lines


    <hostdev mode='subsystem' type='pci' managed='yes'> 
       <source> 
         <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> 
       </source> 
       <address type='pci' domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/>

Could you please tell me what is this device on the host machine?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.