Autor Tópico: problema sis 671 771  (Lida 3967 vezes)

Offline ley

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
problema sis 671 771
« Online: 30 de MAR?O de 2011, 00:26 »
ola sou iniciante e tenho ubuntu 10.10 no meu not cce e não consigo instalar o driver de vídeo e mudar a resolução, já pesquisei muito mas nada resolveu se alguém puder com bastante paciência desde já agradeço

Offline clcampos

  • Administrador
  • Usuário Ubuntu
  • *****
  • Mensagens: 10.790
  • .:: User Linux #439596 ::.
    • Ver perfil
Re: problema sis 671 771
« Resposta #1 Online: 30 de MAR?O de 2011, 00:35 »
Movendo para Hardware e Periféricos.

A seção Dicas e Truques é para postar suas dicas, tutoriais e truques.
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

Offline cr4sh3r_777

  • Usuário Ubuntu
  • *
  • Mensagens: 55
    • Ver perfil
    • ERP, Blog, Tutorial, Linux
Re: problema sis 671 771
« Resposta #2 Online: 01 de Abril de 2011, 07:36 »

Eu também tive o mesmo problema.

Estou fazendo o uso do driver desse link, até agora o melhor que encontrei e de instalação muito simples (Através de pacote DEB)
http://blog.andersonfaro.net/materialsite/outrostemas/94-configuracao-driver-sis-671672771-outra-opcao.html

O unico problema que encontrei com ele foi um erro de aceleração de vídeo que está acontecendo quando se usa o VLC sendo discutido no link:
http://ubuntuforum-br.org/index.php/topic,80246.0.html

Offline elt_on

  • Usuário Ubuntu
  • *
  • Mensagens: 6
    • Ver perfil
Re: problema sis 671 771
« Resposta #3 Online: 03 de Abril de 2011, 23:05 »
olá...

Olha, placa sis 671/771 com aceleção 3d não funciona bem. Se vc conseguir instalá-la vc ao mesmo tempo não conseguirá assistir videos no youtube, em fullscreen de qualidade, por exemplo.

Minha dica é que apenas vá em /etc/X11 como root e veja se vocẽ tem um arquivo chamado xorg.conf

Se sim, apague seu conteúdo depois de salvá-lo em local seguro e cole esse código:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerFlags"
   Option "AllowMouseOpenFail" "true"
EndSection

Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
   Option      "XkbVariant"   "abnt2"
EndSection

Section "InputDevice"
   Identifier   "Serial Mouse"
   Driver      "mouse"
   Option      "Protocol"      "Microsoft"
   Option      "Device"      "/dev/ttyS0"
   Option      "Emulate3Buttons"   "true"
   Option      "Emulate3Timeout"   "70"
   Option      "SendCoreEvents"   "true"
EndSection

Section "InputDevice"
   Identifier    "USB Mouse"
   Driver       "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "SendCoreEvents" "true"
   Option       "ZAxisMapping" "4 5"
   Option       "Buttons" "5"
EndSection

Section "Device"
   Identifier   "Silicon Integrated Systems [SiS] 5597 [SiS5582]"
   Driver      "vesa"
   VendorName   "SIS"
   BoardName   "V64 S3 Trio"
   BusID      "PCI:0:11:0"
EndSection

Section "Monitor"
   Identifier   "L177W"
   VendorName   "LG"
   ModelName   "L177WS"
   HorizSync   31.5 - 50
   VertRefresh   40 - 90
   ModeLine   "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
   ModeLine   "1024x768" 78.75 1024 1040 1136 1342 768 769 772 800 +hsync +vsync
   ModeLine   "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Silicon Integrated Systems [SiS] 5597 [SiS5582]"
   Monitor      "L177W"
   DefaultColorDepth 24
   #DefaultDepth   8
   SubSection "Display"
      Depth      1
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "USB Mouse" "CorePointer"
   InputDevice    "Serial Mouse" "CorePointer"
EndSection

Section "DRI"
   Mode   0666
EndSection


No meu tem exatamente esse, mas ele já está com aceleração 3d e não consigo retirá-lo...

Se caso você ainda não tenha esse arquivo, crie um em branco, com o botão direito do mouse e faça a mesma operação.

Espero ter te ajudado,

abrços!

Offline Altair Julião

  • Usuário Ubuntu
  • *
  • Mensagens: 286
    • Ver perfil
Re: problema sis 671 771
« Resposta #4 Online: 05 de Abril de 2011, 18:05 »
Olá ley, infelizmente esta placa Sis Mirage dá muita dor de cabeça, tinha o ubuntu instalado num notebook positivo com esta placa, só para acrescentar informações consegui resolver e a resolução está neste tópico:

http://ubuntuforum-br.org/index.php/topic,72739.msg405784.html#msg405784

Abraços e boa sorte.
Não importa a distro desde que seja GNU/Linux. Viva o Linux e o open source!
Ubuntu 12.10 user
Jundiá - AL

Offline ley

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
Re: problema sis 671 771
« Resposta #5 Online: 05 de Abril de 2011, 22:40 »
olá...

Olha, placa sis 671/771 com aceleção 3d não funciona bem. Se vc conseguir instalá-la vc ao mesmo tempo não conseguirá assistir videos no youtube, em fullscreen de qualidade, por exemplo.

Minha dica é que apenas vá em /etc/X11 como root e veja se vocẽ tem um arquivo chamado xorg.conf

Se sim, apague seu conteúdo depois de salvá-lo em local seguro e cole esse código:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerFlags"
   Option "AllowMouseOpenFail" "true"
EndSection

Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
   Option      "XkbVariant"   "abnt2"
EndSection

Section "InputDevice"
   Identifier   "Serial Mouse"
   Driver      "mouse"
   Option      "Protocol"      "Microsoft"
   Option      "Device"      "/dev/ttyS0"
   Option      "Emulate3Buttons"   "true"
   Option      "Emulate3Timeout"   "70"
   Option      "SendCoreEvents"   "true"
EndSection

Section "InputDevice"
   Identifier    "USB Mouse"
   Driver       "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "SendCoreEvents" "true"
   Option       "ZAxisMapping" "4 5"
   Option       "Buttons" "5"
EndSection

Section "Device"
   Identifier   "Silicon Integrated Systems [SiS] 5597 [SiS5582]"
   Driver      "vesa"
   VendorName   "SIS"
   BoardName   "V64 S3 Trio"
   BusID      "PCI:0:11:0"
EndSection

Section "Monitor"
   Identifier   "L177W"
   VendorName   "LG"
   ModelName   "L177WS"
   HorizSync   31.5 - 50
   VertRefresh   40 - 90
   ModeLine   "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
   ModeLine   "1024x768" 78.75 1024 1040 1136 1342 768 769 772 800 +hsync +vsync
   ModeLine   "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Silicon Integrated Systems [SiS] 5597 [SiS5582]"
   Monitor      "L177W"
   DefaultColorDepth 24
   #DefaultDepth   8
   SubSection "Display"
      Depth      1
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x720" "1152x864" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "USB Mouse" "CorePointer"
   InputDevice    "Serial Mouse" "CorePointer"
EndSection

Section "DRI"
   Mode   0666
EndSection


No meu tem exatamente esse, mas ele já está com aceleração 3d e não consigo retirá-lo...

Se caso você ainda não tenha esse arquivo, crie um em branco, com o botão direito do mouse e faça a mesma operação.

Espero ter te ajudado,

abrços!



ok cara brigadão

resolvido abraços e ate mais