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

Advertising

iMac G3 xorg.conf
Saturday, April 14th, 2007 at 7:00:26pm 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.         # path to defoma fonts
  26.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  27. EndSection
  28.  
  29. Section "Module"
  30. #       Load   "i2c"
  31. #       Load   "bitmap"
  32.         Load    "dbe"
  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"        "pc104"
  48.         Option    "XkbLayout"       "us"
  49. EndSection
  50.  
  51. Section "InputDevice"
  52.         Identifier      "Configured Mouse"
  53.         Driver    "mouse"
  54.         Option    "CorePointer"
  55.         Option    "Device"    "/dev/input/mice"
  56.         Option    "Protocol"                "ExplorerPS/2"
  57.         Option    "ZAxisMapping"        "4 5"
  58.         Option    "Emulate3Buttons" "true"
  59. EndSection
  60.  
  61. Section "InputDevice"
  62.   Driver        "wacom"
  63.   Identifier    "stylus"
  64.   Option        "Device"        "/dev/wacom"          # Change to
  65.                                                       # /dev/input/event
  66.                                                       # for USB
  67.   Option        "Type"          "stylus"
  68.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  69. EndSection
  70.  
  71. Section "InputDevice"
  72.   Driver        "wacom"
  73.   Identifier    "eraser"
  74.   Option        "Device"        "/dev/wacom"          # Change to
  75.                                                       # /dev/input/event
  76.                                                       # for USB
  77.   Option        "Type"          "eraser"
  78.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  79. EndSection
  80.  
  81. Section "InputDevice"
  82.   Driver        "wacom"
  83.   Identifier    "cursor"
  84.   Option        "Device"        "/dev/wacom"          # Change to
  85.                                                       # /dev/input/event
  86.                                                       # for USB
  87.   Option        "Type"          "cursor"
  88.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  89. EndSection
  90.  
  91. Section "Device"
  92.         Identifier      "ATI Technologies, Inc. Rage 128 PR/PRO AGP 4x TMDS"
  93.         Driver    "ati"
  94.         Option    "UseFBDev"                "false"
  95.         Option    "SWCursor"                "true"
  96.         Option    "ForcePCIMode"        "true"
  97. EndSection
  98.  
  99. Section "Monitor"
  100.         Identifier      "Generic Monitor"
  101.         Option    "DPMS"
  102.         HorizSync       60-60
  103.         VertRefresh     43-117
  104. EndSection
  105.  
  106. Section "Screen"
  107.         Identifier      "Default Screen"
  108.         Device    "ATI Technologies, Inc. Rage 128 PR/PRO AGP 4x TMDS"
  109.         Monitor  "Generic Monitor"
  110.         DefaultDepth    24
  111.         SubSection "Display"
  112.                 Depth      1
  113.                 Modes      "1024x768" "800x600" "640x480"
  114.         EndSubSection
  115.         SubSection "Display"
  116.                 Depth      4
  117.                 Modes      "1024x768" "800x600" "640x480"
  118.         EndSubSection
  119.         SubSection "Display"
  120.                 Depth      8
  121.                 Modes      "1024x768" "800x600" "640x480"
  122.         EndSubSection
  123.         SubSection "Display"
  124.                 Depth      15
  125.                 Modes      "1024x768" "800x600" "640x480"
  126.         EndSubSection
  127.         SubSection "Display"
  128.                 Depth      16
  129.                 Modes      "1024x768" "800x600" "640x480"
  130.         EndSubSection
  131.         SubSection "Display"
  132.                 Depth      24
  133.                 Modes      "1024x768" "800x600" "640x480"
  134.         EndSubSection
  135. EndSection
  136.  
  137. Section "ServerLayout"
  138.         Identifier      "Default Layout"
  139.         Screen    "Default Screen"
  140.         InputDevice     "Generic Keyboard"
  141.         InputDevice     "Configured Mouse"
  142.         InputDevice     "stylus" "SendCoreEvents"
  143.         InputDevice     "cursor" "SendCoreEvents"
  144.         InputDevice     "eraser" "SendCoreEvents"
  145. EndSection
  146.  
  147. Section "DRI"
  148.         Mode    0666
  149. 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