A Question about Driver Version #

I am confused, as usual, but this time about which Driver Version one has on one's PC. I am NOT sure, but I think that the Driver Version # given on the Creative SB A. 2 Z, which is now 02.08.0004 is NOT called that same Version # when ON your PC. IF so - isn't this ODD?
I ask this because I believe that I have already installed the above named Drivers - BUT - when I check my System Devices; Audgy 2 ZS; it shows the Driver Version as: 5.2.8.64.
Can someone PLEASE tell me IF these two are really "ONE and the SAME" or not?
Thank YOU! Michael

What Satellite model dou you have?
As Akuma said, you can try modified drivers or drivers that are not from Toshiba. But with these drivers you could get more problems as now.
As far as I know the games need a lot of power and a Satellite notebook was not made for computer games. The Qosimo series is ideal for playing games.
If you want to play games on a Satellite notebook, you should not set high quality settings in game. It runs better when you play with lower settings.

Similar Messages

  • Question about Student version and CS6

    Not sure if this is the right place to post this question...
    So I have a question about Student&Teacher versions in CS6 - Will there be Student & Teacher version for CS6 too?
    P.S Sorry if there are some grammar mistakes.
    Hope You understand!
    Thanks!

    Thanks for the reply Bob,
    I was actually referring to this exact page ( CS5.5 Production Premium, Student) http://adobe.ly/H6so7G (non-flash version because links were redirecting) where it doesnt list the offer on the left.
    However, after reading this http://store.adobe.com/store/en_us/popup/offer/cs55_cs6_faq.html and this http://store.adobe.com/store/en_us/popup/offer/cs55_cs6_faqchannel.html I'm assuming it must just be an error.
    It doesnt mention anything about not including student editions and all offer pages I've seen have a link to the education store.

  • This is a question about iTunes version 10.5

    Hello,
    I am running iTunes on several Mac computers (ppc and intel) with version 10.4, as well as my iPhone/iPad.  I am being frequently prompted on the computers to upgrade from version 10.4 to 10.5.
    However, I do NOT want to use iCloud to store or sync any music.  Each of my machines has their own iTunes library, and I am not interested in sharing.  So, my question is:  If I upgrade from 10.4 to 10.5, will I be required to use iCloud?  Is there a way that I can run 10.5 but NOT perform any music sharing with my other computers, iPhone or iPad?
    I use Mobile Me frequently.  I have not upgraded to iCloud for any other sharing functions.
    I realize that once I upgrade iTunes to 10.5 - I probably cannot go back to 10.4.  So, I need a clear answer about the above concern before I attempt any upgrade.
    Thank you,
    Dale

    iCloud signup and use is completely optional. You don't even need to open an iCloud account to run iTunes 10.5 or any of your devices, nor use iCloud if you have an account. I have iTunes 10.5 and do have an iCloud account, but I don't use it for anything other than the Find My iPad service.
    Regards.

  • A question about student version upgrade

    Hi everyone,
    I do know, that student version is only for noncommercial work, and while i'm just a student, i don't wanna take that risk that I might get commercial work to do, and I would't be allowed to do it.
    Now what I've got in my mind, is that i would first buy cs4 design premium - student version. Then I would update it to the commercial version (CS4).
    The question is, can I update CS4 student to CS4 commercial, or do I have to wait until CS5 is to be released.
    And IF I can upgrade from CS4 student to CS4 commercial, does it cost the regural upgrade price? ( ~790€ ).
    I know that student version has full upgrade rights, but on the "whats egible for upgrade" it doesn't mention CS4 (for obvious reasons, usually people don't want to pay to upgrade to same program they have), but somehwhere in the european FAQ (here http://www.adobe.com/uk/education/students/studentedition/faq.html ) there was mentioned this
    Can I upgrade from a Student Edition?
    Yes, a Student Edition can be upgraded to a commercial version.
    Now it is not clearly stated, that can we upgrade from later version to more recent one, or can we upgrade recent student ver to recent commercial ver
    Location: Europe, Finland, so before you north americans tell me that I can use student version for commercial work, i'd like to say that It doesn't work that way in Europe.
    Thank you for your time, I hope someone has a clear ansrew to me.

    This is a question for customer support. We are fellow users.

  • General Question about JRE - Versions and backward compatibility etc

    Could someone maybe help me with this query?
    I've got a group of network users who use a total of four java applications which I am told require different versions of the Java Runtime Environment to run.
    Is it therefore possible to have muliple versions of the RTE installed on one user machine to make all applications work at once or is it simply a case of having to have only one version of the JRE.
    I'm talking mainly about in house applications so I guess if some of them are incompatible with the latest JRE then the answer might be to find out what the problem is and fix the application so it works in the lates jre - or am I missing something?

    Hello,
    First of all, it is possible to keep several JRE installed in Windows. For example, my PC has JRE 1.3.1.8, 1.4.0.1, 1.4.2.6.
    Second. A tecnology exists to cause a Windowst to run a specific JRE for a specific Java applet. Please see the text below.
    HTML Applet Configuration
    � The standard (Internet) method of calling Java Runtime when using a Java Applet is to use an Applet tag within the HTML file itself specifying the applet details (example below). This tries to attach itself to Microsoft Java Runtime registry CLSID as detailed above.
    <applet code=Applet1.class width="200" height="200">
    Your browser does not support the <code>applet</code> tag.
    </applet>
    � When the above call is made either, a) the applet will load in the Microsoft Java Runtime, b) the applet will load in a particular Sun Java Runtime as it�s being redirected or c) the applet won�t load at all as Microsoft Java Runtime isn�t installed and Sun Java isn�t set as default.
    � The above can be uncontrolled as to what version of Java (if any) is actually used to launch an applet so have an alternative solution is to us the Object tag in place of the Applet tag. It�s only suitable for Internet Explorer in an internal, Intranet environment but should be ideal for us.
    � By replacing the Applet HTML tag with the Object tag when loading an applet you can specify in the tag either to use the latest installed version of Sun Java or a specific version by putting it�s CLSID in the list. (example below.)
    <OBJECT
    classid="clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBB"
    width="200" height="200">
    <PARAM name="code" value="Applet1.class">
    </OBJECT>
    � The advantage in the above approach is we can install a specific version of Java, i.e. 1.4.2.06 that doesn�t redirect the Microsoft Java Runtime so won�t effect other applications, and we can be safe in the knowledge that even if we install a newer version of Java on a machine that has 1.4.2.06 we won�t have any backwards compatibility problems.
    � The Object tag is an Internet Explorer only solution, but could be scaled, as to load a different version of Java you specify a different CLSID, whether that�s one of the versions of Sun Java or Microsoft Java or you can specify a CLSID that covers the latest installed version of Sun Java if you don�t want to tie the application to a specific version.
    Further details on the use of the Applet and Object tags can be found on the Sun website below so they may be of use if the HTML code that calls the Java applet can be easily changed to support our requirements.
    http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html
    http://java.sun.com/products/plugin/versions.html

  • Question about education version of cs6: once per year restriction and cross platform

    I am an education use of cs6, which I currently use on my mac.  I now have a windows pc, which I would also like to use cs6 on concurrently.  My understanding is my existing license doesn't cover cross-platform use, so I would have to buy a new license.  However, education licenses also have a once per year restriction (ie. you can only buy 1 license per title per year).  So my question is, for the purpose of the once per year restriction, does the windows version count as a different title from the mac version (ie, is it once per year per title per platform)?

    http://www.adobe.com/uk/special/education/students/studentteacheredition/order_fulfillment .html
    RESTRICTIONS ON USE
    You may purchase only one license per platform of any Adobe Student and Teacher Edition product per year. Purchases of suite editions (such as Design Premium or Master Collection) are limited to one title per platform per year. Adobe Student and Teacher Edition products may be used only on your privately owned computer and may not be resold.
    Even though that's a UK link, I cannot find any other info on Adobe's website which is similar in content so I assume those rules are global.

  • Question about GRT54GS Versions.

    I'm wondering whats the difference between "GRT54GS v5" and "GRT54GS v6"?  Is there a site anyone knows which tells what was added to the new versions?
    I'm just a little curious because I just bought a new one and it was v5; was there something wrong in v5 that they fixed in v6 (should I try taking it back and buying it from the d-link webpage or such for the newest version)?  Or just the softwear is different (like the quick install guide that it comes with), so don't bother?
      Thanks
    NB

    This feature has been restored in 9.0.2.6.
    Regards,
    Jerry
    PortalPM

  • Question about different versions

    I was just trying to clean up my computer a bit and saw that I have versions 1.4.2_04, _05 and _06. They are 107MB, 108MB and 108MB, respectively. Do I need all three of those or can I delete 4 and 5?
    Michele

    Each version is independent and does not interact with other versions.
    If you don't want or use a version it can be deleted.

  • Question about item versions

    In V1 version of the portal, an end user (with view access) could look at older versions of a file type item by clicking the glasses icon. The glasses icon appeared as a result of displaying the attribute "versions" for a region. The end user could not only see the available versions list, but could also click on each of the older versions and open the older versions of the document.
    In version 9.0.2.2.14A when a end user (with view access) clicks on the glasses (versions) icon
    it just shows a list of Available versions. But no hyperlinks to access each one of these older documents.
    What is the use of displaying Available versions when an end user cannot access the earlier versions of the documents.
    (however I know that a user with edit access to the item, can see the earlier versions and edit them
    or set them as latest version)
    Is this behavior same in 9.0.2.6?
    We heavily depend on this feature. I don't how to work around this.
    Any ideas?
    Thanks in advance.

    This feature has been restored in 9.0.2.6.
    Regards,
    Jerry
    PortalPM

  • Question about driver installation

    This is my first build and I thought everything went well.  About every 5 of 6 time I shutdown or restart the pc it posts then when I would get the Windows loading screen I get nothing, blank black screen.  Its random so I am not sure if it is windows or a component.  Any adivise would  be a great help.  The only this that worries me is I think I loaded my video drivers before the Mobo drivers.  By the way I do have a lot of problems playing games, alot of screen freezing.  If it is the drivers, how do I fix this?  Also could it be the power supply?
    My system
    AMD 3800+ cpu
    Msi Neo 2 Platinum mobo
    Corsair xms xl 2x512 inserted into slot 1 and 2
    EVGA gforce 6800 ultra video card
    Plextor Sata DVD rom
    Maxtor 160GB Sata HD
    Sound blaster Audigy 2 gamer
    Case is Aspire X-Superalien
    Power supply is the one in the case
    +3.3v - 28A  +5v - 30A  +12v - 34A  -5V - 0.3A

    When you have screen freezing symptoms many times it is memory related. I realize you set the timings to the manufacturers spec, but you may want to try setting all to auto and then see if it is the same. The timings programmed into the memory should work fine at stock speed. You might want to check the vdimm setting and see if that is to the manufacturers spec. Some ram requires more than the default 2.5v going up to 2.7v is very safe anyway. Since you are not overclocking and you have top quality components you really should not be having any "freeze" problems. You might also want to resort to the drivers that came on the install disks and worry about upgrades when things are stable. You can easily uninstall drivers through add/remove software in the control panel or through system/hardware in the control panel. You might also want to check that you have your AGP setting in bios at 67 to lock the PCI bus.
    Last thought, you made no mention of your cpu temps? What are you seeing there when the cpu is under load? I had a problem like this on a build once and found the HSF was not seated properly even though it looked fine. If your cpu temperature is high it could cause these problems.

  • Question about Distiller version 8 standard

    Hi there, 
                       I really hope someone here can help me out here. I have a user on the network trying to convert MS Project 2003 file to PDF. If he prints to adobe printer half way down the page the text disappears. He can convert to PDF using a free product and looks perfect. He is running Adobe Distiller version 8.
    I have searched but have not been able to find anything useful so hoped that someone here would have an answer or any suggestions
    Thanks
    Frank

    Thanks for reply, i am not sure that
    it is an MS Project issue but am ready to be proved wrong.
    If i copy and past the half of the project plan that is not printed and print to adobe printer it will be converted properly so it does not appear to be a font issue. Also happens on all other computers that are configured identically.
    Frank

  • Question about drives

    hello again
    I started editing some concert video today - lot's of motion and lighting changes. the clips are AVCHD, which as you know gets more and more difficult to decode as motion increases (or so I was told).
    I'm using a G-raid drive. the picture is stuttering - unacceptably so. just on a hunch I copied the clips over to my system drive - presto, no stuttering.
    I ran xbench on both drives - it says that the raid is faster on all counts (see results below).
    I backed up all the data on the raid, reformatted it using mac drivers, and copied just a few clips back over to it - same exact performance.
    I'm working on a macbook pro 2.4 ghz intel core duo, yeah yeah, I know it's underpowered, but it works fine for 90% of what I do.
    Just wondering if someone can tell me why the supposedly faster raid is choking....
    thanks
    mac system drive test Results 120.18
    Disk Test 38.96
    Sequential 72.34
    Uncached Write 95.57 58.68 MB/sec [4K blocks]
    Uncached Write 95.78 54.19 MB/sec [256K blocks]
    Uncached Read 39.37 11.52 MB/sec [4K blocks]
    Uncached Read 111.29 55.93 MB/sec [256K blocks]
    Random 26.66
    Uncached Write 8.94 0.95 MB/sec [4K blocks]
    Uncached Write 73.45 23.51 MB/sec [256K blocks]
    Uncached Read 65.15 0.46 MB/sec [4K blocks]
    Uncached Read 108.62 20.16 MB/sec [256K blocks]
    G-raid drive test:
    Drive Type Hitachi HDP725050GLA360
    Disk Test 87.27
    Sequential 90.29
    Uncached Write 103.62 63.62 MB/sec [4K blocks]
    Uncached Write 99.73 56.43 MB/sec [256K blocks]
    Uncached Read 56.59 16.56 MB/sec [4K blocks]
    Uncached Read 143.90 72.32 MB/sec [256K blocks]
    Random 84.45
    Uncached Write 40.20 4.26 MB/sec [4K blocks]
    Uncached Write 183.00 58.59 MB/sec [256K blocks]
    Uncached Read 109.39 0.78 MB/sec [4K blocks]
    Uncached Read 126.85 23.54 MB/sec [256K blocks]

    Disk drives and the relevant architecture that gets the data to the processing "guts" of a computer doesn't mean much of anything in relation to the decompression and playback of a video stream. The disks and I/O simply feed the data to the processor, etc., and then those components do the heavy lifting. AVCHD tops out at a datarate of 24Mbps, which is less than DV's 25Mbps, and those are both well within the capability of any modern hard drive to spool out. But since AVCHD is so much more compressed (meaning, it has to be "blown up" in order to be played back), it needs significantly more horsepower to playback and edit than DV, or even DVCPROHD at 4 times the datarate.
    It's a reciprocal relationship: the more compressed the video, the less data transfer rate is needed, but the more processing power is required. The less compressed the video, the more data transfer rate is required, but processing requirements go down. For example, uncompressed video (SD or HD) requires massive data throughput, but is actually very easy for a computer to playback, as there is no decompression going on. The opposite is true for AVCHD and the like.

  • Question about driver download for A10 SP100

    I need drivers to A10 SP100 laptop because my media are wrong.
    Please can somebody help me?

    Hello majuva
    You use some strange notebook model description. As I can see you need drivers for two different notebook models. It must be Satellite Pro A10 and Satellite Pro P100. Am I right about that?
    Anyway, drivers you can find on Toshiba support page under http://eu.computers.toshiba-europe.com > Support & Downloads. Drivers for older notebooks models you can find under ARCHIVE.
    If you still need help please post again.

  • I have some questions about student versions of software.

    I am creating a website for my business, and I need Photoshop CS2 and Dreamweaver 8 right now. But I know that CS3 should be out soon, and it will be Universal. If I get the student versions now, can I upgrade them or will I be forced to buy the versions again? What is my best option? Thanks.

    For that you would need to ask the vendors.

  • Question about router versions

    I am getting the family a new Imac for christmas. I currently have a 802.11b linksys router and DSL.
    Is there any reason to "upgrade" the router to G, N ?

    The maximum data rate for 802.11b is 11 MBPS, 802.11g is 54 MBPS and 802.11n is 100 MBPS. If you're going to be sharing files with other computers on your LAN or streaming multimedia files, then the faster the better. Otherwise, if you're not doing file sharing or streaming and your Internet line is below 11 MBPS, you probably won't need the extra speed.

Maybe you are looking for