Code:
# **********************************************************************
# XORG.CONF FOR DELL XPS M1210 - NVIDIA GEFORCE GO 7400
# **********************************************************************
# ----------------------------------------------------------------------
# Extensions section.
# ----------------------------------------------------------------------
Section "Extensions"
Option "Composite" "Enable" #For X translucency
EndSection
# ----------------------------------------------------------------------
# ServerLayout sections.
# ----------------------------------------------------------------------
# A specific ServerLayout section may be specified from the X server
# command line with the "-layout" option.
Section "ServerLayout"
Identifier "Single"
Screen "Screen0" 0 0
InputDevice "Touchpad0" "AlwaysCore"
InputDevice "USBMouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "Dual"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" leftOf "Screen0"
InputDevice "Touchpad0" "AlwaysCore"
InputDevice "USBMouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
# ----------------------------------------------------------------------
# Files section. This allows default font and rgb paths to be set
# ----------------------------------------------------------------------
Section "Files"
#ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
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/CID"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
EndSection
# ----------------------------------------------------------------------
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# ----------------------------------------------------------------------
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
Load "synaptics"
EndSection
# ----------------------------------------------------------------------
# Core keyboard's InputDevice section
# ----------------------------------------------------------------------
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
# ----------------------------------------------------------------------
# Core Pointer's InputDevice section
# ----------------------------------------------------------------------
Section "InputDevice"
Identifier "USBMouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "Touchpad0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/psaux" #psaux
EndSection
# ----------------------------------------------------------------------
# Monitor section
# ----------------------------------------------------------------------
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 50.0
VertRefresh 40.0 - 90.0
DisplaySize 338 211 #1280x800 96dpi
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 31.5 - 50.0
VertRefresh 40.0 - 90.0
EndSection
# ----------------------------------------------------------------------
# Graphics device section
# ----------------------------------------------------------------------
Section "Device"
Identifier "Device0"
Driver "nvidia"
BusID "AGP:01:00:0"
Option "AllowGLXWithComposite
Option "NoLogo"
#Option "TwinView"
Option "UseDisplayDevice" "DFP"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
BusID "AGP:01:00:0"
Option "NoLogo"
Option "UseDisplayDevice" "CRT"
Screen 1
EndSection
# ----------------------------------------------------------------------
# Screen sections
# ----------------------------------------------------------------------
# A single specific screen section may be specified from
# the X server command line with the "-screen" option.
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Can anyone help? I have tried all sorts of different things like /dev/input/mice and explorerps/2. I just can't quite figure it out. I installed the synaptics driver and I can't get it to modprobe. Can anyone help?