Sponsored Content
Full Discussion: RedHat Linux GUI Issues
Operating Systems Linux Red Hat RedHat Linux GUI Issues Post 302687325 by Nikhil Dethe on Thursday 16th of August 2012 11:03:31 AM
Old 08-16-2012
The GUI output comes in a dark screen, which is not visible, after taking efforts to see, i can make out there is something on screen... by looking in that screen i tried to change the resolution... i guess my machine is lacking some graphics driver, but how can i install them... is there any solution to this...

And my laptops description is this...

Processor: Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz 2.26GHz
RAM : 3.00 GB (2.87 GB usable)

Display adapters : Standard VGA Graphics Adapter


actually i am having very very less knowledge of Linux so cant do much in this...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

redhat 7.1 GUI

I am trying to install a Linux LFS server. I have not been able to figure out how to get the GUI to load up. I'm not even sure if it has been installed. Any information would be greatly appreciatted. (2 Replies)
Discussion started by: tlcrowder
2 Replies

2. UNIX for Dummies Questions & Answers

GUI for Redhat Linux

I just installed Redhat Linux 8.0 and I do not know how to get to my GUI Desktop. Right now I'm just in the shell please help. (2 Replies)
Discussion started by: savagebeast
2 Replies

3. Linux

Redhat 9 modem login issues

Hi guys , I have redhat 9 and i have no idea what i'm doing. This is my first time taking a break from windows and exploring this new OS. I'm trying to install an External Usrobotic 56K Model Number 5686, after rebooting it was detected. How can i configure the server so i can call (modem... (1 Reply)
Discussion started by: josramon
1 Replies

4. Ubuntu

Linux Redhat ES 4.0 - DNS Config Issues

Hello all, I've a very strange thing hapenning in my Sys, I've configured the IP, DNS eveything for my internat connection, but Im only able to browse Redhat.com websites. I cant open anyother site!!! :eek: Im sure the internet is configured 'coz it displays the list of avail updates for... (11 Replies)
Discussion started by: AbhijithS
11 Replies

5. UNIX for Dummies Questions & Answers

Remote connection to HP-UX from Linux, GUI issues.

Not sure if that's the best thread title... anyway, working remotely on a HP-UX machine I often need a GUI window when executing remote software installs, and for this I use Cygwin/X on my Windows laptop which works perfectly. Connect via telnet, set DISPLAY, run installer, GUI appears locally -... (3 Replies)
Discussion started by: stefcha
3 Replies

6. Red Hat

Problems running redhat config samba in the GUI

hi Recently the above option has stopped working all together. On clicking on this option it appears as though the window will open as the outline of the box appears but nothing more. On running this from a command prompt within the GUI , I get the following error: The last line... (0 Replies)
Discussion started by: timcs
0 Replies

7. Programming

GUI applications on SunSolaris and RedHat Linux

Hello, I want know about building a product on Sun solaris and Redhat Linux. Product would contain C,C++, Java, UNIX Shell scripts and so on. It will not be a client server programme. Thanks! Shafi (5 Replies)
Discussion started by: shafi2all
5 Replies

8. Emergency UNIX and Linux Support

Installing packages on Redhat 5.5: rpmlib issues

Hi there I'm having trouble with a remote Red Hat server. We are busy with an Oracle 11g installation on this box and going through the list of required packages, etc. The installation required elfutils-libelf-devel-0.148. When I try to install that I get the following error; rpm -i... (6 Replies)
Discussion started by: notreallyhere
6 Replies

9. Red Hat

[Solved] Redhat system is not booting in GUI mode

Hi Guys Required help in Redhat 6.1. After installation of Redhat 6.1 in VMware system is not going in GUI mode. please to solve the issue... Thanks... (5 Replies)
Discussion started by: deviltech
5 Replies

10. Red Hat

Issues installing inotify-tools on RedHat Linux

I wish to install inotify-tools-3.20.1-2.4.x86_64.rpm on Linux and fire inotifywait command. Initially i was looking for "inotify-tools-3.xx.tar.gz" as instructed here http://jensd.be/248/linux/use-inotify-tools-on-centos-7-or-rhel-7-to-watch-files-and-directories-for-events I have... (9 Replies)
Discussion started by: mohtashims
9 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 04:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy