From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7eef3c376c0dd2cdb90d2de6e0aef086@coraid.com> From: erik quanstrom Date: Sun, 1 Apr 2007 14:05:29 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] slow performance In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 3ac2cb70-ead2-11e9-9d60-3106f5b1d025 you are using vesa mode because monitor=vesa. you need to set your monitor. information on doing that is in vgadb(6). once your monitor information is set properly, the correct driver should be used. to check for dma, "cat /dev/sdC0/ctl". you will see dma x dmactl y. x describes the dma capabilities of the drive, y describes which dma capabilities are being used. so if x is nonzero but y is zero then "echo -n dma on > /dev/sdC0/ctl" will turn dma on. this can be done automatically through plan9.ini. "man plan9.ini" for more info. - erik On Sun Apr 1 13:35:05 EDT 2007, ph.rpguo@gmail.com wrote: > % cat '#v/vgactl' > type vesa > size 1024x768x32 x8r8g8b8 > blank time 30 idle 0 state on > hwaccel on > hwblank off > panning off > addr p 0xd0000000 v 0xe0000000 size 0x4000000 > % echo $vgasize - $monitor > 1024x768x32 - vesa > > My video card is a GeForce Fx5200, with 128mb of memory. > About the driver... i have never instaled a driver for it, if there is one, > the system installed it to me. And how can i see if my HD is doind DMA or > not?