User`s guide
48 • Device Driver Installation
4.1.2 Driver Installation on Red Hat Linux 7.3
The standard Linux installation procedure will install the graphic driver for the
VGA chip. However, under the Red Hat Linux 7.3 or higher versions, the
standard VGA driver is not fully compatible with the C&T69000 VGA chip.
The installation of the Red Hat Linux 7.3 may hang after entering
X-Windows.
To fix this compatibility issue, two configuration files must be modified under
text mode. Both files are locate at the /etc/X11 directory
•
XF86Config
. . . . . . . .
Identifier “Chips & Technologies CT69000”
VendorName “CHIPS 69000 Super VGA”
# Option “noaccel” <- unmark this item, remove ‘#’
# Option “no_bitblt” <- unmark this item, remove ‘#’
# Option …….
# Option …….
•
XF86Config-4
. . . . . . . .
Section “Device”
Identifier “Chips & Technologies CT69000”
Driver “chips”
VendorName “Chips & Technologies CT69000”
BoardName “Chips & Technologies CT69000”
Option “noaccel” <- add this item
Option “no_bitblt” <- add this item
. . . . . . . .