Posted by ben23 Sun 18th Mar 2007 23:36 - Syntax is None/text - 35 views
Download | New Post | Modify | Hide line numbers
Description:
i have two screen setup and i want to add another 1024*768 which is a pci card
to be added also

  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Files"
  18.         FontPath        "/usr/share/X11/fonts/misc"
  19.         FontPath        "/usr/share/X11/fonts/cyrillic"
  20.         FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
  21.         FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
  22.         FontPath        "/usr/share/X11/fonts/Type1"
  23.         FontPath        "/usr/share/X11/fonts/100dpi"
  24.         FontPath        "/usr/share/X11/fonts/75dpi"
  25.         FontPath        "/usr/share/fonts/X11/misc"
  26.         # path to defoma fonts
  27.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  28. EndSection
  29.  
  30. Section "Module"
  31.         Load    "bitmap"
  32.         Load    "ddc"
  33.         Load    "dri"
  34.         Load    "extmod"
  35.         Load    "freetype"
  36.         Load    "glx"
  37.         Load    "int10"
  38.         Load    "type1"
  39.         Load    "vbe"
  40. EndSection
  41.  
  42. Section "InputDevice"
  43.         Identifier      "Generic Keyboard"
  44.         Driver          "kbd"
  45.         Option          "CoreKeyboard"
  46.         Option          "XkbRules"      "xorg"
  47.         Option          "XkbModel"      "pc105"
  48.         Option          "XkbLayout"     "gb"
  49.         Option          "XkbOptions"    "lv3:ralt_switch"
  50. EndSection
  51.  
  52. Section "InputDevice"
  53.         Identifier      "Configured Mouse"
  54.         Driver          "mouse"
  55.         Option          "CorePointer"
  56.         Option          "Device"                "/dev/input/mice"
  57.         Option          "Protocol"              "ExplorerPS/2"
  58.         Option          "ZAxisMapping"          "4 5"
  59.         Option          "Emulate3Buttons"       "true"
  60. EndSection
  61.  
  62. Section "InputDevice"
  63.   Driver        "wacom"
  64.   Identifier    "stylus"
  65.   Option        "Device"        "/dev/wacom"          # Change to
  66.                                                       # /dev/input/event
  67.                                                       # for USB
  68.   Option        "Type"          "stylus"
  69.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  70. EndSection
  71.  
  72. Section "InputDevice"
  73.   Driver        "wacom"
  74.   Identifier    "eraser"
  75.   Option        "Device"        "/dev/wacom"          # Change to
  76.                                                       # /dev/input/event
  77.                                                       # for USB
  78.   Option        "Type"          "eraser"
  79.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  80. EndSection
  81.  
  82. Section "InputDevice"
  83.   Driver        "wacom"
  84.   Identifier    "cursor"
  85.   Option        "Device"        "/dev/wacom"          # Change to
  86.                                                       # /dev/input/event
  87.                                                       # for USB
  88.   Option        "Type"          "cursor"
  89.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  90. EndSection
  91.  
  92. Section "Device"
  93. Option "MergedFB" "true" #Enable MergedFB function
  94.  Option "MonitorLayout" "LCD, CRT" # Use LCD and CRT even if you have 2 LCD's or CRT's
  95.  Option "CRT2Hsync" "30-65" #Horizontal Sync of the Monitor (check your monitor's manual for correct values)
  96.  Option "CRT2VRefresh" "50-75" #Vertical Refresh rate of the Monitor (check your monitor's manual for correct values)
  97.  Option "OverlayOnCRTC2" "true"
  98.  Option "CRT2Position" "LeftOf" #Physical location of your secondary monitor in relationship to your primary monitor.
  99.  Option "MetaModes" "1280x1024-1280x1024" #Monitor Resolutions for Primary-Secondary monitors
  100. Option "MergedXineramaCRT2IsScreen0" "true" #determines which screen is going to be the primary screen; value can be "true" or "false"
  101.         Identifier      "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
  102.         Driver          "ati"
  103.         BusID           "PCI:1:0:0"
  104. EndSection
  105.  
  106. Section "Monitor"
  107.         Identifier      "DELL E172FP"
  108.         Option          "DPMS"
  109.         HorizSync       30-65
  110.         VertRefresh     50-75
  111. EndSection
  112.  
  113. Section "Screen"
  114.         Identifier      "Default Screen"
  115.         Device          "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
  116.         Monitor         "DELL E172FP"
  117.         DefaultDepth    24
  118.         SubSection "Display"
  119.                 Depth           1
  120.                 Modes           "1280x1024" "800x600"
  121.         EndSubSection
  122.         SubSection "Display"
  123.                 Depth           4
  124.                 Modes           "1280x1024" "800x600"
  125.         EndSubSection
  126.         SubSection "Display"
  127.                 Depth           8
  128.                 Modes           "1280x1024" "800x600"
  129.         EndSubSection
  130.         SubSection "Display"
  131.                 Depth           15
  132.                 Modes           "1280x1024" "800x600"
  133.         EndSubSection
  134.         SubSection "Display"
  135.                 Depth           16
  136.                 Modes           "1280x1024" "800x600"
  137.         EndSubSection
  138.         SubSection "Display"
  139.                 Depth           24
  140.                 Modes           "1280x1024" "800x600"
  141.         EndSubSection
  142. EndSection
  143.  
  144. Section "ServerLayout"
  145.         Identifier      "Default Layout"
  146.         Screen          "Default Screen"
  147.         InputDevice     "Generic Keyboard"
  148.         InputDevice     "Configured Mouse"
  149.         InputDevice     "stylus" "SendCoreEvents"
  150.         InputDevice     "cursor" "SendCoreEvents"
  151.         InputDevice     "eraser" "SendCoreEvents"
  152. EndSection
  153.  
  154. Section "DRI"
  155.         Mode    0666
  156. EndSection
  157.  

PermaLink to this entry https://pastebin.co.uk/12019
Posted by ben23 Sun 18th Mar 2007 23:36 - Syntax is None/text - 35 views
Download | New Post | Modify | Hide line numbers

 

Comments: 0