All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem setting refresh rate on 8400GS
@ 2011-03-09  5:38 Donald Jenkins
       [not found] ` <AANLkTinVNbeYDo_g=4EYVt0BJ=4Cf6SJ02dPmUvw860w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Donald Jenkins @ 2011-03-09  5:38 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

Hello.
Having serious problems with all nvidia boards plugged on my PC, now on
8400GS.
Xorg with 2D-only nouveau driver sets invalid preferred refresh rate 60hz on
SAMTRON 73v, when 75hz needed.
output of xrandr:

Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 8192 x 8192
DVI-I-1 disconnected (normal left inverted right x axis y axis)
VGA-1 connected 1280x1024+0+0 (normal left inverted right x axis y axis)
338mm x 270mm
   1280x1024      60.0*+   75.0
   1152x864       75.0
   1024x768       75.1     70.1     60.0
   832x624        74.6
   800x600        72.2     75.0     60.3     56.2
   640x480        72.8     75.0     66.7     60.0
   720x400        70.1

I can *manually* set correct refresh rate using xrandr -r 75 command (for
example, in .xinitrc), but Xorg configuration don't recognize it at all.
Some full screen software games reset refresh rate back to 60hz.
How I can "hardcode" it in xorg.conf? I really stuck at this point.
Thanks.

[-- Attachment #1.2: Type: text/html, Size: 1059 bytes --]

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

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* Re: Problem setting refresh rate on 8400GS
       [not found] ` <AANLkTinVNbeYDo_g=4EYVt0BJ=4Cf6SJ02dPmUvw860w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2011-03-09 19:27   ` Emil Velikov
  2011-03-11 16:37     ` Donald Jenkins
  0 siblings, 1 reply; 3+ messages in thread
From: Emil Velikov @ 2011-03-09 19:27 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Donald Jenkins


   Hi Donald,
See the comments inline

On Wed, 09 Mar 2011 05:38:55 -0000, Donald Jenkins <dj.jankins-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>  
wrote:
> Hello.
> Having serious problems with all nvidia boards plugged on my PC, now on
> 8400GS.
> Xorg with 2D-only nouveau driver sets invalid preferred refresh rate  
> 60hz on
> SAMTRON 73v, when 75hz needed.

How old is this monitor ? Did it work correctly using the blob/earlier
  nouveau ?

> output of xrandr:
>
> Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 8192 x 8192
> DVI-I-1 disconnected (normal left inverted right x axis y axis)
> VGA-1 connected 1280x1024+0+0 (normal left inverted right x axis y axis)
> 338mm x 270mm
>    1280x1024      60.0*+   75.0
>    1152x864       75.0
>    1024x768       75.1     70.1     60.0
>    832x624        74.6
>    800x600        72.2     75.0     60.3     56.2
>    640x480        72.8     75.0     66.7     60.0
>    720x400        70.1
>
> I can *manually* set correct refresh rate using xrandr -r 75 command (for
> example, in .xinitrc), but Xorg configuration don't recognize it at all.
> Some full screen software games reset refresh rate back to 60hz.
> How I can "hardcode" it in xorg.conf? I really stuck at this point.

You can find how to "hardcode" the timings/refresh rate, by googling for
  "xorg modeline".

Note 1: The refresh rate change will take place AFTER Xorg is up (i.e.
  currently there is not way to set it at boot time).
Note 2: The generated values may or may not work. What you can try is
  startup "Xorg --verbose 9" using the blob and it should print the refresh
  rate/timings used. Then you can add it to xorg.conf

> Thanks.

P.S. Apologies for any typos

Cheers

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

* Re: Problem setting refresh rate on 8400GS
  2011-03-09 19:27   ` Emil Velikov
@ 2011-03-11 16:37     ` Donald Jenkins
  0 siblings, 0 replies; 3+ messages in thread
From: Donald Jenkins @ 2011-03-11 16:37 UTC (permalink / raw)
  To: Emil Velikov; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

I start Xorg manually by typing "startx" at the terminal. I use this rarely,
because I put the computer in sleep state often.
Modeline did not helped. I'm correct if I try to use a sample modeline given
in Xorg.*.log for 75hz refresh?
I got the board recently, I never used blob and never will be. I also do not
rely on Gallium 3D today, so I use safe environ now. I had some tests with
newer nvidia board, with same result. All works OK except this terrible
behaviour.
The monitor is capable to use 80Ghz/75Hz refresh rate, I use(d) ati before,
before it goes mad sometimes. The refresh rate picked up correctly on ati, I
used this for years.
I can boot up into framebuffer console with 75hz normally via video= kernel
command line parameter. When startx, all drops down to 60hz, and can be only
manually set up with xrandr.
Sorry for incorrect English and thanks alot for your answer.

On Thu, Mar 10, 2011 at 2:27 AM, Emil Velikov <emil.velikov-/E1597aS9LT10XsdtD+oqA@public.gmane.org>wrote:

>
>  Hi Donald,
> See the comments inline
>
>
> On Wed, 09 Mar 2011 05:38:55 -0000, Donald Jenkins <dj.jankins-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> wrote:
>
>> Hello.
>> Having serious problems with all nvidia boards plugged on my PC, now on
>> 8400GS.
>> Xorg with 2D-only nouveau driver sets invalid preferred refresh rate 60hz
>> on
>> SAMTRON 73v, when 75hz needed.
>>
>
> How old is this monitor ? Did it work correctly using the blob/earlier
>  nouveau ?
>
>
>  output of xrandr:
>>
>> Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 8192 x 8192
>> DVI-I-1 disconnected (normal left inverted right x axis y axis)
>> VGA-1 connected 1280x1024+0+0 (normal left inverted right x axis y axis)
>> 338mm x 270mm
>>   1280x1024      60.0*+   75.0
>>   1152x864       75.0
>>   1024x768       75.1     70.1     60.0
>>   832x624        74.6
>>   800x600        72.2     75.0     60.3     56.2
>>   640x480        72.8     75.0     66.7     60.0
>>   720x400        70.1
>>
>> I can *manually* set correct refresh rate using xrandr -r 75 command (for
>> example, in .xinitrc), but Xorg configuration don't recognize it at all.
>> Some full screen software games reset refresh rate back to 60hz.
>> How I can "hardcode" it in xorg.conf? I really stuck at this point.
>>
>
> You can find how to "hardcode" the timings/refresh rate, by googling for
>  "xorg modeline".
>
> Note 1: The refresh rate change will take place AFTER Xorg is up (i.e.
>  currently there is not way to set it at boot time).
> Note 2: The generated values may or may not work. What you can try is
>  startup "Xorg --verbose 9" using the blob and it should print the refresh
>  rate/timings used. Then you can add it to xorg.conf
>
>  Thanks.
>>
>
> P.S. Apologies for any typos
>
> Cheers
>

[-- Attachment #1.2: Type: text/html, Size: 3805 bytes --]

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

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

end of thread, other threads:[~2011-03-11 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09  5:38 Problem setting refresh rate on 8400GS Donald Jenkins
     [not found] ` <AANLkTinVNbeYDo_g=4EYVt0BJ=4Cf6SJ02dPmUvw860w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-03-09 19:27   ` Emil Velikov
2011-03-11 16:37     ` Donald Jenkins

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.