All of lore.kernel.org
 help / color / mirror / Atom feed
* How can I set non-60Hz-Modes?
@ 2011-08-05 16:25 Dexter Filmore
  2011-08-06  1:23 ` Ian Pilcher
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Dexter Filmore @ 2011-08-05 16:25 UTC (permalink / raw)
  To: intel-gfx

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------

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-05 16:25 How can I set non-60Hz-Modes? Dexter Filmore
@ 2011-08-06  1:23 ` Ian Pilcher
  2011-08-06  2:48   ` Dexter Filmore
  2011-08-10 12:15 ` Oliver Seitz
  2011-08-10 23:04 ` Christopher James Halse Rogers
  2 siblings, 1 reply; 15+ messages in thread
From: Ian Pilcher @ 2011-08-06  1:23 UTC (permalink / raw)
  To: intel-gfx

On 08/05/2011 11:25 AM, Dexter Filmore wrote:
> 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)

You should be able to use cvt to generate the modeline you need.  Then
you can use xrandr --newmode to add it, xrandr --addmode to associate it
with the appropriate output, and then use xrandr to set the mode.

I've successfully used this technique when my laptop is connected to a
projector through a long VGA cable (and possible a switch/splitter) that
prevents it from reading the EDID info.

-- 
========================================================================
Ian Pilcher                                         arequipeno@gmail.com
"If you're going to shift my paradigm ... at least buy me dinner first."
========================================================================

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-06  1:23 ` Ian Pilcher
@ 2011-08-06  2:48   ` Dexter Filmore
  0 siblings, 0 replies; 15+ messages in thread
From: Dexter Filmore @ 2011-08-06  2:48 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1308 bytes --]

That's what I do now. Thing is, the same TV provided EDID to an nvidia before 
and there I could use the settings tool to tweak these things.
I'd like the machien to go 50Hz at login tho. 
I can tinker a script, but this just does not seem to be working as supposed.

Dex


On Saturday 06 August 2011 03:23:33 Ian Pilcher wrote:
> On 08/05/2011 11:25 AM, Dexter Filmore wrote:
> > 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)
>
> You should be able to use cvt to generate the modeline you need.  Then
> you can use xrandr --newmode to add it, xrandr --addmode to associate it
> with the appropriate output, and then use xrandr to set the mode.
>
> I've successfully used this technique when my laptop is connected to a
> projector through a long VGA cable (and possible a switch/splitter) that
> prevents it from reading the EDID info.


-- 
-----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------

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-05 16:25 How can I set non-60Hz-Modes? Dexter Filmore
  2011-08-06  1:23 ` Ian Pilcher
@ 2011-08-10 12:15 ` Oliver Seitz
  2011-08-10 16:21   ` Felix Miata
  2011-08-10 23:04 ` Christopher James Halse Rogers
  2 siblings, 1 reply; 15+ messages in thread
From: Oliver Seitz @ 2011-08-10 12:15 UTC (permalink / raw)
  To: intel-gfx


> EDID reports a refresh range of 58-62 Hertz which I overrode in xorg.conf.

I've learned that overriding detected values is discouraged. The 
prefered solution would be to alter the EDID data in your display 
harwdare or insert a special EDID sending device in the monitor cable.

Configuration of software is not done through conf files anymore, it is 
done using hardware. If autodetection gives values you do not want, you 
have to alter the hardware.

The reason for this policy is, if someone succeeds in solving some issue 
using altered conf files, he might post this solution to the internet, 
where someone else might find and try it. In certain cases this could 
even damage hardware.

So it looks like it's safer to leave the user with a hardware that does 
not run due to lacking setting options than giving the user the 
possibility to damage his hardware using wrong settings.

Greets,
Kiste

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-10 12:15 ` Oliver Seitz
@ 2011-08-10 16:21   ` Felix Miata
  2011-08-10 17:58     ` Oliver Seitz
  0 siblings, 1 reply; 15+ messages in thread
From: Felix Miata @ 2011-08-10 16:21 UTC (permalink / raw)
  To: intel-gfx

