I can't get this old Virge to work, a regular boot up leaves me at a GUI advising me that I'm in low graphics mode, and a utility to configure my graphics, which doesn't seem to work ('test' and 'save' buttons don't do anything). Furthermore, these commands don't seem to actually change my xorg.conf:

sudo dpkg-reconfigure -phigh xserver-xorg
sudo X -configure
sudo dpkg-reconfigure xserver-xorg

after running these, xorg.conf still just looks like:

Code:
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection
If you can't help with this, then maybe you can suggest a brand/model of video card for an older (1998) system with PCI slots..