Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - Sample Config Files
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Sample Config Files Lost a config file, get a copy of popular service files here.

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 14-Feb-2004, 05:09
Vir@s
Guest
 
Posts: n/a
Default

XF86Config on a Dell Inspiron 8000 with Geforce 2 Go. I always searched quite long for it, so I thought I should post it here.
Quoted here and downloadedable as attachment:

Quote:

################################################## ########################
# Files
################################################## ########################

Section "Files"
* * * * ModulePath* * * "/usr/X11R6/lib/modules"
* * * * RgbPath* * * ** "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/encodings"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/latin2"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni"
FontPath "/usr/X11R6/lib/X11/fonts/util"
FontPath* * * * "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath* ** "/usr/X11R6/lib/X11/fonts/Speedo:unscaled"
FontPath* ** "/usr/X11R6/lib/X11/fonts/Type1:unscaled"
FontPath* ** "/usr/X11R6/lib/X11/fonts/CID:unscaled"
FontPath* ** "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath* ** "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
EndSection

################################################## ########################
# Module section
################################################## ########################

Section "Module"
* * * * Load* * "pex5"
* * * * Load* * "glx"
* * * * Load* * "record"
* * * * Load* * "extmod"
* * * * Load* * "type1"
* * * * Load* * "dbe"
* * * * Load* * "xie"
* * * * Load* * "xaa"
* * * * Load* * "freetype"
* * * * Load* * "fb"
EndSection

################################################## ########################
# Input devices
################################################## ########################

Section "InputDevice"
* * * * Identifier* * * "Keyboard0"
* * * * Driver* * * * * "keyboard"
* * * * Option* * * * * "AutoRepeat"* * "250 30"
* * * * Option* * * * * "XkbModel"* * * "pc104"
* * * * Option* * * * * "XkbRules"* * * "xfree86"
* * * * Option "XkbLayout" "us"
EndSection

Section "InputDevice"
* * * * Identifier* * * "Mouse0"
* * * * Driver* * * * * "mouse"
* * * * Option* * * * * "Protocol" "PS/2"
* * * * Option* * * * * "Device" "/dev/pointer0"
* * * * Option* * * * * "Emulate3Buttons"
* * * * Option* * * * * "Emulate3Timeout"* * ** "50"
EndSection

################################################## ########################
# Monitor section
################################################## ########################

Section "Monitor"
* * * * Identifier* * * "Monitor0"
* * * * VendorName* * * "Monitor Vendor"
* * * * ModelName* * ** "Monitor Model"
* * * * HorizSync* * ** 28-90
* * * * VertRefresh* ** 40-110
EndSection

################################################## ########################
# Graphics device section(s)
################################################## ########################

Section "Device"
* * * * Identifier* * * "NV AGP"
* * * * Driver* * * * * "nvidia"
* * * * VendorName* * * "NVidia"
* * * * BoardName* * ** "GeForce 2 Go"
* * * * BusID* * * * ** "PCI:1:0:0"
* * * * Option* * * * * "IgnoreEDID"* * "1"
EndSection

Section "Device"
* * Identifier* * * * * "NV AGP TwinView"
* * VendorName* * * * * "nvidia"
* * Driver* * * * * * * "nvidia"
* * BusID* * * * * * ** "PCI:1:0:0"
* * Option* * * * ** "IgnoreEDID"* * "1"
* *

* * Option** "TwinView"
* * Option** "SecondMonitorHorizSync"** "28-90"
* * Option** "SecondMonitorVertRefresh" "40-110"
* * Option** "TwinViewOrientation"* * * "clone"
* * Option** "MetaModes"* * * * * * * * "1600x1200,1600x1200; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480"
* * Option** "ConnectedMonitor"* * * ** "dfp,crt"
EndSection

################################################## ########################
# Screen sections
################################################## ########################

