summaryrefslogtreecommitdiff
path: root/xorg.conf
diff options
context:
space:
mode:
authorJohn Fredriksson <john.xj.fredriksson@stericsson.com>2011-10-18 13:28:26 +0200
committerJohn Fredriksson <john.xj.fredriksson@stericsson.com>2011-10-18 13:28:26 +0200
commitabdd041f77943096a24802e68c9460779c02ff68 (patch)
treee644641cd7ccb336938a74810863fe99506183aa /xorg.conf
parent2a4c52397664b394f2437bd68938061f80d7cd18 (diff)
Add udev rules and xorg.conf.
Udev rules for changing permissions to device files to make them accessible for ordinary users is included in the debian package.
Diffstat (limited to 'xorg.conf')
-rw-r--r--xorg.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/xorg.conf b/xorg.conf
deleted file mode 100644
index 9b2cb32..0000000
--- a/xorg.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-# X.Org X server configuration file for xfree86-video-mali
-
-Section "Device"
- Identifier "Mali FBDEV"
- Driver "mali"
- Option "fbdev" "/dev/fb0"
- Option "DRI2" "true"
- Option "DRI2" "true"
- Option "DRI2_PAGE_FLIP" "true"
- Option "DRI2_WAIT_VSYNC" "false"
-EndSection
-
-Section "Screen"
- Identifier "Mali Screen"
- Device "Mali FBDEV"
- DefaultDepth 24
-EndSection
-
-Section "DRI"
- Mode 0666
-EndSection