Unix Technical Forum

KVM switch and Ultra 5 video problem

This is a discussion on KVM switch and Ultra 5 video problem within the Sun Solaris Hardware forums, part of the Solaris Operating System category; --> I am a newbie to the world of Sun and just picked up an ultra 5 workstation to learn ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > Sun Solaris Hardware

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-16-2008, 12:12 PM
Mike
 
Posts: n/a
Default KVM switch and Ultra 5 video problem

I am a newbie to the world of Sun and just picked up an ultra 5 workstation
to learn the ways of Solaris so go easy on me with this question. The ultra
5 has a pci video card that does not require a sparc to vga converter. I
had the video hooked up using my Compaq 8 port KVM switch that runs off a
LCD panel monitor. The problem it when I have the Sun box hooked up to the
kvm the video does not appear to sync up. I just get a bunch of wavey lines
on the screen. If I connect the Sun box directly to the lcd monitor and
bypass the kvm switch then it works fine. Does anyone know if there is
anything I can do to get the video working using my kvm switch?

Any suggestions would be greatly appreciated.

Thanks!!
Mike


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-16-2008, 12:12 PM
Chris
 
Posts: n/a
Default Re: KVM switch and Ultra 5 video problem

"Mike" <mikenews03@yahoo.com> wrote in message news:<Ff3ib.6806$843.2620@nwrddc03.gnilink.net>...
> I am a newbie to the world of Sun and just picked up an ultra 5 workstation
> to learn the ways of Solaris so go easy on me with this question. The ultra
> 5 has a pci video card that does not require a sparc to vga converter. I
> had the video hooked up using my Compaq 8 port KVM switch that runs off a
> LCD panel monitor. The problem it when I have the Sun box hooked up to the
> kvm the video does not appear to sync up. I just get a bunch of wavey lines
> on the screen. If I connect the Sun box directly to the lcd monitor and
> bypass the kvm switch then it works fine. Does anyone know if there is
> anything I can do to get the video working using my kvm switch?
>
> Any suggestions would be greatly appreciated.
>
> Thanks!!
> Mike


Mike,

I may have seen this before, but I can't remember if I actually solved
it. What resolution are you running on the Sun box? Do a the
following to find out (as root).

fbconfig -res \?
fbconfig -propt

This should give you some information about your card. I suspect the
refresh rate is too high. I'm not sure which video card you have, but
you can find out by looking in /dev/fbs/ directory.

It might be an ifb0, afb0, ffb0, or jfb0. You can look at
sunsolve.sun.com to find our which they are. Also, naturally ensure
you have the latest patches for that video card. Also the banner at
bootup should tell you too. It should have a graphic logo on the left
corner of the screen during Open Boot Prom banner display.

To set the refresh rate lower do this:

fbconfig -dev afb0 -res 1024x768x60 (assuming you have an afb video
in /dev/fbs directory).

Log off, then back on, this will ALWAY restart X for you.
Sometimes it's necessary to kill the dtlogin manager. To do this,
log on to the console (command line) option on the CDE login screen.

as root, run /etc/init.d/dtlogin stop
change your settings, then /etc/init.d/dtlogin start
then Control-D to log out. You may have to wait a few seconds to let
CDE respawn itself.

Hope this makes some sense and helps,

Chris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-16-2008, 12:12 PM
Chris
 
Posts: n/a
Default Re: KVM switch and Ultra 5 video problem

"Mike" <mikenews03@yahoo.com> wrote in message news:<Ff3ib.6806$843.2620@nwrddc03.gnilink.net>...
> I am a newbie to the world of Sun and just picked up an ultra 5 workstation
> to learn the ways of Solaris so go easy on me with this question. The ultra
> 5 has a pci video card that does not require a sparc to vga converter. I
> had the video hooked up using my Compaq 8 port KVM switch that runs off a
> LCD panel monitor. The problem it when I have the Sun box hooked up to the
> kvm the video does not appear to sync up. I just get a bunch of wavey lines
> on the screen. If I connect the Sun box directly to the lcd monitor and
> bypass the kvm switch then it works fine. Does anyone know if there is
> anything I can do to get the video working using my kvm switch?
>
> Any suggestions would be greatly appreciated.
>
> Thanks!!
> Mike


Mike, I may have seen this before, but I can't remember if I actually
solved it. What resolution are you running on the Sun box? Do a the
following to find out (as root).