On 2011/08/10 14:15 (GMT+0200) Oliver Seitz composed:

> Configuration of software is not done through conf files anymore, it is
> done using hardware. If autodetection gives values you do not want, you
> have to alter the hardware.

I can't imagine people trying to configure multihead without .conf files. 
How's that supposed to work?
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

  Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-10 16:21   ` Felix Miata
@ 2011-08-10 17:58     ` Oliver Seitz
  2011-08-10 18:16       ` Felix Miata
  0 siblings, 1 reply; 15+ messages in thread
From: Oliver Seitz @ 2011-08-10 17:58 UTC (permalink / raw)
  To: intel-gfx

On 10.08.2011 18:21, Felix Miata wrote:
> On 2011/08/10 14:15 (GMT+0200) Oliver Seitz composed:
>
>> Configuration of software is not done through conf files anymore, it is
>> done using hardware. If autodetection gives values you do not want, you
>> have to alter the hardware.
>
> I can't imagine people trying to configure multihead without .conf
> files. How's that supposed to work?

I've been exaggerating a bit, I must confess... But, to keep things 
straight, I really did multihead setup using xrandr in a startup script.

Greets,
Kiste

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-10 17:58     ` Oliver Seitz
@ 2011-08-10 18:16       ` Felix Miata
  2011-08-10 19:09         ` Oliver Seitz
  0 siblings, 1 reply; 15+ messages in thread
From: Felix Miata @ 2011-08-10 18:16 UTC (permalink / raw)
  To: intel-gfx

On 2011/08/10 19:58 (GMT+0200) Oliver Seitz composed:

> Felix Miata wrote:

>>  On 2011/08/10 14:15 (GMT+0200) Oliver Seitz composed:

>>>  Configuration of software is not done through conf files anymore, it is
>>>  done using hardware. If autodetection gives values you do not want, you
>>>  have to alter the hardware.

>>  I can't imagine people trying to configure multihead without .conf
>>  files. How's that supposed to work?

> I've been exaggerating a bit, I must confess... But, to keep things
> straight, I really did multihead setup using xrandr in a startup script.

