added recognition for the first two GeForce 7800 cards. Updated docs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
63c982f412
commit
afee6bde9b
@ -9,7 +9,8 @@
|
||||
<li>Added capability to driver to run without an INT assigned. Driver will now automatically disable the 'Sync_to_Retrace' function if no INT was assigned instead of not loading/running at all;
|
||||
<li>Fixed PLL reference recognition (used for refreshrate calculations) and dualhead detection for a number of 'newer' cards: most notably for a lot of GeForce 6200 types! Code is rewritten so it's much less breakable when new cards are added to the supported list in the future;
|
||||
<li>Added TVout support for Brooktree BT868/BT869 and Conexant CX25870/CX25871 TV encoders: NTSC and PAL 640x480 and 800x600 Desktop modes are supported, NTSC VCD 640x480 and DVD 720x480 Video modes are supported, PAL VCD 768x576 and DVD 720x576 Video modes are supported. Singlehead cards should work perfectly while dualhead cards only display a testimage on TV in all modes for now. Still in progress...
|
||||
<li>Added 'force TV output signal type' (called tv_output) to nv.settings: Now you can select Y/C or CVBS output manually in case autodetection fails for your TVset. That might happen in case the TV manufacturor didn't adhere to the impedance specs that exist for these signals.
|
||||
<li>Added 'force TV output signal type' (called tv_output) to nv.settings: Now you can select Y/C or CVBS output manually in case autodetection fails for your TVset. That might happen in case the TV manufacturor didn't adhere to the impedance specs that exist for these signals;
|
||||
<li>Added detection for two new cards: Geforce 7800 GT PCIe (ID 0x0092) and Geforce 7800 GTX Go PCIe (ID 0x0099). Note please that these cards have not been tested yet, and acceleration for these cards is currently disabled.
|
||||
</ul>
|
||||
<p><h1>nv_driver 0.53 (Rudolf)</h1></p>
|
||||
<ul>
|
||||
|
@ -122,6 +122,8 @@ static uint16 nvidia_device_list[] = {
|
||||
0x0045, /* Nvidia GeForce FX 6800 GT */
|
||||
0x004d, /* Nvidia Quadro FX 4400 */
|
||||
0x004e, /* Nvidia Quadro FX 4000 */
|
||||
0x0092, /* Nvidia Geforce 7800 GT PCIe */
|
||||
0x0099, /* Nvidia Geforce 7800 GTX Go PCIe */
|
||||
0x00a0, /* Nvidia Aladdin TNT2 */
|
||||
0x00c0, /* Nvidia unknown FX */
|
||||
0x00c1, /* Nvidia GeForce FX 6800 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user