Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

OpenSolaris Screen Resolution

9 views
Skip to first unread message

rob_mazur

unread,
Oct 23, 2008, 6:05:35 PM10/23/08
to
I am hitting that point where what I hoped was a simple question is
now hitting the 2-hour mark of googling. I have Solaris snv_70b on a
Sun Blade 1000 box, running at 1024x768. I need to switch it to
1600x1200 to accommodate a different LCD. How or where can I change
this?


What I have done:

1) the "Screen Resolution" tool says it can not support XRandR

2) I do not have a /etc/X11/xorg.conf file to change

3) I have looked through contents in /etc/X11/gdm and /etc/X11/
sysconfig, but nothing is jumping out at me

4) searching opensolaris help has not given me the answer. I wanted
to post a question there, but trying to either change the password on
my existing account, or start a new account results in emailed
credentials that I am not receiving in my email or spam folders

5) I am having a difficult time searching around groups and webpages
for this answer

Thanks folks,
Rob

Chris Ridd

unread,
Oct 23, 2008, 6:18:58 PM10/23/08
to
On 2008-10-23 23:05:35 +0100, rob_mazur <maz...@gmail.com> said:

> I am hitting that point where what I hoped was a simple question is
> now hitting the 2-hour mark of googling. I have Solaris snv_70b on a
> Sun Blade 1000 box, running at 1024x768. I need to switch it to
> 1600x1200 to accommodate a different LCD. How or where can I change
> this?
>
>
> What I have done:
>
> 1) the "Screen Resolution" tool says it can not support XRandR
>
> 2) I do not have a /etc/X11/xorg.conf file to change

Without an xorg.conf file, Xorg should probe your monitor and work out
what resolution to use automatically.

Do nothing and see if it works?
--
Chris

rob_mazur

unread,
Oct 23, 2008, 6:38:52 PM10/23/08
to

Thanks for the response Chris.

I just started the box after about 8 months of dormancy when it was
last connected to a 1024x768 LCD display. So the machine is happily
pushing out 1024x768 to my 1600x1200 screen. But you can imagine what
that looks like.

So no, it does not seem to want to change automatically.

Rob

ITguy

unread,
Oct 23, 2008, 7:39:35 PM10/23/08
to
> I am hitting that point where what I hoped was a simple question is
> now hitting the 2-hour mark of googling.  I have Solaris snv_70b on a
> Sun Blade 1000 box, running at 1024x768.  I need to switch it to
> 1600x1200 to accommodate a different LCD.  How or where can I change
> this?
>

Try "fbconfig -prconf" to check supported resolutions. I don't
remember the exact syntax for changing the resolution, but it's
something like "fbconfig -dev <device> -res 1600x1200x60".

Alan Coopersmith

unread,
Oct 23, 2008, 8:04:35 PM10/23/08
to
rob_mazur <maz...@gmail.com> writes in comp.unix.solaris:

|I am hitting that point where what I hoped was a simple question is
|now hitting the 2-hour mark of googling. I have Solaris snv_70b on a
|Sun Blade 1000 box, running at 1024x768. I need to switch it to
|1600x1200 to accommodate a different LCD. How or where can I change
|this?
|
|
|What I have done:
|
|1) the "Screen Resolution" tool says it can not support XRandR
|
|2) I do not have a /etc/X11/xorg.conf file to change
|
|3) I have looked through contents in /etc/X11/gdm and /etc/X11/
|sysconfig, but nothing is jumping out at me

A Sun Blade 1000 is a SPARC, so won't be running Xorg or have XRandR
support - you'll be running Xsun and need to run the fbconfig command
to change the resolution.

--
Alan Coopersmith * al...@alum.calberkeley.org * Alan.Coo...@Sun.COM
http://blogs.sun.com/alanc/ * http://people.freedesktop.org/~alanc/
http://del.icio.us/alanc/ * http://www.csua.berkeley.edu/~alanc/
Working for, but definitely not speaking for, Sun Microsystems, Inc.

Richard B. Gilbert

unread,
Oct 23, 2008, 10:33:11 PM10/23/08
to

Look in /usr/sbin/ for *config*. If you find something, try the man
page for it. You might also google for "Sun Frame Buffers"; you might
just strike it lucky and find some documentation for whichever graphics
device is installed. ISTR that the Blades used XVRmumble. The Owners
Manual for your Blade might also be of some help. Google might help you
locate a PDF version of the manual.

kangcool

unread,
Oct 24, 2008, 8:05:49 PM10/24/08
to
Yep - give up on looking for Xorg stuff.

From the sounds you did not set the box up, so it will be a normal
Xsun setup.

man fbconfig <- your search is over

rob_mazur

unread,
Oct 27, 2008, 2:05:14 PM10/27/08
to
Thank you to all for the solution. True, fbconfig was the friend I
needed, and this did the trick:
fbconfig -dev /dev/fb -res 1600x1200x60d

Looks great. Thanks!
Rob

0 new messages