Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Andere auflösung als 1600x1200 auf Toshiba Satellite
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
ady1980
n00b
n00b


Joined: 01 Dec 2004
Posts: 19

PostPosted: Mon May 09, 2005 2:27 pm    Post subject: Andere auflösung als 1600x1200 auf Toshiba Satellite Reply with quote

Hallo Forum,
ich habe hier ein Toshiba Satellite 5200-801.

Mein Problem ist das ich neben der nativen 1600x1200 nur noch 800x600 fahren kann, obwohl in der xorg.conf auch andere Auflösungen angegeben sind.

Bei Anwendungen in 1024x768 oder 640x480 Vollbild habe ich zudem nur ein sehr kleines zentriertes Bild mit einem dicken schwarzen Rand drumherum. Nur die 800x600 werden Vollbild dargestellt.

Ich habe schon mehrfach google bemüht, aber weis ich netmal genau was mein Problem ist und wie ich die frage formulieren soll, von daher hat mir google nicht weitergeholfen bisher.

Ich vermute den Fehler in der nvidia-section, aber auch da komme ich mit meinen experimenten nicht weiter... :-(

Hier meine xorg.conf (ich poste mal nur die betreffenden bereiche.)

Code:
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"         "True"                    # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
#Option     "NoLogo"         "True"                    # [<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"          # <str>
        #Option     "ConnectedMonitors"         # <str>
        #Option     "TVStandard"                # <str>
        #Option     "TVOutFormat"               # <str>
Option     "RenderAccel"      "True"               # [<bool>]
        #Option     "CursorShadow"              # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
Option     "FlatPanelProperties"   "Scaling = default, Dithering = enabled"  #<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"      "True"           # [<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"    "False"    # [<bool>]
        #Option     "RandRRotation"             # [<bool>]
        #Option     "ExactModeTimingsDVI"       # [<bool>]
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
   DisplaySize   232 308   
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
       
        SubSection "Display"
                Viewport   0 0
                  Depth     24
      Modes "1600x1200" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier     "Single"
        Screen      0  "Screen0" 0 0
        InputDevice    "touchpad" "CorePointer"
   InputDevice   "externemaus"   "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection



Danke schonmal für alle Antworten...
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