Instalando driver SiS 671/771 em notebook com Debian Squeeze!
Resolvi postar essa dica sobre como instalar o driver da Sis 671/771 no Debian Squeeze, porque foi o único que funcionou para mim, e não encontrei ele por aqui no VOL.
Primeiramente vamos checar se o teu controlador gráfico é mesmo um 671/771 através do comando:
lspci | grep VGA
Vai printar o seguinte texto na tela:
Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
Agora baixe o seguinte arquivo
Driver-2d-Sis671-771-Debian6ta .
Extraia com o comando:
tar -zxvf nomedoarquivo.tar.gz
Em seguida copie o arquivo
xorg.conf para
/etc/X11/ e os arquivos
.la e
.so para
/usr/libs/xorg/modules/drivers .
Reinicie o seu notebook para que ele apresente a resolução 1280x800 (caso inicie na resolução 800x600, selecione-a no menu Sistema -> Preferências -> Monitores, mas aqui já ligou com a resolução no máximo).
Outras dicas deste autor
openSUSE - Atualizando as entradas do GRUB 2
Leitura recomendada
SuperTuxKart não fica em fullscreen [Resolvido]
O.S. Desktop - Sistema Operacional completo
MSN e Hotmail no Linux
Ouvindo música com Audacious
Extraindo páginas de arquivos PDF com PDF Chain
Comentários
Cara, muito, muito obrigado, Há um mês estou tentando ajeitar minha resolução, mas não conseguia. Com esse seu funcionou de boa!
Valeu cara!!!
Mensagem
Cara, muito, muito obrigado, Há um mês estou tentando ajeitar minha resolução, mas não conseguia. Com esse seu funcionou de boa!
Valeu cara!!!
Amigo, parabéns pela sua dica, funcionou 100% aqui no Debian Squeeze 6.0... porém "matou" a porta VGA, não tem mais sinal (não vou poder usar um monitor externo ou um data-show)... monitor desconhecido e não alterna mais de tela para porta VGA... se tiver alguma outra dica que possa desencanar esse galho, agradeço! Grande abraço
Mensagem
Amigo, parabéns pela sua dica, funcionou 100% aqui no Debian Squeeze 6.0... porém "matou" a porta VGA, não tem mais sinal (não vou poder usar um monitor externo ou um data-show)... monitor desconhecido e não alterna mais de tela para porta VGA... se tiver alguma outra dica que possa desencanar esse galho, agradeço! Grande abraço
alguém poderia fazer a gentiliza de colocar este Driver-2d-Sis671-771-Debian6ta. em algum dropbox e ou reupar ele, não estou conseguindo baixar. Obrigado
Mensagem
alguém poderia fazer a gentiliza de colocar este Driver-2d-Sis671-771-Debian6ta. em algum dropbox e ou reupar ele, não estou conseguindo baixar. Obrigado
Aqui está o link para o dropbox amigo: o arquivo é o mesmo, então basta seguir o procedimento citado...
Segue o link:
https://www.dropbox.com/l/D6h4Se1PShRs7FWl8Iba7b
Agora eu peço que alguem faça a gentileza de pedir a algum moderador para que edite o topico colocando o link novo, se possivel...
Valeus...
Mensagem
Aqui está o link para o dropbox amigo: o arquivo é o mesmo, então basta seguir o procedimento citado...
Segue o link:
https://www.dropbox.com/l/D6h4Se1PShRs7FWl8Iba7b
Agora eu peço que alguem faça a gentileza de pedir a algum moderador para que edite o topico colocando o link novo, se possivel...
Valeus...
Alguém ai tem o driver da sis 671/771 para o Debian 7.6?
Mensagem
Alguém ai tem o driver da sis 671/771 para o Debian 7.6?
para debian wheezy xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
# xorg.conf para linux Mint Debian Based - configuração para linux mint baseado no Debian
# funciona em placas sis
#VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
#Option "XkbVariant" "abnt2"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 16
SubSection "Display"
Depth 16
#Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
Modes "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Mensagem
para debian wheezy xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
# xorg.conf para linux Mint Debian Based - configuração para linux mint baseado no Debian
# funciona em placas sis
#VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
#Option "XkbVariant" "abnt2"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 0
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 16
SubSection "Display"
Depth 16
#Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
Modes "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "vesa"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Mensagem
se nao funfar: http://gravitacoes.com/posts/instalando-o-driver-de-video-sis-no-crunchbang-ou-no-debian-wheezy/
amd64: http://www.4shared.com/postDownload/oFJXjykn/Sis_671771_Driver_Debian_Squee.html
Contribuir com comentário
Enviar