Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
viech1
Titel: X startet mit falscher Bildwiederholfrequenz  BeitragVerfasst am: 23.06.2006, 14:58 Uhr



Anmeldung: 23. Jun 2006
Beiträge: 2

Hi
ich hab mir vor ein paar Tagen Kanotix-2005-04 heruntergeladen. Eigentlich lief alles gut, bis ich die radeon Treiber mit install-radeon-debian.sh installiert habe. Denn jetzt startet X nur noch mit 100Hz vfreq, obwohl mein Monitor nur 85Hz unterstützt und ich als ziemlicher noob hab keine Ahnung was ich noch versuchen soll.

Das hab ich schon versucht:
- den Fernsehr angeschlossen und dann die Bildwiederholfrequenz im kontrollzentrum
geändert. Allerdings hatte dies nur Auswirkungen auf meinen Benutzer und nicht auf den
Start von X.
- dann hab ich die vfreq in Xorg.conf geändert, was aber auch überhaupt keinen Effekt
gezeigt hat.
- dann hab ich weiter in den Foren gesucht und es schließlich mit
Option "UseEdidFreqs" "off"
Option "IgnoreEDID" "on"
versucht. Aber auch das brachte Nichts....

hier noch meine Xorg.conf:


# Auto-generated by KNOPPIX mkxf86config

Section "ServerLayout"

# Serial Mouse not detected
# ALPS TouchPad not detected
# Synaptics TouchPad not detected
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "USB Mouse" "CorePointer"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection

Section "Module"

# Load "GLcore"
Load "ddc" # ddc probing of monitor
# Load "extmod"
Load "dbe"
Load "dri"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
# TouchPad not detected
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Section "InputDevice"
Identifier "ALPS TouchPad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.01"
Option "EdgeMotionMinSpeed" "15"
Option "EdgeMotionMaxSpeed" "15"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
EndSection

Section "InputDevice"
Identifier "Synaptics TouchPad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "Repeater" "/dev/ps2mouse"
EndSection

Section "Monitor"

# DDC-probed
# DDC-probed
# These are the DDC-probed settings reported by your monitor.
# 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
Identifier "Monitor0"
VendorName "MED"
ModelName "MED1705"
HorizSync 30.0 - 40.0
VertRefresh 50.0 - 85.0
ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
ModeLine "800x600" 56.2 800 832 896 1048 600 601 604 631 +hsync +vsync
ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
ModeLine "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
ModeLine "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
ModeLine "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
ModeLine "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
ModeLine "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
ModeLine "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
ModeLine "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
ModeLine "1024x600" 49.0 1024 1064 1168 1312 600 601 604 622 -hsync +vsync
ModeLine "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
ModeLine "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
ModeLine "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
ModeLine "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
ModeLine "1280x768" 80.1 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
ModeLine "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
ModeLine "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
ModeLine "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
ModeLine "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
Option "DPMS" "true"
Option "UseEdidFreqs" "off"
Option "IgnoreEDID" "on"
EndSection

Section "Device"

# 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"
# The following line is auto-generated by KNOPPIX mkxf86config
# BusID "PCI:1:0:0"
Identifier "Card0"
Driver "fglrx"
VendorName "All"
BoardName "All"
Option "UseEdidFreqs" "off"
Option "IgnoreEDID" "on"
Option "RenderAccel" "1"
### Available Driver options are:-
Option "UseInternalAGPGART" "no"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
# Option "MonitorLayout" "AUTO, AUTO"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "UseEdidFreqs" "off"
Option "IgnoreEDID" "on"
SubSection "Display"
Depth 24
Modes "1024x768"
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

danke schonmal
Mfg viech1
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Schultheiss
Titel:   BeitragVerfasst am: 23.06.2006, 19:56 Uhr



Anmeldung: 11. Dez 2004
Beiträge: 248
Wohnort: Essen
Hi viech1

Dein VertRefresh 50.0 - 85.0 ist in Ordnung aber die Horizontalfrequenz stimmt nicht, ändere das mal
HorizSync 30.0 - 40.0 in --> HorizSync 30.0 - 70.0
--> dann löscht du ALLE ModeLines
--> und auch alle Optionen die du da eingefügt hast (die sind zwar im Prinzip sehr nützlich, aber bei dir kontraproduktiv
da dein edid ja O.K. ist wie die Xorg.conf zeigt)
Code:
# These are the DDC-probed settings reported by your monitor.
# 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00

