summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-02-28 19:45:33 -0600
committerDan McGee <dan@archlinux.org>2008-03-01 12:46:33 -0600
commitc638b4e1517b6ea12d96f595f7a57f10ca3c9c88 (patch)
tree196fe6603b5e623c5776d4e35b004d62885b47c0 /configs
parentfde46068133e90aa47a5705cb90a745a9dac5ae2 (diff)
downloadeee-c638b4e1517b6ea12d96f595f7a57f10ca3c9c88.tar.gz
eee-c638b4e1517b6ea12d96f595f7a57f10ca3c9c88.zip
Switch to the intel driver (from i810)
No more 915resolution hack needed. Buh bye! Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/rc.conf2
-rw-r--r--configs/xorg.conf26
2 files changed, 10 insertions, 18 deletions
diff --git a/configs/rc.conf b/configs/rc.conf
index ea02890..2b93fa5 100644
--- a/configs/rc.conf
+++ b/configs/rc.conf
@@ -85,5 +85,5 @@ ROUTES=()
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
-DAEMONS=(syslog-ng network ifplugd netfs 915resolution @acpid @crond @alsa @autowifi)
+DAEMONS=(syslog-ng network ifplugd netfs @acpid @crond @alsa @autowifi)
diff --git a/configs/xorg.conf b/configs/xorg.conf
index 8cbf583..6528519 100644
--- a/configs/xorg.conf
+++ b/configs/xorg.conf
@@ -13,7 +13,6 @@ Section "Files"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
- FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
@@ -32,8 +31,8 @@ EndSection
Section "InputDevice"
Identifier "keyboard"
Driver "kbd"
- Option "CoreKeyboard"
- Option "XkbRules" "xorg"
+ Option "CoreKeyboard"
+ Option "XkbRules" "xorg"
Option "XkbLayout" "us"
Option "XkbVariant" ""
EndSection
@@ -41,11 +40,11 @@ EndSection
Section "InputDevice"
Identifier "mouse"
Driver "mouse"
- Option "Device" "/dev/input/mice"
- Option "Protocol" "IMPS/2"
- Option "Emulate3Buttons" "yes"
- Option "ZAxisMapping" "4 5"
- Option "CorePointer"
+ Option "Device" "/dev/input/mice"
+ Option "Protocol" "IMPS/2"
+ Option "Emulate3Buttons" "yes"
+ Option "ZAxisMapping" "4 5"
+ Option "CorePointer"
EndSection
Section "InputDevice"
@@ -75,10 +74,11 @@ EndSection
Section "Device"
Identifier "Card0"
- Driver "i810"
+ Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
BusID "PCI:0:2:0"
+ Option "AccelMethod" "XAA"
EndSection
Section "Screen"
@@ -88,14 +88,6 @@ Section "Screen"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
- Depth 1
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 4
- EndSubSection
- SubSection "Display"
- Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"