LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Option IgnoreEDID not working (https://www.linuxquestions.org/questions/linux-newbie-8/option-ignoreedid-not-working-287450/)

cs-cam 02-07-2005 07:00 PM

Option IgnoreEDID not working
 
I'm using X.org 6.8.1 and using the nv driver I can get 1400x1050 with my monitor which is what I should be able to get, using the nvidia driver I max out at 1280x1024. When I try putting Option IgnoreEDID in my xorg.conf file I gert knocked back to 640x480 but there's no obvious errors in the Xorg.0.log file either :( Any ideas as this is driving me crazy, with the nv drivers and compositing it's not even usable which sucks so I don't really want to just give up on 3d accel..

Thanks for any help :)

Ace07 02-07-2005 07:38 PM

Re: Option IgnoreEDID not working
 
Quote:

Originally posted by DJ P@CkMaN
I'm using X.org 6.8.1 and using the nv driver I can get 1400x1050 with my monitor which is what I should be able to get, using the nvidia driver I max out at 1280x1024. When I try putting Option IgnoreEDID in my xorg.conf file I gert knocked back to 640x480 but there's no obvious errors in the Xorg.0.log file either :( Any ideas as this is driving me crazy, with the nv drivers and compositing it's not even usable which sucks so I don't really want to just give up on 3d accel..

Thanks for any help :)

Could you post your xorg.conf file?

You might not have that setup right...

cs-cam 02-08-2005 05:28 AM

Code:

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

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

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

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Buttons" "7"
        Option      "Device" "/dev/input/mice"
        Option      "Name" "Chic Browser Mouse"
        Option      "Protocol" "explorerps/2"
        Option      "Vendor" "Sysp"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Monitor Model"
        #HorizSync    31-64
        #VertRefresh  50-60
        #DisplaySize  280 210
        #Modeline "1400x1050_60.00"  122.61  1400 1488 1640 1880  1050 1051 1054 1087  -HSync +Vsync
        Modeline "1400x1050@60" 129.44 1400 1432 1920 1952 1050 1071 1081 1103
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            "RenderAccel"                "true"
        Option            "NvAgp"                        "2"
        Option            "AllowGLXWithComposite"        "true"
        #Option      "NoDDC"                        "true"
        Option            "XaaNoOffscreenPixmaps"
        Option      "NoLogo"                    "true"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName  "NV34 [GeForce FX 5200]"
        BusID      "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier        "Screen0"
        Device            "Card0"
        Monitor            "Monitor0"
        DefaultDepth        24
        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
        SubSection "Display"
                Viewport  0 0
                Depth          32
        EndSubSection
EndSection

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


Ace07 02-08-2005 03:49 PM

Subsection "Display"
...
.
Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection

You should edit all of the Display subsections by adding the "Modes" option. At least, that is what I would do.

Also, I don't think you are supposed to have this line under the Module section:

Load "dri"

cs-cam 02-10-2005 06:19 PM

I commented load dri but I still have the same problems as before. And I didn't add it under all the Display options because if I change nvidia to nv I get 1400x1050 straight up, it's just with the nvidia driver that I don't.


All times are GMT -5. The time now is 12:27 AM.