SIS671 Slackware, uma solução!!

Para quem possui o chipset SIS671 e usa Linux realmente sofre, aqui esta uma solução para usuários do Slackware.

Não é necessário a instalação ou configuração de nenhum pacote, é só criar om arquivo chamado xorg.conf na pasta /etc/X11, conforme descrito abaixo:



Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # []
#Option "DefaultRefresh" # []
#Option "ModeSetClearScreen" # []
Identifier "Card0"
Driver "vesa"
VendorName "Silicon Integrated Systems [SiS]"
BoardName "771/671 PCIE VGA Display Adapter"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Monitor0"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1024x768"
Horizsync 31.5-48.0
Vertrefresh 56.0 - 65.0
modeline "800x...@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x...@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x...@60" 80.14 1280 1344 1480 1680 768 769 772 795
-hsync +vsync
modeline "1280x...@60" 74.48 1280 1336 1472 1664 720 721 724 746
-hsync +vsync
Gamma 1.0
EndSection


Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Defaultdepth 24
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRottClipping" "true"

SubSection "Display"
Depth 24
Virtual 1280 800
Modes "1280x...@60" "1280x...@60" "800x...@60"
"800x...@56"
EndSubSection
EndSection


Section "Extensions"
Option "Composite" "Enable"
EndSection


Section "DRI"
Mode 0666
EndSection

Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "Card0"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection


Lembrando que este arquivo esta para uma resolução até 1280x800, não testei com resolução maior.

(Editado em 10/02/11 com melhorias de desempenho)

Comentários