Section "Screen"
* * * * DefaultDepth** 16
* * * * Identifier* * * "Screen AGP"
* * * * Device* * * * * "NV AGP"
* * * * Monitor* * * ** "Monitor0"
* * * * DefaultFbBpp** 16
* * * * SubSection "Display"
* * * * * * * * Depth* 16
* * * * * * * * Modes** "1280x1024" "1024x768" "800x600" "640x480"
* * * * EndSubSection
EndSection

Section "Screen"
* * Identifier** "Screen AGP TwinView"
* * Device** "NV AGP TwinView"
* * Monitor** "Monitor0"
* * DefaultColorDepth** 16
* *
* * SubSection "Display"
* * * * * * Depth* * ** 16
* * * * * * Modes* * "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
* * EndSubSection
EndSection

################################################## ########################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
################################################## ########################

Section "ServerLayout"
* * * * Identifier* * * "AGP"
* * * * Screen* * ** 0* "Screen AGP" 0 0
* * * * InputDevice* ** "Mouse0" "CorePointer"
* * * * InputDevice* ** "Keyboard0" "CoreKeyboard"
EndSection

#Section "ServerLayout"
#* * * * Identifier* * * "AGPTwin"
#* * * * Screen* * ** 0* "Screen AGP TwinView" 0 0
#* * * * InputDevice* ** "Mouse0" "CorePointer"
#* * * * InputDevice* ** "Keyboard0" "CoreKeyboard"
#EndSection
  #2 (permalink)  
Old 31-May-2004, 14:16
Nathan
Guest
 
Posts: n/a
Default

This is a sample of my XF86Config. The system is set up with twin view and a 7 button mouse.
All though the buttons don't work correctly(the buttons do side to side not page back).
The video card driver from nvidia is installed. NOTE for those who have installed and removed the nvidia drivers can reinstall them from the update site if you click on the nvidia update and change the check mark showing it had been downloaded. When clicked on it will have a suse icon and will be reinstalled.

Code:
# /.../
# SaX generated XFree86 config file
# Created on: 2004-05-29T17:52:50-0700.
#
# Version: 4.8
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [SaX2] (4.8)
# PLEASE DO NOT EDIT THIS FILE!
#
####################################
Section "Files"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/misc:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/local"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/Type1"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/URW"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/Speedo"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/PEX"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/cyrillic"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/latin2/Type1"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/kwintv"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/truetype"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/uni:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/CID"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/hellas/Type1"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
 *FontPath * * "/usr/X11R6/lib/X11/fonts/xtest"
 *FontPath * * "/opt/kde3/share/fonts"
 *InputDevices "/dev/ttyS0"
 *InputDevices "/dev/ttyS1"
 *InputDevices "/dev/ttyS2"
 *InputDevices "/dev/ttyS3"
 *InputDevices "/dev/ttyS4"
 *InputDevices "/dev/ttyS5"
 *InputDevices "/dev/ttyS6"
 *InputDevices "/dev/ttyS7"
 *InputDevices "/dev/ttyS8"
 *InputDevices "/dev/psaux"
 *InputDevices "/dev/logibm"
 *InputDevices "/dev/sunmouse"
 *InputDevices "/dev/atibm"
 *InputDevices "/dev/amigamouse"
 *InputDevices "/dev/atarimouse"
 *InputDevices "/dev/inportbm"
 *InputDevices "/dev/gpmdata"
 *InputDevices "/dev/mouse"
 *InputDevices "/dev/usbmouse"
 *InputDevices "/dev/adbmouse"
 *InputDevices "/dev/input/mice"
 *InputDevices "/dev/input/event0"
 *InputDevices "/dev/pointer0"
 *InputDevices "/dev/pointer1"
 *InputDevices "/dev/pointer2"
 *InputDevices "/dev/pointer3"
