v0.16 final
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6526 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
68d9b851e8
commit
5a0b9c6b0e
@ -54,7 +54,7 @@ status_t gx00_general_powerup()
|
||||
status_t status;
|
||||
uint32 card_class;
|
||||
|
||||
LOG(1,("POWERUP: Matrox (open)BeOS Accelerant 0.16-2 running.\n"));
|
||||
LOG(1,("POWERUP: Matrox (open)BeOS Accelerant 0.16-final running.\n"));
|
||||
|
||||
/* detect card type and power it up */
|
||||
switch(CFGR(DEVID))
|
||||
@ -603,9 +603,6 @@ status_t g450_general_powerup()
|
||||
/* log the PINS struct settings */
|
||||
dump_pins();
|
||||
|
||||
//test:
|
||||
//gx50_general_output_select();
|
||||
|
||||
/* check output connector setup */
|
||||
if (si->ps.primary_dvi && si->ps.secondary_head &&
|
||||
si->ps.secondary_tvout && (i2c_sec_tv_adapter() != B_OK))
|
||||
|
@ -4,13 +4,13 @@
|
||||
</head>
|
||||
<body>
|
||||
<p><h2>Changes done for each driverversion:</h2></p>
|
||||
<p><h1>head (0.16-2, Rudolf)</h1></p>
|
||||
<p><h1>mga_driver 0.16 (Rudolf)</h1></p>
|
||||
<ul>
|
||||
<li><strong>General:</strong>
|
||||
<ul>
|
||||
<li>Expanded modelist to include suggested modes above 1600x1200 upto 2048x1536 resolution: Done by Andrew Bachmann;
|
||||
<li>CRTC timing restriction checking updated: Modelists exported adhere to every cards max. CRTC capability now: the oldest cards support upto and including 1600x1200, while the newest cards support upto and including 2048x1536 resolution;
|
||||
<li>fixed G450/G550 CRTC1 DPMS fault introduced in V0.15 (which resulted in turned-off/black screen on boot)!
|
||||
<li>fixed G450/G550 CRTC1 DPMS fault introduced in V0.15 (which could result in turned-off/black screen on boot)!
|
||||
</ul>
|
||||
</ul>
|
||||
<p><h1>mga_driver 0.15 (Rudolf)</h1></p>
|
||||
|
Loading…
Reference in New Issue
Block a user