Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Someone
Friday, July 13th, 2007 at 8:29:16am UTC 

  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        "i2c"
  32.         Load        "bitmap"
  33.         Load        "ddc"
  34.         Load        "dri"
  35.         Load        "extmod"
  36.         Load        "freetype"
  37.         Load        "glx"
  38.         Load        "int10"
  39.         Load        "type1"
  40.         Load        "vbe"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44.         Identifier      "Generic Keyboard"
  45.         Driver    "kbd"
  46.         Option    "CoreKeyboard"
  47.         Option    "XkbRules"        "xorg"
  48.         Option    "XkbModel"        "pc105"
  49.         Option    "XkbLayout"       "se"
  50.         Option    "XkbOptions"      "lv3:ralt_switch"
  51. EndSection
  52.  
  53. Section "InputDevice"
  54.         Identifier      "Configured Mouse"
  55.         Driver    "mouse"
  56.         Option    "CorePointer"
  57.         Option    "Device"  "/dev/input/mice"
  58.         Option    "Protocol"        "ExplorerPS/2"
  59.         Option    "ZAxisMapping"    "4 5"
  60.         Option    "Emulate3Buttons" "true"
  61. EndSection
  62.  
  63. Section "InputDevice"
  64.         Identifier      "Synaptics Touchpad"
  65.         Driver    "synaptics"
  66.         Option    "SendCoreEvents"  "true"
  67.         Option    "Device"  "/dev/psaux"
  68.         Option    "Protocol"        "auto-dev"
  69.         Option    "HorizScrollDelta"        "0"
  70. EndSection
  71.  
  72. Section "InputDevice"
  73.         Driver    "wacom"
  74.         Identifier      "stylus"
  75.         Option    "Device"  "/dev/wacom"# Change to
  76.         Option    "Type"    "stylus"
  77.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  78.         # /dev/input/event
  79.         # for USB
  80. EndSection
  81.  
  82. Section "InputDevice"
  83.         Driver    "wacom"
  84.         Identifier      "eraser"
  85.         Option    "Device"  "/dev/wacom"# Change to
  86.         Option    "Type"    "eraser"
  87.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  88.         # /dev/input/event
  89.         # for USB
  90. EndSection
  91.  
  92. Section "InputDevice"
  93.         Driver    "wacom"
  94.         Identifier      "cursor"
  95.         Option    "Device"  "/dev/wacom"# Change to
  96.         Option    "Type"    "cursor"
  97.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  98.         # /dev/input/event
  99.         # for USB
  100. EndSection
  101.  
  102. Section "Device"
  103.         Identifier      "ATI Technologies, Inc. RV350 NP [Mobility Radeon 9600/9700 M10/M11]"
  104.         Driver    "radeon"
  105.         Busid      "PCI:1:0:0"
  106.         Option          "XAANoOffscreenPixmaps"
  107.         Option "AGPMode" "4"
  108.         Option "AGPFastWrite" "true"
  109.         Option "DisableGLXRootClipping" "true"
  110.         Option "AddARGBGLXVisuals" "true"
  111.         Option "AllowGLXWithComposite" "true"
  112.         Option "EnablePageFlip" "true"
  113.         Option "MergedFB" "true" #Enable MergedFB function
  114.         Option "MonitorLayout" "LVDS (TMDS), CRT" # LVDS = Laptop Screen, TMDS = DVI Port, CRT = VGA Port NOT MONITOR TYPE!
  115.         Option "CRT2Hsync" "30-65" #Horizontal Sync of the Monitor (check your monitor's manual for correct values)
  116.         Option "CRT2VRefresh" "50-75" #Vertical Refresh rate of the Monitor (check your monitor's manual for correct values)
  117.         Option "OverlayOnCRTC2" "true"
  118.         Option "CRT2Position" "LeftOf" #Physical location of your secondary monitor in relationship to your primary monitor. Values can be: LeftOf, RightOf, Above, Below, and Clone.
  119.         Option "MetaModes" "1280x1024-1280x1024" #Monitor Resolutions for Primary-Secondary monitors
  120.         #Option "MergedXineramaCRT2IsScreen0" "true" #determines which screen is going to be the primary screen; value can be "true" or "false"
  121. EndSection
  122.  
  123. Section "Monitor"
  124.         Identifier      "Generic Monitor"
  125.         Option    "DPMS"
  126.         Horizsync    28-64 #You may wish to change the values to fit your specific monitor
  127.         Vertrefresh    43-60
  128. EndSection
  129.  
  130. Section "Screen"
  131.         Identifier      "Default Screen"
  132.         Device    "ATI Technologies, Inc. RV350 NP [Mobility Radeon 9600/9700 M10/M11]"
  133.         Monitor  "Generic Monitor"
  134.         Defaultdepth    24
  135.         SubSection "Display"
  136.                 Depth   1
  137.                 Modes      "1024x768"
  138.         EndSubSection
  139.         SubSection "Display"
  140.                 Depth   4
  141.                 Modes      "1024x768"
  142.         EndSubSection
  143.         SubSection "Display"
  144.                 Depth   8
  145.                 Modes      "1024x768"
  146.         EndSubSection
  147.         SubSection "Display"
  148.                 Depth   15
  149.                 Modes      "1024x768"
  150.         EndSubSection
  151.         SubSection "Display"
  152.                 Depth   16
  153.                 Modes      "1024x768"
  154.         EndSubSection
  155.         SubSection "Display"
  156.                 Depth   24
  157.                 Modes      "1024x768"
  158.         EndSubSection
  159. EndSection
  160.  
  161. Section "ServerLayout"
  162.         Option    "AIGLX"   "true"
  163.         Identifier      "Default Layout"
  164.   screen "Default Screen"
  165.         Inputdevice     "Generic Keyboard"
  166.         Inputdevice     "Configured Mouse"
  167.         Inputdevice     "stylus"     "SendCoreEvents"
  168.         Inputdevice     "cursor"     "SendCoreEvents"
  169.         Inputdevice     "eraser"     "SendCoreEvents"
  170.         Inputdevice     "Synaptics Touchpad"
  171. EndSection
  172.  
  173. Section "DRI"
  174.         Mode    0666
  175. EndSection
  176.  
  177. Section "Extensions"
  178.         Option    "Composite"       "Enable"
  179. EndSection

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right