From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 26 May 2014 08:49:27 -0400 To: 9fans@9fans.net Message-ID: <501f47a3f13cc9e4455accfbd2c7ac26@brasstown.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] dual boot Topicbox-Message-UUID: f13e6ae8-ead8-11e9-9d60-3106f5b1d025 > Where does the installer script live? the usb installer is in /sys/lib/dist/amd64. the part that runs at boot is in the install directory. i think the bug is in the vga script in that directory. (not to be confused with aux/vga.) it may not do the right thing if there are no edids. > > a proper screensize looks like XxYxD where X,Y is the screen size in > > pixels, and D is the bit depth. i use 1600x1200x16. > > I set it to 1280x768x16. My monitor/VGA Controller resolutions seem to > be missing from the /lib/vgadb perhaps? vesa graphics do not use /lib/vgadb. > Erik, thanks for putting together and maintaining 9atom. Without it > and your help, I wouldn't be running a Plan9 system today. I will do > my best in terms of bug reports and code to give back to the project. no problems. that's why it's there. once you have things installed, you can submit patches with apatch (see patch(1), as the man page is currently missing.) - erik