Search
Recommended Products
Related Links


 

 

Informative Articles

Custom Error Pages
Ever get a complaint from a customer or visitor about broken links or error pages which seem to randomly appear on your site? Here's the solution... make your own custom error page which will forward visitors to any page you specify. You may choose...

MS SQL / MySQL - A Case Study
Contact: John Malco Tel: 1-888-898-9699 Cell: 206-799-9696 MS SQL SERVER 2005 POWERS DATA DRIVEN SITES Case Study of Two Web Hosting Companies The release of Microsoft SQL Server 2005 on November 7th 2005 created a buzz...

No Operating System
Imagine a computer with no operating system. If you can do that, you can imagine a computer that is extremely difficult to hack into. A computer that is almost immune to viruses. A computer that rarely crashes. Too good to be true? No, such a...

Provisioning/User Management System Upgrades: Part One -- Ten Reasons Why Not To Do An Upgrade or The Gentle Art of “Not Doing” When Good Systems Go Bad
Tommy Sherman daily monitors a helpdesk-provisioning queue for a large company. The current provisioning/user management system was written with homegrown software. It has not had a major update for several years. Each day, he is getting more...

Worms, Horses, Bugs and Thugs
Worms, Horses, Bugs and Thugs by John Geiger "A determined hacker is hard to stop. But those malevolent crackers would rather walk through an open door than pick a lock" writes Michael Fitzgerald of Extreme Tech. With all of the viruses, worms,...

 
Google
Linux Display Settings

----------------------------------------------------------
Permission is granted for the below article to forward,
reprint, distribute, use for ezine, newsletter, website,
offer as free bonus or part of a product for sale as long
as no changes are made and the byline, copyright, and the
resource box below is included.
----------------------------------------------------------
Linux Display Settings

By Stephen Bucaro

After you install Linux you usually find your display in
a low resolution mode. If you were installing Windows,
you would then install the driver for your video card and
use the Display utility in Control Panel to change to a
higher resolution. Unfortunately, with Linux things are
not so easy.

Linux uses a free version of the X Window System called
Xfree86 to control your display. Xfree86 supports VGA,
Super VGA, and some accelerated video adapters. If you
have a new video card, or new motherboard with on-board
video, you may want to download the latest version of
Xfree86 from ftp://ftp.xfree86.org

The configuration for Xfree86 is in a file named
XF86Config located in /usr/X11R6/lib/X11. This file is
created and edited by a program called Xconfigurator.

In Windows, the monitor is viewed as a "dumb box" driven
by a video card which is controlled by a video driver
program. Xconfigurator seems to think that video cards
don't exist and it requires you enter all kinds of obtuse
information about your monitor such as horizontal sync
range, vertical sync range, the amount of video memory,
and which clock chip you have.

If you have a no-name monitor like I do, you may not
know all of these parameters. You may get stuck in the
display configuration step of Linux installation. This is
one reason why I say "Linux is not ready for prime time".

This is how it should work: Linux detects your video card
and configures itself.

On rare occasion,


Xconfigurator does detect your "monitor",
or you can select your monitor in Xconfigurator's list.
In most cases you can get through the installation by
selecting "Generic VGA, 640 x 480 @ 60 Hz". Then after
completing the installation, you can use Xconfigurator to
try to set a higher resolution.

To open Xconfigurator, log in as root and click on the
"Terminal emulation program" button on the task bar. In
the terminal window that appears, type Xconfigurator.
Xconfigurator will probe for your video card. If that
fails, you will be presented with a list of monitors. If
you can't find your monitor in the list, select one of
the "Generic" options.

You will then have to select a "color depth" and "video
mode". After making the required selections, Xconfigurator
will display the message "Can you see this message?" If
you do not click on the "Yes" button within ten seconds,
you will be sent back to Xconfigurator's starting screen.
Then you can select different settings and try again.

If none of the Generic options work, select "Custom" and
enter some horizontal sync and vertical sync numbers.
Ultimately you should find a setting that works. You may
have to make some adjustments to your monitor to resize,
reposition, or remove pin cushion.

Sometimes changing your display setting is not as easy in
Linux as it is in Windows, but the alternative is to
continue to use Windows and beg for Bill Gates' permission
to upgrade your hardware (XP product activation).
----------------------------------------------------------
Resource Box:
Copyright(C)2002 Bucaro TecHelp. To learn how to maintain
your computer and use it more effectively to design a Web
site and make money on the Web visit
http://bucarotechelp.com
To subscribe to Bucaro TecHelp Newsletter Send a blank
email to bucarotechelp-subscribe@topica.com
----------------------------------------------------------

About the Author

None