Friday, November 2, 2012

Please click a few ads!

Click a few ads to propagate my ability to perform projects! Thanks!!

Original BenQ S6 XP Drivers download

Here is the 4 RAR files consolidated into 1 RAR file. It contains all of the files that were originally published for the S6 from Benq XP version! I figured I would share on my speedy dropbox so everone can enjoy! Have fun and make sure to click a few of my ads so I can make some cash for future research and projects! thanks!!
Also an update .....This link Is a link from my dropbox generally works fine but I have had some say that it leads to nothing. It has worked fine for me and others. Sorry about your luck. You may want to see why your browser does not work with it. Please click a few ads for me! Thanks@lot

https://www.dropbox.com/s/0ya6azgwusj5e12/mid_s6_driver_app-20101228.rar

Thursday, November 1, 2012

Games that work on BenQS6 gma 500!!

- OpenTTD (Old Transport Tycoon Deluxe re-programed): Working but only in windowed mode (all resolutions).(Available for Ubuntu too) 
 
Sim City 3000: Working fullscreen, max resolution is 1024x768. 

 
WideLands  (OpenSource clone of The Settlers). Working in windowed mode and in fullscreen only at 640x480. (Available fo Ubuntu too)

 
Caesar III: Strategy/Building .Working at fullscreen, 1024x768.

 
Battle for Wesnoth (OpenSource, nice turn based strategy game, similar to warlords or HOMAM) working in fullscreen. dunno whats the resolution as it cannot be changed, I assume something like 1024*768.

 
- PokerStars - Multiplayer Online Poker

 
- Pharaoh

 
StrongholdRoller Coaster Tycoon 1 + 2

 
- Project64 1.6 ( Nintendo64 Emulator / all titles work, providing you find the .rom to download. ) (Some lag in fullscreen mode)
Peggle

 
Counter-Strike 1.6 WORKING VIA STEAM/SOFTWARE-MODE/640x480 ratio, 16-bit color fullscreen/othersize ratios work, 640x480 works the best.

 
Znes  - SUPER NINTENDO emulator. works! game files extentions are: " .smc " 

 
Quake I, 1280x800.

 
Red Alert 2

 
GTA 2 works perfectly in direct 3d mode, 1024*768, fullscreen

 
Unreal I - Works! good framerate.

 
tomb raider 3 playable

 
half life playable in software mode.

 
Age of Empires II: Working

 
Starcraft - Fullscren mode, using "chaoslauncher"

 
Diablo II LOD - Works windowed, direct draw mode.

 
Warcraft 3 & Frozen Throne 640 x 480 16bpp scaled Run good. 

 
Quake III Arena - Runs well with 1007 drivers.
I garabber this list from another forum! thanks alot!

benqs6 SESSION3_INITIALIZATION_FAILED fix....kinda

I got the  SESSION3_INITIALIZATION_FAILED bsod whenever I tried to install any of the stripped down versions of XP.. The work around I used was first booting from a full xp install the pulling out the thumbdrive after I formatted the drive and replaced it with a mini XP disk. So far it seems to work but I have had to skip a billion files by pressing esc. this method does not work you will need to grab a copy of nlite and make your own stripped down XP!!

Please click some ads on my blog to support me in further testing and work arounds!

Thursday, October 25, 2012

Benq S6 usb highjack!

Plan is.....Im going to get a micro usb hub and plug in a wireless and bluetooth dongle and a 64 gig usb drive into it. Then highjack the only usb port. then i will place another port on the device from the usb hub. That way I get storage and some useability kinda........looks like it will work in theory....... Pics as soon as it doesn't work....

Sunday, October 14, 2012

Help out in the forum!!

add content howto's and just plain attack the BenQS6 Lets get a archive going on this dinosaur!

 benqs6.freeforums.org/


Benq S6 ACPI EC (Embedded Controller)


The Benq S6 MID uses an ACPI compliant Embedded Controller to control several functions of its hardware:
  • Enable/disable wireless lan, bluetooth and hsdpa modem (also gps, but at least on my model is not present)
  • Control leds
  • Control brightness
  • Keylock

EC protocol

The EC allows to write/read 8 bit data in 256 registers.
The Benq S6 MID use a protocol with only two registers for all the functions.
The protocol to read the hardware status is:
  • Read the register 0x60, must read 0x0
  • Write in the register 0x60 the opcode for the hardware to query
  • Read the register 0x60, must read 0x0
  • Read the register 0x61, the value in this register is the result of the query
The protocol to change the hardware status is:
  • Read the register 0x60, must read 0x0
  • Write in the register 0x61 the data to change the hardware status
  • Write in the register 0x60 the opcode for the hardware to change
  • Read the register 0x60, must read 0x0
There are two special registers for the status of the power button: 0x46 and 0x47.

opcodes

Query opcodes:
  • 0x15 : get_brightness
  • 0x17 : get_keylock
  • 0x19 : get_sd_cd
  • 0x28 : get_hsdpa
  • 0x2a : get_wireless
  • 0x2c : get_gps
Write opcodes (for most of them 0 is off, 1 is on):
  • 0x16 : set_keylock
  • 0x18 : set_sd_cd (the meaning of this opcode is not yet fully understood)
  • 0x22 : set_brightness (accepts data from 0 to 7)
  • 0x27 : set_hsdpa
  • 0x29 : set_wireless (enable both wlan and bluetooth)
  • 0x2b : set_gps
  • 0x40 : set_wirelesslanled
  • 0x41 : set_wwanled
  • 0x42 : set_sysled (0 off, 1 on still, 2 on flashing)
  • 0x43 : set_chargingled