PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan > Titan Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 08-12-2008, 10:33 AM
rhannahs19's Avatar
Regular 'Geeker
Offline
Pocket PC: LG Touch
Carrier: Verizon Wireless
 
Join Date: Jan 2008
Posts: 402
Reputation: 210
rhannahs19 is keeping up the good workrhannahs19 is keeping up the good workrhannahs19 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to rhannahs19
Re: Samsung Omnia 3D Drivers

will the driver survive a hard reset/rom flash? thx
Reply With Quote
  #12 (permalink)  
Old 08-12-2008, 10:35 AM
92GTA's Avatar
Regular 'Geeker
Offline
Pocket PC: MS 950XL
Carrier: AT&T & Digicel
Location: Bakersfield, CA
 
Join Date: Jul 2007
Posts: 387
Reputation: 336
92GTA is becoming a PPCGeeks regular92GTA is becoming a PPCGeeks regular92GTA is becoming a PPCGeeks regular92GTA is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Samsung Omnia 3D Drivers

Quote:
Originally Posted by rhannahs19 View Post
will the driver survive a hard reset/rom flash? thx
Why would it? Of course not. Think of a hardreset like a clean install of Windows, you still need to install the drivers after unless they are included.
Reply With Quote
This post has been thanked 1 times.
  #13 (permalink)  
Old 08-12-2008, 10:49 AM
Jeep14's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon XV6800
Carrier: Verizon
Location: Chicago
 
Join Date: Sep 2007
Posts: 115
Reputation: 13
Jeep14 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Samsung Omnia 3D Drivers

It does work well.
Reply With Quote
  #14 (permalink)  
Old 08-12-2008, 11:21 AM
mikee4fun's Avatar
VIP Member
Offline
Pocket PC: Touch Pro 2/8525 Unlocked Hermes
Carrier: Sprint/T-Mobile
Location: SF Bay Area, California
 
Join Date: Dec 2006
Posts: 1,445
Reputation: 3384
mikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to mikee4fun Send a message via AIM to mikee4fun Send a message via MSN to mikee4fun Send a message via Yahoo to mikee4fun Send a message via Skype™ to mikee4fun
Re: Samsung Omnia 3D Drivers

Quote:
Originally Posted by 92GTA View Post
Why would it? Of course not. Think of a hardreset like a clean install of Windows, you still need to install the drivers after unless they are included.
Actually it will if you cook it into a rom image with the oem I made and posted. For the cab yeah it won't stick.
__________________
Two Evo's 3D's Running CleanROM 1.2 -8/12/11
BaseBand 0.97.10.0530 | PRI 1.16_003 | PRL 21080 |HWv002
Kernel 2.6.35.10-ck-gd351510dirtyziggy417@infectedrom
If I helped you, please hit the button.
Reply With Quote
This post has been thanked 1 times.
  #15 (permalink)  
Old 08-12-2008, 11:40 AM
bedoig's Avatar
VIP Member
Offline
Pocket PC: HTC Evo
Carrier: Sprint
Location: Houston, TX
 
Join Date: Aug 2007
Posts: 1,106
Reputation: 1096
bedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Samsung Omnia 3D Drivers

Some very interesting comments from NuShrike and sakajati in the XDA thread. Well worth reading, but quoted here:

Quote:
Originally Posted by NuShrike View Post
Nice find!
  • Most non-HTC implementations do do text right. There's something wrong with the Diamond drivers that crap out the text.
  • It is XSCALE optimized-software D3D (not hardware ATI), so at least better than the reference D3D HTC used to ship. I think ARMv6, which is the Kaiser, does support many of the XSCALE optimizations although not the specific WMMX ones.
  • GLBenchmark uses OpenGL, not D3D so you won't see a difference
  • These "drivers" are beta 1 built in 2003. Grain of salt action.
  • May be better than thin wrapper around OpenGL like the real drivers are, but you may lose GPU coprocessing meaning less CPU headroom for stuff like game AI, physics math, etc.
  • It does rely on DirectDraw so we may gain ATI hardware surface speedup from that since HTC did implement some ATI hardware support in the 3.28, and post, DDI.dlls.
  • D3Ddemo is running ~80-90 fps although the refresh on lights.exe seems more noticeable. Seems much better than KaiserGL drivers.
  • Are the transitions between colors rougher in this driver like it's not doing any bilinear filtering/anti-aliasing?
  • I don't see how it can be reliant on the KaiserGL drivers since it neither imports nor LoadLibrary() on anything external.
  • Does not require HTC-CA drivers to be installed, but may require HTC WM6.1 official (3.28 and after). I recommend these drivers over d3d_ati.dll unless these happen to use more CPU
Isn't this ing how much faster properly optimized drivers of any sort can be? HTC/Qualcomm just cannot code/implement. Now if more driver files from either Toshiba G810, or the Omnia show up, yay!

felix: I don't know of any D3D apps besides the samples that come from HTC-CA. I think most developers avoid D3D because it's broken on most devices.

Quote:
Originally Posted by NuShrike View Post
I did some Googling and there's 3 types of drivers used in Windows Mobile:
  1. reference: for CETK golden image testing
  2. software: written by MS, okay for production release/use
  3. optimized: written by OEM to support hardware acceleration
