From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200006101954.PAA19246@smtp3.fas.harvard.edu> Subject: [9fans] /dev/draw being slow From: "Russ Cox" Date: Sat, 10 Jun 2000 15:51:08 -0400 To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: b5104092-eac8-11e9-9e20-41e7f4b1d025 /dev/draw will get a bit faster on Mach64 and S3 ViRGE cards if you remove the lines # turn off hardware acceleration until you know it's ok. echo -n 'hwaccel off' >'#v/vgactl' >[2]/dev/null from your /rc/bin/termrc (or just comment out the second one). On the rare card our hardware acceleration code doesn't work (rectangle fills just don't happen, for instance), so it ships disabled. It makes a huge difference though. Pixel depths bigger than 8 bits aren't usable without it. Russ