Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Liten oppløsning på skjermen
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
hoggern
n00b
n00b


Joined: 09 Sep 2005
Posts: 25
Location: Bærum, Norway

PostPosted: Wed Dec 14, 2005 10:16 pm    Post subject: Liten oppløsning på skjermen Reply with quote

Jeg kan bare velge oppløsning mellom 320x240 eller 640x480.

Kunne tenke meg 1280x1024

Kunne noen hjelpe meg??

Her er fila xorg.conf:

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option      "Emulate3Buttons" "true"
   Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
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"      # <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>]
        #Option     "RandRRotation"         # [<bool>]
        #Option     "ExactModeTimingsDVI"    # [<bool>]
        #Option     "Coolbits"              # <i>
        #Option     "AllowDDCCI"            # [<bool>]
        #Option     "ConstantFrameRateHint"    # [<bool>]
        #Option     "LoadKernelModule"      # [<bool>]
        #Option     "ClearCube"             # [<bool>]
        #Option     "PredefinedTimings"     # <i>
        #Option     "EmulatedOverlaysTimerMs"    # <i>
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "Unknown Board"
   BusID       "PCI:5:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     1
      Modes   "1280x1024" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
      Modes   "1280x1024" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes   "1280x1024" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
      Modes   "1280x1024" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes   "1280x1024" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes   "1280x1024" "1024x768" "800x600" "720x400" "640x480"
   EndSubSection
EndSection



Hardenne skjermen
og dette skjermkortet
Back to top
View user's profile Send private message
creideiki
n00b
n00b


Joined: 19 Feb 2003
Posts: 61
Location: Linköping, Sweden

PostPosted: Thu Dec 15, 2005 6:59 am    Post subject: Reply with quote

Det borde stå i /var/log/Xorg.0.log varför den inte tycker om några andra av de upplösningar du definierat, men jag skulle gissa på att det beror på att den inte vet hur mycket din monitor klarar.

Pröva att byta ut din "Monitor"-sektion mot:
Code:
Section "Monitor"
    Identifier  "Monitor0"
    VendorName  "Eizo"
    ModelName   "FlexScan L550"
    HorizSync   31.5–64
    VertRefresh 59–61
    DisplaySize 338 270
EndSection
Back to top
View user's profile Send private message
hoggern
n00b
n00b


Joined: 09 Sep 2005
Posts: 25
Location: Bærum, Norway

PostPosted: Fri Dec 16, 2005 12:55 pm    Post subject: Reply with quote

Det funka. :D

Takk
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian 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