Somehow, HTC is getting away with shipping the reference driver which MS supposedly has forbidden for release/redistribution (according to a Don Couch). This reference driver does a bunch of quality checking and comparisons internally that is never used in a production release. Think of it as you're driving your car and checking the fluid levels, tire pressure, tread level, aerodynamics, etc every second.


So, this Samsung XSCALE is the driver HTC is supposed to have released if they couldn't have a Qualcomm optimized version because it at least uses the HWA that the ARMv5 XSCALE supports and standardized in our ARMv6.
Quote:
Originally Posted by sakajati View Post
Thanks for your comments and analysis.

I did some googling too and found out actually this driver had been discussed/mentioned on many sites including MSDN since a few years a go
If we could get some improved 2d software drivers we'd really be flying. Here's hoping!
Reply With Quote
  #16 (permalink)  
Old 08-12-2008, 11:47 AM
92GTA's Avatar
Regular 'Geeker
Offline
Pocket PC: MS 950XL
Carrier: AT&T & Digicel
Location: Bakersfield, CA
 
Join Date: Jul 2007
Posts: 387
Reputation: 336
92GTA is becoming a PPCGeeks regular92GTA is becoming a PPCGeeks regular92GTA is becoming a PPCGeeks regular92GTA is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Samsung Omnia 3D Drivers

Quote:
Originally Posted by mikee4fun View Post
Actually it will if you cook it into a rom image with the oem I made and posted. For the cab yeah it won't stick.
That's why I threw in there "unless they are included"
Reply With Quote
  #17 (permalink)  
Old 08-12-2008, 11:56 AM
caleb02's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTV EVO
Carrier: VZW
Location: Indianapolis
 
Join Date: Aug 2008
Posts: 591
Reputation: 260
caleb02 is becoming a PPCGeeks regularcaleb02 is becoming a PPCGeeks regularcaleb02 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to caleb02 Send a message via MSN to caleb02 Send a message via Yahoo to caleb02
Re: Samsung Omnia 3D Drivers

this seems to work on the touch as well
Reply With Quote
  #18 (permalink)  
Old 08-12-2008, 12:03 PM
TurboFool's Avatar
Timeless
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Santa Clarita, CA
 
Join Date: Jun 2007
Posts: 1,642
Reputation: 1112
TurboFool is halfway to VIP status based on repTurboFool is halfway to VIP status based on repTurboFool is halfway to VIP status based on repTurboFool is halfway to VIP status based on repTurboFool is halfway to VIP status based on repTurboFool is halfway to VIP status based on repTurboFool is halfway to VIP status based on repTurboFool is halfway to VIP status based on repTurboFool is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to TurboFool Send a message via MSN to TurboFool Send a message via Yahoo to TurboFool
Re: Samsung Omnia 3D Drivers

Quote:
Originally Posted by 92GTA View Post
Working great on the latest stock SPCS rom here!

SWEET! Between No2Chem getting DD working, this, and hopefully REAL GPU drivers getting ported the Mogul will friggin ROCK! Forget the tiny little Raphael, lol.
lol, let's not go that far. Until someone releases a hack that quadruples our RAM and doubles our screen resolution, I'm still looking forward to the Touch Pro. 3D acceleration was not by any means the only thing missing from the Mogul. Personally, I never have time to play 3D games on this thing, so while this is very cool, it also provides me no personal benefit (although I can see why it's especially exciting for some). The faster processor and drastic increase in RAM on the Touch Pro are the only things that can solve the problems that haven't been solved by people like no2chem.
Reply With Quote
  #19 (permalink)  
Old 08-12-2008, 12:14 PM
bedoig's Avatar
VIP Member
Offline
Pocket PC: HTC Evo
Carrier: Sprint
Location: Houston, TX
 
Join Date: Aug 2007
Posts: 1,106
Reputation: 1096
bedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on repbedoig is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Samsung Omnia 3D Drivers

More RAM would definetly be nice, but it's almost sickening to see the difference brought about merely by software driver optimizations that HTC should have been including. I've never been one of the ones yelling about drivers (or the lack thereof), but this might make me change that stance. Going from 3fps on the 800w's D3DDemo, to 90+fps with the Omnia driver is appalling. Imagine the real world performance gain we'd see if we can get updated 2d software drivers. I honestly don't even care about hardware acceleration now. I just want the thing to work like it's supposed to. Like every Samsung, Treo, etc. does thanks to properly functioning drivers. The Titan's RAM really is killing me, but I could probably hold out a little longer if some 2d drivers pop up.
Reply With Quote
  #20 (permalink)  
Old 08-12-2008, 12:41 PM
savior02's Avatar
VIP Member
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
Location: Miami Dade County '305'
 
Join Date: Dec 2007
Posts: 664
Reputation: 2698
savior02 is a VIPsavior02 is a VIPsavior02 is a VIPsavior02 is a VIPsavior02 is a VIPsavior02 is a VIPsavior02 is a VIPsavior02 is a VIPsavior02 is a VIPsavior02 is a VIPsavior02 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to savior02
Re: Samsung Omnia 3D Drivers

will this work on a sprint touch? anyone tried it?
__________________
Obama Claims
He's Visited
57 States: http://www.youtube.com/watch?v=EpGH02DtIws


Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan > Titan Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 06:01 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com