[ltp] Thinkpad R50 : how could I find the good resolution for XF86Config ?
pub@wigginghaus.de
linux-thinkpad@linux-thinkpad.org
Tue, 25 May 2004 17:27:22 +0200
Hi Didrik,
the Knoppix Install on my R50 (1400x1050) left me with the following entries.
I am not sure but IIRC LCDs don't have such a thing as a refresh rate - do
they? Anyway, here is the part from my XF86Config-4, I am more than happy
with this (although I have not installed the fglrx-drivers, yet, so my fan is
always "on the run").
Nils
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
# VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT
default.
# 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087
-HSync +Vsync
# 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094
-HSync +Vsync
# 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096
-HSync +Vsync
# 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103
-HSync +Vsync
# 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112
-HSync +Vsync
# 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271
-HSync +Vsync
EndSection
Am Dienstag, 25. Mai 2004 10:27 schrieb Didrik Pinte:
> Hi,
>
> By default, my Debian has setted the following info for my LCD screen :
>
> Section "Monitor"
> Identifier "DXS:1313"
> HorizSync 30-60
> VertRefresh 50-75
> Option "DPMS"
> EndSection
>
> Can I increase the VertRefresh and HorizSync ? If yes, how can I
> determine the best parameters ?
>
> Thanks
>
> Didrik