Chapter 7. Something Went Wrong.

7.1. The Video Card Doesn't Function.

If you see a black screen with white text, like this:

and not something like in Figure 6-8, despite having installed one of the profiles workstation or ltspserver, then something went wrong with the configuration of your video card. It might help trying to manually reconfigure the video card with the command

dpkg-reconfigure xserver-xfree86

and answer the questions.

Tip

You can at any time abort this reconfiguration by pressing CTRL-C

Warning

This recipe should be sufficient to get your video card working, not perfectly working, just working.

Tip

A quick way of determining whether or not your video card is supported under Linux, is to try one of the live CDs with excellent hardware support, such as Snøfrix or Knoppix. Have a look at Section I.1

Once you are done with dpkg-reconfigure, you should see something like

Wrote X server configuration to /etc/X11/XF86Config-4.

It might help to know something about what type of video card you have in your computer, the command lspci is helpful:


tjener:~# lspci
00:00.0 Host bridge: Intel Corp. 82440MX I/O Controller (rev 01)
00:00.1 Multimedia audio controller: Intel Corp. 82440MX AC'97 Audio Controller
00:02.0 VGA compatible controller: Silicon Motion, Inc. SM710 LynxEM (rev a3)
00:07.0 ISA bridge: Intel Corp. 82440MX PCI to ISA Bridge (rev 01)
00:07.1 IDE interface: Intel Corp. 82440MX EIDE Controller
00:07.2 USB Controller: Intel Corp. 82440MX USB Universal Host Controller
00:07.3 Bridge: Intel Corp. 82440MX Power Management Controller
00:0a.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 80)
00:0a.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 80)
Here you notice that I have a Silicon Motion video card. If you need more info from lspci then try lspci -vn. Maybe you need to pipe it through more or less, like lspci -vn|more

If you still experience problems with your video card, then have a look at Section 2.6. Perhaps you should consider installing a backported version of XFree86 4.3; not sure where that is available.

If you just need to change the depth and resolution, then you can open the file /etc/X11/XF86Config-4 with a editor from the command line like

kdesu kwrite

and edit the lines corresponding to the depth you wish to have
DefaultDepth     16
and the lines
SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"