Anzeige:
Ergebnis 1 bis 3 von 3

Thema: TFT richtig konfigurieren

  1. #1
    hat nen Vogel Avatar von corax2.05
    Registriert seit
    Aug 2003
    Ort
    Baden
    Beiträge
    757

    TFT richtig konfigurieren

    Hallo,

    ich hab hier einen neuen TFT Monitor. Einen Eizo S1932.
    Laut der Beschreibung sollten die einzustellenden Werte folgende sein.

    Code:
    Horizontal Scan Frequency Analog: 24.8-80kHz
                              Digital: 31-64kHz
    Vertical Scan Frequency   Analog: 50-75Hz (Non-interlace)
                              Digital: 59-61Hz (Non-interlace)
                              (VGA TEXT: 69-71Hz)
    Wenn ich diese Einstellungen in Yast (openSuSE11) eintrage, bekomme ich kein Bild. Auch wenn ich per Yast einfach ein 1280x1024@60Hz einstelle gibts kein Bild. Da der Monitor über DVI angeschlossen ist habe ich natürlich die Digitalwerte genommen.

    Lustigerweise scheint der Monitor gut mit den Einstellung des alten Monitors zu können.
    Ist das OK oder kann er dadurch beschädigt werden?

    Hier noch die aktuelle xorg.conf:
    Code:
    # /.../
    # SaX generated X11 config file
    # Created on: 2007-12-07T23:14:41+0100.
    #
    # Version: 8.1
    # Contact: Marcus Schaefer <sax@suse.de>, 2005
    # Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
    #
    # Automatically generated by [ISaX] (8.1)
    # PLEASE DO NOT EDIT THIS FILE!
    #
    
    Section "Files"
      FontPath     "/usr/share/fonts/misc:unscaled"
      FontPath     "/usr/share/fonts/local"
      FontPath     "/usr/share/fonts/75dpi:unscaled"
      FontPath     "/usr/share/fonts/100dpi:unscaled"
      FontPath     "/usr/share/fonts/Type1"
      FontPath     "/usr/share/fonts/URW"
      FontPath     "/usr/share/fonts/Speedo"
      FontPath     "/usr/share/fonts/PEX"
      FontPath     "/usr/share/fonts/cyrillic"
      FontPath     "/usr/share/fonts/latin2/misc:unscaled"
      FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
      FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
      FontPath     "/usr/share/fonts/latin2/Type1"
      FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
      FontPath     "/usr/share/fonts/baekmuk:unscaled"
      FontPath     "/usr/share/fonts/japanese:unscaled"
      FontPath     "/usr/share/fonts/kwintv"
      FontPath     "/usr/share/fonts/truetype"
      FontPath     "/usr/share/fonts/uni:unscaled"
      FontPath     "/usr/share/fonts/CID"
      FontPath     "/usr/share/fonts/ucs/misc:unscaled"
      FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
      FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
      FontPath     "/usr/share/fonts/hellas/misc:unscaled"
      FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
      FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
      FontPath     "/usr/share/fonts/hellas/Type1"
      FontPath     "/usr/share/fonts/misc/sgi:unscaled"
      FontPath     "/usr/share/fonts/xtest"
      FontPath     "/opt/kde3/share/fonts"
      InputDevices "/dev/gpmdata"
      InputDevices "/dev/input/mice"
    EndSection
    
    Section "ServerFlags"
      Option       "AllowMouseOpenFail" "on"
    EndSection
    
    Section "Module"
      Load         "dbe"
      Load         "type1"
      Load         "freetype"
      Load         "extmod"
      Load         "glx"
    EndSection
    
    Section "InputDevice"
      Driver       "kbd"
      Identifier   "Keyboard[0]"
      Option       "Protocol" "Standard"
      Option       "XkbLayout" "de"
      Option       "XkbModel" "microsoftpro"
      Option       "XkbRules" "xfree86"
      Option       "XkbVariant" "nodeadkeys"
    EndSection
    
    
    Section "InputDevice"
      Driver       "mouse"
      Identifier   "Mouse[1]"
      Option       "Buttons" "9"
      Option       "Device" "/dev/input/mice"
      Option       "Name" "ImExPS/2 Logitech Explorer Mouse"
      Option       "Protocol" "explorerps/2"
      Option       "Vendor" "Sysp"
      Option       "ZAxisMapping" "4 5"
    EndSection
    
    
    Section "Monitor"
      Option       "CalcAlgorithm" "XServerPool"
      DisplaySize  338 270
      HorizSync    30-80
      Identifier   "Monitor[0]"
      ModelName    "171M"
      Option       "DPMS"
      VendorName   "NFC"
      VertRefresh  43-75
      UseModes     "Modes[0]"
    EndSection
    
    
    Section "Modes"
      Identifier   "Modes[0]"
      Modeline 	"1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066
    EndSection
    
    
    Section "Screen"
      DefaultDepth 16
      SubSection "Display"
        Depth      15
        Modes      "1280x1024" "1024x768" "800x600" 
      EndSubSection
      SubSection "Display"
        Depth      16
        Modes      "1280x1024" "1024x768" "800x600" 
      EndSubSection
      SubSection "Display"
        Depth      24
        Modes      "1280x1024" "1024x768" "800x600" 
      EndSubSection
      SubSection "Display"
        Depth      8
        Modes      "1280x1024" "1024x768" "800x600" 
      EndSubSection
      Device       "Device[0]"
      Identifier   "Screen[0]"
      Monitor      "Monitor[0]"
    EndSection
    
    
    Section "Device"

  2. #2
    Registrierter Benutzer Avatar von Andre-Deb
    Registriert seit
    Oct 2007
    Ort
    nr. Zwickau
    Beiträge
    120
    morgen. Aendere deine Section Monitor wie folgt:
    Code:
    Section "Monitor"
      Option       "CalcAlgorithm" "XServerPool"
      DisplaySize  338 270
      HorizSync    31-64
      Identifier   "Monitor[0]"
      ModelName    "171M"
      Option       "DPMS"
      VendorName   "NFC"
      VertRefresh  59-61
      UseModes     "Modes[0]"
    EndSection
    Vielleicht kannst du auch als Default Depth 24 eintragen?

    Dann starte den X-Server mit Crtl-Alt-Backspace neu und sage, was passiert.

    Gruss,
    Andre
    Linux ist viel mehr als reine Beschäftigungstherapie.... :-)

  3. #3
    hat nen Vogel Avatar von corax2.05
    Registriert seit
    Aug 2003
    Ort
    Baden
    Beiträge
    757
    Sorry das ich mich nicht gleich gemeldet habe. Ich war ein paar Tage weg.

    Deine Einstellungen funktionieren problemlos... auch wenn ich nicht weiß wieso. Eigentlich habe ich ja per yast das gleiche eingestellt.
    Danke für die Hilfe!

    Grüße corax

    P.S.: Wenn mir noch jemand sagen könnte inwiefern falsche Einstellungen schädlich sein können... würde mich einfach interessieren.

Ähnliche Themen

  1. Wie das Routing bzw. die Firewall RICHTIG konfigurieren?!
    Von Andy09 im Forum Router und Netzaufbau
    Antworten: 8
    Letzter Beitrag: 26.01.04, 18:59
  2. SSH(d) richtig konfigurieren
    Von metalhen im Forum Linux als Server
    Antworten: 2
    Letzter Beitrag: 29.10.02, 19:35
  3. SuSE Linux 8.1 Professional richtig installieren und konfigurieren.
    Von Shadow1500 im Forum System installieren und konfigurieren
    Antworten: 9
    Letzter Beitrag: 19.10.02, 16:35
  4. ALSA richtig konfigurieren ???
    Von im Forum stationäre Hardware
    Antworten: 2
    Letzter Beitrag: 23.03.01, 12:37

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •