Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 64.175.108.32: http://freevo.sourceforge.net/cgi-bin/moin.cgi/Voodoo3Page ------------------------------------------------------------------------------ @@ -71,3 +71,24 @@ === Kernel 2.6 === The bt869 chip driver has not been ported to the 2.6 kernel yet. I2c and lm_sensors have however been fully built in barr this and some other external drivers. + +Quick 2.6 hack: +make sure i2c_voodoo3 and i2c_dev are built and loaded. + +i2cset 1 0x44 0xC6 0x001 & +i2cset 1 0x44 0x0ba 0x80 & +i2cset 1 0x44 0xa0 0x80 & +i2cset 1 0x44 0xba 0x20 & +i2cset 1 0x44 0x0C6 0x001 & +i2cset 1 0x44 0xC4 0x1 & +i2cset 1 0x44 0xC8 0x0 & +i2cset 1 0x44 0xa0 0x91 & +i2cset 1 0x44 0xC4 1 & +i2cset 1 0x44 0x6c 0x80 & +i2cset 1 0x44 0xba 0x80 & +i2cset 1 0x44 0xB8 2 & +i2cset 1 0x44 0xa0 0x91 & +i2cset 1 0x44 0xba 0x20 & +Changes Depth to 16Bpp and res to 800 x 600 NTSC +The &'s are required becuase of a 5 second delay built into i2cset. (All of the must be completed withen seconds of each other.) + ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
