Primeiramente verifique se o pacote abaixo está
instalado:
[root@localhost]# rpm -q XFree86-vesa
|
XFree86-vesa-4.0.1-34cl
Caso não esteja instalado insira no drive o CD-ROM 1 do
C.L 6.0 e siga os passos:
[root@localhost]# mount /mnt/cdrom
[root@localhost]# cd /mtn/cdrom/conectiva/RPMS
[root@localhost]# rpm -ivh XFree86-vesa*
[root@localhost]# cd /mnt/cdrom
[root@localhost]# umount /mnt/cdrom
[root@localhost]# eject
|
Edite o arquivo/root/XF86Config.new
[root@localhost]# mcedit /root/XF86Config.new
|
Procure por:
Identifier "Card0"
Driver "vesa"
|
Caso em driver não esteja vesa altere p/ vesa.
Agora tente configurar o X:
[root@localhost]# xf86cfg -xf86config /root/XF86Config.new
|