You think mere mortals are going to find startup scripts, not to mention 
xrandr, easier to figure out than config files? Plus, in my experience, there 
are far too many different script file names and locations among various 
distros than X config files and locations. Not to say .config file setup is 
easy, because it's not, but to me they're the lesser evil.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

  Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-10 18:16       ` Felix Miata
@ 2011-08-10 19:09         ` Oliver Seitz
  2011-08-10 22:00           ` Dexter Filmore
  0 siblings, 1 reply; 15+ messages in thread
From: Oliver Seitz @ 2011-08-10 19:09 UTC (permalink / raw)
  To: intel-gfx

On 10.08.2011 20:16, Felix Miata wrote:
> On 2011/08/10 19:58 (GMT+0200) Oliver Seitz composed:
>
>> Felix Miata wrote:
>
>>> On 2011/08/10 14:15 (GMT+0200) Oliver Seitz composed:
>
>>>> Configuration of software is not done through conf files anymore, it is
>>>> done using hardware. If autodetection gives values you do not want, you
>>>> have to alter the hardware.
>
>>> I can't imagine people trying to configure multihead without .conf
>>> files. How's that supposed to work?
>
>> I've been exaggerating a bit, I must confess... But, to keep things
>> straight, I really did multihead setup using xrandr in a startup script.
>
> You think mere mortals are going to find startup scripts, not to mention
> xrandr, easier to figure out than config files?

No. I described this situation because it annoys me. I do not like it at 
all. Nevertheless I have to cope with it in some way as I can't modify 
the drivers.

Greets,
Kiste

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-10 19:09         ` Oliver Seitz
@ 2011-08-10 22:00           ` Dexter Filmore
  0 siblings, 0 replies; 15+ messages in thread
From: Dexter Filmore @ 2011-08-10 22:00 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1850 bytes --]

I thought of "X without config file" as a bad idea from day one - and each 
time I have to do something that is based on something not properly reported 
by hardware or not properly auto-detected by X it so totally proves me right.

Face it, neither are hardware manufacturers capable of adhering to their 
standards nor is X capable of reading my mind.



On Wednesday 10 August 2011 21:09:35 Oliver Seitz wrote:
> On 10.08.2011 20:16, Felix Miata wrote:
> > On 2011/08/10 19:58 (GMT+0200) Oliver Seitz composed:
> >> Felix Miata wrote:
> >>> On 2011/08/10 14:15 (GMT+0200) Oliver Seitz composed:
> >>>> Configuration of software is not done through conf files anymore, it
> >>>> is done using hardware. If autodetection gives values you do not want,
> >>>> you have to alter the hardware.
> >>>
> >>> I can't imagine people trying to configure multihead without .conf
> >>> files. How's that supposed to work?
> >>
> >> I've been exaggerating a bit, I must confess... But, to keep things
> >> straight, I really did multihead setup using xrandr in a startup script.
> >
> > You think mere mortals are going to find startup scripts, not to mention
> > xrandr, easier to figure out than config files?
>
> No. I described this situation because it annoys me. I do not like it at
> all. Nevertheless I have to cope with it in some way as I can't modify
> the drivers.
>
> Greets,
> Kiste
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx


-- 
-----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------

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-05 16:25 How can I set non-60Hz-Modes? Dexter Filmore
  2011-08-06  1:23 ` Ian Pilcher
  2011-08-10 12:15 ` Oliver Seitz
@ 2011-08-10 23:04 ` Christopher James Halse Rogers
  2011-08-11  1:45   ` Dexter Filmore
  2 siblings, 1 reply; 15+ messages in thread
From: Christopher James Halse Rogers @ 2011-08-10 23:04 UTC (permalink / raw)
  To: Dexter Filmore; +Cc: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 3180 bytes --]

On Fri, 2011-08-05 at 18:25 +0200, Dexter Filmore wrote:
> 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've always found the Debian XRandR documentation to be good.  Check it
out: http://wiki.debian.org/XStrikeForce/HowToRandR12

Apart from all the nvidia-specific options you've got there, you're
missing...

> 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"

     Option          "Monitor-HDMI2" "Monitor0"

> 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
> 

You may have noticed from your Xorg.0.log that your monitor section
*was* getting read, and the preferred mode *was* getting applied; just
to your VGA output.  If you associate your Monitor section with the
output you want it to apply to, it should work.

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-10 23:04 ` Christopher James Halse Rogers
@ 2011-08-11  1:45   ` Dexter Filmore
  2011-08-11  2:16     ` Felix Miata
  0 siblings, 1 reply; 15+ messages in thread
From: Dexter Filmore @ 2011-08-11  1:45 UTC (permalink / raw)
  To: Christopher James Halse Rogers; +Cc: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 2207 bytes --]



On Thursday 11 August 2011 01:04:41 Christopher James Halse Rogers wrote:
> On Fri, 2011-08-05 at 18:25 +0200, Dexter Filmore wrote:
> > 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've always found the Debian XRandR documentation to be good.  Check it
> out: http://wiki.debian.org/XStrikeForce/HowToRandR12
>
> Apart from all the nvidia-specific options you've got there, you're
> missing...
> >
> > Section "Device"
> >     Identifier     "Device0"
> >     Driver         "intel"
> >     VendorName     "intel corp"
> >     BoardName      "SandyBridge"
>
>      Option          "Monitor-HDMI2" "Monitor0"
>
> > EndSection
>
> You may have noticed from your Xorg.0.log that your monitor section
> *was* getting read, and the preferred mode *was* getting applied; just
> to your VGA output.  If you associate your Monitor section with the
> output you want it to apply to, it should work.

Figured that meanwhile, too. Still comes up at 60. Beats me. I wrote a little 
script for mplayer to register and set modes depending on the video so that 
works for me.

