NOTE : Remember, casing is important in typing commands! Copying driver ============== cd /usr/X11R6/bin ;switch to the /usr/X11R6/bin directory mount -t msdos /dev/fd0 /mnt/floppy ;mount the floppy drive unzip /mnt/floppy/smisvga.zip ;unzip the driver chmod +x XF86_SVGA ;make the driver executable umount /mnt/floppy ;unmount the floppy drive Installation ============ Xconfigurator ;run the X configuration utility Select "Unlisted Card" Select "SVGA Server". Select your monitor. Don't probe Screen Configuration. Select amount of memory. Select "No Clockchip Settings". Skip Probe for Clocks. Select desired resolutions. Skip "Starting X". startx ;start X-Windows