A few questions of implementation of XMP SDK.

Hello

I have some questions about the XMP SDK would summarize all in a discussion. Here is the file I'm working with: http://www.exiv2.org/include/img_1771.jpg

  1. .Arw file format is not supported by XMP? What are the other file formats that are not supported?
  2. I have trouble getting some tags. I would like to know if there is a special technique for these:
    1. Compression - the value must be of 6 (not present) or in the areas of EXIF or TIFF for integer values
    2. GainControl - same issue as is the case with Compression.
    3. Flash - value must be 24. The value stored in the HEXAGON, how can I get it?
    4. InteroperabilityIndex / interoperability IFD - the value should be 1416. The InteroperabilityIndex returns an empty string. How can I get?
    5. JPEGInterchangeFormat, JPEGInterchangeFormatLength - are these two tags supported in XMP SDK?
    6. MakerNote - I know that MakerNote is not supported by XMP, but I even if I could get it not as a text, but as an array of bytes for example. What is the way to do it?
    7. What is the right way to get XMP tags, that contains the table to other areas? for example, xmp:BJ:JobRef.

Thank you!

Mikayel

Hi Mikayel,

1. I will let you know the document list of supported file format. For now take a look at file"xmp\toolkit\XMPFiles\source\XMPFiles_Impl.cpp' have the list of files not taken in charge and support.

2 compression is not reconciled with XMP, to see all values that are not reconciled, you must have look in xmp\toolkit\XMPFiles\source\FormatSupport\ReconcileTIFF.cpp table sExifIFDMappings and 4th column of the file as kExportNever. I'll check and will let you know why they are not exported.

3 GainControl: You can get/set this and aren't the case you mentioned in point 2. To get/set, you can use the following code. But this property is InjectOnly, that means, if this is not present, you can set but once resolved you cann't change/remove it.

meta. SetProperty_Int (kXMP_NS_EXIF, "GainControl", 1, 0);

String gaincontrol_string;

meta. GetProperty (kXMP_NS_EXIF, "GainControl", & gaincontrol_string, 0);

4 flash: XMP it is stored in the struct. If you go through the details of this EXIF property, you will find it is SHORT (size 8-bit). Bit 0 is set to 0 or 1 showing where Flash was fired or not, 1st & 2nd bit are set to the return value, 3rd & 4th are defined for "FlashMode" if little bot is defined average Auto Flash Mode has been set. In your case, it's 24 average (0 x 00011000) so Flash Auto Mode has been set. There is a similar meaning for the other bits. For exif flash property and it's a little peek on (TIFF Exif Tag Flash, code 37385 (0 x 9209)). XMP reads the same and interpret it as tire/ReturnMode/Mode/function/RedEyeMode.

5. don't know, will check.

6. already discuss on How to get EXIF tags like MakerNote?

7 JobRef: Already answered (How to get JobRef? )

-Sunil

Tags: Adobe Developers

