You are not logged in.

#1 2007-08-28 09:03:18

Thar
Member
Registered: 2007-08-28
Posts: 20

Yet another X11 resolution problem

Hello

I can't get any display resolution higher than 640x480. I'm using nVidia binary driver and Arch64.

The funny thing is, that after the initial configuration with nvidia-xconfig everything was fine, and suddenly refused to be after todays boot.

I've found those lines in /var/log/Xorg.0.log that may (or may not) be somehow related to the problem:

(WW) NVIDIA(GPU-0): The EDID read for display device CRT-0 is invalid: EDID
(WW) NVIDIA(GPU-0):     version 1 size exceeds EDID buffer size, or checksum for
(WW) NVIDIA(GPU-0):     EDID failed.
(--) NVIDIA(GPU-0):
(--) NVIDIA(GPU-0): Raw EDID bytes:
(--) NVIDIA(GPU-0):
(--) NVIDIA(GPU-0):   00 ff ff ff ff ff ff 00  1e 6d fe 3a 01 01 01 01
(--) NVIDIA(GPU-0):   09 0b 01 01 78 1c 15 70  e8 58 65 a4 54 45 98 24
(--) NVIDIA(GPU-0):   0f 48 4c bf ee 00 31 40  31 4f 31 59 3b ca 45 4f
(--) NVIDIA(GPU-0):   45 59 61 4f 01 01 10 0e  80 c0 20 e0 1d 10 38 38
(--) NVIDIA(GPU-0):   13 00 0e c3 10 00 00 18  00 00 00 fd 00 32 78 1e
(--) NVIDIA(GPU-0):   3d 07 00 0a 20 20 20 20  20 20 00 00 00 fc 00 53
(--) NVIDIA(GPU-0):   74 75 64 69 6f 57 6f 72  6b 73 20 35 00 00 00 fc
(--) NVIDIA(GPU-0):   00 36 30 4e 0a 20 20 20  20 20 20 20 20 20 00 13

And my xorg.conf if someone's interested:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Wed Jun 13 16:54:14 PDT 2007


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

Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "pl"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
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     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV43 [GeForce 6200]"
    Option         "RenderAccel"                "true"
    Option         "NoLogo"                     "true"
    Option         "EnablePageFlip"             "true"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"   
    SubSection     "Display"
        Viewport    0 0
        Depth       32
        Modes "1024x768" "800x600"
    EndSubSection
EndSection

Offline

Board footer

Powered by FluxBB