Cover | Table of Contents | Colophon
http://fedora.redhat.com/docs/release-notes/ or in the root directory of the Fedora Core DVD or CD disc 1.
kpersonalizer), which will walk you through the process of setting the most common desktop options.$ 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: secret
# rm /etc/X11/xorg.conf
$ gnome-power-manager
system-config-network into a shell (or use the traditional nickname for this program, neat).
# cp /etc/X11/Xorg.conf /etc/X11/Xorg.conf.backup
InputDevice line to the ServerLayout section:Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "TouchPad0" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
InputDevice section (you can add this to any part of the file that is not between Section and EndSection lines):Section "InputDevice"
Identifier "Touchpad0"
Driver "synaptics"
Option "SHMConfig" "on"
EndSection
Device section of your /etc/X11/xorg.conf file:Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5200]"
BusID "PCI:1:0:0"
Option "TwinView"
Option "SecondMonitorHorizSync" "31.0 - 80.0"
Option "SecondMonitorVertRefresh" "50.0 - 75.0"
Option "TwinViewXineramaInfo" "on"
Option "MetaModes" "800x600,1024x768"
Option "TwinViewOrientation" "LeftOf"
EndSection[chris@concord2 ~]$
[chris@concord2 ~]$
chris), the computer being used (concord2), and the current working directory within the filesystem (~, meaning the user’s home directory). The last character of the prompt,
$, indicates that this is a normal user’s prompt, as opposed to the system administrator’s prompt, which ends with
#.uname system call (found in section 2) and the
uname command (found in section 1). In some cases, a letter or two may be appended to a section number to indicate a subsection (such as /). These three schemes are summarized in Table 4-4.$ vi filename