kanotix.com
Nicht mehr aktuelle Beiträge - Bildwiederholfrequenz
wozo22 - 13.09.2006, 18:55 Uhr
Titel: Bildwiederholfrequenz
Hallo,
von der Live-CD zur Installation von Kanotix 2005-04, Kernel 2.6.14. Alles bestens funktioniert, bis auf die Bildwiederholrate deren defaultwert 70 Hz beträgt. Grafikkartentreiber OK. So fand ich im Wiki die Lösung für mein Problem und habe folgende Zeile als root eingegeben.
perl -pi -e 's/(s*VertRefresh).*/1 50-85/' /etc/X11/xorg.conf
-keine sichtbare Reaktion-
Strg-Alt-Backspace
-keine sichtbare Reaktion-
Nach einem Neustart hatte ich keine grafische Oberfläche mehr
Bitte Schritt für Schritt Lösung, da Neuling!
ockham23 - 13.09.2006, 19:14 Uhr
Titel: RE: Bildwiederholfrequenz
1. Du brauchst dich nicht als "dummy" zu bezeichnen, um hier Hilfe zu erhalten. Wir haben alle mal ganz klein angefangen.
2. Computer mit der LiveCD booten.
3. Konsole öffnen und eingeben:
Code:
mcedit /etc/X11/XF86Config-4
4. Zur "Section 'Monitor'" blättern und die Werte für "HorizSync" und "VertRefresh" abschreiben.
5. Konsole schließen.
6. Computer von Festplatte booten, an der Eingabeaufforderung dann als Benutzer "root" einloggen.
7. Dann Folgendes eingeben:
Code:
mcedit /etc/X11/xorg.conf
8. Zur "Section 'Monitor'" blättern und die richtigen Werte für "HorizSync" und "VertRefresh" eintragen.
9. "F2" zum Speichern drücken, "F10" um den Editor zu verlassen.
10. Befehl eingeben:
Code:
reboot
Ist das ein TFT-Display oder ein Röhrenmonitor? 70Hz sind bei einem TFT-Display eigentlich schon zuviel, da TFTs auch bei 60Hz nicht flimmern.
wozo22 - 13.09.2006, 21:49 Uhr
Titel: RE: Bildwiederholfrequenz
Vielen Dank für die schnelle Hilfe
, die grafische Oberfläche ist wieder OK.
Um das Flimmern weg zu bekommen habe ich bei "VertRefresh 50.0 - 85.0" eingetragen,
jedoch zeigt mir die Bildschirminfo nur 76Hz bei einer Auflösung von 1024x768.
Die Auflösung ist für mich OK, nur das Flimmern nervt. Röhrenmonitor: iiyama A901HT, VGA: Geforce 6200
Beim Benutzernamen ist mir nach zwei Fehlversuchen nichts mehr besseres eingefallen
ockham23 - 13.09.2006, 22:05 Uhr
Titel: RE: Bildwiederholfrequenz
76Hz bei 1024x768 ist natürlich zu wenig. Wie alt ist denn der Monitor? Was schafft er unter Windows? Hast du die CD vor der Installation mit einem Cheatcode gebootet (z.B. xmodule=fbdev)? Am besten bootest du nochmal die LiveCD (ohne Cheatcode) und postest dann den Inhalt von /etc/X11/XF86Config-4 ab Section Monitor hier im Forum (formatiert als "code", damit man es lesen kann).
Zitat:
Beim Benutzernamen ist mir nach zwei Fehlversuchen nichts mehr besseres eingefallen
Dann nimm halt deinen Vornamen oder deinen Lieblingsschriftsteller; so ziemlich alles ist besser als "dummy". Aus dem Wörterbuch:
Zitat:
dummy
3. A stupid person; a dolt.
tr0nic - 13.09.2006, 22:20 Uhr
Titel:
Wenn du die nvidia Treiber installiert hast, musst du eventuell
Code:
Option UseEdidFreqs "0"
in die /etc/X11/xorg.conf eintragen.
Ich habe einen fast identischen Monitor wie du (Iiyama Vision Master Pro 451 / A 902), und konnte damit vor etlicher Zeit das Problem lösen. Ich weiss allerdings nicht ob das Problem bei dir das selbe ist wie bei mir damals.
Vergiss auch nicht den Horizontalfrequenzbereich korrekt festzulegen (steht im Handbuch). Eventuell hilft es auch die Modelines der von dir verwendeten Auflösung auszukommentieren (einfach ein # davor machen).
EDIT: Bin mir nicht sicher, aber ich glaube im neusten nvidia Treiber besteht das EDID Problem nicht mehr, bin mir aber nicht sicher.
jokobau - 13.09.2006, 22:50 Uhr
Titel:
Wenn ich´s richtig im Kopf habe kann der iiyama A901HT bei 1024x768. 120 HZ, bei 1280x1024 100 HZ
wozo22 - 15.09.2006, 18:11 Uhr
Titel:
Mein Monitor ist Bj. 1999. Abgelesen aus dem Monitormenu unter Windows, fH=68,7KHz, fV85Hz unter Kanotix, fH=48,3KHz, fV60Hz. Die Bildschirmauflösung unter Kanotix (KDE) zeigt eine Auflösung von 1024x768 und eine Bildwiederholfrequenz von 76Hz an.
Zitat:
Am besten bootest du nochmal die LiveCD (ohne Cheatcode) und postest dann den Inhalt von /etc/X11/XF86Config-4 ab Section Monitor hier im Forum (formatiert als "code", damit man es lesen kann).
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
VendorName "IVM"
ModelName "IVM1901"
# 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.
# These are the DDC-probed settings reported by your monitor.
# 1600x1200, 85.0Hz; hfreq=106.25, vfreq=85.00
ModeLine "1600x1200" 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# 1600x1200, 75.0Hz; hfreq=93.75, vfreq=75.00
ModeLine "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# 1600x1200, 70.0Hz; hfreq=87.50, vfreq=70.00
ModeLine "1600x1200" 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
ModeLine "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
# 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
# 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
ModeLine "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
# 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
# 800x600, 72.0Hz; hfreq=48.08, vfreq=72.19
ModeLine "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
# 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
# 640x480, 72.0Hz; hfreq=37.86, vfreq=72.81
ModeLine "640x480" 31.50 640 656 696 816 480 481 484 504 -hsync -vsync
# 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
ModeLine "640x480" 25.17 640 648 744 784 480 482 484 509 -hsync -vsync
# Extended modelines with GTF timings
# 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
# 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
# 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
# 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
# 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
# 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
# 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
# 1024x600 @ 60.00 Hz (GTF) hsync: 37.32 kHz; pclk: 48.96 MHz
ModeLine "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +Vsync
# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
# 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
# 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
# 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
# 1280x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 80.14 MHz
ModeLine "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795 -HSync +Vsync
# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
ModeLine "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
# 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
# 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
# 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
# 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
# 1368x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 85.86 MHz
ModeLine "1368x768" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
# 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
# 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
ModeLine "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
# 1440x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 126.27 MHz
ModeLine "1440x1050" 126.27 1440 1536 1688 1936 1050 1051 1054 1087 -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
# 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
ModeLine "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
# 1920x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 193.16 MHz
ModeLine "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +Vsync
EndSection
Section "Device"
Option "RenderAccel" "1"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
Driver "vesa"
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
# Option "Composite" "1"
# Option "RENDER" "1"
EndSection
Dank schneller Hilfe klappts jetzt auch mit dem Benutzernamen.
tr0nic - 15.09.2006, 18:15 Uhr
Titel:
Die vsync/hsync range könntest du erhöhen.
Bei mir: Vsync von 50 - 180, hsync von 30 - 115. Mit meinem Iiyama A902. Musst schon im Handbuch die genauen Werte nachschlagen.
ockham23 - 15.09.2006, 19:23 Uhr
Titel:
Zitat:
# The following line is auto-generated by KNOPPIX mkxf86config
Driver "vesa"
Das müsste eigentlich "nv" heißen. Mit dem Vesa-Treiber kommst du natürlich nicht weit. Am besten mal den Nvidia-Treiber mit Kanos Script installieren. Oder mit der neuen Kanotix-2006-01-RC1 booten und überprüfen, ob dort der richtige Treiber "nv" verwendet wird (die neue Version verwendet Xorg 7.1 statt 7.0).
Zitat:
DefaultColorDepth 16
65k Farben ist auch nicht gerade optimal. Diesen Wert kannst du ohne Weiteres auf "24" setzen.
wozo22 - 15.09.2006, 21:22 Uhr
Titel:
Grafikkartentreiber noch einmal installiert, mit Erfolg
. Auflösung und Frequenzen wie gewünscht, da hab ich wohl im ersten Anlauf einen Fehler gemacht
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007