Sponsored Content
Operating Systems AIX Change AIX display resolution ? Post 302528629 by DGPickett on Tuesday 7th of June 2011 02:21:36 PM
Old 06-07-2011
http://www.scribd.com/doc/13044539/base-system-aix-51

X11, CDE and user interface stuff
1.The file/usr/lpp/X11/defaults/xserverrc should contain the line
2. EXTENSIONS=" -bs -d 24:mir0 -d 24:lai0 -d 24:mtn0 -d 24:mint0 -d
24:mojl0 "
to enable backing store and 24bit colours for special graphics cards (here
GXT2000P, GXT135P, GXT3000P, GXT550P and GXT4500, respectively), if
installed.

3. CDE configuration
Path definitions in/etc/dt/config/Xsession.d/0010.dtpaths
Actual icons and datatypes in/u/bio/.dt/appconfig
4.adjust screen resolution (for machines with graphic cards)
5. smit - Devices - Graphics Displays - Select the Display Type
choose momitor, then
Select the Display Resolution and Refresh Rate
 

9 More Discussions You Might Find Interesting

1. Solaris

How to change display resolution

Hi, I would like to know how to change the display resolution in solaris on sparc. Can anyone please help me. Regards, Raja (3 Replies)
Discussion started by: RajaRC
3 Replies

2. UNIX Desktop Questions & Answers

Graphic display resolution

Hello all, I need to fix some resolution in an AIX, how can I do it? It cannot be altered at system reboot, in the other words, I'm setting an display resolution, but when I do a reboot this configuration will be losted. I need somethig like this: Set a configuration and it cannot be changed... (0 Replies)
Discussion started by: nando_zambone
0 Replies

3. UNIX for Dummies Questions & Answers

How to change display resolution in UnixV4.0D

I would like to know how to change the display resolution in UnixV4.0D. Can anyone please help me. Regards, Avgust (1 Reply)
Discussion started by: avgust
1 Replies

4. UNIX for Dummies Questions & Answers

Cannot change my display to high resolution

Hi all, i am one of the newbies with linux. i just install the Enterprise AS on my ibm z60t. I am trying to change the color setting to hight resolution, unfortunately, it does not work. it works only with the 256 color setting. It seems the widescreen or the vga card of my notebook does not... (3 Replies)
Discussion started by: sanlen
3 Replies

5. Debian

Change resolution problem

Hi gurus I have notebook with connected external monitor. output of my xrandr looks like Screen 0: minimum 320 x 200, current 2960 x 1050, maximum 2960 x 1050 VGA connected 1680x1050+1280+0 (normal left inverted right x axis y axis) 478mm x 300mm 1680x1050 60.0*+ 1280x1024 ... (2 Replies)
Discussion started by: wakatana
2 Replies

6. Solaris

OpenWindows display resolution problem

Hi all! On my SPARC mashine I have changed the screen resolution from default to: output-device screen r1024x768x75, because the OBP picture too big (e.g. Sun Logo and OBP text). Now, after the system booting I have the problem with OpenWindows picture (e.g. the window manager does not display... (2 Replies)
Discussion started by: wolfgang
2 Replies

7. UNIX Desktop Questions & Answers

Correcting the display resolution

I have an issue with the display resolution under Xfce. The monitor can handle 1024x768, but the screen display is 800x600. The control panel does not allow me to change this. I also found the file .config/xfce4/xfconf/xfce-perchannel-xml/displays.xml in which I have made changes, but after a... (0 Replies)
Discussion started by: figaro
0 Replies

8. Emergency UNIX and Linux Support

Change the display format for ls -l command in AIX

Hi, I am using AIX 5.3. In my server if I list the file , I got the below result in below format. ********************************************* -rw-rw--w- 1 letapp1 staff 0 Jun 8 02:53 CC00030710.cntrl ********************************************* But now I am seeing... (22 Replies)
Discussion started by: puni
22 Replies

9. Debian

Xorg resolution/display size problem

Hello, I am running Debian 6.0 on a Sun Ultra 5 and the openbox window manager. The window is way larger than the screen and minimized icons go off the screen and I can't get them back. The mode is set to 1280x1024 in the Screen section of xorg.conf and Virtual is also set to 1280x1024 which is... (4 Replies)
Discussion started by: snorkack59
4 Replies
XmSetFontUnits(3X)														XmSetFontUnits(3X)

NAME
XmSetFontUnits - A function that sets the font unit value for a display SYNOPSIS
#include <Xm/Xm.h> void XmSetFontUnits (display, h_value, v_value) Display * display; int h_value; int v_value; DESCRIPTION
XmSetFontUnits provides an external function to initialize font unit values. Applications may want to specify resolution-independent data based on a global font size. This function must be called before any widgets with resolution-independent data are created. See the XmNunitType resource description in the manual pages for XmGadget(3X), XmManager(3X), and XmPrimitive(3X) for more information on resolu- tion independence. This function sets the font units for all screens on the display. XmSetFontUnits is obsolete and exists for compatibility with previous releases. Instead of using this function, provide initial values or call XtSetValues for the XmScreen resources XmNhorizontalFontUnit and XmNverticalFontUnit. Defines the display for which this font unit value is to be applied. Specifies the value to be used for horizontal units in the conversion calculations. Specifies the value to be used for vertical units in the conversion calculations. SEE ALSO
XmConvertUnits(3X), XmSetFontUnit(3X), XmGadget(3X), XmManager(3X), XmPrimitive(3X), XmScreen(3X) XmSetFontUnits(3X)
All times are GMT -4. The time now is 10:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy