From: Dexter Filmore <Dexter.Filmore@gmx.de>
To: intel-gfx@lists.freedesktop.org
Subject: How can I set non-60Hz-Modes?
Date: Fri, 5 Aug 2011 18:25:49 +0200 [thread overview]
Message-ID: <201108051825.49598.Dexter.Filmore@gmx.de> (raw)
I used to do that with the nvidia tool on nv, but now I'm a little stuck:
No matter what I do X comes up at 60 Hz. I need to do 50 tho so the attached
plasma tv doubles it to 100 (at 60 it flickers, plus pulldown problems)
EDID reports a refresh range of 58-62 Hertz which I overrode in xorg.conf.
When I feed it a custom mode with xrandr --newmode / --addmode it does 50hz
alright, but I can't make it permanent from xorg.conf.
I tried the Preferred Mode option and "ModeValidation" tho I am not sure the
latter is nvidia specific.
X log can be found at:
http://www.vaultofsages.de/~dexterf/xorg60hzlog
xorg.conf below.
Can someone have a look and advise, please?
Dex
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
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 "LG Electronics LG TV"
HorizSync 28.0 - 83.0
VertRefresh 24.0 - 62.0
Option "DPMS"
Modeline "1920x1080_50" 141.50 1920 2032 2232 2544 1080 1083 1088
1114 -hsync +vsync
Modeline "1920x1080_24" 63.00 1920 1976 2160 2400 1080 1083 1088
1098 -hsync +vsync
Option "PreferredMode" "1920x1080_50"
Option "ModeValidation" "DFP-0: AllowNon60HzDFPModes"
EndSection
Section "Device"
Identifier "Device0"
Driver "intel"
VendorName "intel corp"
BoardName "SandyBridge"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "DynamicTwinView" "0"
Option "FlatPanelProperties" "Scaling = Native"
SubSection "Display"
Depth 24
EndSubSection
EndSection
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d--(+)@ s-:+ a C++++ UL++ P+>++ L+++>++++ E-- W++ N o? K-
w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@
b++(+++) DI+++ D- G++ e* h>++ r* y?
------END GEEK CODE BLOCK------
next reply other threads:[~2011-08-05 16:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-05 16:25 Dexter Filmore [this message]
2011-08-06 1:23 ` How can I set non-60Hz-Modes? Ian Pilcher
2011-08-06 2:48 ` Dexter Filmore
2011-08-10 12:15 ` Oliver Seitz
2011-08-10 16:21 ` Felix Miata
2011-08-10 17:58 ` Oliver Seitz
2011-08-10 18:16 ` Felix Miata
2011-08-10 19:09 ` Oliver Seitz
2011-08-10 22:00 ` Dexter Filmore
2011-08-10 23:04 ` Christopher James Halse Rogers
2011-08-11 1:45 ` Dexter Filmore
2011-08-11 2:16 ` Felix Miata
2011-08-11 11:46 ` Dexter Filmore
2011-08-11 14:10 ` Felix Miata
2011-08-11 14:31 ` Felix Miata
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201108051825.49598.Dexter.Filmore@gmx.de \
--to=dexter.filmore@gmx.de \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.