PDA

View Full Version : Refresh monitor CRT con Damn Small Linux


Aragorn
13-05-2008, 10:55
Ciao a tutti,
dato che ho un hd che mi avanza sarei interessato a passare a Linux, visto che tutti me ne parlano bene. Da niubbo sarei orientato sulla Mandriva, però non ho ancora una connessione veloce (a breve mi arriverà il wifi, niente adsl da me :muro:), quindi nel frattempo per per curiosità ho provato la Damn Small Linux da chiavetta. Il problema è che il mio monitor è ancora un CRT, e di default il sistema setta i 60hz di refresh con i quali è inconcepibile lavorare. C'è modo per impostare una frequenza superiore? Il monitor è un Philips 107 MB e la scheda video una Radeon 9200.
Thanks!

dawid999
13-05-2008, 11:25
Sotto /etc/X11/xorg.conf cerca la seguente sezione:

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection

dove VertRefresh dovrebbe essere la freq di refresh
---------------------------------------------------------------------------------------------------
VertRefresh vertrefresh-range:

gives the range(s) of vertical refresh frequencies supported by
the monitor. vertrefresh-range may be a comma separated list of
either discrete values or ranges of values. A range of values
is two values separated by a dash. By default the values are in
units of Hz. They may be specified in MHz or kHz if MHz or kHz
is added to the end of the line. The data given here is used by
the Xorg server to determine if video modes are within the spec-
ifications of the monitor. This information should be available
in the monitor's handbook. If this entry is omitted, a default
range of 43-72Hz is used.
---------------------------------------------------------------------------------------------------

Aragorn
13-05-2008, 11:26
Grazie, proverò asap ;)

Aragorn
13-05-2008, 21:34
Uhm, non trovo il file xorg.conf...