Solaris 2.5.1, Sparcstation 20  and a Monitor

Ive got a Sparcstation 20 running Solaris 2.5.1. It has the DB13w3 connector on the back. When I hook up a 20" montor with the correct cable up to the port, the OS never recognizes the display and still displays on my serial terminal (a Wyse 50). Do I need something else in the machine? (Dip switches, another part, etc.?). Thanks.

When the keyboard is disconnected...display automatically goes to the serial port. If your keyboard is connected, reboot and make sure you have a video card installed. The onboard one may not have the vsimm(video memory) option, in which case you will have to get memory for it(very, very expensive) or get a separate sbus video card(these can be had very cheap on ebay). Let us know how it works out for you.

Similar Messages

  • Solaris 10 as router using ipfilter and nat

    Hi,
    I installed Solaris 10 on a second disk on an Ultra 5, but have no
    success on using
    ipfilter with NAT.
    I have it working on the first disk with Solaris 9 and ipfilter 3.4.35.
    I have pfil on both interfaces (hme0 internal and qfe0
    external-internet) and ipfilter enabled. I used the working rule sets
    from Solaris9 and have ip-forwading enabled. IPFilter is working on the
    external interface, but none of the hosts on the internal network can
    connect through the router to the internet, but they can ping both
    interfaces.
    I had the same problem with Solaris 9 using ipfilter 4.x and had to go
    back to 3.4.35.
    ipfstat shows all rules are loaded and ipnat -l shows the rules, but no
    connections. ndd -get /dev/ip ip_forwarding returns 1.
    Following are my rules:
    ipf.conf
    lock in log quick all with opt lsrr
    block in log quick all with opt ssrr
    block in log quick all with ipopts
    block in log quick proto tcp all with short
    block in log quick proto icmp all with frag
    block in log quick on qfe0 from 10.0.0.0/8 to any
    block in log quick on qfe0 from 127.0.0.0/8 to any
    block in log quick on qfe0 from 169.254.0.0/16 to any
    block in log quick on qfe0 from 172.16.0.0/12 to any
    block in log quick on qfe0 from 192.0.2.0/24 to any
    block in log quick on qfe0 from 192.168.0.0/16 to any
    block in log quick on qfe0 from 204.152.64.0/23 to any
    block in log quick on qfe0 from 224.0.0.0/3 to any
    block in log quick on qfe0 from aaa.aaa.aaa.0/24 to any
    block in log quick on qfe0 from any to aaa.aaa.aaa.0/32
    block in log quick on qfe0 from any to aaa.aaa.aaa.255/32
    block in log on qfe0 all
    block out quick on qfe0 proto tcp/udp from any port 136 >< 140 to any
    block out quick on qfe0 proto tcp/udp from any to any port 136 >< 140
    pass out quick on qfe0 proto tcp all flags S/SA keep state keep frags
    pass out quick on qfe0 proto udp all keep state keep frags
    pass out quick on qfe0 proto icmp all keep state keep frags
    pass out quick on qfe0 all
    pass in quick on lo0 all
    pass out quick on lo0 all
    pass in quick on hme0 all
    pass out quick on hme0 all
    ipnat.conf:
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32 proxy port ftp ftp/tcp
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32 proxy port 7070
    raudio/tcp
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32 proxy port 1720
    h323/tcp
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32 portmap tcp/udp auto
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32
    aaa.aaa.aaa.aaa = internal network
    bbb.bbb.bbb.bbb = external
    My routeadm statement shows:
    Configuration Current Current
    Option Configuration System State
    IPv4 forwarding enabled enabled
    IPv4 routing enabled enabled
    IPv6 forwarding disabled disabled
    IPv6 routing disabled disabled
    IPv4 routing daemon "/usr/sbin/in.routed"
    IPv4 routing daemon args ""
    IPv4 routing daemon stop "kill -TERM `cat /var/tmp/in.routed.pid`"
    IPv6 routing daemon "/usr/lib/inet/in.ripngd"
    IPv6 routing daemon args "-s"
    IPv6 routing daemon stop "kill -TERM `cat /var/tmp/in.ripngd.pid`"
    Any suggestion what more checks I should do or what additional information is needed.
    Regards,
    Horst

    Hi,
    I installed Solaris 10 on a second disk on an Ultra 5, but have no
    success on using
    ipfilter with NAT.
    I have it working on the first disk with Solaris 9 and ipfilter 3.4.35.
    I have pfil on both interfaces (hme0 internal and qfe0
    external-internet) and ipfilter enabled. I used the working rule sets
    from Solaris9 and have ip-forwading enabled. IPFilter is working on the
    external interface, but none of the hosts on the internal network can
    connect through the router to the internet, but they can ping both
    interfaces.
    I had the same problem with Solaris 9 using ipfilter 4.x and had to go
    back to 3.4.35.
    ipfstat shows all rules are loaded and ipnat -l shows the rules, but no
    connections. ndd -get /dev/ip ip_forwarding returns 1.
    Following are my rules:
    ipf.conf
    lock in log quick all with opt lsrr
    block in log quick all with opt ssrr
    block in log quick all with ipopts
    block in log quick proto tcp all with short
    block in log quick proto icmp all with frag
    block in log quick on qfe0 from 10.0.0.0/8 to any
    block in log quick on qfe0 from 127.0.0.0/8 to any
    block in log quick on qfe0 from 169.254.0.0/16 to any
    block in log quick on qfe0 from 172.16.0.0/12 to any
    block in log quick on qfe0 from 192.0.2.0/24 to any
    block in log quick on qfe0 from 192.168.0.0/16 to any
    block in log quick on qfe0 from 204.152.64.0/23 to any
    block in log quick on qfe0 from 224.0.0.0/3 to any
    block in log quick on qfe0 from aaa.aaa.aaa.0/24 to any
    block in log quick on qfe0 from any to aaa.aaa.aaa.0/32
    block in log quick on qfe0 from any to aaa.aaa.aaa.255/32
    block in log on qfe0 all
    block out quick on qfe0 proto tcp/udp from any port 136 >< 140 to any
    block out quick on qfe0 proto tcp/udp from any to any port 136 >< 140
    pass out quick on qfe0 proto tcp all flags S/SA keep state keep frags
    pass out quick on qfe0 proto udp all keep state keep frags
    pass out quick on qfe0 proto icmp all keep state keep frags
    pass out quick on qfe0 all
    pass in quick on lo0 all
    pass out quick on lo0 all
    pass in quick on hme0 all
    pass out quick on hme0 all
    ipnat.conf:
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32 proxy port ftp ftp/tcp
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32 proxy port 7070
    raudio/tcp
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32 proxy port 1720
    h323/tcp
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32 portmap tcp/udp auto
    map qfe0 aaa.aaa.aaa.0/24 -> bbb.bbb.bbb.bbb/32
    aaa.aaa.aaa.aaa = internal network
    bbb.bbb.bbb.bbb = external
    My routeadm statement shows:
    Configuration Current Current
    Option Configuration System State
    IPv4 forwarding enabled enabled
    IPv4 routing enabled enabled
    IPv6 forwarding disabled disabled
    IPv6 routing disabled disabled
    IPv4 routing daemon "/usr/sbin/in.routed"
    IPv4 routing daemon args ""
    IPv4 routing daemon stop "kill -TERM `cat /var/tmp/in.routed.pid`"
    IPv6 routing daemon "/usr/lib/inet/in.ripngd"
    IPv6 routing daemon args "-s"
    IPv6 routing daemon stop "kill -TERM `cat /var/tmp/in.ripngd.pid`"
    Any suggestion what more checks I should do or what additional information is needed.
    Regards,
    Horst

  • Solaris 8 on a SPARCstation 5 gives hard drive errors

    I am trying to install Solaris 8 on my SPARCstation 5 170 with 64MB of RAM. I have 2 500MB hard drives. I'm trying to do a minimal install. When the install is almost complete, I get errors that say, "Drive not ready" on one of the hard drives. Is the drive configured wrong?

    Is your drive a SUN part ? If it is third party disk,
    check jumpers about "Auto spin enable" or something let
    disk spins always.

  • Gdm-20e20 monitor on sparcstation 20 and ultra2

    Hi.
    I'm using a Sun (sony) gdm-20e20 on a sparcstation 20 and ultra2.
    On both the monitor and server turns on, the orange led on the monitor flashes for a bit and then the green led turns on but nothing comes up on the screen.
    Does the same thing on my normal pc monitor that ive been using on some E450's and E250's except for when the led goes green i get picture up (openboot screen appears)
    Not quite sure why its doing this, theres probably and obvious answer just don't know it :)
    can anyone help?
    thanks

    ... having a bit of difficulty trying to understand the issue.
    The PC monitor does work on the SS20 and U2, while the Sun monitor does not ?
    If "Yes" then what have you set for resolutions on those two older computers?
    Did they EVER work with that Sun monitor ?
    Are you direct-connecting the monitor to the DB13W3 ports?
    The GDM-202E20 has a very limited range of resolutions (only three).
    960x680 (though why anyone would use that one is questionable)
    1152x900 (Sun's historic standard default output)
    1280x1024
    See that monitor at a 3rd party web site in Australia
    OBP and POST should be at the customary 1152-mode, so this is truly perplexing.
    Next, the onboard video of the SS20 fails if the Vsimms go bad.
    It could also be configured to run with a SBUS video card.
    The Ultra-2 requires a SBUS framebuffer or a UPA framebuffer.
    Do the computers boot up enough for you to telnet in from another system?
    You could log into them and investigate using that procedure.
    Otherwise you will need to TIP in and figure it out that way.
    Perhaps there are some custom settings in OBP that need to be cleared out ...

  • What is difference between BP monitor and supplier monitor?

    hi friends
    what is difference between BP monitor and Supplier Monitor
    what is tcode for BPmonitor
    Regards
    Vinny

    Hi Vinny,
    Please refer to the following links. These seems useful:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f051efda-bc58-2910-3785-e60d1f798c96
    The specified item was not found.
    New Business Process Monitoring functionalities in SAP Solution Manager – ALE / IDoc Monitoring
    Regards,
    Saumya

  • Macbook Pro and External Monitor flashing?

    I am using a Macbook Pro with an External Dell 1908fp 19" monitor via a Thunderbolt to DVI adaptor all fine.
    However the annoying niggle I have is that the monitor which seems fine, keeps flashing intermittently on and off randomly?!?
    Would anyone know why this is happening and if its the Mac's fault? I have the MBP open and the Monitor as the 2nd screen at 1440x900 which it seems to have defaulted to, and its very clear on both screens.
    Is my monitor on its way out? it seems ok, and is quite new (though it was 2nd hand a couple of years ago) or is this a known Apple issue?
    Thanks for any help

    The graphics card in the MBP supports resolutions far greater than that of the internal display, so any modern monitor will work fine - up to and including Apple's excellent (but pricey) Thunderbolt display and Cinema display.
    The MBP will detect the external display and set the image to the correct resolution automatically, or you can choose the resolution in System Preferences -> Displays, so you don't need to worry about a black border.
    Most modern monitors are 1080p and this works perfectly as an external display for a MBP.  You will need a mini-displayport to HDMI cable to connect the two.  If you get a monitor with built in speakers then that cable will also transfer audio.

  • Wily Introscope is not running in Solution Manager 7.1 and tech monitoring

    Hi Experts,
    we are able to log in wily introscope, But metrics(values) are not coming in wily
    we re started the solution manager server, that port is working fine now, Please assist me on this to fix issue find log as attachment.
    2)we configure the technical monitoring in our solution manager system but metrics are not coming for dialog response time in dash board. which extractor i need to check how to troubleshoot,
    thanks in advance for you help
    Best Reg

    Hi Srivastav.
    Actually i am new to solution manager, and we have done basic steps of solution manager like
    system preparation,basic configuration,managed system configuration and technical monitoring,
    in tech monitoring system monitoring,and EUEM and we are planing to perform DVM and RBPD,
    my solution manager system is installed on windows 2008 server, version is 7.1 SP 7,
    currently we facing issue in wily introscope and technical monitoring dash boards metrics are not appearing and please tell me how to close the thread ,
    Best Regards,
    Hanuman

  • Viewer and External Monitor doesn't playback at same time

    When watching clips in the viewer window, they playback fine. But on my external monitor, it only shows the first frame from when it's played. when I stop playback, the external monitor then shows the last frame the Viewer window is stopped on. How can I fix it so that the viewer and external monitor playback the clip at the same time?
    At the moment we're digitizing footage with the Offline RT Photo JPEG codec set to 75% quality.
    A few days ago we were digitizing footage at 35% quality and that footage plays back fine. We moved to 75% quality at the editor's request. A few days ago we had created a few sample 75% quality tests for the editor to view. I loaded those clips into Final Cut right now and they playback fine as well. So it's all of a sudden just these new clips created yesterday :S.
    Message was edited by: Phillip Roh

    Yes.
    Forgot to mention that the timeline plays all the footage back properly on both the canvas window and the external monitor. Sorry for not mentioning that sooner.
    More discoveries! The playback 'freeze' only happens if I open a clip from the browser into the viewer. If I open a clip from the timeline into the viewer, it plays-back fine!
    Message was edited by: Phillip Roh

  • Problem with photshop cc on windows 8.1 and 4k monitor at 3840x2160 resolution

    can anyone help
    i have a problem with photshop cc on windows 8.1 and 4k monitor at 3840x2160 resolution when i lauch photoshop cc everything is very small and i dont know how to get the program at the right size

    Search the forum for similar topics dealing with high-DPI displays. 4k is insane, though. I don't think even CC 2014 is up to it.
    Mylenium

  • Windows 7 and Multiple Monitor Issues

    Alright, I have spent the past 3 days searching these forums as well as on Microsoft's support pages and all of Google to find the answer to my issue and it seems as though I'm the only one who is running into this problem.
    I have a 15 inch Macbook Pro with the GeForce 9600M GT Nvidia Graphics card with the latest version of Mac OSX and Bootcamp installed on it. I have Windows 7 installed in bootcamp. I just purchased a Mini DisplayPort to VGA cord with a VGA cord so as to connect my computer to my Sony Bravia HDTV to use as a second monitor. I plug in the cords, plug them into my TV, and put it into the proper input and it works like a charm. Then I go and boot up in bootcamp under Windows 7, plug in the cord, and my screen gets to the "starting windows" logo and then it goes black. I push ever button, I try control alt delete, nothing. I have to hold down the power button to turn off the computer and then turn it back on.
    I turn it on, boot up into Windows 7, let it load, then plug in the cord, and the computer display instantly goes black, again, and yet nothing displays on the TV. Again, I try everything to no avail, so I power it off and back on. I go through this at least 10 times to no avail. I finally give up and try again the next day.
    Next day, I plug it in, and the monitor stays up, but yet nothing is displayed on the TV. I go to my resolution settings in Windows, and go to the multiple monitors tab, and select every possible option (extend, duplicate, etc) and nothing will display on my TV. I try to change the settings to which it responds with "unable to save display settings" and nothing changes. I attempt to enter the nvidia program and make changes that way. The TV is detected, but when I select it and attempt to apply anything, no changes take effect and I am left with only the laptop display. Keep in mind I uninstalled and reinstalled all of the video drivers and such.
    Finally I get fed up so I purchase a Mini DisplayPort to DVI adapted and a DVI to HDMI adapter. I try again. Again in OSX it launches immediately, no problems. I go back into Windows, and immediately I'm dealing with the instant black screen.
    I'm going crazy over here trying to figure this out. I know it's possible to do this because I've seen people on youtube doing this and again it works on OSX so why the heck won't it work? If anyone has any idea what's going on here please help me out. Thanks.

    JonMarx... I'm having the exact same problem. I'm in the exact same situation as you are. I'm going mad, and it's only by divine providence that I've finally located the only other person who knows what I've been going through. I've spent at least 20 hours trying to get this started back up, to no avail.
    I had the secondary display working peachy for a while, long enough to configure everything to be exactly how I wanted it. I unplugged the monitor from the computer just to see what would happen, and that's when the problems started. I managed to get it to work one last time for a brief period a few hours later, but the way it just clicked on made it feel too good to be true.
    I've had a wierd problem with a phantom display as well. The display will frequently show up as being available in both the nVIDIA panel and the windows settings, but if I apply the settings, they won't go through. I got a few screenshots of it the last time it happened.
    I was just about to reinstall windows completely, but it seems that I'll just run into the same problem again if I do... Here's to hoping a solution is found.

  • I have an Apple Powerbook G4, and my monitor doesn't function. I have an external display Monitor, however it's stuck in extended screen mode. How do I get it to mirror or duplicate the display without use of the on-board?

    As i had said, I have an Apple Powerbook G4, and my monitor doesn't function. I have an external display Monitor, however it's stuck in extended screen mode. How do I get it to mirror or duplicate the display without use of the on-board? Is there a Fn key combo i'm missing or is the issue more serious then i realize? any and all help and hints would be greatly apprichiated, thanks in advance.
    -Powerbook User

    The PowerBooks have an F-key that toggles mirrored and extended mode. My PB is loaned out right now but I think it was f7. The keycap has an icon on two overlapping rectangles, as I recall.
    EDIT: Yes! Found a pdf of the PB manual it shows F7 is the toggle:

  • Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click w

    Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click with the tool "hand" to fit on the screen, but the picture loses sharpness and becomes blurry. If you magnify the image even only slightly with the tool "zoom" the picture comes back clear. In Camera Raw instead is always sharp. I solve the problem by turning off the graphics card in PS but often use plugin that need the graphics card otherwise the processing time is much longer. I ask for help.
    Thanks.

    Hello, I have a Mac computer with NVIDIA 750M dedicated graphics card and monitor EIZO but the problem was there when I was working with Windows and Acer monitor. When I open a file from Camera Raw in PS this is smaller than the screen so I double-click with the tool "hand" to fit on the screen, but the picture loses sharpness and becomes blurry. If you magnify the image even only slightly with the tool "zoom" the picture comes back clear. In Camera Raw instead is always sharp. I solve the problem by turning off the graphics card in PS but often use plugin that need the graphics card otherwise the processing time is much longer. I ask for help.
    Thanks.

  • My Program and Source Monitor Stopped Working: Premiere Pro 2014

    Heres how it all started.
    I got an error which said I didn't have the correct video modules, then came the ugly face of BSOD. I restarted, tried again, same result. I did a system restore with Windows, reinstalled Windows 8.1, reinstalled all of my plugins and Adobe CC programs, and when I opened my project was completely scrambled. Uninstalled all Adobe software, ran CC Cleaner, reinstalled. This got the audio in my videos to work but now there's only a white screen on my my Source and Program monitor when I try to play my timeline. I did another system restore on Windows, went to my laptop manufacturers website and updated my bios, graphics driver, and processor. Also reinstalled windows updates, and my Adobe software, I've tried CC Cleaner before each install, tried going back to the previous version of Premiere and still nothing in my source or Program monitors.
    MSI GE70
    Intel Core i7 4700MQ Processor
    NVidia GeForce GTX 765M / 2GB GDDE5
    12 GB Memory
    using .MTS footage from a Canon C100
    Premiere Pro 2014.2
    Things I've tried from other threads:
    -I read that there might be a problem with the .MTS files so I've also tried starting a new project with .MOV files and h.264 and still nothing.
    -I tried going into the project settings and choose "render with software", still nothing.
    -I tried emptying media cache files under C://users/my user/app data/roaming/Adobe/common.....you guessed it, NOTHING.
    -I tried using my daughters "Frozen" magic wand we bought her for Christmas to fix the problem with icy magic like Elsa did in the movie.......surprisingly, still nothing.
    Any other ideas out there?

    Hi,
    Do you have Dual Graphics Adapters? You can check that under Device Manager > Display Adapters.
    If yes, Disable Intel Graphics and see if it helps.
    Have you tried to Trash the Preferences?
    Rename the 8.0 folder to trash the preferences: <drive>\Users\<username>\AppData\Roaming\Adobe\Adobe Premiere Pro\
    Thanks,
    Rameez

  • Macbook Pro and Samsung monitor

    I bought a Samsung 22inch monitor. It works for my old G4 with VGA analog, but if I hook my MBP to the monitor through DVI all I get is my screensaver on the monitor. I tried detect monitor and nothing happens. Any thoughts ?

    The reason is that the second monitor has extended your desktop. It is extra space. If you haven't moved something to it, it's still empty. If you were to close the lid and then wake up the MacBook Pro, then everything would appear on the external monitor. Or if you went into your Displays preferences and dragged the little menu bar icon from one display icon to the other, your menu bar would move to the other monitor. Or you could turn on mirroring and both monitors would show the same thing.

  • Satellite A100-646 and external monitor shows black screen

    Hello to everybody,
    I have a similar problem with A100-646 (bought in Italy). Laptop's LCD and external monitor shows black screen but system boots without other problem. When laptop is not used for a long time (half a year) it work for one week without any problem.
    Unfortunately, there is no proper service in a place where I live. Perhaps, there is a problem with power supply.
    Is there other idea? Does anybody have a service manual? ([email protected])

    It is not easy to find shop where you can order original and new hardware components.
    Best source for such parts is definitely eBay where you can buy used but well working components.
    Upgrade? You must know that upgrade on mobile computers is not the same as on desktops. Cooling possibilities are not the best and each notebook model has optimized cooling system for original parts. So new graphic card can be more powerful and produce more heat and it is definitely not good for your notebook. So best thing you can do is to replace it with original part.

Maybe you are looking for

  • Is there a quick way to open a resident video in fullscreen mode?

    Short and not-so-simple, I have a client who requires the following: Starting from the home screen, he wants the shortest number of taps to open a video (resident on the device) in fullscreen mode. Ideally, I wanted to have a "shortcut" on his home s

  • Creation of material document number.

    Hi All, In the MIGO transaction, for a Goods receipt order, the transaction is calling MB_CREATE_GOODS_MOVEMENT and MB_POST_GOODS_MOVEMENT to create a material document and returns material document number. I have created a new program that is using

  • Need help identifying icons!

    Hello, i downloaded a template at work for a commercial spot.  I pretty much understand how the project was made and what needs to  be done with it except a few icons i dont understand.  Can anyone tell me what these icons mean in this precomp of tex

  • Smart Playlists and Radio

    It is to my understanding that there is some way to be able to create smart playlists with your own local radio stations on it. If this is possible can anyone clue me in on how? Thanks

  • Lost my bookmarks when I reinstalled Firefox. How can I get them back?

    I have sent a message, it appears I am sending it again. I removed then reinstalled my firefox browser. I didn't tick the box that suggested I save my passwords etc. When I reinstalled Firefox I no longer have my bookmarks can I retreive them?