Reply To: How to set the ‘set gfxmode = 1024x768x16, 1024×768’ ?

Forum › Forums › New users › New Users and General Questions › How to set the ‘set gfxmode = 1024x768x16, 1024×768’ ? › Reply To: How to set the ‘set gfxmode = 1024x768x16, 1024×768’ ?

#38792
marcelocripe
Member

    Xecure,

    I do not understand the explanation of the link posting: http://www.linuxquestions.org/questions/antix-mx-linux-127/how-to-make-openchrome-driver-work-with-antix-19-a -4175664747 /.

    I don’t know which line in the grub file located in / etc / default I should insert “iomem = relaxed”,

    Starting antiX 19.2 64-bit in graphics mode, with SpaceFm, I accessed the xorg.conf file located in / etc / X11 /, I managed to make the change:

    in

    
    Section "Device"
       Identifier "Device0"
       "Vesa" driver
       EndSection
    

    for

    
    Section "Device"
       Identifier "Videocard0"
       "Openchrome" driver
       VendorName "Via"
    EndSection
    

    I saved the file.

    In the terminal I updated the grub:

    
    $sudo update-grub {Enter}
    

    In the /etc/X11/xorg.conf.d directory there is only the synaptics.conf file, should I insert any more parameters?

    After changing the xorg.conf file, I restarted antiX 19.2 and stopped again in text mode and does not load graphics mode with the $ startx {Enter} command.

    I think there is little left to work.

    Thankful.
    marcelocripe

    Original text in Brazilian Portuguese, translated into English by the Google translator.

    ———-

    Xecure,

    Eu não estou entendendo a explicação da postagem do link: http://www.linuxquestions.org/questions/antix-mx-linux-127/how-to-make-openchrome-driver-work-with-antix-19-a-4175664747/.

    Eu não sei em qual linha do arquivo grub localizado em /etc/default eu deverei inserir o “iomem=relaxed”,

    Iniciando no modo gráfico o antiX 19.2 64 bits, com o SpaceFm, acessei o arquivo xorg.conf localizado em /etc/X11/, eu consegui fazer a alteração:

    de

    
    Section "Device"
       Identifier "Device0"
       Driver     "vesa"
       EndSection   
    

    para

    
    Section "Device"
       Identifier "Videocard0"
       Driver     "Openchrome"
       VendorName "Via"
    EndSection   
    

    Salvei o arquivo.

    No terminal atualizei o grub:

    
    $sudo update-grub {Enter}
    

    No diretório /etc/X11/xorg.conf.d só existe o arquivo synaptics.conf, eu deverei inserir mais algum parâmetro?

    Após a alteração no arquivo xorg.conf, reiniciei o antiX 19.2 e parou novamente no modo texto e não carrega o modo gráfico com o comando $startx {Enter}.

    Eu acho que falta pouco para funcionar.

    Grato.
    marcelocripe

    Texto original no idioma português do Brasil, traduzido para inglês pelo tradutor do Google.