nur hast du da keine einzige brauchbare Modeline deswegen weg damit (Modelines sind eh schon lange obsolet) Smilie
--> speichern und X neustarten

Gruß Schultheiss

_________________
sidux 2007-1 Kernel 2.6.21.1-pmx-2 NV 9631
-------
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
viech1
Titel:   BeitragVerfasst am: 24.06.2006, 10:47 Uhr



Anmeldung: 23. Jun 2006
Beiträge: 2

Ja jetzt funktioniert alles super. danke! Sehr glücklich

viech1
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
slh
Titel:   BeitragVerfasst am: 24.06.2006, 12:43 Uhr



Anmeldung: 16. Aug 2004
Beiträge: 1905

Schultheiss hat folgendes geschrieben::
(Modelines sind eh schon lange obsolet) :)

Genau das scheinen auch die Hersteller von proprietären Grafiktreibern (hallo ATi und nVidia) zu denken, wenn ihre schlampig geschriebenen Treiber modlines ignorieren oder bei deren purer Existenz gar ganz die Kooperation einstellen...
Fakt ist, für reine VESA Auflösungen sind explizit angegebene Modlines nicht mehr erforderlich, aber gerade heutzutage gibt es durchaus immer mehr "exotische" Auflösungsformate die modlines voraussetzen (Breitbildformate bei Notebook TFTs etc.) und die ohne modline Support arg merkwürdig aussehen.

--
Post scriptum: Ich möchte mal sehen wie die neumodischen lock-in Treiber mit meinem Mehrfrequenz CRT zurecht kommen, 1152*900 @77Hz, synch on green (ja, 1152*900, nicht 1152*864), DDC gibt es über 13W3 auch nicht.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
brasil66
Titel:   BeitragVerfasst am: 25.06.2006, 14:41 Uhr



Anmeldung: 07. Apr 2006
Beiträge: 29

mööönsch slh, was hast du denn da für ein schätzchen von monitor? 13W3-Anschluß mit SyncOnGreen, habe ich ja schon seit Ewigkeiten nicht mehr gesehen! hat deiner zufällig auch noch ein frequenzloch? dann ist es der berühmte 21'-monitor von mitsubishi, oder?

habe von '97-'99 technischen support bei miroDisplays gemacht und schon damals war das sehr exotisch! war immer ein spaß, wenn leute anriefen die oberglücklich waren ein schnäppchen geschossen zu haben, sich gewundert haben das es nicht läuft und ich ihnen dann erklärt habe das in der allgemein üblichen pc-welt diese sync-methode und der anschluss quasi nicht existieren. ich kann mich erinnern, das es einen sündhaft teuren adapter für den 13W3-anschluss gab und das man damals(s.o.) nur matrox-grakas mit viel gefummel zur zusammenarbeit mit dem monitor überreden konnte(bezieht sich natürlich ausschließlich auf windows, nicht wahr!) ........

_________________
Brüder, zur Sonne, zur Freiheit!

-- brAsil66 --
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
slh
Titel:   BeitragVerfasst am: 25.06.2006, 16:36 Uhr



Anmeldung: 16. Aug 2004
Beiträge: 1905

20" SUN (Sony OEM) GDM-20D10 Mehrfrequenz CRT, 4 Festfrequenzen:
1280*1024, 81.1 kHz horiz., 76 Hz vert.
1152*900, 71.8 kHz horiz., 77 Hz vert.
1280*1024, 71.7 kHz horiz., 67 Hz vert.
1152*900, 61.8 kHz horiz., 66 Hz vert.

Normalerweise angeschlossen an einer SUN SparcStation 20 (Baujahr 1994, 50 MHz Texas Instruments SuperSPARC CPU, 160 MB RAM) mit SUN (SMC OEM) CGsix Framebuffer (sagenhafte 8 bit), aber mit simplem Adapter auch problemlos an aktuellen Grafikkarten verwendbar - wenn sie denn die o.g. Frequenzen exakt darstellen können, wo wir wieder bei dem modlines sind...
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 2003-2007