Fedora 10 Installation Notes
Display
as root
# echo DISPLAYMANAGER=KDE > /etc/sysconfig/desktop
# telinit 3
# telinit 5
Session Type - KDE
login
F>System Settings>right-mouse-menu>Add to Panel Panel>
Panel>System Settings>Display>Size & Orientation>Size: 1280x1024
For a new X-Windows session, the display size is not restored until the Display setting applet is reactivated, so try the following:
/etc/X11/xorg.conf
Section "Monitor"
...
EndSection
Section "Screen"
...
Monitor "Monitor0"
...
SubSection "Display"
...
Modes "1280x1024"
...
EndSubSection
EndSection
Add/Remove Software
Note: init-state 3 in /etc/inittab, followed by login as root, telinit 5, X-Windows login as user, causes the following console-authorization problems:
- "Authentication Failed" for Add and Remove Software (kpackagekit)
- Edit/modify blank buttons for Authorizations (polkit-gnome-authorization)
So leave init-state 5 in /etc/inittab, and use the install DVD to rescue by
appending an init-state to the grub kernel line.
F>System Settings>Add and Remove Software>
install additional packages:
ksh emacs lshw-gui thunderbird seamonkey rubygem-rails
Environment/Miscellaneous
# chsh -s /bin/ksh
logout/login
F>System Settings>Date & Time> set date and time
automatically - north-america.ntp.org
F>System Settings>About me
disable system beep:
rmmod pcspkr
echo "blacklist pcspkr" >> /etc/modprobe.d/blacklist
make /dev entries:
# cat /proc/partitions
major minor #blocks name
8 17 78148161 sdb1
# mknod /dev/sdb1 b 8 17
System Tools
System Monitor
Edit>Worksheet Properties>Properties>Update interval: 5 sec
NoBell Home - gjm - last update 1/23/2009, created 12/1/2008