Qosmio X770-12M with Win7 - how to make screenshot?

Hello,
I have new Qosmio X770-12M with Windows 7 - and I needed to make s screenshot but I couldn't >
May someone help me in this ?

Check http://take-a-screenshot.org/
In Win7 you can use Snipping Tool and choose exact part of the desktop or pic shown on the desktop.
If you have more questions you are welcome.

Similar Messages

  • Cooking with iPad how to make screen stay on longer

    Cooking with iPad how to make screen stay on longer

    Try, settings - General - Auto Lock. Set to your preferred time.
    Stedman

  • DVR with fms3 , how to make it work?

    Hi
    I am trying to look for documentation on how the DVR functionality is working in fms3. It seems that I need to implement som server-side scripting to make DVR even work. In Flash Live Encoder there is an option to Record DVR, but it when I press the button, all I get is:
    Thu Apr 30 2009 13:15:38 : Start DVR command received
    Thu Apr 30 2009 13:15:38 : Requested DVR command has been successfully issued to Primary FMS server for stream ob1stream
    Thu Apr 30 2009 13:15:38 : Primary - Network Status: NetConnection.Call.Failed error Method not found (DVRSetStreamInfo).
    Does anyone know how to make this work?
    Best Regards Niclas

    ok i'm back for a second......so uhhh....class is in session here is a basic example of a video encoder
    use this to stream your video while recording.....what makes it record?and not live? this line here:
      ns.publish("thefilename", "record");
    the second parameter.....to make it stream live without recording it to file you change it to "live"....the first parameter is what you name your file...
    after this you use your client player to connect to the same connection as outlined.....and to play the same file ..ie   stream.play("thefilename");
    package
        import flash.display.*;
        import flash.media.*;
        import flash.net.*;
        import flash.events.*;
        public class SimpleEncoder extends Sprite
            var nc:NetConnection;
            var ns:NetStream;
            var mic:Microphone;
            var video:Video = new Video();
            var camera:Camera;
            public function SimpleEncoder():void
                NetConnection.defaultObjectEncoding = 0;
                nc = new NetConnection;
                nc.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
                nc.connect("rtmp://localhost/video/myvids");
            private function publishLiveStream():void
                ns = new NetStream(nc);
                ns.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
                ns.client = this;
                camera = Camera.getCamera();
                mic = Microphone.getMicrophone();
                if (camera != null){
                    camera.addEventListener(ActivityEvent.ACTIVITY, activityHandler);
                    video = new Video();
                    video.attachCamera(camera);
                    ns.attachCamera(camera);
                if (mic != null) {
                    mic.addEventListener(ActivityEvent.ACTIVITY, activityHandler);
                    ns.attachAudio(mic);
                if (camera != null || mic != null)
                // start publishing
                // triggers NetStream.Publish.Start
                // "thefilename" is the name of the file you use after you connect to stream in client player   stream.play("thefilename");
                ns.publish("thefilename", "record");
                else
                    trace("Please check your camera and microphone");
                addChild(video);
            public function onBWDone():void
            private function netStatusHandler(event:NetStatusEvent):void
                trace(event.info.code);
                switch (event.info.code)
                    case "NetStream.Buffer.Full":
                        break;
                    case "NetStream.Buffer.Empty":
                        break;
                    case "NetConnection.Connect.Success":
                        trace("Congratulations! you're connected");
                        publishLiveStream();
                        break;
                    case "NetConnection.Connect.Failed":
                    case "NetConnection.Connect.Rejected":
                       // trace ("Oops! the connection was rejected");
                        break;
                    case "NetStream.Play.Stop":
                        break;
                    case "NetStream.Play.StreamNotFound":
                        trace("The server could not find the stream you specified");
                        break;
                    case "NetStream.Publish.BadName":
                        break;
                    case "NetStream.Publish.Start":
            private function statusHandler(event:StatusEvent):void {
                trace("statusHandler: " + event);
                trace(mic.activityLevel);
            private function activityHandler(event:ActivityEvent):void
                //trace(mic.activityLevel);
            public function onFault(e:Object)
                //trace(e.info);
                //nc.close();
        }//end class
    }//end package
    thelegendaryghost

  • How to make screenshot/jpg/pdf of ENTIRE long Safari window (not just visible part)?

    I want to get a "screenshot" (i.e. an image in any format -- PNG, JPG, PDF, whatever) of a looooooooong Safari window diplaying a Web page that entends far below the bottom of the visible screen area and has to be scrolled down to see all of it.
    I know about the standard screenshot keyboard tricks in 10.6 -- Command-shift-4, Command-shift-4 then spacebar/click, Command-shift-3, etc. But not any of them allow the user to get a screen shot of the entirety of a long/deep window -- they only capture what is visible on the screen.
    Also, another trick people often mention is to "print" (command-P) the Safari page, but instead of sending it to a printer choose "Save as PDF." Brilliant -- except that for some reason I've never been able to "print" a Safari page -- as soon as I hit the command-P keystrokes in Safari, I immediately get a spinning beachball that will only go a way with a force-quit of Safari. This has always been true on this computer (MacBook Pro) -- not sure if it's a common bug or if it's just an eccentricity of my particular machine. Either way, that option is off the table because "printing" is impossible with my Safari.
    I also searched around for various third-party freeware applications, and despite a lot of grandiose promises, none of them actually was able to capture an entire window including portions not currently visible on the screen.
    I did find a commercial application called SnapWeb that does have the capability to do exactly what I want -- but it doesn't produce usable images in demo mode and requires $$$ to unlock and work properly, something I'm currently unwilling to pay for a simple one-use gimmick that simply must be part of the OS already.
    So my question is:
    Is there any native way within the 10.6 OS that allows users to capture an entire long Safari window as an image file (not as a Web Archive, but as an image file composed of pixels), which includes the entirety of a Web page no matter how "long" it is, even if it extends far below the visible screen footprint?
    And if there is no native way in 10.6, if there a freeware/shareware application/widget/plugin/whatever which does the same thing?
    I already know about a commercial software that does it (SnapWeb), so I don't need more recommendations for paid apps. And I know that I can laboriously construct a JPEG by hand with Photoshop by taking a screenshot of the visible window, scrolling down a little, taking another screenshot, etc. etc., and then
    "stitching" them together. Yeah, it's possible (and in fact is what I've done in the past), but it's a time-consuming hassle that shouldn't be necessary.
    Help! I've wondered about how to do this for years, and have never yet found a satisfactory answer.

    Woo-hoo!
    After fiddling with Paparazzi! for another 40 minutes, I finally deciphered (through trial-and-error) how to maneuver through its awkward user-interface to an extent that I was finally able to make it "work" -- at least work sufficiently for my purposes. And lo and behold, it does indeed have the capacity to capture a screenshot of an entire long Web page, including the portion not visible on the screen. In fact my first attempt was to experiment with this very page of our thread on Apple "Discussions" about how to solve this problem -- and I got Paparazzi! to save it as a jpeg!! The whole thread, top to bottom, exactly as on the screen, not re-formatted for printing. The final file size was 985 pixels wide by 4,204 pixels long (1.2mb).
    I have since experimented with a couple other pages and had success with them as well.
    HOWEVER, I can't guarantee that Paparazzi! will work with every page on the Web, because I think one of the problems when I first attempted to use it was that the page I was trying to get a screenshot of contained a lot of Flash elements and other data-heavy widgets, and I think those messed up Paparazzi!'s memory or overwhelmed it or something. But perhaps such huge and problematic pages are rare enough to not be much of an issue using Paparazzi! under normal circumstances.
    So, I'll consider this problem "solved," and give user "jsd2" a "This helped me" star, since even though I already had Paparazzi! he encouraged me to revisit it.
    And for the record to help those who might stumble on this thread in the future seeking a solution to the same problem:
    The freeware program to get is called "Paparazzi!" and is available directly on the developers site here:
    http://derailer.org/paparazzi/
    Also, note that the current version only works with 10.6.8 or later, but if you have a previous version of the Mac OS, the developer helpfully maintains an archive of older releases that work with older OS versions -- you can access the old (and new) versions here:
    http://derailer.org/paparazzi/downloads
    It's also available for free download on various popular third-party sites, like:
    http://www.macupdate.com/app/mac/15966/paparazzi!
    Be warned that Paparazzi! does not have a very intuitive user interface, nor a user manual, so be patient with it and you should be able to figure out how to make it work.
    If you want another application that also does the trick and which has a simpler and better user experience, but you don't mind paying money to buy it, you can purchase and download "SnapWeb" on its developer's site here:
    http://www.tribalmedia.com/bts/snapweb/snapweb.html
    And if anybody seeing this in the future knows whether or not there is a native way to capture entire Web pages built in to 10.6, please post the info here. Thanks!

  • How to make screenshots in iPod touch?

    Hi.
    I've just got my iPod touch and the question I have is how to make a screenshot?
    Thanks a lot in advance.

    See this -> http://forums.macrumors.com/showthread.php?p=4313599

  • I have a application build in labview 8.5 for Windows XP using NI Visa functions to interact with hardware , how to make is work in Windows 7 32 bit and Win 7 64 bit

    I have a application build in Labview 8.5 which wroks fine with Windows XP , this program uses basic read /write functions of NI Visa to communicate with Hardware . This application doesnt work with Windows 7 32 bit/64 and Vista . What changes i need to do to make it work for the said operating system

    srinivas wrote:
    Sorry for confusion ,
    My question is what changes i need to do in code or while making the installer to make the existing program work with other Windows operating system
    You need to make sure the machine have the corresponding NI-VISA installed. Check in the NI software pages for the right version.
    Also make sure that the com port's can be selected when you first start the application. Eg. if you refer to VISA "COM1" on the XP machine It might be "COM2" on the Win7 machine.
    Br,
    /Roger

  • (timelinecontrol with mousemove) How to make it animate back to x position on mouse over

    Hello fellow creationists. LOL i mean in the artistic sense
    I created parallax banner by following this quick simple tutorial located here: Creating a Parallax Effect in Edge Animate - YouTube
    I noticed that it was creating an unattractive snap to x pos when you exited or entered the banner
    So in mouseout i created a simple solution by adding: sym.play('posX'); which just means it plays to the end from the last x mouse position.
    My problem now is when you enter the banner again it creates a snapping effect, So if its at 10 (the end) and the mouse goes onto the left side of the banner the animation will "snap" to the beginning position.
    Anybody know how I can ease this? Like make it ease into that spot first and stop the snap effect? it ruins the parallax but edge animate is my only solution because of my limited knowledge in JS
    Would appreciate any help! Refer to short tutorial i linked to, to understand what im talking about. Let me know if u want my current files to help.

    Just had a quick look and came across this, don't know if it will help you though parralax banner with smooth mouse move
    Hope you find your answers!

  • X58 Eclipse Sli with CMP12GX3M3A1600C9 how to make it run stable in 1600Hz?

    Hello ,
    I m new here, so forgive me if i make a mistake somewhere !
    So my specs are :
    motherboard: X58 Eclipse Sli(bios ver:1.F0 model:MS-7520)
    CPU:i7 950 @ 3,07 (stock)
    GPU: 2x GTX470(msi)
    PSU:Thermaltake 1200watt
    HD:1xSSD , 1xWD@10000rpm
    and here is my story:
    I have been using TR3X6G1600C9(corsair ver8.1) with XMP enabled so in 1600Hz and everything were going sweet stable pc , then i decided to put something more on it another TR3X6G1600C9(corsair) this time came different ver2.5 with XMP profile off seems work fine , with XMP on blue screen-restart so i asked in corsair forum they show a .pdf from corsair which was saying that mixing modules even with same kind of memory there are posibilities it wont be compatible-work.
    Today i just replaced  the 2xTR3X6G1600C9  with CMP12GX3M3A1600C9(corsair) enabled the  XMP profile , everything was looking good all 12gb were working , but after some time i got blue screen and restart :(, so i bet this has to do with options and propably i have to do more than to enable XMP profile in order to make it stable. So any suggetions ? Yes i m totally noob from knowledge in bios only i know is to enable XMP but i m looking forward to learn stuff from ya guys and considering that i might just lost about 230e in order to upgrade ram and i can't make  to work 12gb stable in 1600hz i should of ask much earlier!

    Quote from: IcUfu on 19-May-11, 02:54:22
    Hello ,
    I m new here, so forgive me if i make a mistake somewhere !
    So my specs are :
    motherboard: X58 Eclipse Sli(bios ver:1.F0 model:MS-7520)
    CPU:i7 950 @ 3,07 (stock)
    GPU: 2x GTX470(msi)
    PSU:Thermaltake 1200watt
    HD:1xSSD , 1xWD@10000rpm
    and here is my story:
    I have been using TR3X6G1600C9(corsair ver8.1)(http://www.corsair.com/memory/xms-classic/xms3-ddr3-memory/tr3x6g1600c9.html) with XMP enabled so in 1600Hz and everything were going sweet stable pc , then i decided to put something more on it another TR3X6G1600C9(corsair) this time came different ver2.5 with XMP profile off seems work fine , with XMP on blue screen-restart so i asked in corsair forum they show a .pdf from corsair which was saying that mixing modules even with same kind of memory there are posibilities it wont be compatible-work.
    Today i just replaced  the 2xTR3X6G1600C9  with CMP12GX3M3A1600C9(corsair)( http://www.corsair.com/memory/dominator/dominator/cmp12gx3m3a1600c9.html) enabled the  XMP profile , everything was looking good all 12gb were working , but after some time i got blue screen and restart :(, so i bet this has to do with options and propably i have to do more than to enable XMP profile in order to make it stable. So any suggetions ? Yes i m totally noob from knowledge in bios only i know is to enable XMP but i m looking forward to learn stuff from ya guys and considering that i might just lost about 230e in order to upgrade ram and i can't make  to work 12gb stable in 1600hz i should of ask much earlier!
    What i have done so far ,with CMP12GX3M3A1600C9 http://www.corsair.com/memory/dominator/dominator/cmp12gx3m3a1600c9.html
    turned off XMP , put manually :1.DRAM freq-1600Hz 2. CAS timings 9-9-9-24 3.DRAM command rate 2N 4. DRAM Voltage 1.65 it did't crass again so far but  i am afraid about this DRAM Voktage 1.65 is it posible that i will destroy my CPU this way??? The rest options in bios are setted to optimal defaults should i change something else in order to protect my CPU?

  • 1080P mixed with 720P - how to make the workflow work best?

    Dear Forum
    I am starting a new documentary and before i start i want to clear something out..
    I have shot most of the footage in 720P But maybe about 1/3 of the footage is in 1080P (I was requiered to do so because some of the footage was used for television)
    My question is: How do i start my project workflow with mixed footage??
    When choosing a 1080P sequense and scaling to resize the 720P footage, i am unable to use the warp stabiliser on the "up-Scaled" 720P footage... Thats basicly the problem..
    Please Help!
    Thanks in advance!
    - Simon

    Do a test for yourself
    Not sure about that  film grain idea though!
    Here is your upscale....

  • Working with PDF, how to make it landscape?

    I'm using CF8 and I just want to create a very simple PDF report.
    Here is what I did:
    <cfdocument format="PDF" orientation = "landscape" saveasname="ReportName"                                  pagetype="custom" pageheight="8.5" pagewidth="15.5" margintop="0.5" marginbottom="0.5" marginright="1" marginleft="1">
         <!--- page object need to be within cfdocumentitem --->     <cfdocumentsection name="Main Report">
               <cfdocumentitem type="header">                <cfoutput><div align="right" style="font-size:11px;">Page: #cfdocument.currentpagenumber#</div></cfoutput>           </cfdocumentitem>   
               <!--- Report content is here --->
         </cfdocumentsection>
    </cfdocument>
    This create the report just fine BUT it does NOT create a landscape report. My report is still potrait. What have I done wrong or how to force it so it shows landscape?  

    On 7/22/2011 7:02 AM, BYJ_wntrsnt said:
    <cfdocument format="PDF" orientation = "landscape" saveasname="ReportName"                                  pagetype="custom" pageheight="8.5" pagewidth="15.5" margintop="0.5" marginbottom="0.5" marginright="1" marginleft="1">
          <!--- page object need to be within cfdocumentitem --->      <cfdocumentsection name="Main Report">
                <cfdocumentitem type="header">                 <cfoutput><div align="right" style="font-size:11px;">Page: #cfdocument.currentpagenumber#</div></cfoutput>            </cfdocumentitem>
    >
                <!--- Report content is here --->
    >
          </cfdocumentsection>
    </cfdocument>
    either swap height & width or change orientation to portrait. your custom height
    & width already layout as landscape.

  • Keyboard with scroll, how to make it work?

    Hello, I bought a keyboard which has a scroll just like the mouse, but it didn't work out of the box, as I expected, I did some research on it but I got no success. I've tried some keysyms such as XF86ScrollDown, XF86ScrollUp, Scroll_Down, Scroll_Up, MWheelup and MWheeldown but I got no success. Setting it as Up and Down does something close to scrolling but it just do that when there isn't a character cursor, any ideas?

    Peasantoid wrote:
    sushi wrote:
    What I did was to find the keycodes of the keyboard's scroll wheel using xev, than created xmod file using
    xmodmap -pke > ~/.xmod
    after that I opened the file and searched the keycodes I had found before and changed their original values to XF86ScrollUp and XF86ScrollDown,runned this command
    xmodmap ~/.xmod
    runned xev again and the values were changed but the scroll wheel is still not scrolling at all. I was wondering if there is another way to call the scrolling function other than XF86Scroll... or at least someone could say what I'm doing wrong...
    From my limited testing, XF86Scroll* don't actually cause anything to scroll. You need to map the keys to send scroll up/down button events. (Mr Green's link is about mapping buttons to send key events.) Have a look at xbindkeys or your WM configuration. One utility that can send button events is xdotool.
    [correction: 'bind', not 'map']
    I kinda understood what you're saying, so I need to bind my keyboard scroll wheel to actually scroll anything, I'm using now xbindkeys_config, but now the same doubt comes up, if I wanna bind the scroll wheel to do scroll what is the action I have to assign to the key? Since you said XF86Scroll doesn't cause anything to scroll, what does then?
    Last edited by sushi (2011-01-21 21:31:10)

  • XferCommand with prozilla, how to make it smarter

    Hi. I use this XferCommand in my pacman.conf:
    XferCommand =/usr/bin/printf 'Downloading ' && echo %u && /usr/bin/proz  -k=16  -r --no-curses --no-netrc  --no-getch  %u
    It is supper fast, but it is unable to understand that, for example, "Core is up to date" or "Community is up to date". In fact, even if I run "pacman -Sy" consequently, every time it actually look into the mirror and download the "sig" and "db" files. Here is the output of "pacman -Sy":
    :: Synchronizing package databases...
    Downloading http://linux.rz.rub.de/archlinux/core/os/x86_64/core.db
    Starting.....Creating the thread that gets info about file..
    Connecting to linux.rz.rub.de
    Sending HTTP request
    Successfully got info
    File Size = 106 Kb
    RESUME supported
    Got DL succesfully, now renaming file00:00           
    Renaming file core.db .....
    All Done.
    Downloading http://linux.rz.rub.de/archlinux/core/o … ore.db.sig
    Starting.....Creating the thread that gets info about file..
    Connecting to linux.rz.rub.de
    Sending HTTP request
    File not found!
    The URL http://linux.rz.rub.de/archlinux/core/o … ore.db.sig doesnt exist!
    Downloading http://linux.rz.rub.de/archlinux/extra/ … 4/extra.db
    Starting.....Creating the thread that gets info about file..
    Connecting to linux.rz.rub.de
    Sending HTTP request
    Successfully got info
    File Size = 1417 Kb
    RESUME supported
    Got DL succesfully, now renaming fileA 00:00           
    Renaming file extra.db .....
    All Done.
    Downloading http://linux.rz.rub.de/archlinux/extra/ … tra.db.sig
    Starting.....Creating the thread that gets info about file..
    Connecting to linux.rz.rub.de
    Sending HTTP request
    File not found!
    The URL http://linux.rz.rub.de/archlinux/extra/ … tra.db.sig doesnt exist!
    Downloading http://linux.rz.rub.de/archlinux/commun … mmunity.db
    Starting.....Creating the thread that gets info about file..
    Connecting to linux.rz.rub.de
    Sending HTTP request
    Successfully got info
    File Size = 1910 Kb
    RESUME supported
    Got DL succesfully, now renaming fileA 00:00           
    Renaming file community.db .....
    All Done.
    Downloading http://linux.rz.rub.de/archlinux/commun … ity.db.sig
    Starting.....Creating the thread that gets info about file..
    Connecting to linux.rz.rub.de
    Sending HTTP request
    File not found!
    The URL http://linux.rz.rub.de/archlinux/commun … ity.db.sig doesnt exist!
    Downloading http://linux.rz.rub.de/archlinux/multil … ultilib.db
    Starting.....Creating the thread that gets info about file..
    Connecting to linux.rz.rub.de
    Sending HTTP request
    Successfully got info
    File Size = 98 Kb
    RESUME supported
    Got DL succesfully, now renaming file:00           
    Renaming file multilib.db .....
    All Done.
    Downloading http://linux.rz.rub.de/archlinux/multil … lib.db.sig
    Starting.....Creating the thread that gets info about file..
    Connecting to linux.rz.rub.de
    Sending HTTP request
    File not found!
    The URL http://linux.rz.rub.de/archlinux/multil … lib.db.sig doesnt exist!
    Is there any modification of this XferCommand so that it understand that

    pacman uses the Last-Modified header in the response headers compared to the mtime of the DB file to determine when a repo is "up to date". You'll need to find the equivalent flag in prozilla to abort the transfer on this condition if you want similar behavior.

  • Re: Qosmio x770-136 - How to watch movies in 3D using VLC player

    Hi
    I've just got a Qosmio X770-136 laptop.
    How do i work the 3d?
    I've got downloaded movies to play through VLC.
    Am i right in thinking the laptop changes them over to 3D?
    Mine doesnt seem to be working?

    Hi proudmama
    Just one question: did you take a look into the user manual preinstalled on your notebook?
    Do this there are details and interesting information how to watch 3D.
    First of all you have to use an Toshiba Video player if you want to play the 3D video continent or 2D video content from a DVD of video file.
    The 2D content could be converted using realtime 2Dto3D conversion.
    The Toshiba video player is set to 2D format by default by pressing 2Dto3D button, the conversion would be enabled and you could watch 2D content in 3D.
    If you want to watch 3D Blue-ray, you have to use the WinDVD BD for Toshiba

  • How to make a function return number(10,0) data type (ORACLE 10g)?

    With 10g, how to make a function return number(10,0) data type?
    here is the function, it returns a number type :
    create or replace FUNCTION Get_portfolio_Id3 (p_HistObjTable In Varchar2,p_LHISTOBJID IN NUMBER) RETURN view_cpu_STD_Asset.LPORTFOLIOITEMID%Type IS
    v_Id view_cpu_STD_Asset.LPORTFOLIOITEMID%Type;
    BEGIN
    If p_HistObjTable ='amPortfolio'
    then v_Id:=p_LHISTOBJID ;
    elsIf p_HistObjTable = 'amComputer' then
    select litemid into v_Id from smcdba.amComputer c where c.LCOMPUTERID=p_LHISTOBJID ;
    else v_Id:=-99;
    End If;
    RETURN v_Id;
    END Get_portfolio_Id3;
    Thanks.
    Message was edited by:
    user631701

    create or replace FUNCTION Get_portfolio_Id3 (p_HistObjTable In Varchar2,p_LHISTOBJID IN NUMBER) RETURN view_cpu_STD_Asset.LPORTFOLIOITEMID%Type IS
    v_Id view_cpu_STD_Asset.LPORTFOLIOITEMID%Type;
    BEGIN
    If p_HistObjTable ='amPortfolio'
    then v_Id:=p_LHISTOBJID ;
    elsIf p_HistObjTable = 'amComputer' then
    select litemid into v_Id from smcdba.amComputer c where c.LCOMPUTERID=p_LHISTOBJID ;
    else v_Id:=-99;
    End If;
    RETURN round(v_Id);
    END Get_portfolio_Id3;

  • Qosmio X770-13G - Slow WLan internet connection

    Dear all,
    I just bought a Qosmio X770-13G with Windows 7.
    WIFI data transfer is very slow, even when using a high speed AP (tried it on more than one location) and after disabling the anti-virus program.
    Using the Config Free program shows 6Mbps second download speed but even downloading a 4 Mb PDF file takes several minutes.
    Updating the BIOS software and the WLAN driver did not help.
    Does anybody have the same experience?
    Thanks in advance,
    John

    Yes, it does. And a new development yesterday evening shed new light on this problem: In addition to using a couple of known AP's I tried connecting to new AP's. Result: a data transfer speed as expected. So it seems I dont have to look into faulty hardware but into connection problems with certain AP's. I guess my original problem (suspicion of faulty hardware) is no longer an issue. Thanks for the reply.
    John

Maybe you are looking for

  • Backing up and restoring

    First of all... props to Apple, getting your old computer screen back on a new machine is quick and painless. My first MacBook was defective so I copied the HD using Super Duper. Then on the new Mac I booted using the external copy of the drive, and

  • How do I verify my Apple ID account?

    Please help , getting very frustrated now. ive set up my new Apple ID and verified it on my email address on "gmail"  I went to buy an app and it's coming up that I haven't verified my account ? So I clicked "resend verification" but then I get no em

  • How to find out if a script is ran, or dot-sourced?

    This came up in a little thing I was working on... I'd like to be able to detect if a script is being ran "cold", or if it's being dot-sourced. I've had a good search but no luck so far. eg, if a script can detect whether it's being ran as .\myscript

  • My Satellite C50D-A022 won't play DVDs

    I just got my toshiba and i was watching a dvd on it, mid way through viewing the movie toshiba video player froze and then stopped playing. I now cannot even open the video player and am unable to play any dvd at all on the computer. PLEASE help!

  • Lightroom Resizing of Photos for PrE Pan and Zoom

    Not knowing better, I tried my first PrE slide show project with huge RAW stills.  It worked without crashing or stalling.  For a year I've been learning and practiceing with Lightroom and like it a lot.  It has a very convient risizing tool.  I'm co