Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme mit TFT und Xorg Server
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
jm0602
n00b
n00b


Joined: 28 Jan 2006
Posts: 2

PostPosted: Sat Jan 28, 2006 4:57 pm    Post subject: Probleme mit TFT und Xorg Server Reply with quote

Hallo,
ich habe mir erst vor kurzem Gentoo Linux installiert und habe ein paar Fragen bezüglich des Xorg Servers.
Ich benutze einen 19" TFT und habe ihn per DVI angeschlossen. Wenn ich mein System boote, klappt auch alles ganz gut. Auch die Nvidia Treiber laufen und ich kann sogar Xorg starten. Doch sobald ich den Xorg Server wieder beenden möchte und in die Konsole zurückgehen will, bleibt der Monitor schwarz. Er schreibt, dass die Frequenz zu hoch ist. Ich habe jetzt schon alles mögliche ausprobiert und komme nicht wirklich weiter. Merkwürdig ist jedoch, dass ich auf dem D-SUB trotzdem ein Bild hab...
Hier mal meine xorg.conf:
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Logitech MX518" "CorePointer"
   InputDevice    "Logitech Internet Keyboard" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"[/quote]
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dbe"
#   Load  "dri"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier     "Logitech Internet Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"  "de"
EndSection

Section "InputDevice"
   Identifier  "Logitech MX518"
   Driver      "mouse"
   Option       "CorePointer"
   Option       "Protocol"   "IMPS/2"
   Option       "Device"   "/dev/psaux"
   Option       "ZAxisMapping"   "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   Option        "DPMS" "true"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"       # <i>
        #Option     "NoFlip"                # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "NoLogo"                # [<bool>]
        #Option     "UBB"                   # [<bool>]
        #Option     "Stereo"                # <i>
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "NvAGP"                 # <i>
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        Option     "ConnectedMonitor" "DFP-0"      # <str>
        #Option     "ConnectedMonitors"     # <str>
        #Option     "TVStandard"            # <str>
        #Option     "TVOutFormat"           # <str>
        #Option     "RenderAccel"           # [<bool>]
        #Option     "CursorShadow"          # [<bool>]
        #Option     "CursorShadowAlpha"     # <i>
        #Option     "CursorShadowXOffset"    # <i>
        #Option     "CursorShadowYOffset"    # <i>
        Option     "UseEdidFreqs"          # [<bool>]
        #Option     "FlatPanelProperties"    # <str>
        #Option     "TwinView"              # [<bool>]
        #Option     "TwinViewOrientation"    # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "SecondMonitorVertRefresh"    # <str>
        #Option     "MetaModes"             # <str>
        #Option     "UseInt10Module"        # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"     # [<bool>]
        #Option     "Overlay"               # [<bool>]
        #Option     "CIOverlay"             # [<bool>]
        #Option     "ForceEmulatedOverlay"    # [<bool>]
        #Option     "TransparentIndex"      # <i>
        #Option     "OverlayDefaultVisual"    # [<bool>]
        #Option     "NvEmulate"             # <i>
        #Option     "NoBandWidthTest"       # [<bool>]
        #Option     "CustomEDID-CRT-0"      # <str>
        #Option     "CustomEDID-CRT-1"      # <str>
        #Option     "CustomEDID-DFP-0"      # <str>
        #Option     "CustomEDID-DFP-1"      # <str>
        #Option     "CustomEDID-TV-0"       # <str>
        #Option     "CustomEDID-TV-1"       # <str>
        #Option     "TVOverScan"            # <f>
        #Option     "IgnoreDisplayDevices"    # <str>
        #Option     "MultisampleCompatibility"    # [<bool>]
        #Option     "RegistryDwords"        # <str>
        #Option     "RegistryBinary"        # <str>
        #Option     "NoPowerConnectorCheck"    # [<bool>]
        #Option     "AllowDFPStereo"        # [<bool>]
        #Option     "XvMCUsesTextures"      # [<bool>]
        #Option     "HorizSync"             # <str>
        #Option     "VertRefresh"           # <str>
        #Option     "AllowGLXWithComposite"    # [<bool>]
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV28 [GeForce4 Ti 4200 AGP 8x]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Modes      "1280x1024"
      Depth      24
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Extensions"
#   Option "Composite" "Enable"
EndSection


Ich habe auch schon die Vertical und Horizontal Sync aus dem TFT Handbuch reingeschrieben aber das hilft auch nichts. Wäre super wenn mir jemand helfen kann..

Was bedeutet eigentlich die Option Composite? Wenn ich sie ausschalte, bringt mir KDE beim Starten eine Fehlermeldung.

Mein System: http://www.nethands.de/pys/show.php4?user=jm0602
Back to top
View user's profile Send private message
MiC
Tux's lil' helper
Tux's lil' helper


Joined: 25 Feb 2004
Posts: 76

PostPosted: Sun Feb 12, 2006 12:57 pm    Post subject: Reply with quote

ich hab genau das gleiche problem. weiß denn da keiner rat?

MiC
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Sun Feb 12, 2006 1:42 pm    Post subject: Reply with quote

vesa-tng aus machen und vesa-fb nutzen
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2935
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Sun Feb 12, 2006 3:12 pm    Post subject: Reply with quote

Ich hatte das gleiche Problem auf 20 DELL PCs meiner Uni, die Debian laufen. Ich hab mehrere Einstellungen versucht, nichts hat geholfen, außer als ich die ganzen vga=.... bzw video=vesafb... aus der grub.lst entfernt habe. Seitdem habe ich dieses Problem nicht mehr. Diese PCs haben ATI Karten im Einsatz, aber das Problem ist trotzdem dasselbe.
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Sun Feb 12, 2006 3:43 pm    Post subject: Reply with quote

Ist ein Problem vom experimentelle vesa-tng, wenn ihr alle vesafb benutzt, dann dürftet ihr im normalfall keine probleme mehr haben.

bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum