diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-19 23:52:55 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-19 23:52:55 +0100 |
commit | 4fa74a62bfcbaf99915d625b014018e498b93d03 (patch) | |
tree | e4feb39caed63257b451bd864c84440dd586156f /examples/textconf.conf | |
parent | add backlight support in textconf (diff) | |
download | blueshift-4fa74a62bfcbaf99915d625b014018e498b93d03.tar.gz blueshift-4fa74a62bfcbaf99915d625b014018e498b93d03.tar.bz2 blueshift-4fa74a62bfcbaf99915d625b014018e498b93d03.tar.xz |
m fixes + add connector name and monitor edid support in textconf
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/textconf.conf')
-rw-r--r-- | examples/textconf.conf | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/examples/textconf.conf b/examples/textconf.conf index 4dcee4c..c8ab86f 100644 --- a/examples/textconf.conf +++ b/examples/textconf.conf @@ -186,19 +186,21 @@ backlight-minimum = 0 ; (default) ; the computer needs to be restarted. This can used so ; that it does not happen. +edid = 00ffffffffffff0010ac00504d5730372f0c01030e281e962b0cc9a057479b2712484ca44380a959a94f615971594559c28f31590101863d00c05100304040a013006c231100001e000000fd0030aa1e821d000a202020202020000000fc0044454c4c2050313133300a2020000000ff00364432353232424c3730574d0a00ea +; The monitor's extended display identification data. + [randr] ; RandR specific information for monitor 0 -monitor=0 ; Include [monitor 0] -crtc=0 ; CRTC 0 -screen=0 ; in screen 0 +monitor=0 ; Include [monitor 0] +;crtc=0 ; CRTC 0 +;screen=0 ; in screen 0 +;name=DVI-0 ; The name of the connector as give by X RandR [drm] ; DRM specific information for monitor 0 -monitor=0 ; Include [monitor 0] -crtc=1 ; CRTC 1 -card=0 ; on graphics card 0 - -; TODO it should be possible to use connector name -; (method specific) and EDID (method independent) +monitor=0 ; Include [monitor 0] +;crtc=1 ; CRTC 1 +;card=0 ; on graphics card 0 +;name=DVII-0 ; The name of the connector as give Blueshift's DRM (not as given by Linux) ; Here begins monitor identification and specific @@ -209,14 +211,17 @@ card=0 ; on graphics card 0 gamma = 1.10:1.16:1.10 default backlight-device = none backlight-minimum = 0 +edid = 00ffffffffffff0010ac005045413035320c01030e281e962b0cc9a057479b2712484ca44380a959a94f615971594559c28f31590101863d00c05100304040a013006c231100001e000000fd0030aa1e821d000a202020202020000000fc0044454c4c2050313133300a2020000000ff003644323532324339353041450a0039 [randr] ; RandR specific information for monitor 1 -monitor=1 ; Include [monitor 1] -crtc=1 ; CRTC 1 -screen=0 ; in screen 0 +monitor=1 ; Include [monitor 1] +;crtc=1 ; CRTC 1 +;screen=0 ; in screen 0 +;name=VGA-0 ; The name of the connector as give by X RandR [drm] ; DRM specific information for monitor 1 -monitor=1 ; Include [monitor 1] -crtc=0 ; CRTC 0 -card=0 ; on graphics card 0 +monitor=1 ; Include [monitor 1] +;crtc=0 ; CRTC 0 +;card=0 ; on graphics card 0 +;name=VGA-0 ; The name of the connector as give Blueshift's DRM (not as given by Linux) |