? KDE home page: http://kde.org
? freedesktop.org: http://freedesktop.org
2.4. Fine-Tuning Your Display Configuration
Fedora's Anaconda installer detects and configures most display hardware optimally. However, there are some situations where it's necessary to override the default configuration to set up a desired display resolution and color depth.
2.4.1. How Do I Do That?
Fedora's display configuration program is called
If you have a working graphical display, you can start this program by selecting System>Administration>Display from the panel menus (System Settings>Display in KDE). You'll need to enter the root password when prompted.
If you don't have a working graphical display, or you've booted into character mode (see Lab 4.5, 'Using Runlevels '), you can start this program from the command line:
$ system-config-display
You are attempting to run 'system-config-display' which requires administrative
privileges, but more information is needed in order to do so.
Password for root:
The graphical display will be started in a very basic mode so that the graphical configuration dialog can be displayed.
# rm /etc/X11/xorg.conf
Whether started from the menu or the command line, the window shown in Figure 2-15 will be displayed.
Figure 2-15. system-config-display window
This dialog has three tabs:
Settings
Selects the default resolution and color depth for the system. The maximum display resolution is limited by the monitor setting on the Hardware tab; the color depth should almost always be set to 'Millions of Colors,' which enables 24-bit color.
Hardware
Selects the monitor and video card type installed in your system. The Anaconda installer will have preselected the best match in most cases, but in some display configurationsincluding those with keyboard- video-mouse (KVM) switches, video splitters, or old monitorsthe monitor type cannot be determined automatically. If your monitor does not appear on the list, select the closest option from the Generic CRT or Generic LCD categories.
In most cases, the exact video card model is not important; it's the chipset that counts. From your video card documentation, find out the chipset manufacturer and model (such as NVIDIA GeForce 4 MX) and select that option from the list. In many cases, an exact match is not required because one video driver is used for a wide range of chipsets.
If there are no options that work for your video card, select the VESA driver, which will provide basic capabilities on almost any modern video card.
Dual head
The X.org server used in Fedora can drive multiple monitors. If you have a second monitor connected to a
Once you have selected the desired configuration, click OK. The new configuration will take effect the next time you start the graphical user interface.
If you logged in graphically, the GUI won't restart until you restart the system. You can force it to restart sooner by pressing Ctrl-Alt-Backspacebut you will lose any unsaved data, so exit from all applications first. (This key sequence abruptly aborts the X server process and normally should not be used to exit from a graphical session).
2.4.2. How Does It Work?
The
? Video card
? Monitor
? Keyboard
? Pointer (typically a mouse, but possibly a trackball, graphics tablet, touch screen, light pen, or some other positional input device)
The
$ man xorg.conf