Sponsored Content
Operating Systems Linux Red Hat Screen Resolution on External Monitor from RHEL 6.3 Post 302779865 by rchaud10 on Wednesday 13th of March 2013 12:14:10 PM
Old 03-13-2013
RedHat Screen Resolution on External Monitor from RHEL 6.3

Hey everyone,

I have a KVM or External monitor (19" Dell) that I am trying to hook up to a laptop running RHEL 6.3 (via VGA which is the only option). When I connect it, and go to System->Preferences->Display, the max resolution option it provides me for these external devices is 1280x1024. Now, the KVM should provide a maximum resolution capability of 1600x1200, and the Dell monitor should have a capability of 1920x1080. Neither of those come up. How do I get this to work? I was reading online that Red Hat OS needs to be configured for the graphics card on the laptop in order to provide higher resolutions. I would hope it's simpler to this. Any hints or tips?
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. Solaris

Changing Screen Resolution

I have installed Solaris 10 over vmware onto my machine. Now when I want to change my screen resolution it only has one option which is 800x600. Is there a way to change that to a bigger resollution? And if there is, what file do I have to edit and what text editor do I have to use? (1 Reply)
Discussion started by: Aco
1 Replies

4. Ubuntu

Using Xorg t extend laptop screen to external monitor

Hey, I was trying to configure my laptop's xorg.conf file so I could use a external monitor. But things got messed up and now I can't get the original back (meaning a high resolution desktop on the laptop). What went wrong? How is it possible that the server always gets stuck at the line: ... (1 Reply)
Discussion started by: ElJavi
1 Replies

5. Solaris

screen resolution

how to change screen resolution in CDE prompt (2 Replies)
Discussion started by: tirupathi
2 Replies

6. Linux

How to change screen Resolution?

Dear all I install Cent OS 5.5 ( Linux OS), with bshell and also Windows OS on the my laptop (ASUA) maximum screen resolution in Windows OS is 1024*760 but in Cent OS 5.5 is 800 *600, I have a program that is necessary to install on Cent OS and I have problem with other Linux distributions... (2 Replies)
Discussion started by: mkhorami76
2 Replies

7. 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

8. Red Hat

Screen Resolution Persistence Problem: RHEL 6.3

Good morning everyone, I have been having screen resolution issues with RHEL 6.3. Our current setup is a laptop connected to a KVM/IP server. This is the desired scenario: RHEL laptop Windows XP laptop KVM/IP server The RHEL laptop has the file /etc/gdm/Init/Default populated with... (3 Replies)
Discussion started by: rchaud10
3 Replies

9. UNIX for Beginners Questions & Answers

Cant log in from external monitor on laptop with broken screen.

Hello. I am installing Kali Linux on a laptop with no monitor. The installation goes fine through the external monitor and I can see the GRUB menu on boot, but once it comes time to log in it acts like my non existant laptop screen is my main monitor to type my login info on while my external is... (14 Replies)
Discussion started by: debpleb293
14 Replies
VGA(4)							   BSD Kernel Interfaces Manual 						    VGA(4)

NAME
vga -- VGA graphics driver for wscons SYNOPSIS
options VGA_CONSOLE_SCREENTYPE="??x??" options VGA_CONSOLE_ATI_BROKEN_FONTSEL vga0 at isa? vga* at pci? wsdisplay* at vga? console ? DESCRIPTION
This driver handles VGA graphics hardware within the wscons(4) console framework. It doesn't provide direct device driver entry points but makes its functions available via the internal wsdisplay(4) interface. The vga driver supports text-mode hardware acceleration on the VGA hardware. Currently, the driver runs the display with a 720x400 pixel resolution. The VGA text-mode accelerator divides the display into fixed-size character cells. The size of the character cells specifies the number of characters available on the screen and the resolution of the font. The wsdisplay screen ``types'' supported by the vga driver are described by the number of character cells available on the screen. See below for a complete list of supported screen modes in the vga driver. Each screen mode requires a suitable font to be loaded into the kernel by the wsfontload(8) utility, before the screen can be used. The size of the font and the screen mode must match for use on the 720x400 display. For example, a screen mode with 80 columns and 40 rows requires a font where each character is 8 pixels wide and 10 pixels high. The vga driver can display fonts of the original IBM type and ISO-8859-1 encoded fonts. A builtin font of 256 characters and 8x16 pixels is always present on the VGA hardware. The colour VGA hardware supports the display of 16 different colours at the same time. It is possible with VGA colour systems to use fonts with 512 characters at any one time. This is due to the fact that with VGA adapters one can specify an alternate font to be used instead of bright letters (used for highlighting on the screen). As an experimental feature, the ``higher half'' fonts of the former NetBSD/i386 pcvt driver distribution can be used too if the kernel option ``WSCONS_SUPPORT_PCVTFONTS'' was set at compile time. This is only useful with the ``*bf'' screen types; a font containing the ASCII range of characters must be available too on this screen. Currently, the following screen types are supported: 80x25 This is the standard VGA text mode with 80 columns and 25 rows. Sixteen different colors can be displayed at the same time. Charac- ters are 8x16 pixels, and a font consists of 256 characters. 80x25bf is a modified version of the previous. It only allows 8 colors to be displayed. In exchange, it can access two fonts at the same time, so that 512 different characters can be displayed. 80x40 A text mode with 80 columns and 40 rows. Similar to the standard mode, 16 colors and 256 characters are available. Characters are 8x10 pixels. For this mode to be useful, a font of that character size must be downloaded. 80x40bf is analogously to ``80x25bf'' a version with 512 displayable characters but 8 colors only. 80x50 A text mode with 80 columns and 50 rows. Similar to the standard mode, 16 colors and 256 characters are available. Characters are 8x8 pixels. For this mode to be useful, a font of that character size must be downloaded. 80x50bf is analogously to ``80x25bf'' a version with 512 displayable characters but 8 colors only. 80x24 is a variant of the ``80x25'' screen type which displays 24 lines only. It uses the standard 8x16 VGA font. This mode might be use- ful for applications which depend on closer DEC VT100 compatibility. 80x24bf Analogously, like ``80x24'' but with 512 character slots and 8 colors. If you have an Ati videocard and you are experiencing problems with fonts other than 80x25, you can try to set options VGA_CONSOLE_ATI_BROKEN_FONTSEL in you kernel configuration and see if it helps. The vga driver supports multiple virtual screens on one physical display. The screens allocated on one display can be of different ``types''. The type is determined at the time the virtual screen is created and can't be changed later. Screens are either created at ker- nel startup (then the default type is used) or later with help of the wsconscfg(8) utility. SEE ALSO
isa(4), pcdisplay(4), pci(4), wscons(4), wsconscfg(8), wsfontload(8) BUGS
Only a subset of the possible text modes is supported. VGA cards are supposed to emulate an MDA if a monochrome display is connected. In this case, the device will naturally not support colors at all, but offer the capability to display underlined characters instead. The ``80x25bf'', ``80x40bf'', ``80x50bf'' and ``80x24bf'' screen types will not be available. This mode of operation has not been tested. BSD
May 4, 2003 BSD
All times are GMT -4. The time now is 09:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy