On Sun, May 31, 2015 at 11:50:26AM +0200, Bálint Pámer wrote:
>    Hello!
> 
>    In a nutshell:
>    I have a problem where my linux box hooked up to my sharp lcd tv can only
>    output 1080p@30hz OR 1080i@60hz under linux (opensuse 13.2), but CAN
>    output 1080p@60hz under windows. (meaning in the kde display
>    configuration, 30hz is the highest value)

>    So my questions are:
>    -Am I looking at the right location? (I'm looking for the deepest location
>    where the supported resolution list is assembled/calculated/parsed)

Look at the kernel drm.debug=2 dmesg for the list of modes for the
device. Then set

Section "Device"
        Identifier "igfx"
        Option "ModeDebug"
EndSection

to get the list of modes being processed by X.

>    -Is there a way to dynamically reload the intel_drv module?

No.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to