My wife's computer is having a screen resolution problem in gnome.  The
only screen resolutions available are 856x480 and 640x480.  I don't
understand this, as I have set in her xorg.conf file to only allow
1024x768 and 800x600 .  Where is this coming from?  She uses modular X.
Here is her /etc/X11/xorg.conf file:

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

Section "Files"
        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      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mouse0"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        #DisplaySize      280   210     # mm
        Identifier   "Monitor0"
        VendorName   "SNY"
        ModelName    "650"
        Option      "DPMS"
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     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "TurboQueue"                # [<bool>]
        #Option     "FastVram"                  # [<bool>]
        #Option     "NoHostBus"                 # [<bool>]
        #Option     "RenderAcceleration"        # [<bool>]
        #Option     "ForceCRT1Type"             # <str>
        #Option     "ForceCRT2Type"             # <str>
        #Option     "YPbPrAspectRatio"          # <str>
        #Option     "ShadowFB"                  # [<bool>]
        Option     "DRI"                        "false"
        #Option     "AGPSize"                   # <i>
        #Option     "GARTSize"                  # <i>
        #Option     "Rotate"                    # <str>
        #Option     "NoXvideo"                  "true"
        #Option     "Vesa"                      # [<bool>]
        #Option     "MaxXFBMem"                 # <i>
        #Option     "ForceCRT1"                 # [<bool>]
        #Option     "XvOnCRT2"                  # [<bool>]
        #Option     "PanelDelayCompensation"    # <i>
        #Option     "PanelDelayCompensation1"   # <i>
        #Option     "PDC"                       # <i>
        #Option     "PDC1"                      # <i>
        #Option     "EMI"                       # <i>
        #Option     "LVDSHL"                    # <i>
        #Option     "SpecialTiming"             # <str>
        #Option     "TVStandard"                # <str>
        #Option     "UseROMData"                # [<bool>]
        #Option     "NoInternalModes"           # [<bool>]
        #Option     "UseOEMData"                # [<bool>]
        #Option     "NoYV12"                    # [<bool>]
        #Option     "CHTVType"                  # [<bool>]
        #Option     "CHTVOverscan"              # [<bool>]
        #Option     "CHTVSuperOverscan"         # [<bool>]
        #Option     "CHTVLumaBandwidthCVBS"     # <i>
        #Option     "CHTVLumaBandwidthSVIDEO"   # <i>
        #Option     "CHTVLumaFlickerFilter"     # <i>
        #Option     "CHTVChromaBandwidth"       # <i>
        #Option     "CHTVChromaFlickerFilter"   # <i>
        #Option     "CHTVCVBSColor"             # [<bool>]
        #Option     "CHTVTextEnhance"           # <i>
        #Option     "CHTVContrast"              # <i>
        #Option     "SISTVEdgeEnhance"          # <i>
        #Option     "SISTVAntiFlicker"          # <str>
        #Option     "SISTVSaturation"           # <i>
        #Option     "SISTVCFilter"              # [<bool>]
        #Option     "SISTVYFilter"              # <i>
        #Option     "SISTVColorCalibFine"       # <i>
        #Option     "SISTVColorCalibCoarse"     # <i>
        #Option     "SISTVXScale"               # <i>
        #Option     "SISTVYScale"               # <i>
        #Option     "TVXPosOffset"              # <i>
        #Option     "TVYPosOffset"              # <i>
        #Option     "SIS6326TVAntiFlicker"      # <str>
        #Option     "SIS6326TVEnableYFilter"    # [<bool>]
        #Option     "SIS6326TVYFilterStrong"    # [<bool>]
        #Option     "SIS6326TVForcePlug"        # <str>
        #Option     "SIS6326FSCAdjust"          # <i>
        #Option     "UseColorHWCursor"          # [<bool>]
        #Option     "ColorHWCursorBlending"     # [<bool>]
        #Option     "ColorHWCursorBlendThreshold"       # <i>
        #Option     "RestoreBySetMode"          # [<bool>]
        #Option     "NoCRT2Detection"           # [<bool>]
        #Option     "ForceCRT2ReDetection"      # [<bool>]
        #Option     "SenseYPbPr"                # [<bool>]
        #Option     "CRT1Gamma"                 # [<bool>]
        #Option     "CRT2Gamma"                 # [<bool>]
        #Option     "StoredGammaBrightness"     # <str>
        #Option     "StoredGammaPreBrightness"  # <str>
        #Option     "XvGamma"                   # <str>
        #Option     "XvDefaultContrast"         # <i>
        #Option     "XvDefaultBrightness"       # <i>
        #Option     "XvDefaultHue"              # <i>
        #Option     "XvDefaultSaturation"       # <i>
        #Option     "XvDefaultDisableGfx"       # [<bool>]
        #Option     "XvDefaultDisableGfxLR"     # [<bool>]
        #Option     "XvChromaMin"               # <i>
        #Option     "XvChromaMax"               # <i>
        #Option     "XvUseChromaKey"            # [<bool>]
        #Option     "XvInsideChromaKey"         # [<bool>]
        #Option     "XvYUVChromaKey"            # [<bool>]
        #Option     "XvDisableColorKey"         # [<bool>]
        #Option     "XvUseMemcpy"               # [<bool>]
        #Option     "XvDefaultAdaptor"          # <str>
        #Option     "ScaleLCD"                  # [<bool>]
        #Option     "CenterLCD"                 # [<bool>]
        #Option     "EnableHotkey"              # [<bool>]
        #Option     "EnableSiSCtrl"             # [<bool>]
        #Option     "OverruleFrequencyRanges"   # [<bool>]
        #Option     "MergedFB"                  # [<bool>]
        #Option     "TwinView"                  # [<bool>]
        #Option     "MergedFBAuto"              # [<bool>]
        #Option     "CRT2HSync"                 # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "CRT2VRefresh"              # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "CRT2Position"              # <str>
        #Option     "TwinViewOrientation"       # <str>
        #Option     "MetaModes"                 # <str>
        #Option     "MergedDPI"                 # <str>
        #Option     "NoMergedXinerama"          # [<bool>]
        #Option     "NoTwinviewXineramaInfo"    # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
        Identifier  "Card0"
        Driver      "sis"
        VendorName  "Silicon Integrated Systems [SiS]"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
EndSection

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



Please help.  xdm on my wife's computer has been shut down for two days
so that I could run an emerge -ND world to get rid of xmms stuff (the
computer hangs on emerging qt if I don't shut down all non-essentials.)
My wife prefers 1024x768, but I can't figure out why she doesn't have
it...

-- 
[email protected] mailing list

Reply via email to