hi,

also ich wei� ja nicht. Is es so schwer einen TFT gescheit zum Laufen zu
bewegen?

Heut schrieb mir der Kunde, das die Aufl�sung zwar ok war, aber schon
beim starten des X-Servers er drei ca. 5cm Breite Vertikale unscharfe
Streifen hat, die dazwischen sind scharf.

Hier mal einiges aus der Log:

(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(WW) NVIDIA(0): The user specified HorizSync "30.000-110.000" has been
(WW) NVIDIA(0):      adjusted to "31.000-82.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified HorizSync "31.000-82.000")
(WW) NVIDIA(0): The user specified VertRefresh "50.000-160.000" has been
(WW) NVIDIA(0):      adjusted to "50.000-85.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified VertRefresh "50.000-85.000"
(II) NVIDIA(0): Standardbildschirm: Using hsync range of 31.00-82.00 kHz
(II) NVIDIA(0): Standardbildschirm: Using vrefresh range of 50.00-85.00
Hz
(II) NVIDIA(0): Clock range:  12.00 to 300.00 MHz
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode
clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode
clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,Standardbildschirm) mode clock 162MHz exceeds DDC
maximum 140MHz
(WW) (1600x1200,Standardbildschirm) mode clock 175.5MHz exceeds DDC
maximum 140MHz
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(WW) (1400x1050,Standardbildschirm) mode clock 155.8MHz exceeds DDC
maximum 140MHz
(**) NVIDIA(0): Validated modes for Display Device 0:
(**) NVIDIA(0):      Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0
Hz
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): Display dimensions: (360, 290) mm
(--) NVIDIA(0): DPI set to (90, 89)
...
####################################################################




Dazu die passende Config:


Section "Files"
        #FontPath       "unix/:7110"                    # ttf
        #FontPath       "unix/:7100"                    # local font
server
        # if the local font server has problems, we can fall back on
these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        #FontPath        "/usr/lib/X11/fonts/TrueType
EndSection

Section "Module"
        #Load   "GLcore" # bei nv ausschalten
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        #Load   "dri" # bei nv ausschalten
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        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"      "pc104"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "imps/2"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "4 5"
EndSection


Section "InputDevice"
        Identifier      "maus zwei"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ps/2"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "4 5"
EndSection



Section "Device"
        Identifier      "Standardgrafikkarte"
        Driver          "nvidia"
        Option          "UseFBDev"              "true"
        Option          "NoLogo"                "false"
        Option          "CursorShadowAlpha"     "80"
        Option          "CursorShadowXOffset"   "5"
        Option          "CursorShadowYOffset"   "4"
        Option          "CursorShadow"          "on"
        Option          "NvAGP"                 "3"
        vendorname ""
        boardname ""
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        HorizSync       30-110
        VertRefresh     50-160
        Option          "DPMS"
vendorname "[Standardbildschirm]"
modelname "[Standardbildschirm]"
EndSection

Section "Modes"
        Identifier      "Modes0"
        Modeline "1280x1024@60" 114.98 1280 1312 1744 1776 1024 1045
1055 1076
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Standardgrafikkarte"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "1280x1024"
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
                Virtual 0 0
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

### END DEBCONF SECTION

Section "InputDevice"

Identifier "Keyboard"

        Option "XkbModel" "pc104"
        Option "XkbLayout" "us"
        Driver "keyboard"
EndSection


Section "InputDevice"

Identifier "Mouse"

        Option "Protocol" "PS/2"
        Option "Device" "/dev/psaux"
        Driver "mouse"
EndSection


Section "ServerFlags"

EndSection


Kann damit irgendwo einen Fehler entdecken? Ich hatte die Reihenfolge
von 100dpi und 75dpi getauscht, wei� aber nicht ob das daran Schuld ist,
vermutlich wohl nicht 




Denny Schierz [EMAIL PROTECTED]
------------------------------------------------------------------------------- Wenn 
Du irgendeinen Computerfuehrerschein bei der VHS oder aehnlichem machst, geh' ruhig in 
der Abteilung rum und "verbessere" Treiber und Programme auf Deinem und auf allen 
anderen Rechnern Deiner Mitarbeiter. Wir sind dankbar fuer die Ueberstunden, die wir 
machen duerfen, wenn wir bis 3:00 Uhr morgens die Probleme beheben muessen.

Attachment: signature.asc
Description: This is a digitally signed message part

Antwort per Email an