Setting screen resolution in OpenBoot

I just got a new LCD KVM switch just will not support the default Screen Resolution in Openboot(1152x900?)
I entered this command
ok setenv output-device screen:r1024x768x60
output-device = screen:r1024x768x60
ok reset-all
But the setting just doesn't seem to register as the system stil boots up with the default resolution.
I'm using a Sun clone from Donovan with an UltraSPARC-IIi with Openboot version 3.14.0.
Am I doing anything wrong?

Well I tried the command on an Ultra60 Creator3D workstation and it seem to work just fine. I guess its the onboard graphics of the Donovan workstation thats giving me the problem. So it's a different issue.

Similar Messages

  • How to set screen resolution on Apple TV Gen2

    This is my first bad out of the box experience with an Apple product. I got my brand new Apple TV Gen 2 and hooked it up to our Sony Receiver/TV.
    Plugged everything in. Turned it on and I got the screen but am not able to change resolution. With the current resolution I can not see all the menus and the display does not fit on the 40" display.
    Tried unplugging.
    Tried doing a reset.
    Tried holding the Menu & Down arrow
    Tried looking through the menus, such as Settings, Video & Audio but can't find anything on setting screen resolution
    Tried searching this forum for instructions for changing resolution
    Much appreciation in advance for any tips or magic tricks on setting screen resolution.

    i also have this problem. i had a long discussion with apple support and the result was that apple tv 2 is not build for connecting it to a receiver but only to a up-to-date flat TV. i don´t know how i managed it to use the 720p resolution but as i had it i set the auto power to off and let it switched on all the time.
    after the update to 4.2.1 it had no chance to get it to 720p. it is locked to 1024x768 which is not the resolution i want to watch HD movies.
    but my setup is not a normal one. i have a onkyo AV receiver which is sending the HDMI signal over a HDMI splitter to an LCD screen and a HD beamer. the LCD screen is an old one which has no HDMI input, i use a HDMI to analog-component converter for this. the HDMI output of the onkyo is connected to a wireless HDMI system from marmitek.
    so its not so the ideal setting for apple tv. i hope that everything works fine if i have a new flat TV with a normal HDMI input.

  • Can't set screen resolution

    I have a Lenovo Yoga 2 Pro.  The native resolution is 3200x1800.  On archlinux (running latest Gnome3), I don't have the option to set the resolution to 1080p (1920x1080).  However, I do have this option on Ubuntu and it works perfectly.
    I have read https://wiki.archlinux.org/index.php/xr … esolutions and did what it says.  Here's my script to change the resolution:
    xrandr --newmode 1080p 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    xrandr --addmode eDP1 1080p
    xrandr --output eDP1 --mode 1080p
    gsettings set org.gnome.desktop.interface text-scaling-factor 1.0
    It worked for a while, but a few months ago, it stopped working.  When I run this script, the screen would blink twice, and go back to 3200x1800.  I ran the script with `journalctl -f` on, and here's what's in my logs:
    Mar 21 11:45:42 sargas gdm-Xorg-:0[303]: (II) intel(0): resizing framebuffer to 1920x1080
    Mar 21 11:45:42 sargas gdm-Xorg-:0[303]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    Mar 21 11:45:43 sargas gdm-Xorg-:0[303]: (II) intel(0): resizing framebuffer to 3200x1800
    Mar 21 11:45:43 sargas gdm-Xorg-:0[303]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    You can see it switched right back to 3200x1800.  I don't see any information in other logs such as the X logs.  Any idea how I go about debugging it?  I know it's a supported resolution since I can change to it under Ubuntu and it used to work under Arch.
    Thanks in advance!

    My sysadmin skills are rusty. I'm not sure how to see how it was mounted. I selected it from the vm's Devices menu and it gets mounted under /media.
    -r-xr-xr-x 1 pnosko root 2825675 Jun 25 10:00 VBoxLinuxAdditions-x86.run
    [root@oracle11gr2 VBOXADDITIONS_3.2.6_63112]# head -5 V*86.run
    #!/bin/sh
    # This script was generated using Makeself 2.1.5
    CRCsum="323821212"
    MD5="27c56ae5150d4947b538ddc6e66a0b19"
    It is executable, and I believe a ./VBoxLinuxAdditions-x86.run runs it, and yes, by "points to" I meant the first line in the script. So I'm not sure why I have to invoke it as */bin/sh* ./VBoxLinuxAdditions-x86.run to get it to run successfully.
    I'm obviously beyond this, but if you have an answer it would satisfy a bit of curiosity.
    After installing the additions, I can still only run at 1600x1200. I can live with this. I suspect it's a VirtualBox limitation since I can only give 128mb to video memory. After the GUI oracle11g database install, ssh is all I need anyway.
    Thanks all.

  • [Solved] Set Screen Resolution in Openbox

    Is there a utility to set the screen resolution in Openbox?
    Last edited by Wintervenom (2008-09-26 07:43:03)

    You can make an Openbox submenu with various xrandr settings.
    Like so:
    <menu id="res-menu" label="Resolution">
    <separator label="Resolution"/>
    <item label="1280x1024">
    <action name="Execute">
    <execute>
    xrandr -s 1280x1024
    </execute>
    </action>
    </item>
    <item label="1024x768">
    <action name="Execute">
    <execute>
    xrandr -s 1024x768
    </execute>
    </action>
    </item>
    <item label="800x600">
    <action name="Execute">
    <execute>
    xrandr -s 800x600
    </execute>
    </action>
    </item>
    Of course, you need to have those modes defined in xorg.conf.
    Last edited by moljac024 (2008-09-26 00:06:37)

  • How to set screen resolution in BDC

    hi pls give info regarding how to set resolution for screen
    thank you
    Ravi

    hi,
    For screen resolution use ctu_params, with default size
    Data : f_option type ctu_params,
    f_option-updmode = 'S'.
    f_option-defsize = 'X'.
    f_option-dismode = 'N'.
    call transaction 'VA01' using bdcdata options from f_option messages into bdcerror.
    CALL TRANSACTION tcode... OPTIONS FROM opt
    ... OPTIONS FROM opt
    Effect
    Allows you to control processing using the values of the componetns of the structure opt, which must have the ABAP Dictionary type CTU_PARAMS. The components have the following meanings:
    DISMODE
    Display mode (like the MODE addition)
    UPDMODE
    Update mode (like the UPDATE addition)
    CATTMODE
    CATT mode (controls a CATT)
    CATT mode can have the following values:
    ' ' No CATT active
    'N' CATT without single-screen control
    'A' CATT with single-screen control
    DEFSIZE
    Use default window size
    RACOMMIT
    Do not end transaction at COMMIT WORK
    NOBINPT
    No batch input mode (that is, SY-BINPT = SPACE)
    NOBIEND
    No batch input mode after the end of BDC data.
    The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:
    'X' Yes
    ' ' No
    If you do not use the OPTIONS FROM addition, the following control parameter settings apply:
    DISMODE
    From addition MODE
    UPDMODE
    From addition UPDATE
    CATTMODE
    No CATT active
    DEFSIZE
    Do not use default window size
    RACOMMIT
    Successful end on COMMIT WORK
    NOBINPT
    Batch input mode active ( SY-BINPT = X
    NOBIEND
    Batch input mode remains active after the BDC data

  • How can set screen resolution on firefox , i know zoom in and out but i want set my broswer to my favorie levelof zoom

    hi
    how can set my firefox screen resolution ( i know zom in and zom out but when i restart my firefox , it chanaged to perviose level of zoom )

    In case you are using "Clear history when Firefox closes":
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords and website specific setting like the page zoom.
    Clearing cookies will remove all specified (selected) cookies including cookies with an allow exception.

  • Setting screen resolution on a retina MacBook Pro

    If I need my screen resolution to be 1920x1080, how do I set that in System Preferences>Displays?
    Thanks very much.

    well I found SwitchResX wich seems to not only give me the resolution in numbers it also gives me alot more control of the screen settings.

  • WPB help setting screen resolution

    Hi,
    Just started using WPB and discovered we need to change the screen resolution in our 30 installs of Instant Producer.
    I've changed the resolution setting in Producer and would like to upload the settings to Manager so the Instant Producer users can access it and download it to there computers. I've searched through the Producer guide, but unable to locate any instructions on how to do this. Is anyone familiar with the steps involved to change the settings in the Instant Producer installs.
    Thanks,
    Dave

    Search the forum using the keywords "screen resolution" would be a good place to start.

  • Dynamically set Screen Resolution...

    Hi All,
    Does anybody have an idea of whether its possible to set the screen resolution when starting an Java application and how you would go about doing it?

    Hi All,
    Does anybody have an idea of whether its possible to set the screen resolution when starting an Java application and how you would go about doing it?

  • 13" Cannot set screen resolution in Windows 7 to 1440 by 900

    Just finished installing BootCamp with Windows 7 Pro. For some reason the screen resolution in Windows display driver only goes up to 1200 not 1440 x 900. On MacOS it is obviously working fine. Any ideas?

    On my MacBook Air 11 with Windows 7 64 bit I experience an even worse situation: when ever trying to install a NVidia driver (also when following the mentioned instructions) the setup executable reports - after a check of system compatibility - that no compatible graphic hardware (=320m) could be found. Luckily at least MacOS X is aware of a NVidia 320m installed.
    Any Idea? Thanks

  • How do I set screen resolution?

    I need to check and reset screen resolution on my MacBook in order to connect it to a new TV.
    Thanks

    Use the Displays preferences in System Preferences.

  • Help modifying example that sets screen resolution programmatically

    Hello,
    I'm wondering if anyone could help modify the following example: http://www.ni.com/example/27650/en/. Currently, it sets different screen parameters (ie: resolution, pixel depth and refresh rate) for a default screen. I'd like to use it with two monitors. I found the function calls needed to do this; unfortunately, I'm unable to piece it together due to lack of function prototype translation knowhow.
    You'll quickly notice that the first CLF would change from EnumDisplaySettingsA to EnumDisplaySettingsExA (http://msdn.microsoft.com/en-us/library/dd162612(v=vs.85).aspx).
    The second CLF changes from ChangeDisplaySettingsA to ChangeDisplaySettingsExA (http://msdn.microsoft.com/en-us/library/dd183413(v=vs.85).aspx). The key implementation I'm after is the C++ example code shown almost at the bottom of this MSDN page - it first enters the desired resolutions for both monitors and then sets both simultaneously.
    Any help anyone can offer is greatly appreciated. The final example, of course, can be made available for the community to benefit from.
    Jorge

    Well, unfortunately this isn't as simple as it seems.
    If your example code works properly, all you should need to do is reference system.windows.forms.screen in .net. Using property nodes you can get all screens, then use the device name property within a for-loop to come up with an array of the actual device names.
    Then you just need to feed those device names in to the example code, but encased in a for-loop so that they displays are accessed individually. 
    Unfortunately, I'm currently getting a complete crash when I do this. I think it's due to a problem with changes in the EnumDisplaySetttingsA function since this code was originally written (which was quite some time ago). 
    Either way, this is not a recommended procedure for most situations. I would recommend consulting the MSDN documentation you referenced and pursuing this further if it's something that you really need to do.
    Christopher S. | Applications Engineer
    Certified LabVIEW Developer
    "If in doubt... flat out." - Colin McRae

  • Set screen resolution, and full screen view mode (F11)

    Hi,
    I have a jsp page which only looks right in 1280x1024. Can I write some kind of code to set the browser to always be 1280x1024 and the view mode to be full screen regardless of the client's setting?
    I would like to thank all for responding to my previous questions/problems.

    Hi,
    after all, try <body onload="window.resizeTo(width,height);">. It works for me. You can also turn off navigation bars etc. See http://forums.devarticles.com/javascript-development-22/change-window-size-and-nav-bar-status-on-page-load-2091.html for example - or google "javascript resize window".
    However, I don't know of a method to set the window to an F11-like fullscreen mode.
    Regards,
    Patrik

  • Can we change the layout of the JAVATABLE to accomdate to the set Screen Resolution??

    Using Oracle Express 6.3.4 we are creating dataview(OLAP)in Web.
    We have set the background of the page calling a particular gif file.
    Now that the tool bar and Javatable color(Grey is the default colour) is not matching with the background of the gif file.
    I tried my best to change the color as a whole.But ended up in changing some portion of the layout like the pageedge,rowedge & columnedge colour in the JAVA TABLE.
    Can some one throw light on this???Is it possible to change the background of the whole applet to our likes.
    Thanks in Advance
    Nanda Kishore Kompala

    Nanda, you are right, there are certain areas of the table where you cannot change the color. There is currently no property for this.

  • I foolishly set my screen resolution to what my computer recommended, now I get Input beyond range

    As I said in the intro, when i switched on this morning the pc suggested I reset my screen resolution to 2560x1600 which i did and now i cannot access even the login screen.
    All help seems to point towards safe-mode but i cannot even get to that.
    Any ideas? or should I throw away windows 8 and buy a mac instead?

    Well no help, no support, nobody seems able to solve this.
    I solved it myself.
    Solution:
    Press F10 and a screen appears for configuring the system.
    Select the "Secure Boot" option and disable it and disable "Fast Boot"
    THEN next re-start (by pressing and hlding power button) and press F8 until it asks about starting up then follow the last part of this advice:
    http://www.howtogeek.com/107511/how-to-boot-into-safe-mode-on-windows-8-the-easy-way/
    Then it gives you the option to reset the graphics.
    It still prompts me to change the graphics but this can also be turned off by stopping all notifications which are rubbish anyway.
    Well done HP, no help and you have a faulty peice of software that prompts users to set screen resolution that makes the system unusable.
    Next PC will NOT be a HP one

Maybe you are looking for

  • How do I add a new playlist from itunes 11.0.0.163 to my iphone 4s?

    I created a playlist on itunes 11.0.0.163. It is visible on the computer as a playlist in the itunes music play lists. I do now know how to add the newly created playlist to my iphone 4s.

  • Adapter monitoring: SOAP is grey although it is used?

    Hello everybody, 5 minutes ago I checked our SOAP receiver communication channel and send a message. But in adapter monitoring the SOAP adapter is shown in grey instead expected in green. So how can I see, if the SOAP adapter works correctly? Thanks

  • Align select dropdown menu on the right edge of parent box

    Hello, I was wondering if you can help me about an issue i have with Firefox browser. I'm designing a webpage and i have a "<select>" menu with numerous options. On Firefox the left edge of the dropdown menu aligns to the left edge of the parent "<se

  • Macbook crashing when plugged in

    I have a 2008 black macbook and everytime im using the computer and its plugged in charging the machine seems to crash, the machine seems to run fine when not plugged in? very weird i am using a 60W Magsafe Charger

  • Link between Employee and Cost center and TCode CAT2

    hi all, can anybody tell me where is the link b/w a PERNR and Cost center (which infotype) ? if anybody has played with Tcode CAT2, please revert back !!!!!!!!! Any help will be rewarded !!!!!! Thnx, Preeti