Actually I got bigger problems like xv not properly working... and vmware not 
working on the .39+ kernels intel needs... and debian testing being the only 
dist with at leat 2.15 and otherwise being a total bitch about almost 
anything.. and me not getting mplayer to apply the compressor plugins for 
dts... 
Actually, right now about *all* these problems could be solved by moving the 
machine to Win7. 
</wearyrant>


-- 
-----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------

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-11  1:45   ` Dexter Filmore
@ 2011-08-11  2:16     ` Felix Miata
  2011-08-11 11:46       ` Dexter Filmore
  0 siblings, 1 reply; 15+ messages in thread
From: Felix Miata @ 2011-08-11  2:16 UTC (permalink / raw)
  To: intel-gfx

On 2011/08/11 03:45 (GMT+0200) Dexter Filmore composed:

> Actually, right now about *all* these problems could be solved by moving the
> machine to Win7.

Are you sure? Is it possible only HDMI-1 works at 120, and the others at 60? 
Did you try plugging into any other HDMI ports? Is there a VGA port to try?
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

  Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-11  2:16     ` Felix Miata
@ 2011-08-11 11:46       ` Dexter Filmore
  2011-08-11 14:10         ` Felix Miata
  0 siblings, 1 reply; 15+ messages in thread
From: Dexter Filmore @ 2011-08-11 11:46 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 754 bytes --]



On Thursday 11 August 2011 04:16:48 Felix Miata wrote:
> On 2011/08/11 03:45 (GMT+0200) Dexter Filmore composed:
> > Actually, right now about *all* these problems could be solved by moving
> > the machine to Win7.
>
> Are you sure? Is it possible only HDMI-1 works at 120, and the others at
> 60? Did you try plugging into any other HDMI ports? Is there a VGA port to
> try?

There's pretty much one HDMI output on that board, one DVI, one VGA.
And why 120? Who would want 120?


-- 
-----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------

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-11 11:46       ` Dexter Filmore
@ 2011-08-11 14:10         ` Felix Miata
  2011-08-11 14:31           ` Felix Miata
  0 siblings, 1 reply; 15+ messages in thread
From: Felix Miata @ 2011-08-11 14:10 UTC (permalink / raw)
  Cc: intel-gfx

On 2011/08/11 13:46 (GMT+0200) Dexter Filmore composed:

> On Thursday 11 August 2011 04:16:48 Felix Miata wrote:

>>  On 2011/08/11 03:45 (GMT+0200) Dexter Filmore composed:

>>  >  Actually, right now about *all* these problems could be solved by moving
>>  >  the machine to Win7.

>>  Are you sure? Is it possible only HDMI-1 works at 120, and the others at
>>  60? Did you try plugging into any other HDMI ports? Is there a VGA port to
>>  try?

> There's pretty much one HDMI output on that board, one DVI, one VGA.

Christopher James Halse Rogers replied to add 'Option "Monitor-HDMI2" 
"Monitor0"', making me think there actually was a #2 HDMI port.

> And why 120? Who would want 120?

That was an error. I meant to type 100 as a consequence of your plasma's 50 
doubling, not the 120 that many panel TVs offer.

How exactly did you try to override VertRefresh? I would have tried something 
like

	VertRefresh 24-51

and if that didn't work, also adding

     Option	"TargetRefreshRate"	"60"

and/or

     Option	"DDC"	"off"

and/or

     Option	"DefaultModes"	"on"

and/or deleting your explicit modelines, allowing the built in modeline 
generator to do its job.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

  Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: How can I set non-60Hz-Modes?
  2011-08-11 14:10         ` Felix Miata
@ 2011-08-11 14:31           ` Felix Miata
  0 siblings, 0 replies; 15+ messages in thread
From: Felix Miata @ 2011-08-11 14:31 UTC (permalink / raw)
  To: intel-gfx

On 2011/08/11 10:10 (GMT-0400) Felix Miata composed:

> and if that didn't work, also adding

>       Option	"TargetRefreshRate"	"60"

That was supposed to be

	Option	"TargetRefreshRate"	"50".
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

  Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-08-11 14:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-05 16:25 How can I set non-60Hz-Modes? Dexter Filmore
2011-08-06  1:23 ` 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

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.