### 6.0 ###
Logue num terminal como root digite:
[root@localhost]# X -configure
|
Em seguida edite o arquivo criado em /root/XF86Config.new:
[root@localhost]# mcedit /root/XF86Config.new
|
E altere as seguintes linhas:
Section "Device"
Driver "sis"
|
para:
Section "Device"
Driver "vesa"
|
e altere a profundidade e resolução em:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600"
EndSubSection
EndSection
|
Agora salve com f10. E teste a resolução:
[root@localhost]# X -xf86config /root/XF86Config.new
|
Caso apareça o ambiente gráfico, pressione
crtl+alt+backspace e copie o arquivo:
[root@localhost]# cp /root/XF86Config.new /etc/X11/XF86Config-4
|
e inicie seu ambiente gráfico:
ou