summaryrefslogtreecommitdiffstats
path: root/package/xorg/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'package/xorg/xorg.conf')
-rw-r--r--package/xorg/xorg.conf27
1 files changed, 14 insertions, 13 deletions
diff --git a/package/xorg/xorg.conf b/package/xorg/xorg.conf
index 6829b1ac5..fecf11ca6 100644
--- a/package/xorg/xorg.conf
+++ b/package/xorg/xorg.conf
@@ -23,17 +23,17 @@ Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
+ Load "extmod"
Load "freetype"
Load "int10"
+ Load "vbe"
EndSection
Section "InputDevice"
- Identifier "Generic Keyboard"
- Driver "keyboard"
- Option "XkbRules" "xfree86"
- Option "XkbModel" "pc104"
- Option "XkbLayout" "us"
- Option "XkbOptions" "altwin:meta_win"
+ Identifier "Generic Keyboard"
+ Driver "kbd"
+ Option "CoreKeyboard"
+ Option "XkbLayout" "en_US"
EndSection
Section "InputDevice"
@@ -56,9 +56,10 @@ EndSection
Section "Device"
Identifier "Generic VGA Card"
- Driver "vesa"
+ #Driver "vesa"
#Driver "vga"
- #Driver "fbdev"
+ Driver "fbdev"
+ Option "UseFBDev" "True"
EndSection
Section "Monitor"
@@ -72,26 +73,26 @@ Section "Screen"
Identifier "Default Screen"
Device "Generic VGA Card"
Monitor "Generic Monitor"
- DefaultDepth 8
+ #DefaultDepth 8
SubSection "Display"
Viewport 0 0
Depth 4
- Modes "640x480"
+ #Modes "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
- Modes "640x480"
+ #Modes "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
- Modes "640x480"
+ #Modes "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
- Modes "640x480"
+ #Modes "640x480"
EndSubSection
EndSection