If everything has gone correctly so far
and you chose
kdm
as your default display manager, you should now be at
kdm's login
screen. Login as root, and you'll probably notice two things
right away: a window telling you that your sound card isn't configured
properly and some strange font problems. The next steps will
resolve these issues, present some X Windows tips, and give you some
pointers if you chose Gnome (
gdm) as
your default display manager. As usual,
remember to
substitute values from your hardware
worksheet where appropriate. After you've completed
these steps, feel free to play around with the desktop until it has a
look and feel that you enjoy.
Configure
the Sound Card
1. Launch a console window, then type modconf at
the command line. Choose the misc
category, then select sb from the
sub-menu. After the module installation is complete, exit out of modconf and
return to the command line.
2. Enter the following command at the command line: chmod a+rw /dev/dsp
3. Create a file named /etc/modutils/sound
using a text editor. Add the following line to the file, then
save it and close the text editor: options sb
io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
4. In the console window, enter the following command at the command
line: update-modules
5. Close the console window, logoff from the desktop, and reboot from
the kdm
login screen.
X Windows Key Combinations
1. Cycle resolutions using the
following key combination: Ctrl, Alt, +
2. Switch virtual terminals using the following key combination:
Ctrl, Alt,
Function-Key
3. Exit X Windows using the following key combination: Ctrl, Alt,
Backspace
Logging in as root Through Gnome
(gdm)
1. Login using the normal user account
that you setup.
2. Launch a console window and enter the
su command
at the command line. At the password prompt, enter your root
password.
3. Enter the following command at the command line:
chmod a+w
/etc/gdm/gdm.conf
4. Open the file named
/etc/gdm/gdm.conf
using a text editor and change the following line from:
AllowRoot=false
5. In the console window, enter the
following command at the command line: chmod go-w
/etc/gdm/gdm.conf
6. Reboot by entering the following command at the command line:
shutdown -r
now