XFree86: Version 3.3.6, 4.x.x
Enter the following at the boot prompt:
linux 3 vga=xxx
If you use SuSE Linux version 7.1 or higher, first change to text mode by pressing ESC. Replace xxx with a value from the list below. This value specifies the resolution and color depth used by the X server later.
Resolution in Pixels color depth | 640x480 800x600 1024x768 1280x1024 256 (8bit)| 769 771 773 775 32000 (15bit)| 784 787 790 793 65000 (16bit)| 785 788 791 794 16.7 Mil. (24bit)| 786 789 792 795
For example, to make an X server run with a 16-bit color depth and 1024x768 resolution, enter:
linux 3 vga=791
Especially in the case of notebooks, this value might not be supported. If this is the case, select a lower resolution (800x600 16-Bit).
From SuSE Linux 8.2 on, the specification of the framebuffer modes has changed. To find out the modes supported by your graphics card, execute the command
hwinfo --framebuffer
in the rescue system. This command's output provides you with detailed information about your graphics card and the resolution and color depth values supported by your card in framebuffer mode. For example:
02: None 00.0: 11001 VESA Framebuffer [Created at bios.387] Unique ID: rdCR.zg2TkC4BwP7 Hardware Class: framebuffer Model: "NVidia Riva TNT" Vendor: "NVidia" Device: "Riva TNT" SubVendor: "NVidia" SubDevice: Revision: "B1" Memory Size: 4 MB Memory Range: 0xe6000000-0xe63fffff (rw) Mode 0x0300: 640x400 (+640), 8 bits Mode 0x0301: 640x480 (+640), 8 bits Mode 0x0303: 800x600 (+800), 8 bits Mode 0x0305: 1024x768 (+1024), 8 bits Mode 0x0307: 1280x1024 (+1280), 8 bits Mode 0x030e: 320x200 (+640), 16 bits Mode 0x030f: 320x200 (+1280), 24 bits Mode 0x0311: 640x480 (+1280), 16 bits Mode 0x0312: 640x480 (+2560), 24 bits Mode 0x0314: 800x600 (+1600), 16 bits Mode 0x0315: 800x600 (+3200), 24 bits Mode 0x0317: 1024x768 (+2048), 16 bits Mode 0x0318: 1024x768 (+4096), 24 bits Mode 0x031a: 1280x1024 (+2560), 16 bits Mode 0x0330: 320x200 (+320), 8 bits Mode 0x0331: 320x400 (+320), 8 bits Mode 0x0332: 320x400 (+640), 16 bits Mode 0x0333: 320x400 (+1280), 24 bits Mode 0x0334: 320x240 (+320), 8 bits Mode 0x0335: 320x240 (+640), 16 bits Mode 0x0336: 320x240 (+1280), 24 bits Mode 0x033d: 640x400 (+1280), 16 bits Mode 0x033e: 640x400 (+2560), 24 bits Mode 0x0345: 1600x1200 (+1600), 8 bits Mode 0x0346: 1600x1200 (+3200), 16 bits Config Status: cfg=no, avail=yes, need=no
Select the 0xvalue that best suits your needs. For compatibility reasons, you can continue to use values from the table above, too.
The command with pico reads:pico /etc/lilo.conf
vga=normal
and change it to:
vga=xxx
Replace xxx with the value used to start the system. In addition, check if the entry below contains the correct boot device:
boot=/dev/xxx
In the case of the floppy drive, the entry should be /dev/fd0. The drive labels used by Linux are different than those of Windows. Linux labels them as /dev/hdxx where, for example, /dev/hda7 refers to the third logical partition on the first hard drive at the first IDE controller and /dev/hdbx to the second hard drive connected to the first IDE controller. Hard drives connected to the UDMA controller are usually referred to as /dev/hdex
lilo
and reboot the system by entering
reboot
and confirming with Enter.
Once the system is restarted, log in as root and start SaX2 to configure the graphical interface.
To do this, start SaX2 with the following options:
sax2 -m 0=fbdev
Now adjust the necessary settings. For further information about the configuration, refer to the article:
http://sdb.suse.de/en/sdb/html/wessels_sax2.html
http://sdb.suse.de/en/sdb/html/wessels_sax247.html
startx