Hi! I'm no real expert, but I dare to guess some answers anyway...
Will there ever be a Control Center like the Windows version ?
Probably not. It is not the job of a driver to communicate with the
user. GUIs are made by other people. Your desktop environment could
provide such a tool.
To
To reduce contrast to 75%, you can use
xrandr --output --gamma 0.75:0.75:0.75
Ok, sorry, gamma is not the same as contrast. But gamma can be used to
achieve similar shifts of the relation of dark to bright colors, so it
might be suitable to get the desired effect here.
Greets,
Kiste
On 5/14/12 3:43 PM, Paulo Zanoni wrote:
Also, I think flag DRM_MODE_FLAG_DBLCLK does not sound correct for
them, so we would need to create flags:
- DRM_MODE_FLAG_PR_1_to_10
- DRM_MODE_FLAG_PR_1_or_2
- DRM_MODE_FLAG_PR_1_or_2_or_4
Or any other more creative names. And then we should cross our f
This patch reduces the BUG_ON when pin_count reaches max to a warning.
The reason we want to just warn is because the unpin_work_fn work
function can get starved out during soft lockup. When the unpin worker
is starved, the pin_count rises, and the gem BUG_ON races the soft
lockup crash reporter.
This patch reduces the BUG_ON when pin_count reaches max to a warning.
The reason we want to just warn is because the unpin_work_fn work
function can get starved out during soft lockup. When the unpin worker
is starved, the pin_count rises, and the gem BUG_ON races the soft
lockup crash reporter.
Hi All,
I tried to compile mesa and got the follow errors. Can someone tell me what the
problem is?
Thanks
Bertrand
intel_blit.c: In function \u2018intel_emit_linear_blit\u2019:
intel_blit.c:488:9: warning: variable \u2018ok\u2019 set but not used
[-Wunused-but-set-variable]
intel_batchbuffer
On Tue, May 15, 2012 at 3:50 PM, Kong, Bertrand C wrote:
> Hi All,
>
> I tried to compile mesa and got the follow errors. Can someone tell me
> what the problem is?
>
> Thanks
> Bertrand
>
>
> intel_blit.c: In function \u2018intel_emit_linear_blit\u2019:
> intel_blit.c:488:9: warning: variable \u