DellLatitudeD820

Attachment 'nvidia-xorg.conf'

Download

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 2006

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    # comment out wacom devices to fix certain problems
    #InputDevice    "stylus" "SendCoreEvents"
    #InputDevice    "cursor" "SendCoreEvents"
    #InputDevice    "eraser" "SendCoreEvents"
    InputDevice    "Synaptics Touchpad"
EndSection
Section "Files"

        # path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
# comment out for nvidia
    Load           "extmod"
    Load           "freetype"
# comment out for nv
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
#       Option          "HorizScrollDelta"      "0"
         Option "LeftEdge" "130"
         Option "RightEdge" "840"
         Option "TopEdge" "130"
         Option "BottomEdge" "640"
         Option "FingerLow" "7"
         Option "FingerHigh" "8"
         Option "MaxTapTime" "180"
         Option "MaxTapMove" "110"
         Option "EmulateMidButtonTime" "75"
         Option "VertScrollDelta" "20"
         Option "HorizScrollDelta" "20"
#         Option "MinSpeed" "0.60"
#         Option "MaxSpeed" "1.10"
#         Option "AccelFactor" "0.030"
         Option "EdgeMotionMinSpeed" "200"
         Option "EdgeMotionMaxSpeed" "200"
         Option "UpDownScrolling" "1"
         Option "CircularScrolling" "1"
         Option "CircScrollDelta" "0.1"
         Option "CircScrollTrigger" "2"
#         Option "SHMConfig" "on"
         Option "Emulate3Buttons" "on"
#         TapButton1 "1"
#         TapButton2 "2"
#         TapButton3 "3"
#         RTCornerButton "1"
#         LTCornerButton "2"
#         LBCornerButton "3"

    Option         "MinSpeed" "0.7"
    Option         "MaxSpeed" "3"
    Option         "AccelFactor" "0.025"
    Option         "SHMConfig" "1"
EndSection

# comment out all of these as they screw up certain programs
# Section "InputDevice"

#                                                       # /dev/input/event
#                                                       # for USB
#     Identifier     "stylus"
#     Driver         "wacom"
#     Option         "Device" "/dev/wacom"          # Change to 
#     Option         "Type" "stylus"
#     Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
# EndSection

# Section "InputDevice"

#                                                       # /dev/input/event
#                                                       # for USB
#     Identifier     "eraser"
#     Driver         "wacom"
#     Option         "Device" "/dev/wacom"          # Change to 
#     Option         "Type" "eraser"
#     Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
# EndSection

# Section "InputDevice"

#                                                       # /dev/input/event
#                                                       # for USB
#     Identifier     "cursor"
#     Driver         "wacom"
#     Option         "Device" "/dev/wacom"          # Change to 
#     Option         "Type" "cursor"
#     Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
# EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    # these settings were somewhat more generous before I started playingwith
    # them but alas I'vel ost track    
    HorizSync       28.0 - 60.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
        Driver          "nvidia"
        Option  "NvAGP"      "1"
#       Option "RenderAccel" "true"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
#################### OPTIONS from Internet           ###############
##### K's guide: http://www.ailis.de/~k/docs/delld820/          ####
####  twinview support from somewhere else?                     ####
####################################################################
    Option     "NoLogo"                    "true"
    Option     "ConnectedMonitor"          "DFP-0, CRT-0"
    Option     "UseDisplayDevice"          "DFP-0, CRT-0"
#    Option     "UseEdidFreqs"              "false"
    Option     "UseEdidFreqs"              "true"
    Option     "UseEDID"                   "true"
#    Option     "UseEDID"                   "false"
    Option     "TwinView"                  "true"
    Option     "TwinViewOrientation"       "LeftOf"
#### made a change that I hope works
#### changed back to 'leftof' to see if that helps w/ presentations
#    Option     "TwinViewOrientation"       "clone"

#     These sync options need to be changed to get the monitor to work with presentations
    Option     "SecondMonitorHorizSync"    "30-160"
    Option     "SecondMonitorVertRefresh"  "30-85"
    # playing with metamodes is probably a good idea, 
    # may be useful when doing presentations
    # nvidia-settings also always a good option.
    Option         "metamodes" "CRT-0: 1280x1024 +1920+0, DFP-0: 1920x1200 +0+0; CRT-0: 1024x768 +1920+0, DFP-0: 1920x1200 +0+0; CRT-0: 800x600 +1920+0, DFP-0: 1920x1200 +0+0; CRT-0: nvidia-auto-select +1920+0, DFP-0: 1920x1200 +0+0; CRT-0: 1024x768 +0+0, DFP-0:1024x768 +0+0"; CRT-0: NULL, DFP-0: 1920x1200 +0+0"
    # Not sure if this xinerama option is good or not
    Option     "Xinerama"                  "on"
    Option     "TwinViewXineramaInfoOrder" "DFP-0, CRT-0"
# experiment with this to get it to work with my main screen
    Option     "DPI"                       "96 x 96"
    Option     "UseEdidDpi"                "false"
    Option     "FlatPanelProperties"       "Scaling = Centered, Dithering = Default"
    Option     "AddARGBGLXVisuals"         "true"
    Option     "TripleBuffer"              "true"
####  END K's Options                           ########################3
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "Generic Monitor"
    # from http://ubuntuforums.org/showthread.php?t=286421&page=2
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
    #############################################################
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2007-02-13 21:06:34, 8.7 KB) [[attachment:nvidia-xorg.conf]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.