Author |
Message |
Andrew Vlasov
Rating: N/A Votes: 0 (Vote!) | Posted on Wednesday, December 06, 2000 - 7:37 am: | |
How to manager ASUS VR-100 at hardware level? Suppose, I draw interleaved image from (by OpenGL for example) program, but how to switch on the VR-100 at interleaved mode? Please, help |
Christoph Bungert (Admin)
Rating: N/A Votes: 0 (Vote!) | Posted on Wednesday, December 06, 2000 - 12:03 pm: | |
ASUS offers a VR-developer kit at their various FTP servers which explains how to put the ASUS boards into interlaced mode and contains some source code. Christoph |
Anonymous
Rating: N/A Votes: 0 (Vote!) | Posted on Thursday, December 07, 2000 - 9:22 am: | |
Links: At least one should work... ftp.eni.co.jp/.4/ftp.asus.com.tw/beta/vga/vrsdk.zip ftp.wnt.uni-duesseldorf.de/Mirror/ftp.asus.com/pub/ASUS/beta/vga/vrsdk.zip ftp.asuscom.de/pub/ASUS/beta/vga/vrsdk.zip ftp.tch.waw.pl/pub/Mirror/ASUS/beta/vga/vrsdk.zip |
Andrew Vlasov
Rating: N/A Votes: 0 (Vote!) | Posted on Saturday, December 09, 2000 - 2:18 pm: | |
Thank, i try it, but "vrsdk" not work with my AGP-V7700 1. ASUSVR.DLL from vrsdk not work (LoadLibrary fail) 2. my current ASUSVR.DLL have fully different API functions !!! ASUSVR.DLL from vrsdk: VRBitBlt VRBitBlt2 VRClear VRDisable VREnable VRGetInfo VRReverse VRValidMode ASUSVR.DLL from V7700: GetModeInfo MergeBmps MergeDCs ReverseBmp ReverseDC SetModeInfo ValidMode |
Anonymous
Rating: N/A Votes: 0 (Vote!) | Posted on Saturday, December 09, 2000 - 5:13 pm: | |
The SDK is for an older version of the driver, get an older driver that may work with your board... |
Anonymous
Rating: N/A Votes: 0 (Vote!) | Posted on Saturday, December 09, 2000 - 5:17 pm: | |
You can also swap the new dll for the older one... That's how you can make sure your software will work on other Asus glasses and boards with all kinds of driver versions, stick to one version! |