Sponsored Content
Full Discussion: Desktop Resolution
Operating Systems Solaris Desktop Resolution Post 302288278 by incredible on Tuesday 17th of February 2009 01:19:43 AM
Old 02-17-2009
check the kdmconfig file,
m64config -depth 24 -res 1024x768x75". Other suggestions are
"fbconfig -depth 24 -res 1024x768x75", and to edit "/etc/dt/config/Xservers"

OR simply try this
To set the resolution, run the following command as root:


# eeprom output-device=screen:r1280x1024x76


then reboot. Alternatively, halt the machine and type


ok setenv output-device screen:r1280x1024x76
ok reset
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Resolution..??

When i start my pc after the installation of suse linux it ask me for resolution but not for graphical interface, for console, can i run a command to change it again? Thanx! (3 Replies)
Discussion started by: Linux_fan
3 Replies

2. UNIX for Advanced & Expert Users

TCP/IP name resolution

We have 2 Unix boxes. AIX 4.3 RS/6000 Linux RedHat 6.1 Intel There is a name server running on the linux machine. This is not used on the AIX machine ( it simply uses /etc/hosts ). Now i have rsh permission denied problems and i suspect our AIX and tcp/ip name resolution. I was told to... (2 Replies)
Discussion started by: progressdll
2 Replies

3. UNIX for Advanced & Expert Users

Monitor Resolution

My machine (Sun Blade 100) has just had it's OS reinstalled (solaris 8). For some reason the monitor resolution has changed (decreaded so that I have less monitor real esate). Does anybody know the command to change monitor resolution in Solaris? Cheers AreaMan (2 Replies)
Discussion started by: AreaMan
2 Replies

4. UNIX for Advanced & Expert Users

Monitor Resolution

Guys, We are going to order the wide screen monitor with 1920*1200 resolution for one U60 in our client side, that their current graphic card is Elite3D-m6 and the higher resolution which this card supports is 1280*1024. I just want to make sure wehther we are able to work with this monitor via... (1 Reply)
Discussion started by: nikk
1 Replies

5. Solaris

DNS name resolution

Hi, I got solaris 10 installed on a E250 and i am expericing issues resolving dns. from some research i think it's becuase where i haven't set-up NIS and i don't intend too as i am just setting up a box to poke communigate pro. Any help or advice please? Thanks in advance Alan (1 Reply)
Discussion started by: e250user
1 Replies

6. IP Networking

Problem with name resolution?

I have an AIX4.3 box on our subnet, called LIMEST3.OURDOMAIN.CO.UK, with IP address 10.103.1.13 It has the following entry in its own /etc/hosts: 10.103.1.13 limest3 limest3.ourdomain.co.uk Now, if I ping limest3.ourdomain.co.uk or ping 10.103.1.13, the result is instant. However if I ping... (4 Replies)
Discussion started by: grimbleshanks
4 Replies

7. UNIX for Advanced & Expert Users

Solaris 10 Desktop resolution

I have a problem with solaris 10 desktop resolution. My resolution is 1680x1050. I want to boot in troubleshooting mode to change this resolution for the root user. Or all users. What is the configuration script. ex: .dtconfig/Xconfig (3 Replies)
Discussion started by: simquest
3 Replies

8. Red Hat

data resolution

hi all after going through ext3 file system , i understood that data resolution for ext3 FS is 1 second...can i increase it 2 second...? any idea..? (3 Replies)
Discussion started by: sagar_md
3 Replies

9. Solaris

Screen Resolution

Hi all. I have a very peculiar problem in Solaris 10. The output of the m64config -prconf command with regards the Card Adapter is the following. Card possible resolutions: 720x400x85, 640x480x60, 640x480x72, 640x480x75 800x600x56, 800x600x60, 800x600x72, 800x600x75, 1024x768x60 ... (0 Replies)
Discussion started by: lynxman
0 Replies

10. Linux

Issues with desktop resolution on Oracle Linux 6.7

Hi All, I have recently installed Oracle Linux 6.7 server on Virtual box 5.1. The installation went smooth and i was able to create a VM on Windows 7 as host.The issue is that the default desktop that i see is not at the default resolution and i am only able to see half of the screen. ... (0 Replies)
Discussion started by: dev.devil.1983
0 Replies
fbconfig(1M)						  System Administration Commands					      fbconfig(1M)

NAME
fbconfig - Frame Buffer configuration utility SYNOPSIS
fbconfig [-list | -gui | -help] fbconfig [-dev device_filename] [-prconf] [-propt] [-res ?] fbconfig [-dev device_filename] [-res resolution-specification] device_specific_options DESCRIPTION
fbconfig is the generic command line interface to query and configure frame buffer attributes. The following form of fbconfig is the interface for the device independent operations performed by fbconfig: fbconfig [-list | -gui | -help] The following form of fbconfig is the interface for configuring a frame buffer: fbconfig [-dev device_filename] [-prconf] [-propt] [-res] If the -dev option is omitted, the default frame buffer (/dev/fb or /dev/fb0) is assumed. In the absence of specific options, the response will depend upon the device specific configuration program and how it responds to no options OPTIONS
The following options are supported: -dev device_filename Specify the FFB special file. The default is /dev/fbs/ffb0. -gui Invoke the Graphical User Interface (GUI). The GUI is available if the SUNWdcm package is installed. All other arguments are ignored. The GUI can configure devices (as an alternative to the fbconfig command line) and can update the Xservers file without directly edit- ing the file. The GUI allows the user that is logged in on the graphics device or devices to configure which graphics displays the win- dow system should use, their screen layout (where they appear on the user's desktop), and screen properties (X attributes). In addition, the GUI allows advanced users to create a new video format (resolution) that some graphics devices can select from fbcon- fig command line or from the device-dependent portion of the GUI. The GUI's online help explains all options and features. -help Print the fbconfig command usage summary. This is the default option. -list Print the list of installed frame buffers and associated device specific configuration routines. Device Filename Specific Config Program --------------- ----------------------- /dev/fbs/ffb0 SUNWffb_config /dev/fbs/ffb1 SUNWffb_config /dev/fbs/m640 SUNWm64_config /dev/fbs/cgsix0 not configurable -prconf Print the current hardware configuration. -propt Print the current software configuration. -res ? Print the current hardware resolution. OPERANDS
The following operands are supported: device_specific_options device_specific_options are specified in the format shown by the -help output, or the corresponding device-specific man page. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfbc | +-----------------------------+-----------------------------+ SEE ALSO
SUNWgfb_config(1M), SUNWifb_config(1M), SUNWpfb_config(1M), SUNWzulu_config(1M), afbconfig(1M), ffbconfig(1M), m64config(1M), pgxcon- fig(1M), attributes(5) LIMITATIONS
Because of limitations in the m64 kernel driver and related software, fbconfig (with the -prconf option) is unable to distinguish between a current depth of 24 or 8+24. The -propt option returns the depth specified in the OWconfig file, which will be in effect following the next restart of the window system. The xwininfo utility, usually shipped in the package containing frame buffer software (such as SUNWxwplt), reports current depth of a specified window. SunOS 5.10 15 June 2004 fbconfig(1M)
All times are GMT -4. The time now is 10:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy