projetos | download | linux | privacidade | contato
 
  Produtos | Documentação | Suporte | Treinamento | Conectiva | Cases | Soluções | Parcerias | Imprensa | Oportunidades
Pesquise 
português 
english 
español

SUPORTE

->Suporte Estendido
->Centros de Serviços
->Técnicos Certificados
->Formulário de Suporte
->Abrangência do Suporte
->Acionando o Suporte
->Perguntas e Respostas
->Atualizações
->Livros, Guias e Manuais
->Hardware

    1.19. Não consigo configurar meu X com o Xconfigurator e xf86cfg?

    ### 6.0 ###

    Logue num terminal como root digite:

        [root@localhost]# X -configure
    


    Em seguida edite o arquivo criado em /root/XF86Config.new:

        [root@localhost]# mcedit /root/XF86Config.new
    


    E altere as seguintes linhas:

         
        Section "Device"
                Driver      "sis"
    


    para:

         
        Section "Device"
                Driver      "vesa"
    


    e altere a profundidade e resolução em:

        Section "Screen"
                Identifier "Screen0"
                Device     "Card0"
                Monitor    "Monitor0"
                DefaultDepth    16
                SubSection "Display"
                        Depth     16
                        Modes     "800x600"
                EndSubSection
        EndSection
    


    Agora salve com f10. E teste a resolução:

        [root@localhost]# X -xf86config /root/XF86Config.new
    


    Caso apareça o ambiente gráfico, pressione crtl+alt+backspace e copie o arquivo:

        [root@localhost]# cp /root/XF86Config.new /etc/X11/XF86Config-4
    


    e inicie seu ambiente gráfico:

        [root@localhost]# startx
    


    ou

        [root@localhost]# kde