[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configuação da placa AGP SiS 6326



On Saturday 10 February 2001 04:38, Marcelo Santana wrote:

>          Agradeço a dica, porém não tive muito sucesso, venho tendo bronca
> até para rodar o XF86Setup, pois quando tento executar aparece uma tela
> cinza que fica variando de tamanho e não me deixa ver nenhuma opção dde
> configuração do X, e além deste num consigo também rodar o
> "xserver-configure".  Sabes o que pode ser?  Pois num entendo, com outras
> distribuições nunca tive este problema. Aproveito p/ informar que minha
> placa de vídeo é SiS 6326 AGP de 8M, não on-board.

Eu já rodei esta placa com Debian 2.2 , 24 bits de cor e 1024x768 , portanto, 
não desista , isto funciona. 

Terá que usar o xf86config até conseguir, o XF86Setup não funcionará conforme 
bug reconhecido pela XFree.

Vou enviar um /etc/X11/XF86Config de uma placa muito parecida (SiS 530) que 
vc. poderá usar como exemplo para alterar manualmente o seu arquivo de 
configuração. Acho muito interessante que vc. tente usar o meu arquivo sem 
alterações , poderá funcionar , caso não , altere o chipset da placa do campo 
"chipset" do seu XF86Config , que deverá ser algo como :"SIS 6326".

Boa sorte .
Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
#   FontPath	"unix/:-1"
#    FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
#    ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
    Protocol	"Standard"
    AutoRepeat	500 5
    LeftAlt	Meta
    RightAlt	Meta
    ScrollLock	Compose
    RightCtl	Control
    XkbDisable
EndSection

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/psaux"
EndSection

Section "Monitor"
   Identifier      "My Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-62.0
   VertRefresh     50-90
   # 640x400 @ 70 Hz, 31.5 kHz hsync
   # Modeline "640x400"     25.175 640  664  760  800   400  409  411  450

   # 640x480 @ 60 Hz, 31.5 kHz hsync
   # Modeline "640x480"     25.175 640  664  760  800   480  491  493  525

    Modeline  "800x600"    36.00 800 828 900  964 600 613 615 637

   # 800x600 @ 85 Hz, 55.84 kHz hsync
#   Modeline  "800x600"    60.75 800 864 928 1088 600 616 621 657 -HSync -VSync

   # 800x600 @ 100 Hz, 64.02 kHz hsync
   # Modeline  "800x600"  69.65 800 864 928 1088 600 604 610 640 -HSync -VSync

   # Modeline "1024x768"    44.9  1024 1048 1208 1264 768 776 784 817 Interlace
EndSection

Section "Device"
   Identifier      "SiS 530"
   VendorName      "Unknown"
   BoardName       "None"
   Option          "linear"


EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "SiS 530"
   Monitor         "My Monitor"
   DefaultColorDepth 16
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        8
      Modes        "800x600"
      Virtual       800 600
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "800x600" "640x480" "640x400" "1024x768" 
      ViewPort     0 0
      Virtual      800 600
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "800x600"
      ViewPort     0 0
   EndSubSection
EndSection

Reply to: