Add files via upload

This commit is contained in:
TimothyLottes
2016-11-08 16:50:21 -05:00
committed by GitHub
parent df036fe207
commit 26b052405d
4 changed files with 75 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

+41
View File
@@ -0,0 +1,41 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<h1>20161105 - Owlboy via CRT</h1>
<br>
<center><i>Getting Owlboy working on a 29" Makvision VGA Arcade CRT from a VGA Port of an APU based laptop.</i></center>
<br>
Owlboy appears to be rendering around 640 pixels across, and then when windowed, doubling pixels to get to 1280.
It is possible to get Owlboy full-screen on a 640×480×60Hz VGA output, for pixel perfect CRT display (no doubling).
<br>
<br>
Current AMD 16.9.2 Driver has a bug which wont allow the user to make a custom resolution.
Was unable to find old drivers on the AMD website until I duckduckgoed for old driver and found a link which can be used to grab old drivers,
<br>
<br>
<a href="http://support.amd.com/en-us/download/apu/previous?os=Windows%208.1%20-%2064">http://support.amd.com/en-us/download/apu/previous?os=Windows 8.1 - 64</a>
<br>
<br>
If not using an APU and not on Windows 8.1, then use the regular driver search to figure out what path (/apu/ part) and query (?os= part) to adjust the URL to.
Crimson Edition 16.7.3 WHQL from 7/28/2016 has working custom resolutions.
<br>
<br>
Once the driver is installed, connect the VGA CRT and make it the primary monitor.
I found I was unable to get full-screen to work at the correct resolution otherwise.
Next bring up <tt>Radeon Settings</tt>, click on the <tt>Preferences</tt> button at the bottom,
and then click on the <tt>Radeon Additional Settings</tt>. This brings up a new window.
Click on the <tt>Custom Resolutions</tt> button for the attached VGA display.
Then click on the <tt>New</tt> button and setup for 640×480×60Hz with Progressive and CVT as the timing standard.
Then click <tt>Verify</tt> to generate the mode. Accept the mode.
With the mode set, start Owlboy and go into full-screen mode (F11 if I remember right),
and remember to turn letter-box on.
<br>
<br>
The game played this way is stunning.
<br>
<br>
<center>
<a href="20161105-A.jpg"><img src="20161105-A.jpg" width="640"></a>
<br>
<br>
<a href="20161105-B.jpg"><img src="20161105-B.jpg" width="640"></a>
</center>
</div></body></html>
+34
View File
@@ -0,0 +1,34 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<center><pre>
\\\\\\` \\\\\\\\\\`\\\`\\\\\\\\\`\\\\\\\\\` \```\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\ `\\` ``\`\\\\` `\ \ \\`` `\\\` ``\` ``\`\\\\`\\
`, , o `, ` `
. .oo.. . . o ... ' .o
OO. ...ooOO..... o . ooOOoooo.. . O o . .
OOOo..OOOOOOOo... ....OOo.... .o..... oOOOOOOOOoooo.... Oo. oO
OOOOOOOOOOOOOOO .Ooo. OOOOo......oo. ..ooOO..OOOOOOOOOO......oo.OOo... ..OOO
OOOOO.OOOOOOo.. oOOOOoo. .OO..OOOOOOOOOOOo.......OOO......OOOOOOOOOOoo.OOOOOO
OOOOOo.OOOOOOOoOOOOOOOOOOO.OOOOOOO|OOOOOOOOOO...||||oo.OOOOOOOOOOOoOOOOOooOOO
||oooOOOOOOOOOOOOOOOOOOO|||||ooOOOO|OOOOO|||||oooOOOOOO|OOO|OOOOOOOOOOOOOOOOO
. OOO''||''OOOOOOOOOOOO|||||''||''OO|||o|||||||''||OOOOOO''OOO''OOO|||ooooOO|OO .
O OOO ||..||OO||||||||||OOo || ||||||||||||| ||||OO|| |o| ||||||||OO||OOO O
' o| |''|' '' '|' '| | '| | |||| |' '| | |' '|' 'OO '
||| || | . . | . || || . | | ||/| | . || |oO || ' | |||||
/|| || | | | | | || || | | | |//| | | || ||| || ...||.. '||
//| || | | | | ' || || | | ' |//| | ' || ||| || '''|''' |/
///..//../../../..//.../....//../../... ////..//...///..///..///....//...///
/////////////../////////////.//////////..///////////././///////./////////////
////.//.//. ..//...././/. ///////..//////.///.//.... ././//...//..////////
//.... . ./ /////. ...//. ./////... . ... .. ././/
.. .. . .// . ...
/ <pre></center>
<br>
<h1>20161108 - Index</h1>
<br>
<center><i>In progress moving blog again, this time to Github Pages ...</i></center>
<br>
<b>2016</b><br>
<a href="20161105.html">20161105 - Owlboy via CRT</a><br>
<br>
</div></body></html>