From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] cpu/auth server config question MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001228023337.3B8B0199D5@mail.cse.psu.edu> Date: Wed, 27 Dec 2000 21:33:29 -0500 Topicbox-Message-UUID: 3ded80fa-eac9-11e9-9e20-41e7f4b1d025 You need to recompile your kernel -- the default cpu server kernels don't have all the video drivers that the terminals do, since as Jim mentioned, they're usually not run as an all-in-one machine. Have a look at the list of vga drivers in /sys/src/9/pc/pcdisk as compared with /sys/src/9/pc/pccpudisk. After adding your vga line to pccpudisk, you can make a new kernel with cd /sys/src/9/pc mk 'CONF=pccpudisk' cp 9pccpudisk /wherever Russ