### CL5.1 e anteriores ###
Guarde o nome dos pacotes listados pelo comando:
[root@localhost]# rpm -qa | grep XFree
|
E então, pegue a atualização para o XFree
versão mais recente, disponível em nosso sítio
de ftp:
ftp://ftp.conectiva.com.br/pub/conectiva/atualizacoes/5.1/i386/XFree86/
Então, estando no diretório em que foram baixados
os arquivos:
[root@localhost]# rpm -Uhv XFree*.rpm
|
Depois basta executar o Xconfigurator normalmente e selecionar
seu modelo de placa de vídeo (S3 Trio 3D).
Utilize as seguintes linhas no arquivo
/etc/X11/XF86Config:
Section "Monitor"
Identifier "NEC Multisync XP17"
VendorName "NEC"
ModelName "XP17"
HorizSync 31-82
VertRefresh 55-120
Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806
Modeline "1152x900" 115 1152 1252 1352 1650 900 920 931 950
Modeline "1280x1024" 130 1280 1312 1416 1704 1024 1027 1030 1064
EndSection
Section "Device"
Identifier "S3 Trio3D"
VendorName "S3"
EndSection
Section "Screen"
Driver "svga"
Device "S3 Trio3D"
Monitor "NEC Multisync XP17"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x900" "1024x768"
EndSubsection
EndSection
|
Caso não funcione com a parte do arquivo acima,
recomendamos que tente a seguinte:
Section "Monitor"
Identifier "NEC Multisync XP17"
HorizSync 31-82
VertRefresh 55-120
Modeline "1024x768" 85 1024 1060 1224 1377 768 771 779 806
Modeline "1152x900" 115 1152 1252 1352 1650 900 920 931 950
EndSection
Section "Device"
Identifier "S3 Trio3D"
VendorName "S3"
EndSection
Section "Screen"
Driver "accel"
Device "S3 Trio3D"
Monitor "NEC Multisync XP17"
Subsection "Display"
Depth 32
Modes "1152x900"
ViewPort 0 0
EndSubsection
EndSection
|