[Debian] TNT2 & 24Zoll TFT?

byte_head

Captain
Registriert
Jan. 2005
Beiträge
3.674
Hi,

um mir den 2. TFT zu sparen habe ich meinen Debian Rechner einfach an den VGA-Eingang meines Dell 24" TFT gehängt.
Nur will er mir keine 1920x1200 Pixel anzeigen. -.-

Laut dpkg-recondigure xfree86 etc. sind nur 1920x1440 möglich. o.O
Liegt das jetzt an der Graka oder muss ich das Debian irgendwie anders beibringen?

Wie gesagt, Graka-Chipsatz ist TNT2 mit 32mb Grafikspeicher.

MfG, byte
 
Wie sieht dein XF86Config-4 aus, nehme mal an Sarge, ne? oder wenn nicht xorg.conf
 
Hallo!

Ich vermute. dass ist dein Vorhaben (zumindest unter dieser Auflösung) technisch ungeschickt ist. Der VGA-Anschluss verträgt zwar eine solche Auflösung, jedoch sollte die Bildqualität merklich leiden. Die Analog-Digital-Wandlung des TFT`s sollte das auch nicht gerade behilflich sein.


Ansonsten poste bitte mal die xorg.conf

MfG
 
Zuletzt bearbeitet:
Habe die Werte schon an das Datenblatt von Dell angepasst, bitte:

Code:
GNU nano 1.2.4                Datei: XF86Config-4

        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NV5 [RIVA TNT2/TNT2 Pro]"
        Driver          "nv"
EndSection

Section "Monitor"
        Identifier      "Dell 2407 FPW"
        HorizSync       74-74
        VertRefresh     60-60
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NV5 [RIVA TNT2/TNT2 Pro]"
        Monitor         "Dell 2407 FPW"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1920x1200"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

E; Habe jetzt Kubuntu und noch eine GeForce 4 TI eingebaut und alles funzt traumhaft. :)
 
Zuletzt bearbeitet:
Zurück
Oben