summaryrefslogtreecommitdiff
path: root/driver/xf86-video-impact/XF86Config.impact
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 20:05:43 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 20:05:43 +0000
commitc93192389bef6d79e2e18cfb36fe4f2691d7c79e (patch)
treece6bbe58606ec948c0dde8a2c21bdf5dbc1e0005 /driver/xf86-video-impact/XF86Config.impact
parent66f66c4a7f92a1d10c0493ec8b4ed376edebaf4a (diff)
Importing xf86-video-impact 0.2.0
Diffstat (limited to 'driver/xf86-video-impact/XF86Config.impact')
-rw-r--r--driver/xf86-video-impact/XF86Config.impact100
1 files changed, 100 insertions, 0 deletions
diff --git a/driver/xf86-video-impact/XF86Config.impact b/driver/xf86-video-impact/XF86Config.impact
new file mode 100644
index 000000000..cb5f5a2aa
--- /dev/null
+++ b/driver/xf86-video-impact/XF86Config.impact
@@ -0,0 +1,100 @@
+Section "Files"
+
+ FontPath "/usr/share/fonts/local/"
+ FontPath "/usr/share/fonts/misc/"
+ FontPath "/usr/share/fonts/75dpi/:unscaled"
+ FontPath "/usr/share/fonts/100dpi/:unscaled"
+ FontPath "/usr/share/fonts/Type1/"
+ FontPath "/usr/share/fonts/CID/"
+ FontPath "/usr/share/fonts/Speedo/"
+ FontPath "/usr/share/fonts/75dpi/"
+ FontPath "/usr/share/fonts/100dpi/"
+
+EndSection
+
+Section "Module"
+
+ Load "dbe"
+
+ SubSection "extmod"
+ Option "omit xfree86-dga"
+ EndSubSection
+
+ Load "type1"
+ Load "freetype"
+
+EndSection
+
+
+Section "ServerFlags"
+
+ Option "DisableVidModeExtension"
+
+ Option "blank time" "10" # 10 minutes
+
+ Option "standby time" "20"
+ Option "suspend time" "30"
+ Option "off time" "60"
+
+EndSection
+
+Section "InputDevice"
+
+ Identifier "Keyboard1"
+ Driver "keyboard"
+ Option "CoreKeyboard"
+ Option "XkbRules" "xfree86"
+ Option "XkbModel" "pc104"
+ Option "AutoRepeat" "500 30"
+
+EndSection
+
+Section "InputDevice"
+
+ Identifier "Mouse1"
+ Driver "mouse"
+ Option "CorePointer"
+ Option "Protocol" "ImPS/2"
+ Option "Device" "/dev/input/mice"
+ Option "ZAxisMapping" "4 5"
+
+EndSection
+
+Section "Monitor"
+
+ Identifier "Monitor1"
+ DisplaySize 340 270
+ #DisplaySize 380 310
+ HorizSync 30.0 - 82.0 # multiple ranges of sync frequencies
+ VertRefresh 50.0 - 75.0 # typical for a single frequency fixed-sync monitor
+ #ModeLine "1280x1024@70Hz" 130 1280 1320 1480 1728 1024 1029 1036 1077
+
+EndSection
+
+Section "Device"
+ Identifier "Impact1"
+ Driver "impact"
+ Option "Depth" "24"
+EndSection
+
+Section "Screen"
+ Identifier "Screen1"
+ Device "Impact1"
+ Monitor "Monitor1"
+ DefaultDepth 24
+ SubSection "Display"
+ Depth 8
+ Modes "1280x1024"
+ EndSubSection
+ SubSection "Display"
+ Depth 24
+ Modes "1280x1024"
+ EndSubSection
+EndSection
+
+Section "ServerLayout"
+ Identifier "Layout1"
+ Screen "Screen1"
+ InputDevice "Mouse1" "CorePointer"
+ InputDevice "Keyboard1" "CoreKeyboard"
+EndSection