Anzeige:
Ergebnis 1 bis 3 von 3

Thema: falsche Auflösung bei DualView

  1. #1
    Registrierter Benutzer
    Registriert seit
    Dec 2002
    Ort
    Diepholz
    Beiträge
    36

    falsche Auflösung bei DualView

    Hi,

    Ich hab hier mehrere Rechner mit 2 Grafikkarten und 2 TFT Monitoren daran. Es handelt sich bei den Grafikkarten um die folgenden

    Rechner 1:
    0000:00:0b.0 VGA compatible controller: ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB] (rev 9a)
    0000:01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC AGP (rev 7a)

    Rechner 2:
    0000:00:0b.0 VGA compatible controller: ATI Technologies Inc 264VT [Mach64 VT] (rev 40)
    0000:01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC AGP (rev 7a)

    Rechner 3:
    0000:00:0b.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] (rev 3a)
    0000:01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC AGP (rev 7a)

    Bei Rechner 1 und 3 handelt es sich um Samsung Syncmaster 910T mit 1280 x 1024@75 Hz als maximale Auflösung. Und bei eben diesen gibt es ein Problem: Auf dem Monitor, der an der AGP Karte hängt, gibt es absolut kein Problem, das Bild wird korrekt in 1280x1024. Auf dem Monitor an der PCI Karte gibt es allerdings das Problem, das das Bild leicht unscharf ist und die maximale Auflösung 1024x768 beträgt. Das merkwürdige ist, das dies bei den Monitoren an Rechner 2 nicht vorliegt. Hier sind allerdings auch andere Monitore installiert, die Anzeige läuft aber in der gleichen Auflösung.

    Hier noch die XFree86-Config der Rechner:

    Rechner 1:

    ### BEGIN DEBCONF SECTION
    # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
    # Debian X Configuration tool, using values from the debconf database.
    #
    # Edit this file with caution, and see the XF86Config-4 manual page.
    # (Type "man XF86Config-4" at the shell prompt.)
    #
    # If you want your changes to this file preserved by dexconf, only make changes
    # before the "### BEGIN DEBCONF SECTION" line above, and/or after the
    # "### END DEBCONF SECTION" line below.
    #
    # To change things within the debconf section, run the command:
    # dpkg-reconfigure xserver-xfree86
    # as root. Also see "How do I add custom sections to a dexconf-generated
    # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

    Section "Files"
    FontPath "tcp/10.100.0.4:7100" # network font server
    # if the local font server has problems, we can fall back on these
    FontPath "/usr/lib/X11/fonts/misc"
    EndSection

    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "int10"
    Load "record"
    Load "speedo"
    Load "type1"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc103"
    Option "XkbLayout" "de"
    EndSection

    Section "InputDevice"
    Identifier "Generic Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/ttyS0"
    Option "Protocol" "Microsoft"
    Option "Emulate3Buttons" "false"
    EndSection

    Section "Device"
    Identifier "video0"
    Driver "ati"
    BusID "agp:1:0:0"
    EndSection


    Section "Device"
    Identifier "video1"
    Driver "ati"
    BusID "pci:0:11:0"
    EndSection

    Section "Monitor"
    Identifier "tft0"
    HorizSync 30-81
    VertRefresh 56-75
    Option "DPMS"
    EndSection

    Section "Monitor"
    Identifier "tft1"
    HorizSync 30-81
    VertRefresh 56-75
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "screen0"
    Device "video0"
    Monitor "tft0"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "screen1"
    Device "video1"
    Monitor "tft1"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection


    Section "ServerLayout"
    Identifier "xserver0"
    Screen 0 "screen0"
    Screen 1 "screen1" rightOf "screen0"
    InputDevice "Generic Keyboard"
    InputDevice "Generic Mouse"
    Option "AllowMouseOpenFail"
    EndSection

    ### END DEBCONF SECTION
    Rechner 2:

    ### BEGIN DEBCONF SECTION
    # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
    # Debian X Configuration tool, using values from the debconf database.
    #
    # Edit this file with caution, and see the XF86Config-4 manual page.
    # (Type "man XF86Config-4" at the shell prompt.)
    #
    # If you want your changes to this file preserved by dexconf, only make changes
    # before the "### BEGIN DEBCONF SECTION" line above, and/or after the
    # "### END DEBCONF SECTION" line below.
    #
    # To change things within the debconf section, run the command:
    # dpkg-reconfigure xserver-xfree86
    # as root. Also see "How do I add custom sections to a dexconf-generated
    # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

    Section "Files"
    FontPath "tcp/10.100.0.4:7100" # network font server
    # if the local font server has problems, we can fall back on these
    FontPath "/usr/lib/X11/fonts/misc"
    EndSection

    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "int10"
    Load "pex5"
    Load "record"
    Load "speedo"
    Load "type1"
    Load "vbe"
    Load "xie"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc103"
    Option "XkbLayout" "de"
    EndSection

    Section "InputDevice"
    Identifier "Generic Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/ttyS0"
    Option "Protocol" "Microsoft"
    Option "Emulate3Buttons" "false"
    EndSection

    Section "Device"
    Identifier "video0"
    Driver "ati"
    BusID "agp:1:0:0"
    EndSection


    Section "Device"
    Identifier "video1"
    Driver "ati"
    BusID "pci:0:11:0"
    EndSection

    Section "Monitor"
    Identifier "tft0"
    HorizSync 30-81
    VertRefresh 56-75
    Option "DPMS"
    EndSection

    Section "Monitor"
    Identifier "tft1"
    HorizSync 30-81
    VertRefresh 56-75
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "screen0"
    Device "video0"
    Monitor "tft0"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "screen1"
    Device "video1"
    Monitor "tft1"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection


    Section "ServerLayout"
    Identifier "xserver0"
    Screen 0 "screen0"
    Screen 1 "screen1" rightOf "screen0"
    InputDevice "Generic Keyboard"
    InputDevice "Generic Mouse"
    Option "AllowMouseOpenFail"
    EndSection

    ### END DEBCONF SECTION
    Rechner 3:

    ### BEGIN DEBCONF SECTION
    # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
    # Debian X Configuration tool, using values from the debconf database.
    #
    # Edit this file with caution, and see the XF86Config-4 manual page.
    # (Type "man XF86Config-4" at the shell prompt.)
    #
    # If you want your changes to this file preserved by dexconf, only make changes
    # before the "### BEGIN DEBCONF SECTION" line above, and/or after the
    # "### END DEBCONF SECTION" line below.
    #
    # To change things within the debconf section, run the command:
    # dpkg-reconfigure xserver-xfree86
    # as root. Also see "How do I add custom sections to a dexconf-generated
    # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

    Section "Files"
    FontPath "tcp/10.100.0.4:7100" # network font server
    # if the local font server has problems, we can fall back on these
    FontPath "/usr/lib/X11/fonts/misc"
    EndSection

    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "int10"
    Load "pex5"
    Load "record"
    Load "speedo"
    Load "type1"
    Load "vbe"
    Load "xie"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc103"
    Option "XkbLayout" "de"
    EndSection

    Section "InputDevice"
    Identifier "Generic Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/ttyS0"
    Option "Protocol" "Microsoft"
    Option "Emulate3Buttons" "false"
    EndSection

    Section "Device"
    Identifier "video0"
    Driver "ati"
    BusID "agp:1:0:0"
    EndSection


    Section "Device"
    Identifier "video1"
    Driver "ati"
    BusID "pci:0:11:0"
    EndSection

    Section "Monitor"
    Identifier "tft0"
    HorizSync 30-81
    VertRefresh 56-75
    Option "DPMS"
    EndSection

    Section "Monitor"
    Identifier "tft1"
    HorizSync 30-81
    VertRefresh 56-75
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "screen0"
    Device "video0"
    Monitor "tft0"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "screen1"
    Device "video1"
    Monitor "tft1"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection


    Section "ServerLayout"
    Identifier "xserver0"
    Screen 0 "screen0"
    Screen 1 "screen1" rightOf "screen0"
    InputDevice "Generic Keyboard"
    InputDevice "Generic Mouse"
    Option "AllowMouseOpenFail"
    EndSection

    ### END DEBCONF SECTION
    Hat irgendwer noch ne Idee? Ich hab das mitlerweile auf die Grafikkarten geschoben, bin damit aber eigentlich nich so ganz zufrieden...

    Gruß,
    flow
    Ringwald's Gesetz der Haushaltsgeometrie:
    "Alle horizontalen Flächen werden in kurzer Zeit mit Gerümpel bedeckt."
    --
    http://statsman.ww-testsites.co.uk/f...tml/10809.html
    http://folding.stanford.edu/cgi-bin/teampage?q=10809

  2. #2
    Fieses Frettchen Avatar von DrunkenFreak
    Registriert seit
    Dec 2003
    Beiträge
    3.315
    hast du denn bei den grafikkarten schon nachgeguckt ob sie tatsächlich 1280x1024 mit machen?

    so long

  3. #3
    Registrierter Benutzer
    Registriert seit
    Dec 2002
    Ort
    Diepholz
    Beiträge
    36
    Nee, hab ich nicht. Das Problem ist, das für die Dinger keine Handbücher mehr da sind. Ausserdem ist auf der ATI Homepage auch nich wirklich was zu finden, da hab ich auch schon geguckt. Hab gehofft, das irgendwer hier was weiss...
    Ringwald's Gesetz der Haushaltsgeometrie:
    "Alle horizontalen Flächen werden in kurzer Zeit mit Gerümpel bedeckt."
    --
    http://statsman.ww-testsites.co.uk/f...tml/10809.html
    http://folding.stanford.edu/cgi-bin/teampage?q=10809

Ähnliche Themen

  1. TFT flackert und falsche Auflösung
    Von hupe im Forum X-Konfiguration
    Antworten: 2
    Letzter Beitrag: 29.06.04, 18:12
  2. Falsche Auflösung nach XFree86 Update
    Von Klodeckl im Forum X-Konfiguration
    Antworten: 5
    Letzter Beitrag: 14.04.04, 04:28
  3. Falsche Auflösung bei Pingus
    Von hirod im Forum Spielen Allgemein
    Antworten: 2
    Letzter Beitrag: 15.02.04, 17:06
  4. Hl/CS falsche Auflösung
    Von TechnoFan im Forum Emulatoren für Spiele
    Antworten: 0
    Letzter Beitrag: 28.08.03, 13:58
  5. kann durch falsche Auflösung Lilo nicht sehen
    Von lkz633 im Forum System installieren und konfigurieren
    Antworten: 4
    Letzter Beitrag: 16.02.03, 00:42

Lesezeichen

Berechtigungen

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