From 1f6eff67b7e512deb3aea6a28cb83486965d3e55 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 9 Aug 2016 02:09:32 +0200 Subject: Drop -no-kvm-irqchip, we don't have the issue without it any more, and it actually seems to pose other problems --- contributing.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributing.mdwn') diff --git a/contributing.mdwn b/contributing.mdwn index 4674713e..92b1cc9b 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -180,7 +180,7 @@ I'll have to think about it some more. * Install qemu-kvm via your distros packages. * Download the [qemu image](http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz): `wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz` * Unpack it: `tar xf debian-hurd.img.tar.gz` -* Run it: `qemu-kvm -m 512 -no-kvm-irqchip -drive cache=writeback,file=debian-hurd.img` # …irq… is a currently necessary fix due to some changes in Linux. Optionally use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). See also: [kvm FAQ](http://www.linux-kvm.org/page/FAQ). +* Run it: `qemu-kvm -m 512 -drive cache=writeback,file=debian-hurd.img` # …irq… is a currently necessary fix due to some changes in Linux. Optionally use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). See also: [kvm FAQ](http://www.linux-kvm.org/page/FAQ). * login as root * `apt-get update` * `apt-get install -y git mercurial emacs vim` -- cgit v1.2.3 From 22ee314e8b7441ed371226fa9fe088b6f26ed5e8 Mon Sep 17 00:00:00 2001 From: Svante Signell Date: Wed, 10 Aug 2016 11:25:28 +0200 Subject: fixes --- contributing.mdwn | 2 +- faq/xserver-common.mdwn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contributing.mdwn') diff --git a/contributing.mdwn b/contributing.mdwn index 92b1cc9b..31d56783 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -180,7 +180,7 @@ I'll have to think about it some more. * Install qemu-kvm via your distros packages. * Download the [qemu image](http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz): `wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz` * Unpack it: `tar xf debian-hurd.img.tar.gz` -* Run it: `qemu-kvm -m 512 -drive cache=writeback,file=debian-hurd.img` # …irq… is a currently necessary fix due to some changes in Linux. Optionally use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). See also: [kvm FAQ](http://www.linux-kvm.org/page/FAQ). +* Run it: `qemu-kvm -m 512 -drive cache=writeback,file=debian-hurd.img` # Optionally use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). See also: [kvm FAQ](http://www.linux-kvm.org/page/FAQ). * login as root * `apt-get update` * `apt-get install -y git mercurial emacs vim` diff --git a/faq/xserver-common.mdwn b/faq/xserver-common.mdwn index 777ba025..1e7d5d66 100644 --- a/faq/xserver-common.mdwn +++ b/faq/xserver-common.mdwn @@ -17,6 +17,6 @@ This happens because currently there is no way to detect console users. On Debian GNU/Hurd systems, you need to run - # dpkg-reconfigure x11-common + # dpkg-reconfigure xserver-xorg-legacy and select `Anybody` for starting X. -- cgit v1.2.3