T500 2242-4FU Keyboard and other questions

Hi.
I am considering buying a used T500 2242-4FU and wanted to know if this model has the updated, sturdier keyboard.
If not, is it possible to upgrade it to the better keyboard?
I currently use the Z60M and would like to know if the keyboard, which is what I buy Thinkpads for, will be comparable.
Thanks

Way to oversize your font.
The T500 and Z60 keyboards are compatible. If the model you get has the lightened keyboard, you can just buy a solid-backed one elsewhere.
W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

Similar Messages

  • Trying to download songs on iTunes and it's asking for "my 1st car I owned" and other questions that I never answered. It won't let me download anything til I answer them. Can you help me?

    Trying to download songs on iTunes and it's asking for "my 1st car I owned" and other questions that I never answered. It won't let me download anything til I answer them. Can you help me?

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (94816)

  • MacBook Pro 13" Hard Drive and other questions

    Hi there,
    I've just purchased a 13" MBP which I absolutely love but have a few questions about upgrading it. I want to swap out the hard drive for a larger capacity but just want to make sure I purchase one that will fit.
    I'll number the questions for ease of answering.
    1. Will this hard drive be correct? I know it's a 2.5" SATA but I didn't know if the dimensions are ok for the 13" MBP.
    http://www.amazon.co.uk/WD-Scorpio-Black-WD3200BJKT-internal/dp/B001FBJJQ4
    2. Will the difference between a 7200rpm 16MB cache drive and a 5400rpm 8mb cache drive be noticeable? I can get a 500gb slower speed drive for the same price and while the capacity increase would be useful, I would prefer a faster drive if it's noticeable.
    Many thanks

    That article I believe to be incorrect! The author never mentions which Scorpio drive....Blue or Black. The Blue does not contain a free fall sensor option as the Black is available with our without free fall sensor. The free fall sensor will interfere with the Sudden Motion Sensor (SMS) built into the Mac. SMS can be disabled but my experience first hand with the Scorpio Black in my MBP 13 was not good even after disabling the SMS and merely using the free fall sensor in the Black. If you want a 7200 RPM drive and you like West Dig get the Black without the free fall sensor. You will be much happier. I run the Black in several Windows Laptops and it streams fast then the 7200.4 which I also have in a windows laptop and the scorpio black performed better and more stable! I just dont think I personal would not use it on the MBP 13...I took mine out for it was problematic!! If you want a 500 GB go with the Fujitsu or the Hitachi...even the the Western Dig Scorpio Blue with does not have a free fall sensor. The author of that article mentioned ShockGuard that is not a Free Fall sensor and only engages durring spin up or down as well as parks when it is off. This does not sense a fall like the SMS or a built in free fall sensor. Many MBP unibody owner have used the Blue and it has been hugely successful!!! My experience which is very extensive with Seagate as of late has not been favorable. I do not like the latest generation of drives they are producing we are seeing extensive failures (higher % compared to other OEMs). Stick with those three.
    If you want battery life, the Fujitsu or Hitachi are very good choices Fujitsu being a little better
    For speed the WD Blue is best on synthetic tests but it is a little power hungry. I am sticking with the Fujitsu in real world test it seemed to do better than the others...H2Benchw it wasnt as good. PCmark it did very well. The Gaming, Video and other test it seemed to do well on but not as good in the h2Benchw.
    http://www.tomshardware.com/reviews/mobile-hdd-notebook,2305.html
    Great info!!!

  • EXSP24 in LE7 and other questions

    I have worked out that the sampler instrument editor in LE7 has been removed which is kinda an odd upgrade from Logic Audio 6 imo. If i have this wrong please let me know.
    So how do I go about adding in new instruments from sample cd's etc??
    I am used to running Logic Audio 6 on my old Imac in System 9 so the new or apparent lack of Logic Folders etc is quite bizarre for me. So if anyone can also throw me some pointers on:
    1: Using Reason adapted for Recycle as a rewired instrument in LE7 (I have a feeling this is not possible)
    2: Using Absynth within LE7
    3: Will something like Kontakt run in LE7?
    4: Rewiring Logic into Live or vice versa.
    So many questions
    Thanks
    Paul

    You can't edit EXSP24 instruments but you can import several formats:
    Akai, Soudfonts, Giga, SampleCell and DLS.
    To create your own patches you need some external apps like this:
    http://www.redmatica.com/Site/Pages/KM.php
    About other questions and supposing that you don't have a Intel Mac:
    1. Yes, you can.
    2. Logic uses plugins in Audio Unit format; if you have an older version of Absynth you should upgrade to a newer one.
    3. Same as above,
    4. Logic can act as Rewire host only so you can rewire Live to Logic but not Logic to Live.
    cheers
    rob
    Power Mac G4/533 PowerBook 12   Mac OS X (10.4.5)  

  • Pixel Bender custom multiply blend and other questions

    I am creating photo editing application on iPad and i am using Pixel Bender to calculate effects. But ive got a problem with multiply blend mode.When i run it in CPU/GPU mode, it runs fine(result looks absolutly 1:1 as from photoshop). But when i switch to Flash Player mode, it dont want to render properly. I dont get any compilation errors. Ive got also some other questions:
    1.How does PB performs on iOS ?
    2.If my problem is becouse of  incapability of FP, is there any other solution to this ? I cant afford AS3.0 computing, becouse it is really slow even on PC.
    3. Can be Pixel Bender 3D sollution to this ? If yes, when will it come out to iOS ?
    4. How are filters computed in FP ? CPU or GPU ?
    here, you can see the difference : http://ponozka.php5.cz/gpuMode.jpg  http://ponozka.php5.cz/flashMode.jpg
    Thanks
    source code :
    <languageVersion : 1.0;>
    kernel MultiplyLayer
    <   namespace : "Your Namespace";
        vendor : "Richard Molnar";
        version : 1;
    >
        input image4 src;
        input image4 layer;
        output pixel4 dst;
        parameter float4 param <
            minValue:float4(0.0,0.0,0.0,0.0);
            maxValue:float4(1.0,1.0,1.0,1.0);
            defaultValue:float4(1.0,1.0,1.0,1.0);
        >;
        void
        evaluatePixel()
            pixel4 pix;
            pixel4 pix2;
            pix = sampleNearest(src,outCoord());
            pix2 = sampleNearest(layer,outCoord());
            dst.r = pix.r - pix.r * (1.0-(pix2.r))*param.r*pix2.a*param.a;
            dst.g = pix.g- pix.g * (1.0-(pix2.g))*param.g*pix2.a*param.a;
            dst.b = pix.b -pix.b * (1.0-(pix2.b))*param.b*pix2.a*param.a;
            dst.a = 1.0;

    Ok, so i already know, that CPU/GPU and flash are giving different results. So lets have a situation, where you need to display transparent image without transparency. On GPU/CPU, you will need only this :
    dst.r = src.r;
    dst.g = src.g;
    dst.b = src.b;
    dst.a = 1.0;
    but for flash, you will need this :
    dst.r = (1.0/src.a)*src.r;
    dst.g = (1.0/src.a)*src.g;
    dst.b = (1.0/src.a)*src.b;
    dst.a = 1.0;
    First kernel on GPU will show the exact same result as second kernel on flash. But the question remains : is it bug ?

  • New Droid Turbo takes forever to load pictures on social media? ...and other questions!

    Hey all, I just got my new Droid Turbo a week ago and I've noticed some shortcomings that I'm not sure how to handle. They're not major, but they irritate me. I'll just list them...
    -On social media (Instagram and Facebook specifically), the pages load fine but most/all of the pictures take nearly a minute or more to load, if they load at all. Never had an issue with Samsung or previous Motorola phones doing this.
    -I occasionally get a popup error that "Contacts has stopped" even when I'm not accessing it or the program is closed (it usually happens when I'm making a call).
    -I have a setting to make my Gmail mail sync automatically, but it doesn't always do it, and the phone is supposed to notify me but only does it sometimes.
    -How to make "folders" in photo Gallery?
    -Google Play music is synced, but doesn't play AT ALL...just "thinks."
    I think that's all I have for now. Sorry it's so much, but I appreciate any help you all have! Thanks!!
    *Lauren*

    Congratulations on your new Droid Turbo. We'd love to help make sure your new phone is working properly. For the photos in Instagram and Facebook, Is it that some photos appear and others do not? How are photos in other applications or different websites? As for the Gmail sync, have you checked the settings under Gmail to ensure the sync options are set to your preference. In regards to the folders for the gallery, folders are usually created on their own and based on where pictures are created. For the Play Music, what happens when you try to play songs?
    SheritaH_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Mac wireless keyboard and mouse question

    I have a Mac wireless keyboard and mouse.  Can they be used with any computer other than an Apple product?              

    Yes.   Equally, you can use any other mouse with an Apple computer.  Having said that, there may be the odd exception but it would be an exception.

  • Bluetooth Keyboard and Bootcamp question

    I am running Mountain Lion and Windows 7 in Bootcamp.  How do I switch over to the Windows side from Mountain Lion?  When I had the wired keyboard, all I had to do was hold down the option key when I restarted and then select Windows.  This does not happen with the wireless keyboard (i am using the wireless mac keyboard and am on a 27" iMac i7)
    To me, it seems like it looses the connection when re starting, but I am a novice, so I do not really know how to solve this.
    Any suggestions will be greatly appreciated!

    Bluetooth keyboards give problems when you try to start from another volume because your iMac sometimes doesn't detect the keyboard.
    The way to start in Windows is the same as you did with the wired keyboard, but you have to hold the Option key just after the startup sound (you should see a green light on the keyboard, that means that it has connected to the Mac), until you see all the bootable volumes on the screen. Then, choose your Windows volume and Windows will start up

  • Wireless Keyboard and Mouse Questions

    I am now running this brand new iMac with wireless keyboard and wireless mouse, which is great. I want to know if it is possible (or recommended) to turn off the battery in these two things while the CPU is asleep. Every time I put it to sleep and switch off one of these things, it springs back to life.
    Also, what kind of lifespan do these batteries have? I bought the charger and two batteries with the computer, FYI. Thank you.

    Yes, I would just leave the mouse and keyboard turned on. Way too much trouble to do otherwise. Well, about battery life. I've found that the batteries in this wireless keyboard that came with this iMac have a very long battery life. I think the originals lasted about 5 months. On the other hand, the Magic Mouse has an appetite for batteries. It magically eats them. For me, alkalines last about 3 weeks and lithiums last about 5 weeks. I would not recommend the lithiums due to the much greater expense.
    I just, today actually, bought the Sanyo eneloop batteries and charger. It came with 8 AAs and 4 AAAs and seemed like a good deal. These are fairly well recommended but I'll reserve judgement until I try them myself.
    So did you buy the new Apple rechargeables? I bet they are pretty good too. Let us know.
    Regards,
    Steve M.

  • Newb Keyboard and mouse question?

    Hello,
    I recently got 2 used Sun systems: an Ultra 2 Creator and a Storedge A1000. I have the boxes but no cables whatsoever. I also got an Apex Sun Trap, which hopefully will let me hook up the Sun boxes to my PC monitor and keyboard/mouse.
    I just ordered a 13W3 M/M cable which should connect to the Sun Trap.
    Now I just need to get the keyboard and mouse under control. From what I understand I need an 8-pin miniDIN. Is this the same cable that Mac printers use? Can I just use a Mac printer cable? Or do I need something special? Anyone know of a place that sells 8-pin miniDIN cables on the cheap?
    Thanks in advance,
    David

    Hello.
    As far as I know (old ?) MAC computers used the same connectors.
    For KB & MS you do not need a cable of a high quality because only a low data rate (1200 baud) is used.
    But be careful:
    By disconnecting a keyboard from a Sun and re-connecting it the workstation may go into "ok-prompt" mode (stop the OS).
    Martin

  • Windows File compatibility, my iPod, and other questions

    After years of gripping about doing Video and Photo editing on my PC, I am considering switching to a Mac. But, given I have a heavy investment in PC hardware, I want to make sure I can leverage everything the best way possible. So...
    1.) I have a 20GB clickwheel iPod...any problem using this with a Mac? Need to be reformatted or anything?
    2.) Can you access ActiveX based websites without problems?
    3.) I have a Windows XP machine with 4 drives in RAID format. Could I use this as a common storage network drive for both Mac and PC's at the same time (for instance, store MP3's on it, and access and play them from either the iMac and other Windows PC's without a problem?). What about jpg formatted pictures? Any nuances between PC and Mac formats? (or is jpg really just jpg on either machine...I can open up the same picture on a Mac and a PC and see the exact same picture, without major color changes, etc.).
    I realize I need to reformat to FAT, but other than that, are their other problems I should know about? (I would like to use the RAID configuration to make sure I don't lose any data)
    That should start for now...
    Thanks - Jeff
    Windows (for now) Windows XP Looking at an iMac
    Windows (for now)   Windows XP   Looking at an iMac

    1.) I have a 20GB clickwheel iPod...any problem
    using this with a Mac? Need to be reformatted or
    anything?
    You can use it, and it will need to be reinitialised formatted for the Mac.
    2.) Can you access ActiveX based websites without
    problems?
    No you can't access ActiveX websites with a Mac
    3.) I have a Windows XP machine with 4 drives in
    RAID format. Could I use this as a common storage
    network drive for both Mac and PC's at the same time
    (for instance, store MP3's on it, and access and play
    them from either the iMac and other Windows PC's
    without a problem?).
    Yes
    What about jpg formatted
    pictures?
    Yes
    I realize I need to reformat to FAT,
    If the computer will still be running Windows and acting as a server then no you won't need to reformat to FAT.
    iFelix

  • Is the disk equal to log files and other questions?

    In the web page http://www.oracle.com/technology/documentation/berkeley-db/je/GettingStartedGuide/introduction.html#dplfeatures, there is a statement, " The checkpointer is responsible for flushing database data to *disk* that was written to cache as the result of a transaction commit ".
    I wonder if the disk here means log files under the JE home directory.
    From my understanding of these documents and other web resources, the check pointer is to write records in Cache to Log files (disk), and then cleaner is to reorganize and then to remove unused log files. For the records in a Cache, they are brought from disk to Cache by querying the index organized in a B-Tree structure, and the In-Compressor is to delete some empty internal nodes of B-Tree.
    I wonder if the above is right to describe relations among these components, check pointer, cleaner, B-Tree and In-Compressor.
    Thanks for your help!
    Best,
    Jiangfan

    Jiangfan Shi wrote:
    I wonder if the disk here means log files under the JE home directory. Yes.
    I wonder if the above is right to describe relations among these components, check pointer, cleaner, B-Tree and In-Compressor. Yes.

  • Keyboard and WoW question

    I got the new Imac, have had it for a few months and it plays WoW just amazing and I love it! Got all the settings to the highest they can go, and I have the 20 inch 2.4ghz, and 2gb memory, anyways, the point of my question is that, I dont like the keyboard so much, I do like how its ultra thin and doesnt take up a whole lot of room, but I want more buttons. I was looking at the Logitech G11 keyboard http://www.logitech.com/index.cfm/keyboards/keyboard/devices/285&cl=us,en, cause it has all of the buttons on the left hand side, but I was wondering if anyone has tried this on a mac, and if the buttons can be used with the key bindings of WoW so I can use the buttons for my action bars and stuff, I've played this keyboard on a pc before and really liked it, just wanted to make sure it will still work good on a mac., thx for the help

    I have a Logitech DiNovo Edge that I occasionally use with my iMac. Buttons or functions that you don't find on the apple keyboard will NOT work without a driver from the keyboard's manufacturer specific to your version of OSX. There are no OSX drivers for the Edge but there may be for the keyboard you're intersted in. That's easy enough to find on the logitech site.

  • Possible to segment traffic between 2 interfaces? And other questions...

    I would like to set my G5 up as a server utilizing a second connection and to keep traffic seperated between this server connection and my regular internet connection (would be wireless). I'm pretty sure this alone is fairly straightforward and can be accomplished by setting up the new interface and moving it down to the bottom of the connection list with wireless at the top. That should keep all non-specific traffic from flowing out the ethernet/server connection - I think.
    If the above works the way I stated then I would also want to firewall ONLY the ethernet/server connection (the wireless has it's own hardware firewall). AND - this is the tricky part - I also want to add a fake interface that has a fake IP and bind that to the "real" ethernet/server connection. The reason for that is because I need a static IP to bind the service to. I know if the connection list thing works to flow the traffic that if I had an external router on the server connection, this wouldn't be needed. I'd already have a fake IP to bind to and I wouldn't have to run the firewall on the Mac. But I don't and I'd rather not have to buy one.
    So can this be done through the network/sharing preferance panes? If so, are there any "gotchas" I should be aware of? If not, is there any software tool out there that would make setting this up easier/faster? I'm not opposed to doing it all via command line, but I'm a bit rusty with my linux/unix admin knowledge. Plus I'm not 100% certain how to set all that up command line wise without screwing up OS X!
    Thanks.

    I'm not sure I fully understand what you are attempting to accomplish. Lets see if I have the general idea.
    You have a single G5, that you want to use as both your desktop machine and also to provided specific services, such as web, email, etc.
    You have some type of hardware firewall/security appliance.
    You have some type of wireless access point.
    You don't seem to have any type of router or switch in your configuration.
    You want all of your server based traffic to be sent and received on it's own Ethernet port. You want your personal Internet traffic to be sent and received on your wireless connection.
    So my questions are:
    Where is the server traffic going to, coming from? Who is accessing the server, is it users on the Internet, or just computers on your own LAN (which you didn't mention).
    If your server is to allow data from or send to the Internet, then you need to have a way to route the traffic there. Do you have more then one method to access the Internet, or will all traffic, both personal and server being going though the same Internet access pipe?
    If it is all going through the same pipe, and you only have the single computer, I don't understand why you wish to segment the traffic.
    If on the other hand you have multiple computers on your LAN. then segmenting traffic may make sense. This would allow access to your server and keep your LAN well secure.
    Anyway, to get to specifics, you'll need to use the terminal app to bind specific services to specific IP's and ports on your Mac. You will also need to manually configure the firewall to be able to select specific connection ports and bindings. However, while I think it can be done, I'm not sure it makes a great deal of sense.
    I would be more inclined to suggest a router or switch that can provide VLAN support, or a router that provides true DMZ support, would be a good way to go.
    Anyway, a little more info would be helpful.
    Oh and if I have this totally worng in what I think your doing.. My mistake.
    Tom N.

  • IPod Touch 4th Gen. iOS 5.1.1 - Sleep Mode and Other Questions

    Hello,
    I have an iPod Touch 4th generation with iOS 5.1.1
    1) RE: Sleep Mode - I found this on another thread and it's regarding iOS 4.3.1. 
    Is the same still true for iOS 5.1.1? 
    If so, what is recommended for sleep mode - Airplane mode or Wi-Fi off - or is either one ok?
    Wi-Fi is always ON with the 4th generation model running 4.3.1 when it is sleeping unless you either turn off the Wi-Fi or turn Airplane mode ON.
    2)  I only use my iPod Touch on my home Wi-Fi and do not use any cloud based syncing or iTunes Wi-Fi Sync.  I do all my syncing manually from my MacBook Pro via USB to the iPod Touch.  The way I do things is purchase what I need from my MacBook Pro via iTunes and then manually sync it to the iPod Touch.  But there may be times, in the future, where I would want to purchase directly from the iPod Touch.
    I recently updated my AppleID with my new email address via my MacBook Pro.  But, I noticed that on my iPod Touch under "Settings" "Store" that it still shows my old AppleID.  I have all Automatic Downloads set to OFF.  How do I update the iPod Touch to reflect my new AppleID?
    3) When I'm using Safari and I navigate to several websites, how do I easily get back to my home page (which is set to Yahoo!)?
    Probably a dumb question but I can't seem to figure it out.  I've set Yahoo! to my homepage but I would think there should be or is (and can't find it) a button/icon like on my MacBook Pro Safari to take me directly back to the homepage.
    Thanks in advance for the help!

    - Unless you use bluetooth, airplane mode and wifi off are the same as regards to battery drain. I like use airplane mode sinc that is directly under Settings.
    - Go to Settngs>Store and sign out of existing account and sign in with the updated one
    - I have no idea for the Safari question

Maybe you are looking for

  • Export an image of a PAGE from a pdf (vector)

    i have a set of architectural drawings in pdf format and one of the pages had the logo cut off. i am trying to edit this in a IMAGE FILE format in photoshop (i need to add some border and fix the logo) but this set of drawings is in a five page pdf.

  • P13/Profile data sharing between two WLP instance

    We are using WLP 10.3 with oracle as our portal database, we have lot of users in QA and their user profile data stored in one of our WLP-1 instance, now there is need of another WLP instance that we would like to use. Here is what we did 1. We clone

  • How do i get the printer on my computer online?

    I installed my 3 in 1 HP Printer & got it on the wireless network, but on my computer it says the printer is offline.  How do I get it online on my computer so it will print.

  • How to Create Specific SAP Query for Sales BOM

    Dear All Salute !! How I can create a SAP Query which provide information from the Sales Order-Line Item, this specific material is having any BOM or not? Suppose, user want Input, Sales Order No., Product Category, Duration of Sales Order Release. w

  • How to rganize projects in albums

    I have a number of projects under Library Albums, one project per day, like events in iphoto. So when trying to organize, creating an album per month, then putting all the projects in a month in to this alum it is not possible - I must be very stupid