14 lines
294 B
Bash
Executable File
14 lines
294 B
Bash
Executable File
#!/bin/bash
|
|
cat << !!
|
|
|
|
You may have to edit the "clocks" line in /usr/lib/X11/Xconfig
|
|
in order to make X windows work on your VGA card.
|
|
|
|
Use Ctl-Alt-Backspace escape from X windows if anything goes wrong.
|
|
|
|
Use Ctl-Alt-<Numberpad +> to cycle through the X video modes.
|
|
|
|
!!
|
|
sync
|
|
exec $SHELL
|