Chrome? Sweet.
In the shop, I've built a
CNC router. The machine depends upon a ubuntu/emc computer for control. The computer is an old compaq desktop with an S3 virge video card.
I'm having trouble with my video card installation. The xorg.conf file shows:
Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Driver "vesa"
Screen 0
Vendorname "S3"
I think that's the wrong driver, but being a noob and all, I don't know how to change it. Should I simply edit the xorg.conf file to say;
Section "Device"
Identifier "Configured Video Device"
Boardname "s3virge"
Driver "s3virge"
Screen 0
Vendorname "S3"