Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: xorg.conf.fbdev.in
===================================================================
--- xorg.conf.fbdev.in	(nonexistent)
+++ xorg.conf.fbdev.in	(revision 5)
@@ -0,0 +1,18 @@
+
+# X.Org X server configuration file for @HARDWARE_SPEC@
+
+Section "Device"
+    Identifier      "Device0"
+    Driver          "fbdev"
+EndSection
+
+Section "Monitor"
+    Identifier      "Monitor"
+EndSection
+
+Section "Screen"
+    Identifier      "Screen0"
+    Monitor         "Monitor"
+    Device          "Device0"
+    DefaultFbBpp    @DEFAULT_FB_BPP@
+EndSection