debian 3.1 1280*1024

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
maramsi
Beiträge: 26
Registriert: 18.08.2005 23:04:14

debian 3.1 1280*1024

Beitrag von maramsi » 23.08.2005 13:37:42

hallo,

ich habe eine nvidia karte am laufen und die treiber gehen auch wunderbar

als monitor habe ich einen tft von hyundai modell l70s

wenn ich in der XF86Config-4 meinen monitor einstelle und da zu die auflöung habe ich im xserver trotzdem keine 1280*1024 aflösung warum?

gruss
maramsi

Benutzeravatar
justaclown
Beiträge: 175
Registriert: 01.08.2005 19:50:34

Beitrag von justaclown » 23.08.2005 13:38:47

poste mal die XF86Config-4 Zeile bitte. Un probier mal alle anderen Auflösungen auszukomentieren.

maramsi
Beiträge: 26
Registriert: 18.08.2005 23:04:14

hier

Beitrag von maramsi » 23.08.2005 13:43:45

Section "Files"
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/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

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

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

Section "Device"
Identifier "Geforce 6600"
Driver "nvidia"
EndSection

Section "Monitor"
Identifier "L70S"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Geforce 6600"
Option "NvAgp" "1"
Monitor "L70S"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "640x480"
EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection

Benutzeravatar
hupfdule
Beiträge: 1864
Registriert: 09.12.2002 15:04:37
Wohnort: Berlin
Kontaktdaten:

Re: hier

Beitrag von hupfdule » 23.08.2005 13:54:28

Code: Alles auswählen

Section "Screen"
        Identifier      "Default Screen"
        Device          "Geforce 6600"
        Option          "NvAgp"  "1"
        Monitor         "L70S"
        DefaultDepth    24

Code: Alles auswählen

        SubSection "Display"
                Depth           24
                Modes           "1024x768" "640x480"
        EndSubSection
EndSection
Daran liegts. Für eine Farbtiefe von 24bit hast du als maximale Auflösung 1024x768 eingestellt (kann sein, dass dein Monitor da nicht mehr kann). Als Default-Farbtiefe (DefaultDepth) hast du 24bit eingestellt. Wenn du dir sicher bist, dass dein Monitor das verkraftet, kannst du die 1280x1024 auch für 24bit angeben. Ansonsten stell DefaultDepth auf 16 runter. Das reicht in der Regel auch.

maramsi
Beiträge: 26
Registriert: 18.08.2005 23:04:14

hmm

Beitrag von maramsi » 23.08.2005 14:07:26

ich habs auf 16 runter gestellt und jetzt startet er den xserver nur noch mit ner 640 auflöung?

maramsi
Beiträge: 26
Registriert: 18.08.2005 23:04:14

es geht

Beitrag von maramsi » 23.08.2005 14:15:19

ich habs anderst gemacht es lag an der khz un hz einstellung diese habe ich manuell eingetragen und dann ging alles wunderbar wie ich es haben wollte trotzdem thx für die mühe

Benutzeravatar
Snoopy
Beiträge: 4297
Registriert: 17.11.2003 18:26:56
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Rh.- Pflz.

Beitrag von Snoopy » 23.08.2005 14:32:08

Hi

@ maramsi:
Hmm...sag mal.. ist das ein Hyundai L70S LCD Monitor ?
Ich habe ganz andere Werte bzgl der Monitor-Section

Code: Alles auswählen

Section "Monitor"
        Identifier      "L70S"
        HorizSync       31-80
        VertRefresh     56-75
        Option          "DPMS"
EndSection
Gut der XServer könnte die richtigen Werte durch das dri Modul beziehen...aber ich glaube, dass Deine Werte da falsch sind...

Antworten