Olá colegas,

    existe uma solução mais fácil e chinela. Até uma semana atrás eu estava 
rodando o
Conectiva por problemas de configuraçao do meu modem no Debian p2.2 r3. Não 
tive nenhum
problema para rodar o X no C6.0 - minha placa é uma SiS620.
Estou enviando o script que funcinava no connectiva. Teoricamente se vc copiar 
esse script
para o Debian, deve funcionar. Se alguém tentar e conseguir, por favor me 
avisem.

esse arquivo deve ser copiado para o /etc/x11 se não estou enganado.

MuadDib

Marinho Paiva Duarte wrote:

> Eu uso a mesma placa com o Debian 2.2r3 Potato e funciona muito bem.
> Experimente usar o xf86cfg pra configurar o X. Ele vem junto o X e tem 
> interface
> gráfica.
>
> Disponha para qualquer dúvida e Boa Sorte.
>
> -------------------------------------
> Marinho Paiva Duarte
> Analista de Suporte
> Usuário Linux #229528
> *** Viva a Engenharia Elétrica!!! ***
>
> ------------------------------------------
>
> On Fri, 12 Oct 2001 14:46:09 -0300
> Edson Yassuo Fugio <[EMAIL PROTECTED]> wrote:
>
> > On Fri, 12 Oct 2001 13:39:52 -0300
> > Gustavo Noronha Silva <[EMAIL PROTECTED]> wrote:
> >
> > > Em Fri, 12 Oct 2001 12:09:15 -0300
> > > "André Muniz Costa" <[EMAIL PROTECTED]> escreveu:
> > >
> > > > Estou precisando saber como configurar minha placa de vídeo SIS630 no 
> > > > Debian 2.2 R3.
> > > 630? não seria 520 ou 530? bom... eu uso com sis530 e funciona muito bem
> > É SiS630 mesmo, basicamente o SiS620/530 num único chip e video com mais 
> > recursos,
> > que eu saiba só funciona bem com X4.x
> >
> > []
> > Edson Fugio
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
> --
>
> _________________________________________________________
>
> Do You Yahoo!?
>
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "freetype"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us_intl"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons"
        Option      "Emulate3Timeout" "50"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Samsung"
        ModelName    "Samsung SyncMaster 500b/500Mb"
        HorizSync    30.0 - 69.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "sis"
        Option      "lcd_center"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     4
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
EndSection

Responder a