Main screen is sideways

For some reason the main screen on an All-In-One pc has switched to sideways with the icons at the top which makes it difficult to view the screen or any programs. Any advice on how to correct the settings will be appreciated.
This question was solved.
View Solution.

Hi,
What is the Operating system of your computer. Please try
(a) Hold down Ctrl and Alt key then press one arrow hey (try right girst).
or
(b) Right click a blank space on desk top, click Personalize, Click Display, Click Adjust resolution and select rotate screen from there.
Regards.
BH
**Click the KUDOS thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Similar Messages

  • How can I move pictures from Finder to a folder on my main screen?

    I'm trying to put a bunch of photos that are currently in Finder into a folder on my main screen so I can drag them easily onto photo printing sites. How do I do that?
    Thanks!

    Thanks! But I have like 100 pictures………is there a way to do them as a group instead of individually?  I also want them in some sort of folder not just 100 individual photos all over the main screen. Is there a way to create that?

  • I have updated Firefox to 8.0.1 but the main screen still says " You're not on the latest version of Firefox. Upgrade today to get the best of the Web!" What is the problem?

    I downloaded Firefox Setup 8.0.1.exe from the website to my desktop and opened it as an administrator. The available choice (once opened) was to upgrade. When the process was complete my version of Firefox was identified as 8.0.1 but the main screen still said - "You're not on the latest version of Firefox. Upgrade today to get the best of the Web!"

    This - http://www.google.com/firefox - is the old Firefox Start Page used by the Firefox 3.6 and earlier versions of Firefox, I don't think it is being maintained.
    Starting with the Firefox 4 version, Firefox is using a "local" Start Page with the address of '''about:home'''. It looks similar to the old Start Page, but it isn't exactly the same.

  • How can I set up Cinema Display as a main screen and leave my macbook pro as a second screen instead?

    How can I set up Cinema Display as a main screen and leave my macbook pro as a second screen instead?

    I learned that the Dock is positioned at the chosen edge of whatever Display is positioned farthest to that side.  E.g. for the Dock to be positioned on the right side of the Cinema Display (instead of the right side of the MacBook), the Cinema Display must be oriented (by dragging) to the right of the MacBook monitor on the "Arrangement" tab of the Displays Preference Panel.

  • Wht is the tcode to include and report on the sap main screen?

    Hi all,
    What is the Tcode to include any program on sap main screen?
    like when we logon to the sap, it will display abap editor, etc.... i want to include one more item there, can anybody let me know how to do that?
    thanks

    I placed the cursor on desired node and select EDIT->INSERT MENU ENTRY->INSERT AS SUB NODE
    but it says node cannot be inserted at desired position.
    I tried with same level as well, but its not working.
    If i click on change nodes, its saying "changes nodes change be done through Enhancement ID"
    can suggestions?
    thanks

  • Until yesterday I have been happily using Viber on my Iphone 3.   suddenly stopped working. app wont open properly, returns to main screen. have deleted, rebooted , reinstalled but no change ?

    until yesterday i have been happily using Viber.  suddenly the App wont open properly,  tries to but times out and sends me back to
    the  main screen on my iphone 3.  i have tried deleting, rebooting and reinstalling but doesnt solve it.  after downloading again from
    i-tunes i fail to receive the access code.  push notifications are on, nothing has changed on my phone settings since it was working.
    can anyone throw any light on the problem ?

    Tap Settings > General > Reset > Reset All Settings
    Then restart your iPad.
    See if that makes a difference.

  • I cracked my screen. I want to use other monitor which I had one. I bought Apple Mini-DP to VGA adapter. It worked. It means I can see ADDITIONAL screen. However I want to use this monitor for the main screen. How can I do?? Please help.

    I cracked my screen. I want to use other monitor which I had one. I bought an Apple Mini-DP to VGA adapter. It worked. It means I can see ADDITIONAL screen. However I want to use this monitor for the main screen. How can I do?? Please help.

    You have the display set in Extended Desktop mode. The Menu Bar and Dock will be on the MacBook display and your background screen on the monitor. In System Preferences>Display on the MacBook screen there should be an Arrangement tab when you have the MacBook hooked up to the monitor and both screens working. When you click the Arrangement tab do you see two monitors side by side? One of them will have a Menu Bar at the top. Just click on the Menu Bar and drag it to the second monitor. That will make the second monitor your main screen. You can now use your MacBook in Clamshell Mode with a wired or Bluetooth keyboard and mouse.  http://support.apple.com/kb/HT3131 When you disconnect from the monitor your Menu Bar will automatically change back to the MacBook.

  • How do I get a "PLAY ALL" button on the main screen for iDVD?

    I spent a lot of time creating a DVD with pictures and music, and the main screen when I play the DVD shows all of the different scenes, but when I click on one of the scenes, it won't continue to the next one. I have to individually plan every scene in order to watch the whole DVD, rather than just clicking on the first scene and letting it play through. How do I make it so that I can either create another button that will play the whole DVD through or make it so that it continues to the next scene after the previous one is finished??

    You can't create a 'play all' button with iDVD. All your separate scenes are separate movies as far as iDVD is concerned. You need to assemble all you separate scenes into one movie in iMovie and then insert chapter markers if you want separate entry points.
    Apple's pro DVDSP does let you link movies to obtain a play all function.

  • My ipod touch is stuck on the restore picture and when i try and sync it to itunes i cant sync to itunes because i have a password on my ipod touch and i cant get to the main screen so how do i reset my ipod ?

    my ipod touch is stuck on the restore picture and when i try and sync it to itunes i cant sync to itunes because i have a password on my ipod touch and i cant get to the main screen so how do i reset my ipod ?

    Connecting in recovery mode will help: http://support.apple.com/kb/HT1808

  • Hiding a Complete Subscreen in a main Screen

    HI All,
             I have a req in which there is 5 subscreens present in one main screen. My issue is i want to hide a complete Subscreen based on 1checkbox present in that mainscreen itself.
    After checking that checkbox user will be pressing ENTER. After that i need to hide some of the subscreens.
    Thanks in advance,
    Shyam

    HI,
    You can check for the subscreen_area that you use to put the subscreen and in the PBO of the main screen you can avoid calling this subscreen or you can hide the subscreen area by making SCREEN-ACTIVE=0 for the subscreen area.
    For the check box you can set some fcode and in the PAI you can set some global flag which you need to check in PBO and then deactive the subscreen area.
    PAI module.
    if ok_code is <your check box>.
    if check_box = 'X'.
    global_flag = 'X'.
    else.
    clear global_flag.
    endif.
    PBO Module.
    if global_flag = 'X'.
    loop at screen.
    if screen-name = 'SUBSCREEN_AREA'.
    screen-active= 0.
    modify screen.
    endloop.
    endif.
    Regards,
    Sesh

  • How do I get back to main screen after looking at Downloads?

    This such a dumb question, but I've forgotten how to get back to the main screen after looking at downloads.

    Close the Download Tab or Window(If you are using some addon) or only change the tab:
    *[https://support.mozilla.org/en-US/kb/tabs-organize-websites-single-window Use tabs to organize lots of websites in a single window]
    About downloads:
    *[https://support.mozilla.org/en-US/kb/find-and-manage-downloaded-files Find and manage downloaded files]

  • Can I disable "Slide to Call" from main screen?  Forced to take call on accidental swipe

    I have an iPhone 4s with iOS7 and I seriously do not like the "Slide to Call" feature from the main screen and would like to disable it.  I would still like to see notifications on the home screen.  I have accidentally swiped a call amongst other notifications and NO FUNCTION BUTTONS POP UP TO LET ME CANCEL THE CALL!.  Seriously.  A blank screen.  I make an accidental swipe and now have to talk to someone I didn't want to talk to at the time.
    Let me better describe the situation.
    The 4s phone was locked.  I had received a call and a text which were displayed on the home screen.  I attempted to swipe the text, but hit the call.  NO BUTTON, I had a blank screen and the call was going off in the 4s ear piece.  I had to take the call or look totally stupid.  I was just so angry that there was no way for me to end the call.  In the second after the connection was made, after having held it to my ear and moved it away a few times, the buttons (End, speaker, etc) finally appeared. 

    You can always press the Sleep/Wake button.
    If you have the iPhone ear-phones on, you can press the the remote button also.

  • HT4847 i have done a factory restore on  my ipad. i backed everything up but some of my apps are not up. i did however find them in the manage storage under my device. is there a way to restore the app back to my main screen?

    I am trying to get a certain app back on my main screen from the manage storage section of my ipad. Does anyone know how to do that?

    Solve my own problem!!!!!!!!!!!!!

  • How to add a Custom field in the Standard SAP Sales Order main screen

    Dear Experts,
    We have a requirement of adding a Custom field in the Sales Order screen. I know how to add the Customer field in the Additional data B tab of the Sales Order Header Screen as that is the screen user exit provided by SAP. Can someone tell me how to add the Custom field in the Sales Order main screen. Program Name - SAPMV45A and Screen Number - 4001. What is all I need to take care.
    Thanks,
    SNK.

    I have not added the Custom filed in the main screen and added in the Additional data B screen. So closing the message.

  • Unable to sync contacts, keep saying 'ipad already using contacts'.  When I open contacts app it opens for fraction of secs and goes back to main screen. any ideas?

    Unable to sync contacts, keep saying 'ipad already using contacts'.  When I open contacts app it opens for fraction of secs and goes back to main screen. any ideas?

    Sorry for double post, doesnt seem to be an edit option, this also works both ways.

Maybe you are looking for

  • Where to set lock while loading master data attributes

    Hello Experts, I have two different datasources from ECC which loads into 0CUST_SALES attributes. I'm using two different DTP & transformation which are loading data in the this infoobject attributes. When i try to load data, the DTP fails with an er

  • HELP!!!! Imovie is not allowing me to add any transitions, audio, or titles

    HELP!!!! Imovie is not allowing me to add any transitions, audio, or titles. How can I fix this? I have tried to drag them in between my scenes and it bounces back where it came from.

  • Unable to get Adobe Reader to open.

    I am unable to get Adobe Reader to open. I am on Windows XP, SP3 and I have tried with Adobe Reader 9, 10, and 11. When I try opening a PDF file, if I look in the Task Manager, the AcroRd32.exe process will appear, however nothing shows up under the

  • Advice about choosing Domain Name for AD

    Before starting this theard I already read article of Ace Fekay about choosing domain name. And this theard : Choosing AD domain name (cant post link) I want to setup server with AD so I can easy deploy programs, settings and use one place for user a

  • VL02N, system status EDEL is active(EQU 10006188)

    My user was receiving the RMA and performed VL02N and used the same serialized  SAP batch # , system threw the above error message " system status EDEL is active(EQU 10006188)" To troubleshoot this issue I was trying to replicate the error with the u