You are not logged in.

#1 2011-09-17 17:30:00

Bellum
Member
Registered: 2011-08-24
Posts: 230

[SOLVED] xorg.conf problems

I just ran pacman -Syu on the desktop and installed some software to get my digital camera working (gtkam and all of its dependencies and the stuff listed on the archwiki article), and when I reboot my xorg.conf no longer worked. My monitor gave me an "out of range" error.

The tried re-running nvidia-xconfig, but no difference. The best I could figure out to do was comment out horizontal and vertical refresh. Now X starts up ok, but the resolution is tiny. Can anyone help me out?

xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder75)  Sun Jul 17 22:46:17 PDT 2011

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
#    HorizSync       30.0 - 110.0
#    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by Bellum (2011-09-17 19:34:28)

Offline

#2 2011-09-17 17:58:13

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] xorg.conf problems

If you can run X, post the output of 'xrandr'.
Have you tried running w/o the xorg.conf or adding a modeline with the resolution you want to your xorg.conf?

Offline

#3 2011-09-17 17:59:47

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] xorg.conf problems

You don't need an xorg.conf anymore, so try without one. If it doesn't work, post /var/log/Xorg.0.log. Also, what kind of display is it and which resolution do you want?

Offline

#4 2011-09-17 19:00:04

Bellum
Member
Registered: 2011-08-24
Posts: 230

Re: [SOLVED] xorg.conf problems

xrandr

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 240, current 640 x 480, maximum 640 x 480
default connected 640x480+0+0 0mm x 0mm
   640x480        50.0*
   320x240        51.0

Xorg.0.log

Starting without xorg.conf doesn't have any effect. Still displays at 640x480. I'm not sure about the display. It's some cheap monitor I skimped out on years ago. I was never able to find any documentation on it on the Internet. I'd like to to run in 1024x768. The label on the back says A170E1-TOM Rev. C1.

Last edited by Bellum (2011-09-17 19:00:51)

Offline

#5 2011-09-17 19:02:24

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] xorg.conf problems

[    24.336] (WW) NVIDIA(GPU-0): The EDID read for display device CRT-0 is invalid:
[    24.336] (WW) NVIDIA(GPU-0):     unrecognized EDID Header.

<snip>

[    24.351] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    24.352] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI

That's our problem.

What's the output of 'xrandr --prop'?

Offline

#6 2011-09-17 19:34:08

Bellum
Member
Registered: 2011-08-24
Posts: 230

Re: [SOLVED] xorg.conf problems

Woah woah, hold on. A reboot without xorg.conf seems to have solved the problem, sorry. Thanks for the help!

Offline

Board footer

Powered by FluxBB