[Nottingham] Probing the mysteries of xorg.conf
Martin
martin at ml1.co.uk
Tue Apr 26 14:51:21 BST 2005
James Gibbon wrote:
> Hi all,
>
> I'm trying to get my second PC's display to a resolution of 1280x1024.
[---]
> #-----------------------------------
> Section "Screen"
> Identifier "Screen 1"
> Device "VESA Framebuffer"
> Monitor "Eizo"
>
> # If your card can handle it, a higher default color depth (like 24 or 32)
> # is highly recommended.
>
> DefaultDepth 16
>
> # "1024x768" is also a conservative usable default resolution. If you
> # have a better monitor, feel free to try resolutions such as
> # "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
> # card/monitor can produce)
>
> Subsection "Display"
> Depth 8
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubsection
> Subsection "Display"
> Depth 16
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubsection
> Subsection "Display"
> Depth 24
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubsection
> Subsection "Display"
> Depth 32
> Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
> EndSubsection
>
> EndSection
> #-----------------------------------
[---]
Compare with mine:
(Also, should you not have a "Screen 1" and another section for "Screen 2"?)
###
Section "Monitor"
Identifier "monitor1"
VendorName "Iiyama"
ModelName "Iiyama A902MT, VisionMaster Pro 451"
HorizSync 30.0-115.0
VertRefresh 50.0-180.0
Gamma 2.2 2.2 2.2
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494
563 -hsync -vsync
# Dell D800 and few Inspiron (16/10) 1280x800
ModeLine "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848
[---]
EndSection
Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce2 DDR (generic)"
Driver "nvidia"
Option "DPMS"
Option "IgnoreEDID" "1"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 15
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 16
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 24
Virtual 1280 1024
EndSubsection
EndSection
###
You should be able to guess my preferred resolution!
And you could always use a dedicated ModeLine for what you think should
work.
Another check: Are you looking in the correct .conf? Mine for xorg.conf
is a link to XF86Config. (Note, no "-4".)
Good luck,
Martin
--
----------------
Martin Lomas
martin at ml1.co.uk
----------------
More information about the Nottingham
mailing list