EndSection
#########################
Section "Module"
 *Load * * * * "dbe"
 *Load * * * * "type1"
 *Load * * * * "speedo"
 *Load * * * * "freetype"
 *Load * * * * "extmod"
 *Load * * * * "glx"
 *Load * * * * "v4l"
EndSection
######################################
Section "ServerFlags"
 *Option * * * "AllowMouseOpenFail"
EndSection
#######################################
Section "InputDevice"
 *Driver * * * "Keyboard"
 *Identifier * "Keyboard[0]"
 *Option * * * "Protocol" "Standard"
 *Option * * * "XkbLayout" "us"
 *Option * * * "XkbModel" "pc104"
 *Option * * * "XkbRules" "xfree86"
EndSection
##########################################
Section "InputDevice"
 *Driver * * * "mouse"
 *Identifier * "Mouse[1]"
 *Option * * * "Buttons" "7"
 *Option * * * "Device" "/dev/input/mice"
 *Option * * * "Name" "Autodetection"
 *Option * * * "Protocol" "explorerps/2"
 *Option * * * "Vendor" "Sysp"
 *Option * * * "ZAxisMapping" "6 7"
EndSection
#################################

Section "Monitor"
 *DisplaySize *330 240
 *HorizSync * *28-64
 *Identifier * "Monitor[0]"
 *ModelName * *"CRYSTALSCAN 1776LE"
 *VendorName * "GATEWAY"
 *VertRefresh *50-100
 *UseModes * * "Modes[0]"
EndSection

###################################################
Section "Modes"
 *Identifier * "Modes[0]"
 *Modeline *"1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
####################################################
Section "Screen"
 *DefaultDepth 16
 *SubSection "Display"
 * *Depth * * *15
 * *Modes * * *"1280x1024" "1024x768" "800x600" "640x480" 
 *EndSubSection
 *SubSection "Display"
 * *Depth * * *16
 * *Modes * * *"1280x1024" "1024x768" "800x600" "640x480" 
 *EndSubSection
 *SubSection "Display"
 * *Depth * * *24
 * *Modes * * *"1280x1024" "1024x768" "800x600" "640x480" 
 *EndSubSection
 *SubSection "Display"
 * *Depth * * *32
 * *Modes * * *"1280x1024" "1024x768" "800x600" "640x480" 
 *EndSubSection
 *SubSection "Display"
 * *Depth * * *8
 * *Modes * * *"1280x1024" "1024x768" "800x600" "640x480" 
 *EndSubSection
 *Device * * * "Device[0]"
 *Identifier * "Screen[0]"
 *Monitor * * *"Monitor[0]"
EndSection

##############################################

Section "Device"
 *BoardName * *"0x0322"
 *BusID * * * *"1:0:0"
 *Driver * * * "nvidia"
 *Identifier * "Device[0]"
 *VendorName * "NVidia"
 *Option "NvAGP" "1"
 *Option * * * *"ConnectedMonitors" "CRT,CRT"
 *Option * * * *"MetaModes" "1280x1024,1280x1024;"
 *Option * * * *"NvAGP" "1"
 *Option * * * *"SecondMonitorHorizSync" "30-70"
 *Option * * * *"SecondMonitorVertRefresh" "50-120"
 *Option * * * *"TwinView" "On"
 *Option * * * *"TwinViewOrientation" "Rightof"
 *Option * * * *"IgnoreDisplayDevices" "TV"
 *Screen * * * 0
 *Option * * * "Rotate" "off"
 *VendorName * "NVidia"
EndSection
#########################################
Section "ServerLayout"
 *Identifier * "Layout[all]"
 *InputDevice *"Keyboard[0]" "CoreKeyboard"
 *InputDevice *"Mouse[1]" "CorePointer"
 *Option * * * "Clone" "off"
 *Option * * * "Xinerama" "off"
 *Screen * * * "Screen[0]"
EndSection
###########################################
Section "DRI"
 * *Group * * *"video"
 * *Mode * * * 0660
EndSection

#############################################
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2