1 487
contributi
m (→LETTORE DVD-MASTERIZZATORE: typo: BunProof --> BurnProof) |
m (→Video) |
||
Riga 74: | Riga 74: | ||
==Video== | ==Video== | ||
La scheda video � una '''Ati Radeon IGP 320''', che pu� avere fino a 128Mb di Memoria (la memoria � condivisa). | |||
Per avere un buon compromesso tra prestazioni e memoria Ram libera, ho scelto di dedicare alla scheda video 64Mb. | |||
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" | ||
Identifier "radeon" | |||
Driver "radeon" | |||
Identifier "radeon" | VendorName "Ati" | ||
Driver "radeon" | BoardName "All" | ||
VendorName "Ati" | EndSection | ||
BoardName "All" | |||
EndSection | |||
</pre> | </pre> | ||
e | |||
''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 | ||
Modeline "1024x768" 85 1024 1056 1152 1360 768 784 787 823 | |||
EndSection | |||
</pre> | </pre> | ||
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> |
contributi