fbconfig -res \?
fbconfig -propt

This should give you some information about your card. I suspect the
refresh rate is too high. I'm not sure which are you have, but you
can find out by looking in /dev/fbs/

They might be an ifb0, afb0, or ffb0, jfb0. You can look at
sunsolve.sun.com to find our which they are. Also, naturally ensure
you have the latest patches for that video card.

To set the refresh rate lower do this:

fbconfig -dev afb0 -res 1024x768x60 (assuming you have an afb video
in /dev/fbs directory).

Log off, then back on, this will ALWAY restart X for you.
Sometimes it's necessary to kill the dtlogin manager. To do this,
log on to the console (command line) option on the CDE login screen.

as root, run /etc/init.d/dtlogin stop
change your settings, then /etc/init.d/dtlogin start
then Control-D to log out. You may have to wait a few seconds to let
CDE respawn itself.

Hope this makes some sense and helps,

Chris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-16-2008, 12:12 PM
Chris
 
Posts: n/a
Default Re: KVM switch and Ultra 5 video problem

"Mike" <mikenews03@yahoo.com> wrote in message news:<Ff3ib.6806$843.2620@nwrddc03.gnilink.net>...
> I am a newbie to the world of Sun and just picked up an ultra 5 workstation
> to learn the ways of Solaris so go easy on me with this question. The ultra
> 5 has a pci video card that does not require a sparc to vga converter. I
> had the video hooked up using my Compaq 8 port KVM switch that runs off a
> LCD panel monitor. The problem it when I have the Sun box hooked up to the
> kvm the video does not appear to sync up. I just get a bunch of wavey lines
> on the screen. If I connect the Sun box directly to the lcd monitor and
> bypass the kvm switch then it works fine. Does anyone know if there is
> anything I can do to get the video working using my kvm switch?
>
> Any suggestions would be greatly appreciated.
>
> Thanks!!
> Mike


Mike,

I may have seen this before, but I can't remember if I actually solved
it. What resolution are you running on the Sun box? Do a the
following to find out (as root).

fbconfig -res \?
fbconfig -propt

This should give you some information about your card. I suspect the
refresh rate is too high. I'm not sure which video card you have, but
you can find out by looking in /dev/fbs/ directory.

It might be an ifb0, afb0, ffb0, or jfb0. You can look at
sunsolve.sun.com to find our which they are. Also, naturally ensure
you have the latest patches for that video card. Also the banner at
bootup should tell you too. It should have a graphic logo on the left
corner of the screen during Open Boot Prom banner display.

To set the refresh rate lower do this:

fbconfig -dev afb0 -res 1024x768x60 (assuming you have an afb video
in /dev/fbs directory).

Log off, then back on, this will ALWAY restart X for you.
Sometimes it's necessary to kill the dtlogin manager. To do this,
log on to the console (command line) option on the CDE login screen.

as root, run /etc/init.d/dtlogin stop
change your settings, then /etc/init.d/dtlogin start
then Control-D to log out. You may have to wait a few seconds to let
CDE respawn itself.

Hope this makes some sense and helps,

Chris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-16-2008, 12:12 PM
Klaus Grote
 
Posts: n/a
Default Re: KVM switch and Ultra 5 video problem

"Mike" <mikenews03@yahoo.com> wrote in message news:<Ff3ib.6806$843.2620@nwrddc03.gnilink.net>...
> I am a newbie to the world of Sun and just picked up an ultra 5 workstation
> to learn the ways of Solaris so go easy on me with this question. The ultra
> 5 has a pci video card that does not require a sparc to vga converter. I
> had the video hooked up using my Compaq 8 port KVM switch that runs off a
> LCD panel monitor. The problem it when I have the Sun box hooked up to the
> kvm the video does not appear to sync up. I just get a bunch of wavey lines
> on the screen. If I connect the Sun box directly to the lcd monitor and
> bypass the kvm switch then it works fine. Does anyone know if there is
> anything I can do to get the video working using my kvm switch?
>
> Any suggestions would be greatly appreciated.
>
> Thanks!!
> Mike


I had the same problem. You must set the Screen to all servers equal,
perhaps 800x600 or 1024x768. The Sun doesn't recognize the lost of the
signal and will not resync. This little trick helps me.

CU
Klaus Grote
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:28 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com