[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Re : Re : Re : Xen VGA Passthrough Questions
You need to add nouveau.blacklist=1 in the module line of grub.cfg To do for a domU ============ Have access to partition table of your domU using kpartx kpart -va /dev/path/to/your/LVM/domU mount /dev/mapper/.../.... /path/where/to/mount vim //path/where/to/mount/boot/grub/grub.cfg add nouveau.blacklist=1 to the module line. Umount /path/where/to/mount kpart -vd /dev/path/to/your/LVM/domU boot your domU Install NVIDIA driver. De : David TECHER <davidtecher@xxxxxxxx> À : Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@xxxxxxxxx>; Casey DeLorme <cdelorme@xxxxxxxxx> Cc : "xen-users@xxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxx> Envoyé le : Mercredi 21 mars 2012 10h25 Objet : Re : [Xen-users] Re : Re : Xen VGA Passthrough Questions You need to add nouveau.blacklist=1 in the grub.cfg of your domU Have access to partition table of your domU using kpartx kpart -va /dev/path/to/your/LVM/domU mount /dev/mapper/.../.... /path/where/to/mount vim //path/where/to/mount/boot/grub/grub.cfg add nouveau.blacklist=1 to the module line. Umount /path/where/to/mount kpart -vd /dev/path/to/your/LVM/domU boot your domU Install NVIDIA driver. De : Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@xxxxxxxxx> À : Casey DeLorme <cdelorme@xxxxxxxxx> Cc : David TECHER <davidtecher@xxxxxxxx>; "xen-users@xxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxx>; Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@xxxxxxxxx> Envoyé le : Mercredi 21 mars 2012 5h06 Objet : Re: [Xen-users] Re : Re : Xen VGA Passthrough Questions
Hi,
How do I stop lightdm display manager and X.org server in Ubuntu 11.10 and unload the nouveau vga driver? I can run "sudo killall lightdm" and lightdm and X.org X server will be terminated successfully, but I cannot force nouveau to unload at all. It always say nouveau module is in use even if I use "sudo modprobe --force --remove nouveau". I need to unload the following kernel modules for successful Xen VGA passthrough. rmmod nouveau rmmod ttm rmmod drm_kms_helper rmmod drm Please read Deactivating KMS and unloading Nouveau at http://nouveau.freedesktop.org/wiki/KernelModeSetting But setting "echo 0 > /sys/class/vtconsole/vtcon1/bind" causes
the display to hang and I can't do anything more at all.
I can't force nouveau,ttm,drm_kms_helper,drm kernel modules to unload. Help!!! Also, if I add xen-pciback.hide=(01:00.0) to the module line in GRUB2, the display turns blank while booting and I can't do anything at all. Any ideas? Thank you very much. Yours sincerely, Teo En Ming (Zhang Enming) On 21/03/2012 00:36, Casey DeLorme wrote:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |