Old:Debian on a compaq Presario 2154EA: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
m
m (→‎LETTORE DVD-MASTERIZZATORE: typo: BunProof --> BurnProof)
Riga 74: Riga 74:


==Video==
==Video==
Consigliato passare a xfree 4.3.0, per non aver problemi!
La scheda video � una '''Ati Radeon IGP 320''', che pu� avere fino a 128Mb di Memoria (la memoria � condivisa).
L'installazione � stata fatta con questa versione di Xfree, recuperabile aggiugendo questa linea nel
Per avere un buon compromesso tra prestazioni e memoria Ram libera, ho scelto di dedicare alla scheda video 64Mb.
file /etc/apt/sources.list :deb http://www.penguinppc.org/~daniels/sid/i386 ./


ecco la sezione relativa alla scheda video in XF86Config-4:
Relativamente alla configurazione di X:
 
''Device'': il driver ''radeon'' garantisce delle buone performance (non � per� isponibile l'accelerazione 3D).
<pre>
<pre>
Section "Device"
Section "Device"
# sw_cursor is needed for some ati and radeon cards
    Identifier "radeon"
Option "sw_cursor"
    Driver "radeon"
Identifier "radeon"
    VendorName "Ati"
Driver "radeon"
    BoardName "All"
VendorName "Ati"
    EndSection
BoardName "All"
EndSection
</pre>
</pre>
e quella relativa al monitor:
 
''Monitor'': si � rivelato essere un LG, di buona qualit� (la regolazione della luminosit� � gestibile tramite i tasti Funzione del portatile).
Un difetto � dovuto alla risoluzione: solamente al 1024x768 � visibile a pieno schermo. Le risoluzioni minori, invece di essere automaticamente ridimensionate per una visualizzazione a pieno schermo, vengono mantenute in proporzione alla risoluzione massima (in pratica l'immagine viene centrata e bordata di nero).
<pre>
<pre>
Section "Monitor"
Section "Monitor"
Identifier "LG"
    Identifier "LG"
Option "DPMS" "true"
    Option "DPMS" "true"
VendorName "LGP"
    VendorName "LGP"
ModelName "LGP9c1c"
    ModelName "LGP9c1c"
HorizSync 28.0 - 96.0
    HorizSync 28.0 - 96.0
VertRefresh 50.0 - 76.0 Modeline "1024x768" 85 1024 1056 1152 1360 768 784
    VertRefresh 50.0 - 76.0  
787 823EndSection
    Modeline "1024x768" 85 1024 1056 1152 1360 768 784 787 823
EndSection
</pre>
</pre>


la sezione `Screen`:
Le impostazioni della sezione ''Screen'':
<pre>
<pre>
Section "Screen"
Section "Screen"
Identifier "Screen0"
    Identifier "Screen0"
Device "radeon"
    Device "radeon"
Monitor "LG"
    Monitor "LG"
DefaultColorDepth 16
    DefaultColorDepth 16
SubSection "Display"
    SubSection "Display"
Depth 1
        Depth 1
Modes "1024x768"
        Modes "1024x768"
EndSubSection
    EndSubSection
SubSection "Display"
    SubSection "Display"
Depth 4
        Depth 4
Modes "1024x768"
        Modes "1024x768"
EndSubSection
    EndSubSection
SubSection "Display"
    SubSection "Display"
Depth 8
        Depth 8
Modes "1024x768"
        Modes "1024x768"
EndSubSection
    EndSubSection
SubSection "Display"
    SubSection "Display"
Depth 15
        Depth 15
Modes "1024x768"
        Modes "1024x768"
EndSubSection
    EndSubSection
SubSection "Display"
    SubSection "Display"
Depth 16
        Depth 16
Modes "1024x768"
        Modes "1024x768"
EndSubSection
    EndSubSection
SubSection "Display"
    SubSection "Display"
Depth 24
        Depth 24
Modes "1024x768"
        Modes "1024x768"
EndSubSection
    EndSubSection
SubSection "Display"
    SubSection "Display"
Depth 32
        Depth 32
Modes "1024x768"
        Modes "1024x768"
EndSubSection
    EndSubSection
EndSection
EndSection
</pre>
</pre>
1 487

contributi

Menu di navigazione