Skip to content

Commit

Permalink
v6.22
Browse files Browse the repository at this point in the history
+ DietPi-Software | X.org: We do not pull our xorg.conf on Odroid XU4 anymore, but for older DietPi versions, update to current package default: #2584 (comment)
  • Loading branch information
MichaIng committed Mar 5, 2019
1 parent 32af744 commit 1961852
Showing 1 changed file with 24 additions and 18 deletions.
42 changes: 24 additions & 18 deletions .conf/dps_6/xorg_xu4.conf
@@ -1,30 +1,36 @@
Section "Device"
# X.Org X server configuration file for xf86-video-armsoc-odroid

Identifier "Mali-Fbdev"
Section "Device"
Identifier "Mali-Fbdev"
Driver "armsoc"
Option "fbdev" "/dev/fb0"
Option "Debug" "false"
Option "fbdev" "/dev/fb0"
Option "Debug" "false"
Option "DPMS" "false"
Option "Fimg2DExa" "true"
Option "DRI2" "true"
Option "DRI2_PAGE_FLIP" "false"
# Option "Fimg2DExaSolid" "false"
# Option "Fimg2DExaCopy" "false"
Option "Fimg2DExaComposite" "true"
Option "SWcursorLCD" "false"

Option "NoFlip" "true"
Option "NoHardwareMouse" "true"
Option "NoG2D" "false"
EndSection

Section "Screen"

Identifier "Default Screen"
Device "Mali-Fbdev"
DefaultDepth 24

Identifier "Default Screen"
Device "Mali-Fbdev"
DefaultDepth 24
EndSection

Section "DRI"

Mode 0666
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS" "Off"
EndSection

## disable automatic HDMI turn off
Section "ServerLayout"
Identifier "DefaultLayout"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection

0 comments on commit 1961852

Please sign in to comment.