Similar Questions

  • A few questions about the smartband

    Hey,.

    consider buying the swr10 of smartband and I had a few questions.

    1. can I control the poweramp music player with it?

    2. how he wake up? by the bias of the smartband or phone vibrations and sounds?

    3. He will work with runtastic?

    4. What is the accuracy analysis and alarm of sleep mode?

    Those are my questions so far.

    Thank you!

    I saw in another thread that you have already purchased the SmartBand so I don't know if you need information but SmartBand works with other music players, but I have not tested poweramp. It sends a standard command for the music player, so it should work with any music player that supports that.

    The intelligent alarm vibrates the SmartBand.

    It does not with apps from third-party 3:rd for the moment. We plan to implement an API so that other developers can add support for it however.

    I don't know how accurate it is I'm afraid. From my experience, it works well.

  • EBS 12.1.3: a few questions about cloning

    Hello

    We have EBS 12.1.3 on AIX 7.1.

    A few questions about the cloning of level shared environment of application layer non-shared application environment. We followed 'Cloning Oracle Applications V12 with rapid Clone [ID 406982.1]'

    Environment (shared application layer) source:
    -Two nodes in the active application and LBS
    -A database of active and a passive database configuration with Oracle Data Guard.
    -Terminate SSL at the load balancer
    -Updated CFP implementation

    Environment target (level app not shared):
    -A single node of the application active
    -One data node active
    -Without SSL
    -No PCP

    After the cloning was completed, we noticed the following problems in the target system:

    (1) home page is not available because application $CONTEXT_FILE layer always contains the endpoint "https" and ssl settings.

    Workaround solution:

    Change (with text editor) layer Application $CONTEXT_FILE as follows.
    < webentryurlprotocol oa_var = "s_webentryurlprotocol" custom = "yes" > http < / webentryurlprotocol >
    < sslterminator oa_var = "s_enable_sslterminator" > # < / sslterminator >
    < login_page = "s_login_page" custom = 'yes' oa_var > http://myhost.mydomain.com:8000/OA_HTML/AppsLogin < / login_page >
    < externURL oa_var = "s_external_url" custom = "yes" > http://myhost.mydomain.com:8000 < / externURL >

    Run the automatic configuration service and application layer.

    Is there a better solution and supported for this?

    (2) simultaneous managers do not work properly, because they still have old names of node (used in the CFP in the source system). The solution is used:

    1. connect to the EBS GUI web and delete all nodes of all concurrent managers.
    2 shutdown application layer. Check that all concurrent managers have been extinguished. If not, kill the process manually
    3. as a user apps run cmclean.sql
    4 restart the application layer

    Is there a better solution for this?

    (3) database ARCHIVELOG mode nonarchivelog mode changes in the target system. Is anyway to prevent this?

    (4) in addition, we would like to make a full clone (app + db levels) of production without closing the application. Is this possible? What would be the best documents to describe it? In Production, we have Oracle Data Guard physical standby installation as per "Note technique Oracle: Business Continuity for Oracle E-Business release 12 Using Oracle 11g Physical Standby Database [1070033.1 ID]. This can be used when executing a clone of warm for the database, right? What application layer? The steps in 406982.1 include AutoConfig in what application level should be running down. Must the application be broken when running "to maintain the Snapshot information?"

    (5) one last question (not related to cloning). Oracle Enterprise Manager console webUI has recently stopped working in IE8. For example, https://myhost.mydomain.com:5501 / em gives "cannot display the Page. It was working properly last week. In Firefox, the same link works fine. Any ideas how to solve this problem?

    Thanks for your replies in advance.

    BR,
    TH

    (1) home page is not available because application $CONTEXT_FILE layer always contains the endpoint "https" and ssl settings.

    Workaround solution:

    Change (with text editor) layer Application $CONTEXT_FILE as follows.
    http
    #
    http://myhost.mydomain.com:8000/OA_HTML/AppsLogin
    http://myhost.mydomain.com:8000

    Run the automatic configuration service and application layer.

    Is there a better solution and supported for this?

    No, you must modify the context manually and run the automatic configuration.

    (2) simultaneous managers do not work properly, because they still have old names of node (used in the CFP in the source system). The solution is used:

    1. connect to the EBS GUI web and delete all nodes of all concurrent managers.
    2 shutdown application layer. Check that all concurrent managers have been extinguished. If not, kill the process manually
    3. as a user apps run cmclean.sql
    4 restart the application layer

    Is there a better solution for this?

    You follow the best approach. You could update the details of the server node if you wish.

    (3) database ARCHIVELOG mode nonarchivelog mode changes in the target system. Is anyway to prevent this?

    By default, the quick Clone will create the target in noarchivelog mode database.

    (4) in addition, we would like to make a full clone (app + db levels) of production without closing the application. Is this possible? What would be the best documents to describe it? In Production, we have Oracle Data Guard physical standby installation as per "Note technique Oracle: Business Continuity for Oracle E-Business release 12 Using Oracle 11g Physical Standby Database [1070033.1 ID]. This can be used when executing a clone of warm for the database, right?

    Fix.

    What application layer? The steps in 406982.1 include AutoConfig in what application level should be running down. Must the application be broken when running "to maintain the Snapshot information?"

    You can copy the files from the application tier node, while demand is rising. And, there is no need to stop the application to run "to maintain the Snapshot information."

    (5) one last question (not related to cloning). Oracle Enterprise Manager console webUI has recently stopped working in IE8. For example, https://myhost.mydomain.com:5501 / em gives "cannot display the Page. It was working properly last week. In Firefox, the same link works fine. Any ideas how to solve this problem?

    If it works from a browser, then it should not be a problem of EM. Have you tried another client and see if it works? Have you changed a setting in your Internet Explorer browser? Please make sure you add the URL of the EM to the list of trusted sites.

    Thank you
    Hussein

  • A few Questions about the advanced Actions window

    Hello

    I have a few questions about the progress of the Actions (using the version of track CP7)

    1. What is the function of the action to "continue?"   Out of the peak action and advance the playback cursor?

    2. What does mean this comment "Nested calls to action advanced is a nice improvement."? Is the advanced decision at the top of a page of action tabs?

    3. What is the function of the option "custom" in the IF statement - "preform action if - custom", it doesn't seem to do anything for me?

    4. where can I get information about the timeline / playhead interaction with advanced actions, i.e. where the playhead is going again at the beginning of the slide. slide custom question - display button, e.g. verification of responses, comments - when all the objects are at the beginning of the timeline. I'm looking more for the read head of infromation functionality rather than how to implement this type of question.

    Thank you

    Donal.

    Continue: If an advanced standard action is triggered by a button, this will not trigger the playback head. If you want out, you can use continues. Continue can also be a choice in a conditional action, when one orders branching has nothing to special, but in advance. Continuous is also the "dummy" statement/command (this is the official name of a line in the dialog box advanced actions) If a statement has become unusable due to some reasons, it will be replaced by continue

    There is no nested call stocks advanced possible right now, one of my many feature requests. It would be sort of a subroutine that you can use over and over again, instead of having to create each time when necessary.

    A decision is one of the conditions to be an advanced conditional action. They allow to create more complex actions, as a loop or arrays are not possible. All decisions are executed in sequence and always.

    Custom: is a combination of or but it is rather limited, because you cannot use parentheses.

    I guess you'd better visit my blog if you want to learn more about the advanced actions.

    http://blog.lilybiri.com/

    I also did several Webinars on stocks advanced, last this afternoon (on the sharing of the actions) for Adobe. They are all available on request.

    Lilybiri

  • A few questions from a newbie...

    Hello

    I just spent following design Adobe and purchased LightRoom too. Since I worked for more than 25 years with Corel, I have a few questions:

    01. is or there will be facial recognition? (as in 'elements')

    02. When is it possible to add a GPS log information to photos to adding photos from a card?

    03 what is the noise reduction work with exif values (iso, model of camera etc) of the specific photo or is it a ' diminution '?

    04. is there a place I can download more templates HTML/web?

    05. when adding keywords and other meta-data, may they be used in other programs too? (They will appear in other graphic programs?) Or is it something specific 'LightRoom '?

    Thanks for any help,

    Theo

    01. is or there will be facial recognition? (as in 'elements')

    02. When is it possible to add a GPS log information to photos to adding photos from a card?

    03 what is the noise reduction work with exif values (iso, model of camera etc) of the specific photo or is it a ' diminution '?

    04. is there a place I can download more templates HTML/web?

    05. when adding keywords and other meta-data, may they be used in other programs too? (They will appear in other graphic programs?) Or is it something specific 'LightRoom '?

    Theo...

    1. not at the present time but maybe in the future - you can place a request to feature here: https://www.adobe.com/cfusion/mmform/index.cfm? name = wishform & promoid = EWQQL

    2 Jeffrey Friedel has a lot of plugins including geo-coding here: http://regex.info/blog/lightroom-goodies

    3. Yes, noise reduction applied is sensor and iso-dependent.

    4 Matthew has a few nice guns, etc here: http://theturninggate.net/

    5. metadata are stored in IPTC format must be used. The metadata should be saved in files or xmp side cars having Autowrite enabled in the settings of the catalogue or by saving to files with cmd/ctrl-s.

  • PiPL Documentation - a few questions

    Hello

    I'm slowly to know what it takes to go into the PiPL file, but I have a few questions.

    I started using Dissolve.r as sample to emulate. The first question is on this line:

    resource "PiPL" (16000, "Color Remover," purgeable)

    The best explanation I have found for this line is in the section syntax plugin Resource Guide:

    < header resource >: =.
    "resource" "" PiPL"'"().
    < resourceID > < name of the resource in option > < optional attributes list >
    ")"

    What is < resourceID >?  It seems to be 16000 by default. I've found that I can use 'resourceID' rather than '16000', but I don't know if it's something that I should change or not.

    What is the < optional attribute > list? Here is a list of < attribute > s, but I can't find any additional explanation of < attribute > (at least not looking plugin Resource Guide).

    Down the file, I can

    Version {(latestFilterVersion << 16) | latestFilterSubVersion},


    Do never set the latestFilterVersion or latestFilterSubVersion example files. This is the version of the plugin Adobe filter API I need or is a version number for my filter?

    I found a reference to an article in MacTech on the CETA, so hopefully that will answer any other questions.

    Thanks for your help.

    P.S. to Adobe: it would be useful if you have added the documentation for the SDK that someone walked through a sample of PiPL and talked file items that need to be changed to create a new plugin and how to change them. If this is already in the SDK, I have not yet you run in it.

    A few points.

    (1) Pier files are descriptions of resources (resource Apple compiler) ground. It is fully documented by Apple if you know where to look.

    (2) If you are using a model Adobe sample code caviggia then it should 'work '.

    (3) the 16000 ID is an artifact of a convention of 25 years for "belonging" Macintosh numbering resources. It is a formula to calculate the starting ID when the numbering of the resources of a type particularly used by a plugin. The details of the formula are not relevant in this context, but the convention is still followed. Usually you only PiPL in a plugin (normally ID 16000), in order to better quote something like where you could have several, 16000, 16001, 16002 'STR' or 'Box of DIALOGUE' and so on. Your plugin will refer to resources of these identifiers as requires it (for example, when you call an Alert() or ModalDialog(); read the documentation for the resource manager for the entire resource management API). Elsewhere, the resources often have internal references to other resources (for example, a fact DLOG dialog box refers to his list of items in the dialog box DIALOG box, which in turn can refer to a control CNTL description).

    4) there are literally dozens of Betty correct and complete ground descriptions and Win32 .rc, for Photoshop plugins on my site. http://telegraphics.com.au/sw/ - See the Subversion source code repository.

    (5) contact me, [email protected] if you need assistance.

  • A few questions about Apple Watch.

    Hello, guys... My name is Alexander and I live in India. I wanted to buy a Apple Watch and I have a few questions.

    1. I use Wi - Fi router and did not have cellular data Plans. Now my doubt is, when the iPhone is not connected to a network of data, Wi - Fi or Mobile data, if I get a call or a text Message on the iPhone, which is in the range of Apple Watch Bluetooth and is associated with watch, I get the alert on Apple Watch and I can reply to the Message and receive the call? I mean text Messages, not iMessages...

    2. can I make calls on Apple Watch when the iPhone is not connected to the internet and is in the range of Apple Watch Bluetooth? Can I send text Messages in this situation?

    3. If I am not connected to the iPhone by Apple Watch Bluetooth and not in other Wi - Fi networks, make rest the remains?

    4. If Apple Watch is not connected with the iPhone or any Wi - Fi network, can count the activity?

    5. I just, works without any activity on or active on Apple Watch of training App, do Calories burned in this drive and can the Apple Watch show other activity such as, duration of the exercise without turning on any exercise?

    And finally...

    6. is the specific Apple Watch activity tracker?

    Please help me... I need correct image... Before that I spend a huge stash...

    Hello

    1. Yes to both, if your iPhone is connected to cellular service.

    2. Yes at the same time, if your iPhone is connected to cellular service.

    3. Yes.

    4. Yes.

    5. Yes - business apps works continuously in the background. You don't need to record the activity through the application of the workout.

    6 estimates depend on the activity of your personal information, who entered when you set up the application. The watch can also be calibrated (see link below) to improve the accuracy of estimates related to the activity.

    More information:

    Use the activity on your Apple Watch - Apple Support

    Use of the workout on your Apple Watch - Apple Support

    Calibrate your Apple Watch for better accuracy of training and activity - Apple Support

  • Photos - a few questions

    Hello
    I'm quite new to the apple world, and I have a few questions about how to manage my photos. I looked for answers in different positions, but I couldn't find it.
    I hope you can help with the link direct answes.

    I have a macbook air 10.11.5 and and an iphone 6, here are the main points where I have my doubts:
    -J' enabled the icloud library, is it possible to choose certain albums that are still on the phone and everything else on icloud?
    -J' like the album moments, but sometimes the timestamp is wrong (as it is set incorrectly in the devices, like a relfex), is it possible to change it so that the order of the photo is good?
    -Photo can manage the raw file? If this isn't the case, you have an application for mac that you advice so that it works with icloud as well?

    Thanks to you all!

    1 iCloud library functions by doing everything in Photos available on all your devices and synchronize all your actions in any of all the vices d (including deletions). To save the storage space on an iDevice, set to keep an optimized local library. When short of space, pictures will reduce the resolution of the images stored locally, but upload photos high resolution for editing or viewing, including newer and more accessible images (i.e., the albums you use).

    2. you can change label information by right-clicking on an image and selecting window read the information to appear. Specifically for the time stamp, select Image > setting the Date and time of the main menu.

    3. Yes, raw files are supported, but please check your specific camera in favor.

    Photos user / help guide

    https://help.Apple.com/photos/Mac/1.0/?lang=en

    IVous has a very detailed and well illustrated article on iCloud photo library:

    http://www.IMore.com/how-use-icloud-photo-library-ultimate-guide

  • A few questions about Satellite Pro P4600

    Hey ^ ^

    I have a few questions on my Satellite Pro 4600

    1. How do I remove the keyboard of an intern?

    2. How can I open the laptop, to add a pci card? or watsch the CPU?

    THX!

    Hello

    to remove the keyboard, simply remove the long plastic on top of the keyboard cover. Just take a flat blade screwdriver gently push the upper part where the F1 - F12 keys are under the plastic cover and the elevator that plastic cover.

    Why do you want to open your machine? You want to install an additional WIFI card or what? And what do you mean with "watsch" the CPU?

    Could you please clarify it?

    THX :)

    Welcome them

  • Re: a few questions about the recovery of product on my laptop Satellite L450D-113

    Hey there, fellow buyers of Toshiba.

    I have a few questions on prod. recovery on my laptop.

    * Is _First, safe? _ *
    Because my sister it on his Vista laptop (a Toshiba) and finished with a BSOD and a trip to the PC world for a replacement HARD drive.
    -----
    * _First, he will restore C: and D:, or just C:? _ *
    Inadvertently, I deleted the D: partition on my hard drive and he would like to return.
    -----
    * _Third, I am formatting due to incompatibility with some applications, namely 32 bit ones._*
    I can somehow incompatible lance 32-bit on my 64-bit?
    -----
    * _Finally, it erase Ubuntu as well? _ *
    I have Ubuntu (10.04 LTS incase you're wondering) and want to keep the data that it is intact.

    -----

    YES, I backed UP MY DATA (here, that goes with the words "I have no sti - oh, wait, what's that noise clicking / grinding?")? I just do not feel comfortable with the formatting yet until I know answers to these questions, but there again, I have only 200 MB left of C: (go, 250 GB in 8 months?) and need the return performance (GHIII and GTA: San Andreas used at 40 fps, but now play them is wading through treacle (LAG)!) Please respond quickly, and I look forward to answers!
    -----
    Toby

    Hello

    > First of all, is it safe?

    recovery process is completely safe.

    > Second, he will restore C: and D:, or just C:?

    He will restore the os with the settings on drive C;. Local d it will create image file from hard drive which I know.

    > Can I run 32-bit incompatible somehow on my 64-bit?

    It depends on the application. I mean, do a right-click on the application and choose properties where you can Compatible mode.

    > Finally, it clears so Ubuntu?

    If it is installed on local d: I guess that will erase. To be honest, is not sure

  • A few questions about recovery on P100-400

    Good evening everyone,

    I have a few questions on the recovery of my laptop...

    So I thought that if the only way to clean my entire drive is to use the recovery DVDs?
    I ask this question because I think the computer becomes too 'heavy' applications, with which he came. So I was wondering if I can format the hard drive rather than get it back.

    If I format the drive I lose warranty? Is there any future problem with genuine software?
    It is possible to install Windows XP Pro (and not the real windows xp media center) with the original operating system product key?

    Thank you.
    Best regards.

    Hello

    I'll try to give you some answers and I hope this will help you.

    > I thought then, if the only way to clean my entire drive is to use the recovery DVDs?
    > I ask this question because I think the computer becomes too 'heavy' applications, with which he came. So I was > I was wondering if I can format the hard drive rather than get it back.

    I don't understand what you mean I can format the hard use rather than retrieve it but you can follow: install OS using delivered support recovery and after having done this remove all applications, you do not need. After that it maybe your laptop won't be heavy more.

    > If I format the drive I lose warranty?
    N °

    > Are there any future problem with genuine software?
    I don't know what you mean exactly

    > It is possible to install Windows XP Pro (and not the real windows xp media center) with the original operating system product key?

    N ° something like this is not possible. Product key belongs to the livery and pre-installed with the OS.

  • Satellite L650-11R - a few questions about this

    Hello there :-)

    I have a few questions about my new L650.

    I've never had Toshiba notebook before so I apologize if some of these "quirks" are actually quite normal on this laptop. I really want to hear the views of other users L650.

    1)
    First of all, by the time I turned it on I saw gradient thin (1-2 mm) along the right edge of the screen that goes from the bottom up. Maybe "degraded" isn't the right word, but it seems that since two or three pixels are kind of discoloration or lose brightness/sharpness to the edge along the straight bezel. It is not really that visible, looks like the colors are desaturated a bit here or brightness is a bit lacking. He can be seen everywhere (bios or no color in Windows, but better in the lighter background).
    The left side (or other) seems ok, all this along the right edge is somewhat suspicious. If one can compare? I don't know if it's something to worry about or is just supposed to be like that.

    2)
    The other thing I noticed heating of the processor (Intel i3 330M) and GPU (ATi Mobility Radeon 5650). It's pretty hot here right now (I would say that the temperature is around 28 degrees Celsius when using cell phones). He is sitting on the hard surface (table) and nothing is blocking the vents.
    However, at "rest" (surf the web & regular light stuff), average CPU temp hovers around 58 ° C. It usually goes from 45 to 62 in just a few minutes after starting, and then I can hear and see (Toshiba PC Health Monitor) evacuate the kicks in. Temp goes back to 50 +, event stops and then the temp rises to 60 + until the vent is used again.
    During load full (Prime95 or some games), CPU is going all the way up to 75 degrees (the highest being 77). Fan runs at 75 to 77% during this time, never go faster.

    GPU idling is usually around 5 degrees above temp CPU (62-65). During full load (for example. Benchmark of Far Cry 2), I see a lot of stuttering with the latest drivers Catalyst and DX10 (not sure if the stuttering has something to do with heat), otherwise it is ok (no artifacts or anything like that). Temp of GPU during the loading goes up to 74-75, fan speed is locked at 30%, the frequency of the heart 5650 is 450 MHz. left side of the laptop (vent and below) is pretty hot, while the keyboard is warm (or slightly warmer who who).

    These time seems correct and safe in the long term? I'd rather events works all the time (they aren't really very strong) and keeping time less than 50, but there are just wishful pious bios control events and I can't control not the bios. :-)

    3)
    This is just General related products. :-)
    Official specifications of Toshiba L650 say ATi 5650 (between other low range GPU), but I saw a few specifications calling for there 5730 (same model 11R). Is there really a Satellite L650 with ATi 5730 GPU models?

    Sorry for the long post, I tried to include the best possible description that I could do. :-)

    Thank you in advance.

    Thanks for the additional info!

  • Satellite U500 - 1-8 - a few questions

    Hello everyone.

    I have a Toshiba U500 - 1 8. I bought it in Poland.
    I have a few questions on this model.

    1. why not have this model: http://eu.computers.toshiba-europe.com/innovation/generic/product-support?

    2. is it possible to do an internal 3 G modem? (according to the technical specification, played with 3 G modem U500)

    3. is it possible to swap the video card for GF GT540M?

    Best regards

    Post edited by: marekk_84

    > 1. Why not have this model: http://eu.computers.toshiba-europe.com/innovation/generic/product-support?
    First of all it is a user to user forum and I don t think that that these questions could be answered by the users of the common forum
    I can only assume why you don't find this unit maybe it was not to add to the store of data or similar

    The point is that U500 - 1 8 belongs to the series of PSU9ME like the other c U500
    So if you need the drivers for this device, I recommend you to choose this series manually on the European driver Toshiba page.

    > 2. is it possible to do an internal 3G modem? (according to the technical specification, played with 3 G modem U500)
    According to the specifications of the U500 8 - 1, the 3 G module is not available for this device.
    The computer laptop WiFi and BT only supports

    > 3. is it possible to swap the video card for GF GT540M?
    No, the GPU is part of the mobo.

  • A few questions from a new owner Toshiba NB200

    Hello
    before 3 days I have buyed a Toshiba NB200 h-13 with Windows XP Home Edition. I want to upgrade to Windows 7 and I have a few questions.

    1) Will Windows 7 run good with Atom N270 1.6 Ghz 1 GB ram and Intel GMA 950 or must I go to 2 GB of ram;

    (2) can I save HARD drive recovery.

    Thanks for your help

    I've been running Windows 7 on my NB205 since the RC, yes it works very well and the drivers are available. I would upgrade to 2 GB of RAM...

    During installation, do not remove the recovery Partition and allows you to return...

    Jeff

  • A few questions on the Satellite U920t-100

    Hello

    I bought the Toshiba Satellite U920t-100. for this tablet, I have a few questions. simple install windows 8 Professional on the current installation?
    what driver, software installed and other toshiba? are the problems with it?
    There is something about a pro installation win8?

    What of the screen when I run the u920t with an external monitor?

    I want to buy the Toshiba PA3927E - 1PRP Dynadock U3
    is it a good idea for it?

    Best regards

    All these questions different so let's start with first.

    > simple I can install windows 8 Professional on the current installation?

    Read this FAQ from Toshiba document. It provides all the answers and a detailed instruction.
    [How to change Windows 8 for Windows 8 Pro | http://aps2.toshiba-tro.de/kb0/HTD2B03F20002R01.htm]

    > what driver, software installed and other toshiba?
    Windows 8 uses the same drivers as Pro

    > What about the view when I run the u920t with an external monitor?
    What do you mean exactly? You can use internal display, external display or both at the same time

    > I want to buy the Toshiba PA3927E - 1PRP Dynadock U3
    > which is a good idea for that?

    Why not. Dynadock U3 supports own GPU so you can use 3 monitors at the same time

Maybe you are looking for