Login with password and screen zooms to maximum size

This just started happening.  Startup my Quad Core 2.66, with 10.6.8 (all SW updates), login, and screen zooms to maximum zoom with giant cursor in the middle. The only easy way get it back down to normal res is to do command+esc to get to Front Row, and then hit esc.
What the heck is going on?

Really appreciate this. What on Earth was Apple thinking when they enabled this as default and why did this suddenly reoccur? (Vaguely remember this happening a year or so ago).

Similar Messages

  • Updated iphone 5 to iOS 6.1.3, now trouble with keyboard not responding correctly and screen zooming in by itself...

    updated iphone 5 to iOS 6.1.3, now I am having trouble with keyboard not responding correctly and screen zooming in by itself...
    Buttons pressing themself...
    Also, my main screen is permanently zoomed in...
    suggestions?

    Double tap the screen with THREE fingers, that should get it back to normal again.
    Then go into Settings > General > Accessibility > Zoom > OFF.
    Not too sure about the keyboard and random button presses though.  Back it up and restore from iTunes, see if that fixes it.

  • Cant login with sap* and pass

    Hi,
    I created a new entry in SCC4 for new client 100 in nw2004s and now i saved them and tried to login with 100 client sap* and password as pass, but i am not able to login with this default password for client copy.

    Surya,
    In NW2004s by default the "automatic" SAP* user is not created.  This is controlled by a parameter setting in the profile, which you can edit with RZ10.  Open the instance profile, create parameter "login/no_automatic_user_sapstar" and set the value to 0.  Save and activate the profile, restart your system, and now you'll be able to login with SAP* and pass.
    After you finish the client copy, you may want to deactivate this parameter again, for security.
    --Matt

  • Encrypt sensitive with password and calling sub pkgs

    Hi we run 2012 enterprise and r introducing a db2 connection that "allows saving password".
    We run from the file system (not the catalog) and face a challenge.
    The default prot level on the SUB PACKAGE that has the db2 connection (only such connection right now) prevents our prod credentials from making the connection because its a different user than the one that created the sub pkg.
    Encrypt sensitive with password seems a more strategic alternative but I dont know if the param (I think its called "decrypt") on the dtexec command line that allows passing a password at run time applies to just the parent pkg or all subs also.
    I dont want to delay validation.  I wouldnt even mind changing the xml connection string (by entering pswd in whatever syntax is necessary) using notepad but dont know what issues that will cause.
    I wouldnt mind having someone logon and "re" save  the pkg using the credentials of our prod userid and choosing the default prot level instead.
    I also wonder if none of the other pkgs (including master) dont have any sensitive data, can their prot level defaults be left alone?
    Can the community comment?

    If you are having sensitive info (passwords for conn strings etc) in our packages, the best way is to change the protection level to "encrypt sensitive with password" and then provide the password.
    When we schedule a job or exec the parent package, the child packages are called automatically.
    Thanks, hsbal

  • How to make login with instagram and ContinueWebAuthentication

    hello im make an application where user get login with facebook and instagram and get all his data into the app all photo .
    i have created facebook login using facebook api  FacebookClient but i cant find any thing like this for instagram ....i have start coding for this u get instagram login page but after that i dont understand how get access token and user data ....
    private void BtnInstagram_Click(object sender, RoutedEventArgs e)
    string startUrl = "https://instagram.com/oauth/authorize/?client_id=" + "MYAPP ID "+ "&redirect_uri=http://none&response_type=token";
    string endUrl = "http://none";
    Uri startUri = new System.Uri(startUrl);
    Uri endUri = new System.Uri(endUrl);
    WebAuthenticationBroker.AuthenticateAndContinue(startUri, endUri);
    public void ContinueWebAuthentication(WebAuthenticationBrokerContinuationEventArgs args)
    WebAuthenticationResult result = args.WebAuthenticationResult;
    if (result.ResponseStatus == WebAuthenticationStatus.Success)
    // what code should be added here ??

    Hi,
    Have a look at this Sample App for getting Auth Token from Instagram in windows phone app. 
    Also read the api documentation for more details from
    here.
    Pradeep AJ

  • HT4061 i've blocked iphone 5 with password, and now it says that is not the correct one. how can i unlock it? or restore it?

    i've blocked iphone 5 with password, and now it says that is not the correct one. how can i unlock it? or restore it?

    Hi there itiago,
    I would recommend that you take a look at the article below for more information on forgotten passcodes in iOS.
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/HT1212
    Hope that helps,
    Griff W.

  • I can login with password, but then it wont unlock anything

    So yeah. recently restored OS X onto a new hard drive, and set the password for my account. Set it up under System Preferences>Security to require a password when waking up. All was well until the next time the computer went into screen saver, and I tried to wake it.
    The password doesn't work, and I have to hard cut off my computer so that I can get back to the login screen to type the same password and log into the account.
    I then tried to change my password for the account under System Preferences>Accounts but then I noticed that I can-t unlock the little lock thing in the corner, because the password doesn't work.
    So I put in my install disc and reset the account password. Went and logged in. Still can't unlock anything. All I can do with the account password is simply log in from the log in screen.
    So then I tried deleting the login keychain and restarting my computer.
    No difference.
    Oh, and I also reset the administrator account while I was on the install disc. Made the password a little different, and tried it. Didn't work.
    So basically, what the heck do I do to change the password so I can actually use my computer?

    You know hopefully the issue is resolved, agreed, but if not reset you default keychain. Sounds intense but http://support.apple.com/kb/TS1544 will make short work of it. it will reset your keychain obviously, and you will have to reenter a few passwords (mail, etc) but it will use your newly created admin password to make the new keychain. Resolves a world of issues!

  • Cannot login with password containing non-ascii characters

    Hello,
    I have web application, form based login. UTF-8 is specified "everywhere".
    And it works, except for passwords.
    If user register itself with password containing non-ascii characters, it is correctly written in database, but when doing either programmatic login or normal form based login, if fails.
    If the password is only ascii, it works.
    Username of login could be ascii or non-ascii, it doesn't matter, both works.
    I'm using sun java application server 9.1.
    jdbc realm.
    I'm not using hashing passwords, just clean (now)
    I tried configure realm Charset: UTF8 as last chance, but it doesn't work either.
    The problem is only with non-ascii characters in password.
    Any help very appreciated
    Thanks a lot

    hi,
    I know all that, but that's not the case. My app uses preparedStatements, everything is properly configured, in all pages, utf-8 is going from user to db and back without any problems.
    The only problem is with password field. As I am using form based login, with jdbc realm configured (again, nicely working when only ascii characters), I have very little chance to do something bad through the login phase.
    I'm not talking about special characters, I'm talking about non-ascii characters, let's say - Chinese, arabish, Russian alphabet etc.
    When user registers (my code), the fields are properly written to db. I have checked that, trust me.
    But the Sun app server realm seems to have some problems with the password field.
    (realm uses jdbc connection to mysql, the url contains all extra parameters to be sure about utf8. there is nothing more what can be configured...)
    If I try other alphabet codes in login and ascii in password, it works. But soon, as I use other alphabet code also in password, it doesn't work anymore.
    My only idea is, that I could try MD5 to create ascii only characters (I hope it works that way) on the client with javascript and then set Digest to MD5 in realm configuration. But still, it seems very strange. The clear way storage should also function? (now set Digest to 'none')
    Is it a bug of Sun App Server?
    thanks

  • Login with id and pw

    I login with my id and pw to the web page http://www.mycomp.com/DATA/db/index.cfm?action=edit
    If I open another browser tab, I need to login with the same id and pw again.
    How to make my index.cfm keep track of the fact that I had already logged in?
    Any hint or related tutorial will be much appreciated.
    ColdFusion version is 6.1.
    I think I should do it with session variables so I am looking at:
    http://www.adobe.com/livedocs/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML /sharedVars5.htm
    The HTTP session is captured as follows:
    http://www.mycomp.com/DATA/db/index.cfm?action=act_proposal_edit
    POST /DATA/db/index.cfm?action=act_proposal_edit HTTP/1.1
    Host: www.mycomp.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Proxy-Connection: keep-alive
    Referer: http://www.mycomp.com/DATA/db/index.cfm?action=edit
    Cookie: pmycomp-id=198.103.196.130.1282935108536569; CFID=32002; CFTOKEN=56751797; __utma=163983085.57742683.1284751128.1284751128.1284751128.1; __utmc=163983085; __utmz=163983085.1284751128.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 59
    act=editProposal&Proposal_ID=928&Password=xyz12345&submit=Login
    HTTP/1.1 200 OK
    Date: Thu, 23 Sep 2010 13:38:41 GMT
    Server: Apache
    Content-Type: text/html;charset=iso-8859-1
    Transfer-Encoding: chunked
    http://www.mycomp.com/css/base-institution.css
    GET /css/base-institution.css HTTP/1.1
    Host: www.mycomp.com
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
    Accept: text/css,*/*;q=0.1
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://www.mycomp.com/DATA/db/index.cfm?action=act_proposal_edit
    Cookie: pmycomp-id=167.33.55.107.1281364460396256; __utma=214597780.1670341042.1281367441.1285182047.1285186388.34; __utmz=214597780.1285182047.33.12.utmcsr=www.mycomp.com|utmccn=(referral)|utmcmd=referral |utmcct=/DATA/db/index.cfm; JSESSIONID=F5E2381CF84FCA6E53ACAC9878A658DE; __utmc=214597780

    Take a look at the "Securing Applications" section of the CF docs.
    http://livedocs.adobe.com/coldfusion/6.1/htmldocs/appsecur.htm
    You may wish to use the CFLOGIN and related tags/functions to secure your site.

  • Conflict with passwords and app purchase

    suggestion and found a phone number for Navigon andI called the PHONE number (866-273-4271) and SPOKE to Britton.
    It seems that Apple has caused some addresses to switch there main ID position. For example my cox.net and Mac.com.
    1.  He had me go into " settings" on my iPhone 4S and down to "Store (iTunes)"   
    2.  Under settings -- Store -- at the bottom is:  " Apple ID: [email protected]  
    Mine said mac.com  and it should have said:  cox.net. Somehow that was changed and NOT by me.
    3.  He had me tap the address and it brought me to the screen that included options such as:  Sign Out. This allowed me to change back to cox.net. I still have two different accounts with iTunes and two different passwords. This problem started when Apple said I needed to strengthen my password by using numbers, letters and CAPS. Up till that time, I had only one password and it worked on both accounts. Now I have two passwords as I said before. A new one for cox.net and the old original password for Mac.com.
    4.  After my iTunes Apple ID was changed back to cox.net I was able (after he had me delete the existing copy of Navigon on my computer), to go to my previous purchases on my Mac computer and download my original purchase made in 2009 ( under cox.net).
    This was an iTunes problem, not Navigon. iTunes should have been able to solve the problem. As I have said many times, this could have been solved on my first contact if we could have spoken to each other on the phone.
    This problem could happen to me again because I have purchased  apps under both accounts.

    Sorry, but I don't think there is a way to fix this. But I believe it only last 30 minutes, at most.

  • HT5621 I have 2 email addresses ( 1 mac. and 1 blueyonder.) with separate Apple IDs for each ( again 1 mac and 1 blueyonder). This has consistently given me problems with passwords and I would now like to combine them into one account to help overcome thi

    I have 2 email addresses (1 mac.and 1 blueyonder.) each with separate identities and passwords. I am forever getting asked to verify identity and/or passwords and having these refused and me then having to set up new ones. Can I combine my email addresses to a single Apple Identity and Password? If yes then How?
    Any help much appreciated as this is driving me crazy!

    Depending on what you're asking...
    There is no means to merge Apple IDs.  You can change the mail address assocaited with your Apple ID, so you might switch to using and purchasing from one email address, and using the second as a backup.  (There's no means to merge the purchases, and related baggage.)
    While I'm guessing this was about Apple IDs, for completeness...  Combining the mail messages involving multiple email addresses is separate from the Apple ID; that is usually done with some combination of notifying the senders or with the forwarding of messages from one mail server to the preferred server.  Or running multiple mail accounts in parallel, depending on what you are up to.

  • Adobe Photoshop Elements 7   - Comparison with Picasa and Canon Zoom Browser

    I have recently bought a new computer and connected it to a USB hard drive which contained all my photos and a copy of an Adobe Photoshop Elements (APE) 4 catalog which permitted me to run APE 4 directly from the USB drive. The new computer runs on Windows 7 with Adobe Photoshop Elements 7. When I attempted to open the old catalog, created in APE 4 APE 4, APE 7 needed to convert it. The converted catalog then needed to reconnect with files and this took hours because APE seems to be incapable of sorting this out automatically. On the other hand Picasa 3 dealt with the matter in minutes and Canon Zoom Browser dealt with it in seconds. Why is this? What are the advantages of using APE 7 over Picasa 3 or Canon Zoom Browser?

    John McQuade wrote:
    I avoid keeping photos on the C Drive of my computer because of adverse past experiences of losing data when problems arose and it was necessary to reinstall Windows. I prefer to use two separate hard disc drives connected to my computer using  USB ports so that I have all photos and catalogs on each drive. PSE catalogs appear to be drive letter specific so that a catalog created on one drive will not function if simply copied to the other. In PSE-4 I overcame this problem by opening the copied catalog and changing all references to drive letters. In PSE-7 I am unable to open the database and my goal is to find a quick and efficient way of modifying a copied catalog so that it functions on a drive different to the one on which the catalog was created.
    Finally, and at long last, a kindred spirit that won't keep photos on the OS drive. I was told as recently as >> yesterday << that my post about saving photos anyplace else but  "C:/" was "non-sequitur".
    Second, I'm sort of accustomed to "USB drive", as a synonym for "flash drive", and "Ext HDD" referring to an external HDD, (this makes sense, at least in my twisted individual perception), so accordingly, I apologize for my knee-jerk lecture about it.  (In hindsight, perhaps the only child in me is expecting too much also).
    I never use external HDDs, but rather install additional HDDs internally to accomplish the same net result. My sensibilities here are, they are quite a bit less expensive, they do the same job, and you don't have addional s*** laying all over the place.
    IMO, you are overthinking the database issue. I get to say that since I have no such ability to do so, and additionally, I have never been unable to reconnect a catalog other than within the normal Windows environment.
    Therefore, I suggest changing the drive letter(s) to that of the old drive(s), and remain in blisslful ignorance as to whether PSE-7 is using the SN# or Drive letter to do its "dirty work".
    As Mr. Ellis has pointed out, you're trying to do too many things at once. I'm going to suggest an "experimental" fix which is sort of backwards from Mr. Ellis', but retains the same spirit.
    Install PSE-4 on the NEW machine! Insert its catalog file into its (PSE-4) correct folder. This location can be found by "Help" > "System Info".
    Upon installation, PSE-4 will generate a new catalog, "My Catalog", therefore you must change the old catalog's name, (say "My Catalog 2"), to avoid a conflict.
    You might have to change the "compatibility" mode for PSE-4 several times, before PSE-7 will be able to follow the file path.
    As an additional note, since PSE-7 is technically, (according to Adobe), "incompatible", you can match its compatibility mode with PSE-4's, at the onset. After you have stabilized the system, change PSE-7's mode back to whatever works best.
    If you need any more info on these operations, please feel free to post back.
    I would like to add, that my PSE-7 in Windows 7 runs poorly in comparision with the same program in the XP environment. This seems not to be "typical", but IMO, worth mentioning.
    Please also bear in mind that you can paste the entire catalog file into the "Open Catalog" dialog box, and PSE will place in its folder for you...!
    Then, assuming the HDD letters are the same, it will reconnect "instantly", or in the case of a PSE-4 ".psa" cat file, PSE-7 will convert it, then open it instantly.
    As an afterthought, by changing the drive letters, then pasting the .psa file into the "Catalog Open" dialog box, you do not have to make any additional installations of PSE, nor muck about in any database.

  • Help with volume and screen rotation.

    Having trouble with volume and rotation. I have gone through the setting and made changes to lock screen and mute, but now it seems I have to choose between the two.  The switch on the side also is not working.  Any suggestions?

    1. If Side Switch is set to Mute, check to make sure it's not muted
    http://i1224.photobucket.com/albums/ee374/Diavonex/1237fb40.jpg
    2. Check the Volume buttons
    http://i1224.photobucket.com/albums/ee374/Diavonex/6a787edc3564e00c2ca6b70d4f236 e8b.jpg
    3. Double-click the Home button; swipe the Task Bar to the right. Check the Mute and Volume settings.
    http://i1224.photobucket.com/albums/ee374/Diavonex/acd1c239.jpg

  • How we will implement SAPUI5 Routing ? Provide Example with DataModel and Screen Shots

    Hi,
          I am working on Routing and have seen one example in Blog : SAPUI5 & Netweaver Gateway CodeJam Antwerp 
    which is good, but there is no clarity on data model and screen shots of the functionality.
    As i am working this Routing on high priority, Can you please provide example with all the details?
    Thanks,
    seshu

    I would say that that SAPUI5 & Netweaver Gateway CodeJam Antwerp is enough to understand how SAPUI5 Routing is working, to see functionality just copy/paste the code to correct place.
    Another option to see SAPUI5 routing functionality is to check SAPUI5 demokit 'sap.m.SplitApp' Demo Application
    when you select item from the menu, you can see that actually url is changed
    https://sapui5.netweaver.ondemand.com/sdk/test-resources/sap/m/demokit/splitapp/index.html#/mail/item1
    Please feel free to check the source of SplitApp.

  • Xfce4: Problems with Sound and Screen Locking on ASUS G53S

    Hello everyone,
    I recently installed Arch for the first time, and decided to use xfce4 for my desktop environment. Everything seems to work well after I followed the instructions given in the wiki, except for the sound and screen-locking functionality. Regarding the sound, I made sure that my user account is added to the audio group, and installed the gstreamer1.0-base-plugins and gstreamer1.0-good-plugins packages. The xfce4-mixer applet starts up without any warnings and recognizes the available devices, but I am still not able to hear any sound. The "Lock Screen" applet simply does nothing upon being clicked. Do you have any ideas as to what I should try in order to fix these problems?
    Thank you very much!

    To be able to lock the screen you have to install and configure a screen locker or screen saver, e.g. xscreensaver, slock, i3lock, maybe combined with  xautolock. When you use a screen locker and not xscreensaver, XFCE might not recognize it. Then create a symlink in /usr/local/bin/xflock4 or use a shellscript if you need to pass parameters.
    My configuration: xautolock with i3lock. /usr/local/bin/xflock4 is this executable shellscript:
    #!/bin/sh
    xautolock -locknow
    xautolock is started in the XFCE autostart with this commandline: xautolock -locker 'i3lock -d -i ~/Bilder/arch/arch-linux-lock.png'
    PS: If you like i3lock and need user switching capabilities, I can give you a patch where Ctrl-S calls a custom command (gdmflexiserver by default)
    Last edited by progandy (2012-06-17 14:19:12)

Maybe you are looking for

  • How to get the Status of an Idoc of successfully received in remote system

    Hi, I have created a report which post an idoc from system1 to remote SAP system2. But i want to get the final staus of posted idoc in system1 that the idoc posted was reached successfully to SAP system2  with status 53 only. Actually i need to show

  • VIs for using UNIX pipes?

    We're going to start working on an application that will eventually run on a UNIX machine, but in the meantime we'll develop on NT, which is what we're familiar with. One requirement is to communicate with another process through a UNIX pipe. Are the

  • Time and Date when saving a fillable form

    I have created an order form for my company and I am having problems with creating a java script that will put the Date and Time at the top of the form only when it is saved. How would I go about this I have tried a few different scripts with no avai

  • File name as an XML field

    Does anybody knows how to include the file name into an XML field. My scenario is  XML file to JDBC. I have to pass the filename as one of the table field.

  • Canon SX50 Raw and PSE 11

    I was told by Bradshaw, the online Adobe Chat Rep, that PSE 11 would fix the problem I have in PSE10 of editing Canon SX50 HS Raw files.  I also read on DPReview site that I could download and Install ACR 7.3 and it would fix the issue in PSE 11.  It