This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2025-01-13 16:29:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a258caa7ab
genode
/
repos
/
dde_linux
/
ports
/
dde_linux.hash
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
dde_linux: KMS-based Intel framebuffer driver (II) * enable i915 driver from Linux 3.14.5 * tested for generation 5 till 8 GPUs The driver can be configured at run-time via the config ROM. Every connector of the graphic card can be configured separately using the following syntax <config> <connector name="LVDS-11" width="1280" height="800" enabled="true"/> </config> Also, when enabled within the intel framebuffer driver configuration like the following <config buffered="yes"/> a simple ram dataspace is propagated to the client and the driver itselfs copies from that buffer to the framebuffer triggered via refresh calls. This option is useful to alleviate tearing effects. The driver distributes all available connectors of the graphic card and their supported resolutions via a report. It looks like follows <connectors> <connector name="LVDS-11" connected="1"> <mode width="1280" height="800" hz="60"/> ... </connector> ... </connectors> The driver distributes the report only if this is stated within its configuration, like the following <config> <report connectors="yes"/> </config> Fix #1764
2015-09-18 14:34:19 +00:00
e98972035a5cb6cb8651d9ec0f7a30de50713a69
Reference in New Issue
Copy Permalink