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

Re: Modificare la risoluzione



On Wed, 2005-06-29 at 15:20 +0200, pacmo@tiscalinet.it wrote:
> Probabilmente ho preso un colpo di caldo.
> Ma ho installato Debian Sarge su un portatile su cui vi era Fedora.
> Mi ritrovo con la risoluzione video impostata ad 800x600 che al massimo 
> posso modificare a 640x480 da ambiente grafico.
> La stessa cosa era capitata con Fedora, ma modificando xorg.conf 
> sistemai tutto, qui non mi considera.

Magari occorre solo cambiare il file, nello specifico:

~$ su
[...]
# vi /etc/X11/XF86Config-4

e modifichi le linee...

Section "Screen"
        Identifier      "Default Screen"
        Device          "Hercules 3d Prophet"
        Monitor         "ADI Microscan"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
        EndSubSection
EndSection

Puoi anche modificare solo la linea della profondità colori che ti
interessa...  [DefaultDepth]

Alberto

> Mi rendo conto che è una domanda stupida, ma dove sto dormendo ?
> ciao
> pac
> 
> 



Reply to: