Can Tiger rotate display?

I have a monitor that can pivot, so that it is oriented as either landscape or portrait. However, it doesn't communicate to the CPU to tell it which way it's oriented (like the iPhone does).
Is there a way to instruct Tiger to rotate the pixel mapping 90 degrees so that on a pivoting screen, the orientation would be correct? (I'm a newspaper designer, so having a narrow, tall screen would be a huge plus.)

If it is supported by the monitor it shoud show up in your display preferences. I have an older HP monitor that has no choices when it comes up. My new widescreen Samsung monitor allows me to rotate it any way I want. As you said there are some circumstances where this is good.

Similar Messages

  • Rotate display?

    I just need a simple script to rotate my MAIN DISPLAY ONLY clockwise, and then another script to restore it to standard orientation.
    I found this great script which does most of what I want, but it does it to BOTH displays (I have two displays but I only want the main display rotated back and forth).
    Can anyone help me modify this script?
    Thanks,
    Hal
    -- Rotate Display on machines running OS X 10.4.x with ATI Radeon cards.
    -- This code is offered without any liability implied or explicit.
    -- Use it at your own risk.
    -- Copyright 2005, 2006 Conrad Albrecht-Buehler
    -- NOTE: UI Scripting must be enabled for this to work! Confirm that
    -- "Enable access for assistive devices" is checked in the
    -- Universal Access System Preference Pane
    -- v1.1.20060301 updated to handle displays with the same name.
    -- rotation occurs clockwise. To change to count-clockwise
    -- comment out the next line, and uncomment the second line
    --property rotationDirection : "clockwise"
    property rotationDirection : "counter-clockwise"
    -- this function gets a list of the display preferences windows.
    -- needed if you have more than one display that you want to
    -- rotate. Note: PowerBooks will not rotate their built-in
    -- LCDs with this script.
    on getDisplays()
    tell application "System Events"
    get properties
    tell process "System Preferences"
    set allDisplays to every window
    end tell
    end tell
    return allDisplays
    end getDisplays
    -- This function simply clicks the pop-up button that
    -- controls rotation, and selects the next in order
    -- (either clockwise or counter-clockwise)
    on setDisplay(thisDisplay)
    set rotatable to false
    tell application "System Events"
    get properties
    tell process "System Preferences"
    tell window thisDisplay
    tell tab group 1
    click radio button "Display"
    tell group 1
    try
    click pop up button 3
    tell pop up button 3
    repeat with i from 1 to 4
    if selected of menu item i of menu 1 is true then
    exit repeat
    end if
    end repeat
    if rotationDirection is equal to "counter-clockwise" then
    set rotateMenuItem to ((i mod 4) + 1)
    else
    set rotateMenuItem to ((i + 2) mod 4) + 1
    end if
    click menu item rotateMenuItem of menu 1
    end tell
    -- If "Standard" is selected, no confirmation dialog is displayed.
    if rotateMenuItem is not 1 then
    set rotatable to true
    end if
    on error
    log "Can't rotate display. It may be the laptop's built in display."
    end try
    end tell
    end tell
    end tell
    if rotatable then
    delay 10
    -- After rotation, for some reason the confirmation dialog is always in window 1.
    tell window 1
    tell sheet 1
    click button "Confirm"
    end tell
    end tell
    end if
    end tell
    end tell
    end setDisplay
    -- the "main" part of the script
    -- activate System Preferences
    tell application "System Preferences"
    activate
    set current pane to pane "com.apple.preference.displays"
    end tell
    -- get all the display preference pane windows
    -- and rotate each corresponding display
    set allDisplays to my getDisplays()
    repeat with i from 1 to length of allDisplays
    my setDisplay(i)
    end repeat
    -- quit system preferences
    tell application "System Preferences"
    quit
    end tell

    The easiest would be to change this:
    set allDisplays to my getDisplays()
    repeat with i from 1 to length of allDisplays
    my setDisplay(i)
    end repeat
    to this:
    set allDisplays to my getDisplays()
    my setDisplay(1)

  • In PSE 7, how can I rotate my video, which displays sideways, to vertical?

    How can I rotate my video which displays sideways to vertical in PSE 7?
    It's a waterfall, I filmed it vertically, but it displays horizontally. Full Edit doesn't work on film clips and the rotate option is greyed out.
    Thanks for any feedback.
    Kathryn

    PSE 7 is Ps Elements,  not Photoshop.  Try posting in the Photoshop Elements forum, as not many users here are familiar with Elements.
    http://forums.adobe.com/community/photoshop_elements?view=discussions

  • BBM display picture is blurry! Can not rotate and zoom. Update please

    Hi.. Please help me.. I just bought blackberry q10 but I really don't like how the BBM works. How to fix a blurry display picture on bbm? I'm using blackberry for a long time and I need to share and update my pictures to my family and my friends which are mostly live in another country... Please please fix it.... It can't rotate and zoom too... I tried all pictures to put on my display picture but still blur.. Even the picture I took from Q10 itself which is have 8mp but still blur too.. my friend asked me why my pictures always blur like i took pics with a bad quality camera.. It's not cool thank you before

    This seems to be an issue for some but not others and I haven't yet seen a resolution. It only happens with display pictures. If you send a picture via BBM it should work fine.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Can I rotate the keyboard display on my i phone 4s?

    Can I rotate the keyboard display on my 4s?

    This may not be very practicable for you, but I changed my language to French. That works.

  • Rotated Displays and Screen Resolution

    I have two displays (NEC 1740CX) connected to the 7300 in the Mac Pro by DVI. Both displays are rotated vertically.
    One is set for 270 deg rotation, the other for 90 deg rotation. The resolution for both displays is set to 600x800.
    But for some reason, the info is not remembered on reboot. One display usually comes up properly. The other comes up as an 800x600 screen (small of course, on the vertically rotated display). Sometimes it will flip flop -- and the good/incorrect displays will switch. Sometimes neither display will come up in the correct resolution. It behaves as though the display preferences aren't being saved properly.
    I don't know if this is an nVIDIA/driver problem, or something funky in OS X (10.4.10). But each time I boot up I have to go in and reset the display resolution on at least one of the two.
    Any ideas??
    You can see why I need this seemingly odd arrangement here: http://home.roadrunner.com/~nq5t/IMG_4348.jpg
    Thanks
    Mac Pro   Mac OS X (10.4.10)  

    Try resetting PRAM…
    http://docs.info.apple.com/article.html?artnum=2238

  • Rotate Display in Gnome on wayland

    So the question; is it currently possible to rotate displays in a (dual) display configuration under gnome via wayland?  It is clearly possible under xorg, via randr, but this results in horrible screen tearing on the rotated display when scrolling webpages.  Under wayland, there is no screen tearing (ever), so I think this might be a solution if I can get the screen rotated.  There are obviously many other benefits of wayland as well.  The settings are missing under the default screen utility for gnome, as well as under aranadr.  I am running radeon git drivers and have tested with both the EnablePageFlip and the new TearFree options for xorg to no avail.  Any suggestions?
    Thanks in advance

    bbarcher wrote:
    ooo wrote:
    bbarcher wrote:I don't see the wiki page even mention driver installation. What do I miss? I intend to start a minimum hassle Gnome on wayland session.
    Previously you had to install xwayland and vf86-video drivers patched for it. These days everything required is included in xorg-server 1.16, or rather its development snapshots.
    Could you tell me what is actually missing in current Arch?
    Actually you'll have to wait for Gnome 3.14 if you don't want anything from development snapshot. Because the code in 3.12 only supports the old xwayland (maybe the Gnome developers only cares the stability in Fedora), the code for the Xwayland DDX in Xorg 1.16 has been added in Gnome 3.13 series and will be released with 3.14.

  • How can i rotate foto in windows

    how can i rotate iphonefoto in windows after upload?

    If you mean "encrypted", the running Windows Media Player or Windows Media
    Center IN a window and not full screen may allow you to take a screen shot of
    the desktop in its entirety. That can be cropped to just the content wanted.
    Here is an example
    http://digitalmediaphile.com/content/binary/LookslikeNetflixMCEHDisRollingOut_5E2C/netflixMCEHDsm.jpg
    On Sun, 27 Nov 2011 22:31:05 +0000, Laurent Gébeau [MToo] [MVP] wrote:
    >
    >
    >Carefull : if the video is displayed by a video card accelerator (acquisition card for exemple) then it won't work.
    >
    >Screen capture only works for "windows content", not video incrusted signal.
    >
    >
    >Laurent Gébeau
    http://www.toutwindows.com
    http://twitter.com/mtoo
    Barb Bowman
    http://www.digitalmediaphile.com

  • Rotate Display with Nvidia 6600

    can I rotate my display 90 degrees?
    I have a Nvidia 6600
    THanks

    I have an Powermac G5 Quad with GeForce 6600.
    I'm not able to rotate the screen of any display. But on older G5 Macs 2.0 Dual with ATI graphicscard I saw the rotate-button in the preferences. (Normal CRT-Displays were used)
    Why is this feature only available with ATI graphic cards???
    Does anyone know?
    Thanks

  • Can tiger be loaded onto a G-3??

    Can Tiger be loaded onto an i-Mac G-3

    You also must use the retail Tiger DVD which looks like *. Using a system specific, drop-in-dvd, or update/upgrade DVD will not work on an iMac G3.
    If the iMac G3 has not had at least Mac OS X 10.2 installed on it first, it may not have an up to date firmware, and you should install that first while booted on the hard drive into Mac OS 9. Instructions for downloading and installing the firmware are here:
    http://docs.info.apple.com/article.html?artnum=86117
    If the firmware is not up to date when you attempt to boot off 10.2 or later, you will likely permanently darken your display so that it no longer shows.
    - * Images hosted on my website may give me compensation.

  • MRP group field can not be displayed in MRP1 view

    Hi all
    MRP group field can not be displayed in MRP1 view
    please guide me
    thx

    Hi avinash
    consulte your MM guy material master screen group and selection is done by MM guys in general. There they can do setting for this.
    Also why you need MRP group. If it is maintained. It should be done properly otherwise it will create lot of problems.
    Regards
    J . Saravan

  • Page can not be Displayed in EBS R12 64bit - OEL 5.4 64bit

    Hi Hussein,
    I have just installed EBS R12 (12.0.4) 64 bit on OEL 5.4 64bit, for our new client.
    The installation was successfull in general, but as usual I hit with this "Page Can Not Be Displayed" error and the client side ie browser.
    I can startup and shutdown the DbTier with status "0".
    I can startup and shutdown the AppsTier with status "0" (well it shows this overall status at the end, but I see some error with "OHS")
    This the sample log of the AppsTier:
    [applprod1@rdbms2 ~]$ ./startAPP
    You are running adstrtal.sh version 120.13.12000000.3
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adopmnctl.sh start
    script returned:
    You are running adopmnctl.sh version 120.4.12000000.3
    Starting Oracle Process Manager (OPMN) ...
    opmnctl: opmn started.
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/app                                             l/admin/log/adopmnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adapcctl.sh start
    script returned:
    You are running adapcctl.sh version 120.6.12000000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rdbms2.ficsd.com:6200
        0 of 1 processes started.
    ias-instance id=VIS_rdbms2.rdbms2.ficsd.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
        HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=399901443,pid=2395)
        failed to start a managed process after the maximum retry limit
        Log:
        /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ora/10.1.3/opmn/HTTP_Server~1
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl                                             /admin/log/adapcctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adoacorectl.sh start
    script returned:
    You are running adoacorectl.sh version 120.11.12000000.2
    Starting OPMN managed OACORE OC4J instance  ...
    adoacorectl.sh: exiting with status 0
    adoacorectl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/a                                             ppl/admin/log/adoacorectl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adformsctl.sh start
    script returned:
    You are running adformsctl.sh  version 120.12.12000000.3
    Starting OPMN managed FORMS OC4J instance  ...
    adformsctl.sh: exiting with status 0
    adformsctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ap                                             pl/admin/log/adformsctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adoafmctl.sh start
    script returned:
    You are running adoafmctl.sh version 120.6.12000000.2
    Starting OPMN managed OAFM OC4J instance  ...
    adoafmctl.sh: exiting with status 0
    adoafmctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adoafmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adalnctl.sh start
    script returned:
    adalnctl.sh version 120.3
    Checking for FNDFS executable.
    Starting listener process APPS_VIS.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adalnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/adcmctl.sh start
    script returned:
    You are running adcmctl.sh version 120.14
    Starting concurrent manager for VIS ...
    Starting VIS_1001@VIS Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adcmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/admin/scripts/jtffmctl.sh start
    script returned:
    You are running jtffmctl.sh version 120.3
    Validating Fulfillment patch level via /u02/applprod1/VIS/apps/apps_st/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for VIS on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services for this node are started.
    adstrtal.sh: Exiting with status 0
    adstrtal.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adstrtal.log for more information ...As you can see, the last had overall status code "0"
    But there is this error:
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn is already running.
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rdbms2.ficsd.com:6200
    0 of 1 processes started.
    ias-instance id=VIS_rdbms2.rdbms2.ficsd.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=399901443,pid=2395)
    failed to start a managed process after the maximum retry limit
    Log:
    /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/ora/10.1.3/opmn/HTTP_Server~1
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u02/applprod1/VIS/inst/apps/VIS_rdbms2/logs/appl/admin/log/adapcctl.txt for more information ...
    But it says status 0 too, does this cause the "web page can not be displayed"?
    Please Help........................
    Thanks a lot in advance

    Did you remove the lock files as suggested before?Not yet, I am not at the client right now, I will go there tomorrow morning. I am just practising here in our office test instance :)
    The access log file has:
    127.0.0.1 - - [01/Oct/2009:21:57:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:57:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:58:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:21:59:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:20 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:00:40 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    127.0.0.1 - - [01/Oct/2009:22:01:00 +0800] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"And the error log file:
    [Thu Oct  1 08:42:44 2009] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Thu Oct  1 08:42:44 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Oct  1 08:50:51 2009] [warn] [client 192.168.1.170] oc4j_socket_recvfull timed out
    [Thu Oct  1 08:50:51 2009] [error] [client 192.168.1.170] [ecid: 1254357949:192.168.1.170:24084:0:3,0] mod_oc4j: request to OC4J rel12.ebiztech.biz:21500 failed: Connect failed
    [Thu Oct  1 09:28:40 2009] [notice] Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Thu Oct  1 09:28:40 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Thu Oct  1 09:29:58 2009] [error] [client 192.168.1.100] [ecid: 1254360598:192.168.1.170:27679:0:2,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:22 2009] [error] [client 192.168.1.101] [ecid: 1254361882:192.168.1.170:27679:0:11,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:26 2009] [error] [client 192.168.1.101] [ecid: 1254361886:192.168.1.170:28180:0:13,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:51:43 2009] [error] [client 192.168.1.101] [ecid: 1254361903:192.168.1.170:28256:0:17,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 09:52:55 2009] [error] [client 192.168.1.101] [ecid: 1254361975:192.168.1.170:27678:0:17,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 11:40:43 2009] [error] [client 192.168.1.101] [ecid: 1254368443:192.168.1.170:28256:0:53,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 12:08:25 2009] [error] [client 192.168.1.101] [ecid: 1254370105:192.168.1.170:28256:0:66,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 12:08:28 2009] [error] [client 192.168.1.101] [ecid: 1254370108:192.168.1.170:27677:0:59,0] File does not exist: /u01/applr1211/VIS/inst/apps/VIS_rel12/portal/favicon.ico
    [Thu Oct  1 13:05:48 2009] [error] [client 192.168.1.101] [ecid: 1254373548:192.168.1.170:28179:0:127,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:226,0] Directory index forbidden by rule: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:227,0] File does not exist: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Thu Oct  1 13:06:56 2009] [error] [client 192.168.1.101] [ecid: 1254373616:192.168.1.170:28178:0:228,0] File does not exist: /u01/applr1211/VIS/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gifThe above error normal? Its just my test instance and the users seem have no problem? or I am just not aware of.
    Thanks

  • Sale order no . can not be displayed in md04

    HI ALL
    sale order no . can not be displayed in md04
    Surendra

    Hi
    What ever line items displayed in MD04 are relevent for MRP.
    If yoursales order is not displayed , it is not relevent for MRP. Pl. coordinate with your SD collegue for configuration of sales order .In that pl. chk schedule line category.
    Pl. chk these items.
    Regards
    YMREDDY

  • I am unable to open encrypted emails using webmail and a CAC reader.  It says "content can't be displayed because the S/MIME control isn't available."  I'm using a Macbook Pro with 10.10 OS and have tried both Safari and Chrome.

    I am using a Macbook Pro with OS X Yosemite 10.10.2.  I am unable to open encrypted emails using webmail.  I have verified my certificates are loaded in the keychain for my military common access card while using a CAC reader.  When I try to view the message it gives me the error saying "content can't be displayed because the S/MIME control isn't available." 

    I am using a Macbook Pro with OS X Yosemite 10.10.2.  I am unable to open encrypted emails using webmail.  I have verified my certificates are loaded in the keychain for my military common access card while using a CAC reader.  When I try to view the message it gives me the error saying "content can't be displayed because the S/MIME control isn't available." 

  • Xclock Error: Can't open display: - after upgrading to openSSH 5.2p1

    I have got two servers apssvrX and apssvrZ on OEL. Both were built by the same team using their standard build scripts.
    Having received the servers I had installed Oracle (ODI) product on it successfully.
    Then as a part of requirement and as per Oracle support's advise, I had upgraded the ssh version on apssvrX server from OpenSSH_4.3p2 To OpenSSH_5.2p1, so that, I can implement the chroot jailing.
    As per Oracle advise, I had downloaded the 3 RPMs from "_http://layer1.rack911.com/openssh/rhel5/x86_64/" to run them on my first server i.e., apssvrX and then configured the sshd services following the below steps:
    a) Modify /etc/ssh/sshd_config to comment the below line:
    #Subsystem sftp /usr/libexec/openssh/sftp-server
    b) Add below lines:
    Subsystem sftp internal-sftp
    Match Group sftponly
    ChrootDirectory %h
    X11Forwarding no
    AllowTcpForwarding no
    ForceCommand internal-sftp
    Then lastly, Restart sshd services complete the configuration
    # /etc/init.d/sshd restart
    apssvrX server current details are as below:
    apssvrX$ uname -a
    Linux apssvrX 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    apssvrX$ ssh -V
    OpenSSH_5.2p1, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
    My problems started from this point onwards. I want to install another Oracle product using OUI, but when I try to execute xclock using the Exceed HummingBird tool on apssvrX server then it fails with the error - (xclock) Error: Can't open display:
    I tried the DISPLAY variable setup as well but to no use.
    Whereas I can successfully execute the xclock on apssvrZ and OUI as well. Its config details are as below:
    apssvrZ$ uname -a
    Linux apssvrZ 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    apssvrZ$ ssh -V
    OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
    Please advise the way forward.

    Tried but still same error.
    Affected servers's sshd_config is as below:
    [root@apssvrX]# cat /etc/ssh/sshd_config
    # $OpenBSD: sshd_config,v 1.73 2005/12/06 22:38:28 reyk Exp $
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options change a
    # default value.
    #Port 22
    Protocol 2
    Protocol 2
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 768
    # Logging
    # obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    SyslogFacility AUTHPRIV
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    PermitRootLogin without-password
    #StrictModes yes
    #MaxAuthTries 6
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    #AuthorizedKeysFile .ssh/authorized_keys
    # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    #PasswordAuthentication yes
    #PermitEmptyPasswords no
    PasswordAuthentication yes
    # Change to no to disable s/key passwords
    #ChallengeResponseAuthentication yes
    ChallengeResponseAuthentication no
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIAuthentication no
    GSSAPIAuthentication yes
    #GSSAPICleanupCredentials yes
    GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication mechanism.
    # Depending on your PAM configuration, this may bypass the setting of
    # PasswordAuthentication, PermitEmptyPasswords, and
    # "PermitRootLogin without-password". If you just want the PAM account and
    # session checks to run without PAM authentication, then enable this but set
    # ChallengeResponseAuthentication=no
    #UsePAM no
    UsePAM yes
    # Accept locale-related environment variables
    AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
    AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
    AcceptEnv LC_IDENTIFICATION LC_ALL
    #AllowTcpForwarding yes
    #GatewayPorts no
    #X11Forwarding no
    X11Forwarding yes
    #X11DisplayOffset 10
    #X11UseLocalhost yes
    #PrintMotd yes
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    #UsePrivilegeSeparation yes
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #ShowPatchLevel no
    #UseDNS yes
    #PidFile /var/run/sshd.pid
    #MaxStartups 10
    #PermitTunnel no
    # no default banner path
    #Banner /some/path
    # override default of no subsystems
    Subsystem sftp /usr/libexec/openssh/sftp-server
    ## Commented the sftp jailing configuration
    ##Subsystem sftp internal-sftp
    ##Match Group sftponly
    ## ChrootDirectory %h
    ## X11Forwarding no
    ## AllowTcpForwarding no
    ## ForceCommand internal-sftp

Maybe you are looking for

  • Exporting to multiple PDF's from one report

    I have a requirement to create multiple PDF's from one report. My thought is that I can I can create a foreach loop that cycles through one of my groups.  I would then like to have each file have the name of that group.  If anyone could help me on ho

  • Converting Array Objects into ArrayCollections

    Hi, I am facing problem with converting Array Objects into ArrayCollections. How can i convert Array Objects into ArrayCollections. If any one knows how can we do that Pl reply. Thanks in advance to all Regards subbareddy.p

  • New ipod need to sync with macbook

    I cannot get this new iPod to talk to my Macbook HELP

  • IE 6 Problem

    Hi, Check this out... http://www.vojodesign.com/draft I am building this website that looks great in Safari and Firefox but looks terrible in IE6 (I have not been able to try it in IE7 yet). The navigation looks totally screwed up and the descriptive

  • Can I text on my iPad outside of the United States?

    I currently own a iPad Mini. iPhone 4s & Mid 2012 MacBook Pro 15inch. I have all 3 connected so I can reply to text messages on either device.. but I am going to go on vacation to Mexico and I plan not to take my iPhone because I dont have a internat