Help configuring Flat LCD Monitor


 
Thread Tools Search this Thread
Operating Systems Solaris Help configuring Flat LCD Monitor
# 1  
Old 07-11-2006
Help configuring Flat LCD Monitor

Smilie Hi there!
I just purchased and hooked up to my Sun Blade 1000 running SunOs 5.9, a 20.1-in flat panel LCD monitor. I rebooted the system and the input signal to the monitor was fine at boot up until it started X-win, then the following message was displayed:

Video Input
2 D-SUB
Out of Range.

Consulting the documentation that came with the monitor, I get this:

OUT OF RANGE: When input signal is non-supported timing or the video signal doesn't have proper timing, the “Out of Range” window will appear.

I suspect that I need to set the resolution and timing somewhere, but I am not sure how and where. I also suspect that will have to interrupt starting X-win and work from the terminal mode as root, since I get nothing on the display when X-win is started. The recommended resolution and frequency: 1600x1200 @ 60 Hz.

Any assistance would be appreciated...

Thank you!
# 2  
Old 07-11-2006
X11 config file must be updated (the name of this file depends on your X11 version, e.g. for xorg /etc/X11/xorg.conf, I don't remember filename for XFree, however you can locate it in /etc/ directory)

Syntax of this config file is simple enough.

Also look at:
http://slackwiki.org/LCD_Monitor_Configuration_In_X.Org
# 3  
Old 07-11-2006
The X11 config file does not need to be updated.

Console login and run:

fbconfig -dev /dev/fb0 -res 1600x1200x60 -depth 24
# 4  
Old 07-12-2006
There is no special configuration of X needed for an LCD monitor. Just create the necessary entry for a monitor in /etc/X11/xorg.conf with the correct refresh rates as normal and enjoy
# 5  
Old 07-12-2006
That might be possible if SPARC solaris used Xorg, but it does not, it used Xsun with compatibility links, it is unlikly that an xorg.conf will be found anywhere on this system.
# 6  
Old 07-12-2006
Bug Re: Help configuring Flat LCD Monitor

Quote:
Originally Posted by reborg
The X11 config file does not need to be updated.

Console login and run:

fbconfig -dev /dev/fb0 -res 1600x1200x60 -depth 24

Reborg is indeed right. On my Sun Blade 1000, the default device for frame buffer is 'ifb', which is a 24-bit PCI color frame buffer and graphics accelerator driver. I did a 'man' on 'fbconfig' and it suggested a Sun-specific command, which I used as follows:

> /usr/lib/fbconfig/SUNWibf_config -res 1600x1200x60 now

and boom! the DT login screen showed up as usual on the previously blank new flat LCD monitor with the "out of range" error. The problem is solved.

Thanks for the input!

Dikoma
# 7  
Old 07-12-2006
sorry yes, I should have explained so that anyone you searches would find the generic answer:

fbconfig -list will give the actual device, althout there should be a link /dev/fb0 or /dev/fb/0 to the primary display.

fbconfig will call the correct underlying configuration util, so in your case:

fbconfig -dev /dev/fb0 -res 1600x1200x60 now

should produce the same result.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Searching for Saas Monitor service which monitor my servers which are sitting in different providers

Sorry if this is the wrong forum Searching for Saas Monitor service which monitor my servers which are sitting in different providers . This monitor tool will take as less CPU as possible , and will send info about the server to main Dashboard. The info I need is CPU / RAM / my servers status (... (1 Reply)
Discussion started by: umen
1 Replies

2. War Stories

One time I fixed an LCD monitor with a folded piece of paper

Some of the colors weren't working on the Monitor. I found pressing around the plastic border of the screen brought them back. I opened the monitor casing and used the folded paper to put pressure against the LCD panel and housing. Wah Lah. More of a bend than a hack I guess. (2 Replies)
Discussion started by: herot
2 Replies

3. Ubuntu

Webin cannot lcd

Hi all, I am using a ubuntu 9.4 server as ftps server. We have scripts that transfer files to our customers and it is scheduled by a cron job via webmin 1.510. Here is a sample of my script psftp user@hostname lcd /FolderA/Outgoing cd FolderREm mput * When I run a cron job manually the... (0 Replies)
Discussion started by: Marko75
0 Replies

4. Linux

fedora core 6 not supported for acer lcd monitor

hi all i brought a new acer 17" widescreen lcd monitor . fedora core linux 6 in not displaying on the monitor . giving a error input not supported please let me know wht i can do (1 Reply)
Discussion started by: nageshrk
1 Replies

5. AIX

LCD codes on a P570

Anyone out there know what the LCD code 0569 means. I have a list of codes but 569 is not on it. (5 Replies)
Discussion started by: johnf
5 Replies

6. SCO

LCD, only 22 lines?

I have a client running SCO openserver 5.0.4, character based The old 17" tube monitor died, and I replaced with an LCD monitor. I can only see 22 lines of text on-screen at a time. The LCD's have setup adjustment for scrolling up and down, but not to zoom in and out to make it fit. I swapped... (3 Replies)
Discussion started by: waywardfool
3 Replies

7. Solaris

DELL LCD monitor falls asleep

after sometime and will not wake up until we reboot the system. It is a DELL 24" LCD connected to a sunblade 1500. my power.conf file is set like this: # more /etc/power.conf # Copyright (c) 1996 - 2001 by Sun Microsystems, Inc. # All rights reserved. # #pragma ident ... (0 Replies)
Discussion started by: jvmagic
0 Replies
Login or Register to Ask a Question