mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xorg changes for appletv
change debug comment and remove HDMI preference for 1920x1080 resolution
This commit is contained in:
parent
621e3f2e46
commit
be1a9d1511
@ -8,8 +8,6 @@ Section "Device"
|
|||||||
Option "ModeValidation" "NoVesaModes, NoXServerModes"
|
Option "ModeValidation" "NoVesaModes, NoXServerModes"
|
||||||
Option "HWCursor" "false"
|
Option "HWCursor" "false"
|
||||||
Option "RegistryDwords" "RMDisableRenderToSysmem=1"
|
Option "RegistryDwords" "RMDisableRenderToSysmem=1"
|
||||||
# To put Xorg in debug mode change "false" to "true" in the line below:
|
|
||||||
Option "ModeDebug" "false"
|
|
||||||
# To use a local /storage/.config/edid.bin file uncomment the 4 lines below:
|
# To use a local /storage/.config/edid.bin file uncomment the 4 lines below:
|
||||||
# Option "ConnectedMonitor" "DFP-0"
|
# Option "ConnectedMonitor" "DFP-0"
|
||||||
# Option "CustomEDID" "DFP-0:/storage/.config/edid.bin"
|
# Option "CustomEDID" "DFP-0:/storage/.config/edid.bin"
|
||||||
@ -17,6 +15,9 @@ Section "Device"
|
|||||||
# Option "UseEDID" "true"
|
# Option "UseEDID" "true"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
# To put Xorg in debug mode "touch /storage/.config/debug.xorg" .. if you set
|
||||||
|
# "ModeDebug" "true" in xorg.conf IT WILL NOT WORK!
|
||||||
|
|
||||||
Section "Screen"
|
Section "Screen"
|
||||||
Identifier "screen"
|
Identifier "screen"
|
||||||
Device "nvidia"
|
Device "nvidia"
|
||||||
@ -26,7 +27,7 @@ Section "Screen"
|
|||||||
Option "TVStandard" "HD1080i"
|
Option "TVStandard" "HD1080i"
|
||||||
# If Component video does not fill the screen uncomment the line below:
|
# If Component video does not fill the screen uncomment the line below:
|
||||||
# Option "TVOverscan" "0.8" # use values from 0.0 (min) to 1.0 (max)
|
# Option "TVOverscan" "0.8" # use values from 0.0 (min) to 1.0 (max)
|
||||||
Option "MetaModes" "DFP: 1920x1080; DFP: nvidia-auto-select; TV: 1280x720; TV: nvidia-auto-select"
|
Option "MetaModes" "DFP: nvidia-auto-select; TV: 1280x720; TV: nvidia-auto-select"
|
||||||
SubSection "Display"
|
SubSection "Display"
|
||||||
Depth 24
|
Depth 24
|
||||||
EndSubSection
|
EndSubSection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user