From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mr. Teo En Ming (Zhang Enming)" Subject: Re: Xen Paravirt Operations Domain 0 Serial Console Problem Date: Tue, 25 Aug 2009 02:15:24 +0800 Message-ID: <4A92D8BC.8030706@asiasoftsea.net> References: <4A92BD31.2040406@asiasoftsea.net> <20090824164416.GR19938@edu.joroinen.fi> <4A92CF3E.8010008@asiasoftsea.net> <20090824175747.GT19938@edu.joroinen.fi> <4A92D6B1.5000704@asiasoftsea.net> Reply-To: enming.teo@asiasoftsea.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A92D6B1.5000704@asiasoftsea.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: enming.teo@asiasoftsea.net Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Ah I know where to disable all the tty already It's no longer in /etc/inittab. Fedora 11 is using upstart. tty1 to tty6 are in /etc/event.d /etc/event.d/tty1 /etc/event.d/tty2 /etc/event.d/tty3 /etc/event.d/tty4 /etc/event.d/tty5 /etc/event.d/tty6 If I disable all the above tty, will I be able to hide vga card from dom 0 since it is no longer displaying to the monitor? Or do I still need to disable the vga card? How do I do that? Thank you. -- Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering) Technical Support Engineer Information Technology Department Asiasoft Online Pte Ltd Tampines Central 1 #04-01 Tampines Plaza Singapore 529541 Republic of Singapore Mobile: +65-9648-9798 MSN: teoenming@hotmail.com Alma Maters: Singapore Polytechnic, National University of Singapore On 08/25/2009 02:06 AM, Mr. Teo En Ming (Zhang Enming) wrote: > Dear Pasi, > > How do I disable the VGA display adapter? Stop the vga card kernel > module from loading? Add it to /etc/modprobe.d/blacklist.conf? Under > pv-ops dom 0, there is no nouveau kernel module. And nvidia kernel > module cannot work in pv-ops dom 0 too. > > How do I disable all the various tty from 1 to 7? > > I still need to leave ttyS0 enabled, as I need the serial console. > > As for hiding vga card from dom 0, I cannot use pciback as I am using > pv-ops dom 0. I need to use pci-stub. >