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

Advertising

Xorg and AMW Monitor
Friday, December 21st, 2007 at 4:07:02pm UTC 

  1. Start Files:
  2. File ==> xorg.conf.backup
  3.  
  4. # Filename = xorg.conf
  5. # This file was previously generated by dexconf, the Debian X Configuration
  6. # tool, using values from the debconf database, Then hand edited to add the
  7. # modeline information generated from the online script at:
  8. #
  9. #       http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
  10. #
  11. # To automatically updated/reconfigure this file, copy it with:
  12. #       cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
  13. #       or use the script from:
  14. #
  15. #       http://pastebin.ca/827044
  16. #
  17. # running as:
  18. #       bash /<dir>/rs-gdm.sh setup
  19. # then run the command:
  20. #       sudo dpkg-reconfigure -phigh xserver-xorg
  21. # If the dpkg-reconfigure command fails to properly configure Xorg and/or you
  22. # have a blank screen you can restore with the script by running:
  23. #       bash /<dir>/rs-gdm.sh restore
  24. # Edit this file with caution, and see the xorg.conf manual page.
  25. # (Type "man xorg.conf" at the shell prompt.)
  26. # To run this edited file, with the script run:
  27. #       bash /<dir>/rs-gdm.sh try
  28. # To restore from a failed "try" run call the script with no parms:
  29. #       bash /<dir>/rs-gdm.sh
  30. #
  31.  
  32. Section "Files"
  33.         FontPath        "/usr/share/fonts/X11/misc"
  34. #       FontPath        "/usr/share/fonts/X11/cyrillic"
  35.         FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
  36.         FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
  37.         FontPath        "/usr/share/fonts/X11/Type1"
  38.         FontPath        "/usr/share/fonts/X11/100dpi"
  39.         FontPath        "/usr/share/fonts/X11/75dpi"
  40.         # path to defoma fonts
  41.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  42.         RgbPath         "/etc/X11/rgb.txt"
  43. EndSection
  44.  
  45. Section "Module"
  46. #       Load    "bitmap"
  47. #       Load    "ddc"
  48. #       Disable "dri"
  49. #       Load    "extmod"
  50. #       Load    "freetype"
  51. #       Disable "glx"
  52. #       Load    "int10"
  53. #       Load    "vbe"
  54. EndSection
  55.  
  56. Section "InputDevice"
  57.         Identifier      "Generic Keyboard"
  58.         Driver    "kbd"
  59.         Option    "CoreKeyboard"
  60.         Option    "XkbRules"        "xorg"
  61.         Option    "XkbModel"        "pc105"
  62.         Option    "XkbLayout"       "us"
  63. EndSection
  64.  
  65. Section "InputDevice"
  66.         Driver    "wacom"
  67.         Identifier      "stylus"
  68.         Option    "Device"  "/dev/input/wacom"
  69.         Option    "Type"        "stylus"
  70.         Option    "ForceDevice"     "ISDV4"            # Tablet PC ONLY
  71. EndSection
  72.  
  73. Section "InputDevice"
  74.         Driver    "wacom"
  75.         Identifier      "eraser"
  76.         Option    "Device"  "/dev/input/wacom"
  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/input/wacom"
  85.         Option    "Type"        "cursor"
  86.         Option    "ForceDevice"     "ISDV4"            # Tablet PC ONLY
  87. EndSection
  88.  
  89. Section "InputDevice"
  90.         Identifier      "Configured Mouse"
  91.         Driver    "mouse"
  92.         Option    "CorePointer"
  93.         Option    "Device"  "/dev/input/mice"
  94.         Option    "Protocol"        "ImPS/2"
  95.         Option    "ZAxisMapping"    "4 5"
  96. EndSection
  97.  
  98. Section "Device"
  99.         Identifier      "Diamond Stealth 64"
  100.         Driver    "s3"
  101.         BusID      "PCI:0:10:0"
  102.         VideoRam        2048
  103. #       Option    "UseFBDev"        "true"
  104. EndSection
  105.  
  106. Section "Monitor"
  107.         Identifier      "AMW MR19C-AB"
  108.         Option    "DPMS"
  109.         Modeline        "[email protected]73" 150.49 1280 1312 1880 1912 1024 1044 1056 1076
  110. #        HorizSync      30 - 80
  111. #        VertRefresh    55 - 75
  112. EndSection
  113.  
  114. Section "Screen"
  115.         Identifier      "Default Screen"
  116.         Device    "Diamond Stealth 64"
  117.         Monitor  "AMW MR19C-AB"
  118.         DefaultDepth    24
  119.         SubSection "Display"
  120.                 Depth      1
  121. #               Modes      "[email protected]73" "1152x864" "1152x768" "1024x768" "800x600"
  122.                 Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  123.                 ViewPort    0 0
  124.         EndSubSection
  125.         SubSection "Display"
  126.                 Depth      4
  127. #               Modes      "[email protected]73" "1152x864" "1152x768" "1024x768" "800x600"
  128.                 Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  129.                 ViewPort    0 0
  130.         EndSubSection
  131.         SubSection "Display"
  132.                 Depth      8
  133. #               Modes      "[email protected]73" "1152x864" "1152x768" "1024x768" "800x600"
  134.                 Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  135.                 ViewPort    0 0
  136.         EndSubSection
  137.         SubSection "Display"
  138.                 Depth      12
  139. #               Modes      "[email protected]73" "1152x864" "1152x768" "1024x768" "800x600"
  140.                 Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  141.                 ViewPort    0 0
  142.         EndSubSection
  143.         SubSection "Display"
  144.                 Depth      15
  145. #               Modes      "[email protected]73" "1152x864" "1152x768" "1024x768" "800x600"
  146.                 Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  147.                 ViewPort    0 0
  148.         EndSubSection
  149.         SubSection "Display"
  150.                 Depth      16
  151. #               Modes      "[email protected]73" "1152x864" "1152x768" "1024x768" "800x600"
  152.                 Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  153.                 ViewPort    0 0
  154.         EndSubSection
  155.         SubSection "Display"
  156.                 Depth      24
  157.                 Modes      "[email protected]73" "1152x864" "1152x768" "1024x768" "800x600"
  158. #               Modes      "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  159.                 ViewPort    0 0
  160.         EndSubSection
  161. EndSection
  162.  
  163. Section "ServerLayout"
  164.         Identifier      "Default Layout"
  165.         Screen    "Default Screen"
  166.         InputDevice     "Generic Keyboard"
  167.         InputDevice     "Configured Mouse"
  168.         ### Uncomment the following threee lines if you have a wacom tablet
  169. #       InputDevice     "stylus"       "SendCoreEvents"
  170. #       InputDevice     "cursor"       "SendCoreEvents"
  171. #       InputDevice     "eraser"       "SendCoreEvents"
  172. EndSection
  173.  
  174. #Section "DRI"
  175. #       Mode   0666
  176. #EndSection
  177.  
  178.  
  179. File ==> Xorg.0.log.backup
  180.  
  181.  
  182. X Window System Version 1.3.0
  183. Release Date: 19 April 2007
  184. X Protocol Version 11, Revision 0, Release 1.3
  185. Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)
  186. Current Operating System: Linux nyled-ubuntu 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
  187. Build Date: 29 September 2007
  188.         Before reporting problems, check http://wiki.x.org
  189.         to make sure that you have the latest version.
  190. Module Loader present
  191. Markers: (--) probed, (**) from config file, (==) default setting,
  192.         (++) from command line, (!!) notice, (II) informational,
  193.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  194. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 20 13:15:20 2007
  195. (==) Using config file: "/etc/X11/xorg.conf"
  196. (==) ServerLayout "Default Layout"
  197. (**) |-->Screen "Default Screen" (0)
  198. (**) |   |-->Monitor "AMW MR19C-AB"
  199. (**) |   |-->Device "Diamond Stealth 64"
  200. (**) |-->Input Device "Generic Keyboard"
  201. (**) |-->Input Device "Configured Mouse"
  202. (WW) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
  203. (**) FontPath set to:
  204.         /usr/share/fonts/X11/misc,
  205.         /usr/share/fonts/X11/100dpi/:unscaled,
  206.         /usr/share/fonts/X11/75dpi/:unscaled,
  207.         /usr/share/fonts/X11/Type1,
  208.         /usr/share/fonts/X11/100dpi,
  209.         /usr/share/fonts/X11/75dpi,
  210.         /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
  211.         /usr/share/fonts/X11/misc,
  212.         /usr/share/fonts/X11/cyrillic,
  213.         /usr/share/fonts/X11/100dpi/:unscaled,
  214.         /usr/share/fonts/X11/75dpi/:unscaled,
  215.         /usr/share/fonts/X11/Type1,
  216.         /usr/share/fonts/X11/100dpi,
  217.         /usr/share/fonts/X11/75dpi,
  218.         /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
  219. (**) RgbPath set to "/etc/X11/rgb.txt"
  220. (==) ModulePath set to "/usr/lib/xorg/modules"
  221. (II) Open ACPI successful (/var/run/acpid.socket)
  222. (II) Loader magic: 0x81ea440
  223. (II) Module ABI versions:
  224.         X.Org ANSI C Emulation: 0.3
  225.         X.Org Video Driver: 1.2
  226.         X.Org XInput driver : 0.7
  227.         X.Org Server Extension : 0.3
  228.         X.Org Font Renderer : 0.5
  229. (II) Loader running on linux
  230. (II) LoadModule: "pcidata"
  231. (II) Loading /usr/lib/xorg/modules//libpcidata.so
  232. (II) Module pcidata: vendor="X.Org Foundation"
  233.         compiled for 1.3.0, module version = 1.0.0
  234.         ABI class: X.Org Video Driver, version 1.2
  235. (++) using VT number 7
  236.  
  237. (II) PCI: PCI scan (all values are in hex)
  238. (II) PCI: 00:00:0: chip 1039,0755 card 1019,1891 rev 01 class 06,00,00 hdr 00
  239. (II) PCI: 00:01:0: chip 1039,0002 card 0000,0000 rev 00 class 06,04,00 hdr 01
  240. (II) PCI: 00:02:0: chip 1039,0964 card 0000,0000 rev 36 class 06,01,00 hdr 80
  241. (II) PCI: 00:02:5: chip 1039,5513 card 1019,1891 rev 01 class 01,01,80 hdr 00
  242. (II) PCI: 00:02:7: chip 1039,7012 card 1019,1891 rev a0 class 04,01,00 hdr 00
  243. (II) PCI: 00:03:0: chip 1039,7001 card 1019,1891 rev 0f class 0c,03,10 hdr 80
  244. (II) PCI: 00:03:1: chip 1039,7001 card 1019,1891 rev 0f class 0c,03,10 hdr 00
  245. (II) PCI: 00:03:2: chip 1039,7001 card 1019,1891 rev 0f class 0c,03,10 hdr 00
  246. (II) PCI: 00:03:3: chip 1039,7002 card 1019,1891 rev 00 class 0c,03,20 hdr 00
  247. (II) PCI: 00:04:0: chip 1039,0900 card 1019,1891 rev 91 class 02,00,00 hdr 00
  248. (II) PCI: 00:05:0: chip 1039,0180 card 1019,1891 rev 01 class 01,01,85 hdr 00
  249. (II) PCI: 00:0a:0: chip 5333,8811 card 0000,0000 rev 54 class 03,00,00 hdr 00
  250. (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
  251. (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
  252. (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
  253. (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
  254. (II) PCI: End of PCI scan
  255. (II) Host-to-PCI bridge:
  256. (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
  257. (II) Bus 0 I/O range:
  258.         [0] -1  0 0x00000000 - 0x0000ffff (0x10000) IX[B]
  259. (II) Bus 0 non-prefetchable memory range:
  260.         [0] -1  0 0x00000000 - 0xffffffff (0x0) MX[B]
  261. (II) Bus 0 prefetchable memory range:
  262.         [0] -1  0 0x00000000 - 0xffffffff (0x0) MX[B]
  263. (II) PCI-to-PCI bridge:
  264. (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
  265. (II) PCI-to-ISA bridge:
  266. (II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
  267. (--) PCI:*(0:10:0) S3 Inc. 86c764/765 [Trio32/64/64V+] rev 84, Mem @ 0xe8000000/26
  268. (II) Addressable bus resource ranges are
  269.         [0] -1  0 0x00000000 - 0xffffffff (0x0) MX[B]
  270.         [1] -1  0 0x00000000 - 0x0000ffff (0x10000) IX[B]
  271. (II) OS-reported resource ranges:
  272.         [0] -1  0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  273.         [1] -1  0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  274.         [2] -1  0 0x000c0000 - 0x000effff (0x30000) MX[B]
  275.         [3] -1  0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  276.         [4] -1  0 0x0000ffff - 0x0000ffff (0x1) IX[B]
  277.         [5] -1  0 0x00000000 - 0x000000ff (0x100) IX[B]
  278. (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
  279. (II) Active PCI resource ranges:
  280.         [0] -1  0 0xec022000 - 0xec022fff (0x1000) MX[B]
  281.         [1] -1  0 0xec021000 - 0xec021fff (0x1000) MX[B]
  282.         [2] -1  0 0xec020000 - 0xec020fff (0x1000) MX[B]
  283.         [3] -1  0 0xec024000 - 0xec024fff (0x1000) MX[B]
  284.         [4] -1  0 0xec023000 - 0xec023fff (0x1000) MX[B]
  285.         [5] -1  0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  286.         [6] -1  0 0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
  287.         [7] -1  0 0x0000e700 - 0x0000e70f (0x10) IX[B]
  288.         [8] -1  0 0x0000e600 - 0x0000e603 (0x4) IX[B]
  289.         [9] -1  0 0x0000e500 - 0x0000e507 (0x8) IX[B]
  290.         [10] -1 0        0x0000e400 - 0x0000e403 (0x4) IX[B]
  291.         [11] -1 0        0x0000e300 - 0x0000e307 (0x8) IX[B]
  292.         [12] -1 0        0x0000e200 - 0x0000e2ff (0x100) IX[B]
  293.         [13] -1 0        0x0000e100 - 0x0000e17f (0x80) IX[B]
  294.         [14] -1 0        0x0000e000 - 0x0000e0ff (0x100) IX[B]
  295.         [15] -1 0        0x00004000 - 0x0000400f (0x10) IX[B]
  296.         [16] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  297.         [17] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  298.         [18] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  299.         [19] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  300. (II) Active PCI resource ranges after removing overlaps:
  301.         [0] -1  0 0xec022000 - 0xec022fff (0x1000) MX[B]
  302.         [1] -1  0 0xec021000 - 0xec021fff (0x1000) MX[B]
  303.         [2] -1  0 0xec020000 - 0xec020fff (0x1000) MX[B]
  304.         [3] -1  0 0xec024000 - 0xec024fff (0x1000) MX[B]
  305.         [4] -1  0 0xec023000 - 0xec023fff (0x1000) MX[B]
  306.         [5] -1  0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  307.         [6] -1  0 0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
  308.         [7] -1  0 0x0000e700 - 0x0000e70f (0x10) IX[B]
  309.         [8] -1  0 0x0000e600 - 0x0000e603 (0x4) IX[B]
  310.         [9] -1  0 0x0000e500 - 0x0000e507 (0x8) IX[B]
  311.         [10] -1 0        0x0000e400 - 0x0000e403 (0x4) IX[B]
  312.         [11] -1 0        0x0000e300 - 0x0000e307 (0x8) IX[B]
  313.         [12] -1 0        0x0000e200 - 0x0000e2ff (0x100) IX[B]
  314.         [13] -1 0        0x0000e100 - 0x0000e17f (0x80) IX[B]
  315.         [14] -1 0        0x0000e000 - 0x0000e0ff (0x100) IX[B]
  316.         [15] -1 0        0x00004000 - 0x0000400f (0x10) IX[B]
  317.         [16] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  318.         [17] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  319.         [18] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  320.         [19] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  321. (II) OS-reported resource ranges after removing overlaps with PCI:
  322.         [0] -1  0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  323.         [1] -1  0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  324.         [2] -1  0 0x000c0000 - 0x000effff (0x30000) MX[B]
  325.         [3] -1  0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  326.         [4] -1  0 0x0000ffff - 0x0000ffff (0x1) IX[B]
  327.         [5] -1  0 0x00000000 - 0x000000ff (0x100) IX[B]
  328. (II) All system resource ranges:
  329.         [0] -1  0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  330.         [1] -1  0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  331.         [2] -1  0 0x000c0000 - 0x000effff (0x30000) MX[B]
  332.         [3] -1  0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  333.         [4] -1  0 0xec022000 - 0xec022fff (0x1000) MX[B]
  334.         [5] -1  0 0xec021000 - 0xec021fff (0x1000) MX[B]
  335.         [6] -1  0 0xec020000 - 0xec020fff (0x1000) MX[B]
  336.         [7] -1  0 0xec024000 - 0xec024fff (0x1000) MX[B]
  337.         [8] -1  0 0xec023000 - 0xec023fff (0x1000) MX[B]
  338.         [9] -1  0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  339.         [10] -1 0        0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
  340.         [11] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
  341.         [12] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
  342.         [13] -1 0        0x0000e700 - 0x0000e70f (0x10) IX[B]
  343.         [14] -1 0        0x0000e600 - 0x0000e603 (0x4) IX[B]
  344.         [15] -1 0        0x0000e500 - 0x0000e507 (0x8) IX[B]
  345.         [16] -1 0        0x0000e400 - 0x0000e403 (0x4) IX[B]
  346.         [17] -1 0        0x0000e300 - 0x0000e307 (0x8) IX[B]
  347.         [18] -1 0        0x0000e200 - 0x0000e2ff (0x100) IX[B]
  348.         [19] -1 0        0x0000e100 - 0x0000e17f (0x80) IX[B]
  349.         [20] -1 0        0x0000e000 - 0x0000e0ff (0x100) IX[B]
  350.         [21] -1 0        0x00004000 - 0x0000400f (0x10) IX[B]
  351.         [22] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  352.         [23] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  353.         [24] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  354.         [25] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  355. (II) LoadModule: "extmod"
  356. (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
  357. (II) Module extmod: vendor="X.Org Foundation"
  358.         compiled for 1.3.0, module version = 1.0.0
  359.         Module class: X.Org Server Extension
  360.         ABI class: X.Org Server Extension, version 0.3
  361. (II) Loading extension SHAPE
  362. (II) Loading extension MIT-SUNDRY-NONSTANDARD
  363. (II) Loading extension BIG-REQUESTS
  364. (II) Loading extension SYNC
  365. (II) Loading extension MIT-SCREEN-SAVER
  366. (II) Loading extension XC-MISC
  367. (II) Loading extension XFree86-VidModeExtension
  368. (II) Loading extension XFree86-Misc
  369. (II) Loading extension XFree86-DGA
  370. (II) Loading extension DPMS
  371. (II) Loading extension TOG-CUP
  372. (II) Loading extension Extended-Visual-Information
  373. (II) Loading extension XVideo
  374. (II) Loading extension XVideo-MotionCompensation
  375. (II) Loading extension X-Resource
  376. (II) LoadModule: "dbe"
  377. (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
  378. (II) Module dbe: vendor="X.Org Foundation"
  379.         compiled for 1.3.0, module version = 1.0.0
  380.         Module class: X.Org Server Extension
  381.         ABI class: X.Org Server Extension, version 0.3
  382. (II) Loading extension DOUBLE-BUFFER
  383. (II) LoadModule: "glx"
  384. (II) Loading /usr/lib/xorg/modules//libglx.so
  385. (II) Module glx: vendor="NVIDIA Corporation"
  386.         compiled for 4.0.2, module version = 1.0.9639
  387.         Module class: X.Org Server Extension
  388.         ABI class: X.Org Server Extension, version 0.1
  389. (II) Loading extension GLX
  390. (II) LoadModule: "freetype"
  391. (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
  392. (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
  393.         compiled for 1.3.0, module version = 2.1.0
  394.         Module class: X.Org Font Renderer
  395.         ABI class: X.Org Font Renderer, version 0.5
  396. (II) Loading font FreeType
  397. (II) LoadModule: "record"
  398. (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
  399. (II) Module record: vendor="X.Org Foundation"
  400.         compiled for 1.3.0, module version = 1.13.0
  401.         Module class: X.Org Server Extension
  402.         ABI class: X.Org Server Extension, version 0.3
  403. (II) Loading extension RECORD
  404. (II) LoadModule: "dri"
  405. (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
  406. (II) Module dri: vendor="X.Org Foundation"
  407.         compiled for 1.3.0, module version = 1.0.0
  408.         ABI class: X.Org Server Extension, version 0.3
  409. (II) Loading extension XFree86-DRI
  410. (II) LoadModule: "s3"
  411. (II) Loading /usr/lib/xorg/modules/drivers//s3_drv.so
  412. (II) Module s3: vendor="X.Org Foundation"
  413.         compiled for 1.3.0, module version = 0.5.0
  414.         Module class: X.Org Video Driver
  415.         ABI class: X.Org Video Driver, version 1.2
  416. (II) LoadModule: "kbd"
  417. (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
  418. (II) Module kbd: vendor="X.Org Foundation"
  419.         compiled for 1.3.0, module version = 1.2.1
  420.         Module class: X.Org XInput Driver
  421.         ABI class: X.Org XInput driver, version 0.7
  422. (II) LoadModule: "mouse"
  423. (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
  424. (II) Module mouse: vendor="X.Org Foundation"
  425.         compiled for 1.3.0, module version = 1.2.1
  426.         Module class: X.Org XInput Driver
  427.         ABI class: X.Org XInput driver, version 0.7
  428. (II) S3: driver (version 0.5.0 for S3 chipset: 964-0, 964-1, 968,
  429.         Trio32/64, Aurora64V+, Trio64UV+, Trio64V2/DX/GX
  430. (II) Primary Device is: PCI 00:0a:0
  431. (--) Chipset Trio32/64 found
  432. (II) resource ranges after xf86ClaimFixedResources() call:
  433.         [0] -1  0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  434.         [1] -1  0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  435.         [2] -1  0 0x000c0000 - 0x000effff (0x30000) MX[B]
  436.         [3] -1  0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  437.         [4] -1  0 0xec022000 - 0xec022fff (0x1000) MX[B]
  438.         [5] -1  0 0xec021000 - 0xec021fff (0x1000) MX[B]
  439.         [6] -1  0 0xec020000 - 0xec020fff (0x1000) MX[B]
  440.         [7] -1  0 0xec024000 - 0xec024fff (0x1000) MX[B]
  441.         [8] -1  0 0xec023000 - 0xec023fff (0x1000) MX[B]
  442.         [9] -1  0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  443.         [10] -1 0        0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
  444.         [11] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
  445.         [12] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
  446.         [13] -1 0        0x0000e700 - 0x0000e70f (0x10) IX[B]
  447.         [14] -1 0        0x0000e600 - 0x0000e603 (0x4) IX[B]
  448.         [15] -1 0        0x0000e500 - 0x0000e507 (0x8) IX[B]
  449.         [16] -1 0        0x0000e400 - 0x0000e403 (0x4) IX[B]
  450.         [17] -1 0        0x0000e300 - 0x0000e307 (0x8) IX[B]
  451.         [18] -1 0        0x0000e200 - 0x0000e2ff (0x100) IX[B]
  452.         [19] -1 0        0x0000e100 - 0x0000e17f (0x80) IX[B]
  453.         [20] -1 0        0x0000e000 - 0x0000e0ff (0x100) IX[B]
  454.         [21] -1 0        0x00004000 - 0x0000400f (0x10) IX[B]
  455.         [22] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  456.         [23] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  457.         [24] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  458.         [25] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  459. (II) resource ranges after probing:
  460.         [0] -1  0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  461.         [1] -1  0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  462.         [2] -1  0 0x000c0000 - 0x000effff (0x30000) MX[B]
  463.         [3] -1  0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  464.         [4] -1  0 0xec022000 - 0xec022fff (0x1000) MX[B]
  465.         [5] -1  0 0xec021000 - 0xec021fff (0x1000) MX[B]
  466.         [6] -1  0 0xec020000 - 0xec020fff (0x1000) MX[B]
  467.         [7] -1  0 0xec024000 - 0xec024fff (0x1000) MX[B]
  468.         [8] -1  0 0xec023000 - 0xec023fff (0x1000) MX[B]
  469.         [9] -1  0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
  470.         [10] -1 0        0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
  471.         [11] 0  0 0x000a0000 - 0x000affff (0x10000) MS[B]
  472.         [12] 0  0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
  473.         [13] 0  0 0x000b8000 - 0x000bffff (0x8000) MS[B]
  474.         [14] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
  475.         [15] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
  476.         [16] -1 0        0x0000e700 - 0x0000e70f (0x10) IX[B]
  477.         [17] -1 0        0x0000e600 - 0x0000e603 (0x4) IX[B]
  478.         [18] -1 0        0x0000e500 - 0x0000e507 (0x8) IX[B]
  479.         [19] -1 0        0x0000e400 - 0x0000e403 (0x4) IX[B]
  480.         [20] -1 0        0x0000e300 - 0x0000e307 (0x8) IX[B]
  481.         [21] -1 0        0x0000e200 - 0x0000e2ff (0x100) IX[B]
  482.         [22] -1 0        0x0000e100 - 0x0000e17f (0x80) IX[B]
  483.         [23] -1 0        0x0000e000 - 0x0000e0ff (0x100) IX[B]
  484.         [24] -1 0        0x00004000 - 0x0000400f (0x10) IX[B]
  485.         [25] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  486.         [26] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  487.         [27] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  488.         [28] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  489.         [29] 0  0 0x000003b0 - 0x000003bb (0xc) IS[B]
  490.         [30] 0  0 0x000003c0 - 0x000003df (0x20) IS[B]
  491. (II) Setting vga for screen 0.
  492. (II) Loading sub module "vgahw"
  493. (II) LoadModule: "vgahw"
  494. (II) Loading /usr/lib/xorg/modules//libvgahw.so
  495. (II) Module vgahw: vendor="X.Org Foundation"
  496.         compiled for 1.3.0, module version = 0.1.0
  497.         ABI class: X.Org Video Driver, version 1.2
  498. (II) s3(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
  499. (**) s3(0): Depth 24, (--) framebuffer bpp 32
  500. (==) s3(0): RGB weight 888
  501. (==) s3(0): Default visual is TrueColor
  502. (II) Loading sub module "int10"
  503. (II) LoadModule: "int10"
  504. (II) Loading /usr/lib/xorg/modules//libint10.so
  505. (II) Module int10: vendor="X.Org Foundation"
  506.         compiled for 1.3.0, module version = 1.0.0
  507.         ABI class: X.Org Video Driver, version 1.2
  508. (II) s3(0): Primary V_BIOS segment is: 0xc000
  509. (II) Loading sub module "vbe"
  510. (II) LoadModule: "vbe"
  511. (II) Loading /usr/lib/xorg/modules//libvbe.so
  512. (II) Module vbe: vendor="X.Org Foundation"
  513.         compiled for 1.3.0, module version = 1.1.0
  514.         ABI class: X.Org Video Driver, version 1.2
  515. (II) s3(0): VESA BIOS detected
  516. (II) s3(0): VESA VBE Version 1.2
  517. (II) s3(0): VESA VBE Total Mem: 2048 kB
  518. (II) s3(0): VESA VBE OEM: S3 Incorporated. Trio64V+
  519. (==) s3(0): Using gamma correction (1.0, 1.0, 1.0)
  520. (**) s3(0): Chipset: "Trio32/64"
  521. (--) s3(0): Framebuffer @ 0xe8000000
  522. (--) s3(0): videoRam = 2048 Kb
  523. (II) Loading sub module "ramdac"
  524. (II) LoadModule: "ramdac"(II) Module already built-in
  525. (--) s3(0): MCLK 54.886 Mhz
  526. (--) s3(0): RefClock: 16000
  527. (--) s3(0): Max pixel clock at this depth is 50 Mhz
  528. (II) s3(0): AMW MR19C-AB: Using default hsync range of 31.50-37.90 kHz
  529. (II) s3(0): AMW MR19C-AB: Using default vrefresh range of 50.00-70.00 Hz
  530. (II) s3(0): Clock range:  15.60 to  50.00 MHz
  531. (II) s3(0): Not using mode "[email protected]73" (insufficient memory for mode)
  532. (II) s3(0): Not using default mode "640x350" (vrefresh out of range)
  533. (II) s3(0): Not using default mode "320x175" (vrefresh out of range)
  534. (II) s3(0): Not using default mode "640x400" (vrefresh out of range)
  535. (II) s3(0): Not using default mode "320x200" (vrefresh out of range)
  536. (II) s3(0): Not using default mode "720x400" (vrefresh out of range)
  537. (II) s3(0): Not using default mode "360x200" (vrefresh out of range)
  538. (II) s3(0): Not using default mode "640x480" (vrefresh out of range)
  539. (II) s3(0): Not using default mode "320x240" (vrefresh out of range)
  540. (II) s3(0): Not using default mode "640x480" (vrefresh out of range)
  541. (II) s3(0): Not using default mode "320x240" (vrefresh out of range)
  542. (II) s3(0): Not using default mode "640x480" (hsync out of range)
  543. (II) s3(0): Not using default mode "320x240" (hsync out of range)
  544. (II) s3(0): Not using default mode "800x600" (hsync out of range)
  545. (II) s3(0): Not using default mode "400x300" (hsync out of range)
  546. (II) s3(0): Not using default mode "800x600" (hsync out of range)
  547. (II) s3(0): Not using default mode "400x300" (hsync out of range)
  548. (II) s3(0): Not using default mode "800x600" (hsync out of range)
  549. (II) s3(0): Not using default mode "400x300" (hsync out of range)
  550. (II) s3(0): Not using default mode "1024x768" (insufficient memory for mode)
  551. (II) s3(0): Not using default mode "512x384" (vrefresh out of range)
  552. (II) s3(0): Not using default mode "1024x768" (insufficient memory for mode)
  553. (II) s3(0): Not using default mode "512x384" (hsync out of range)
  554. (II) s3(0): Not using default mode "1024x768" (insufficient memory for mode)
  555. (II) s3(0): Not using default mode "512x384" (hsync out of range)
  556. (II) s3(0): Not using default mode "1024x768" (insufficient memory for mode)
  557. (II) s3(0): Not using default mode "512x384" (hsync out of range)
  558. (II) s3(0): Not using default mode "1024x768" (insufficient memory for mode)
  559. (II) s3(0): Not using default mode "512x384" (hsync out of range)
  560. (II) s3(0): Not using default mode "1152x864" (insufficient memory for mode)
  561. (II) s3(0): Not using default mode "576x432" (hsync out of range)
  562. (II) s3(0): Not using default mode "1280x960" (insufficient memory for mode)
  563. (II) s3(0): Not using default mode "640x480" (hsync out of range)
  564. (II) s3(0): Not using default mode "1280x960" (insufficient memory for mode)
  565. (II) s3(0): Not using default mode "640x480" (hsync out of range)
  566. (II) s3(0): Not using default mode "1280x1024" (insufficient memory for mode)
  567. (II) s3(0): Not using default mode "640x512" (hsync out of range)
  568. (II) s3(0): Not using default mode "1280x1024" (insufficient memory for mode)
  569. (II) s3(0): Not using default mode "640x512" (hsync out of range)
  570. (II) s3(0): Not using default mode "1280x1024" (insufficient memory for mode)
  571. (II) s3(0): Not using default mode "640x512" (hsync out of range)
  572. (II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
  573. (II) s3(0): Not using default mode "800x600" (hsync out of range)
  574. (II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
  575. (II) s3(0): Not using default mode "800x600" (hsync out of range)
  576. (II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
  577. (II) s3(0): Not using default mode "800x600" (hsync out of range)
  578. (II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
  579. (II) s3(0): Not using default mode "800x600" (hsync out of range)
  580. (II) s3(0): Not using default mode "1600x1200" (insufficient memory for mode)
  581. (II) s3(0): Not using default mode "800x600" (hsync out of range)
  582. (II) s3(0): Not using default mode "1792x1344" (insufficient memory for mode)
  583. (II) s3(0): Not using default mode "896x672" (insufficient memory for mode)
  584. (II) s3(0): Not using default mode "1792x1344" (insufficient memory for mode)
  585. (II) s3(0): Not using default mode "896x672" (insufficient memory for mode)
  586. (II) s3(0): Not using default mode "1856x1392" (insufficient memory for mode)
  587. (II) s3(0): Not using default mode "928x696" (insufficient memory for mode)
  588. (II) s3(0): Not using default mode "1856x1392" (insufficient memory for mode)
  589. (II) s3(0): Not using default mode "928x696" (insufficient memory for mode)
  590. (II) s3(0): Not using default mode "1920x1440" (insufficient memory for mode)
  591. (II) s3(0): Not using default mode "960x720" (insufficient memory for mode)
  592. (II) s3(0): Not using default mode "1920x1440" (insufficient memory for mode)
  593. (II) s3(0): Not using default mode "960x720" (insufficient memory for mode)
  594. (II) s3(0): Not using default mode "832x624" (hsync out of range)
  595. (II) s3(0): Not using default mode "416x312" (hsync out of range)
  596. (II) s3(0): Not using default mode "1280x768" (insufficient memory for mode)
  597. (II) s3(0): Not using default mode "640x384" (hsync out of range)
  598. (II) s3(0): Not using default mode "1280x800" (insufficient memory for mode)
  599. (II) s3(0): Not using default mode "640x400" (hsync out of range)
  600. (II) s3(0): Not using default mode "1152x768" (insufficient memory for mode)
  601. (II) s3(0): Not using default mode "576x384" (hsync out of range)
  602. (II) s3(0): Not using default mode "1152x864" (insufficient memory for mode)
  603. (II) s3(0): Not using default mode "576x432" (hsync out of range)
  604. (II) s3(0): Not using default mode "1400x1050" (insufficient memory for mode)
  605. (II) s3(0): Not using default mode "700x525" (hsync out of range)
  606. (II) s3(0): Not using default mode "1400x1050" (insufficient memory for mode)
  607. (II) s3(0): Not using default mode "700x525" (hsync out of range)
  608. (II) s3(0): Not using default mode "1400x1050" (insufficient memory for mode)
  609. (II) s3(0): Not using default mode "700x525" (hsync out of range)
  610. (II) s3(0): Not using default mode "1400x1050" (insufficient memory for mode)
  611. (II) s3(0): Not using default mode "700x525" (hsync out of range)
  612. (II) s3(0): Not using default mode "1440x900" (insufficient memory for mode)
  613. (II) s3(0): Not using default mode "720x450" (hsync out of range)
  614. (II) s3(0): Not using default mode "1600x1024" (insufficient memory for mode)
  615. (II) s3(0): Not using default mode "800x512" (hsync out of range)
  616. (II) s3(0): Not using default mode "1680x1050" (insufficient memory for mode)
  617. (II) s3(0): Not using default mode "840x525" (hsync out of range)
  618. (II) s3(0): Not using default mode "1920x1200" (insufficient memory for mode)
  619. (II) s3(0): Not using default mode "960x600" (insufficient memory for mode)
  620. (II) s3(0): Not using default mode "1920x1200" (insufficient memory for mode)
  621. (II) s3(0): Not using default mode "960x600" (insufficient memory for mode)
  622. (II) s3(0): Not using default mode "1920x1440" (insufficient memory for mode)
  623. (II) s3(0): Not using default mode "960x720" (insufficient memory for mode)
  624. (II) s3(0): Not using default mode "2048x1536" (insufficient memory for mode)
  625. (II) s3(0): Not using default mode "1024x768" (insufficient memory for mode)
  626. (II) s3(0): Not using default mode "2048x1536" (insufficient memory for mode)
  627. (II) s3(0): Not using default mode "1024x768" (insufficient memory for mode)
  628. (II) s3(0): Not using default mode "2048x1536" (insufficient memory for mode)
  629. (II) s3(0): Not using default mode "1024x768" (insufficient memory for mode)
  630. (II) s3(0): Not using mode "[email protected]73" (no mode of this name)
  631. (II) s3(0): Not using mode "1152x864" (no mode of this name)
  632. (II) s3(0): Not using mode "1152x768" (no mode of this name)
  633. (II) s3(0): Not using mode "1024x768" (no mode of this name)
  634. (II) s3(0): Not using mode "320x240" (bad mode clock/interlace/doublescan)
  635. (--) s3(0): Virtual size is 800x600 (pitch 800)
  636. (**) s3(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
  637. (II) s3(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
  638. (**) s3(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
  639. (II) s3(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
  640. (**) s3(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
  641. (II) s3(0): Modeline "640x480"   25.18  640 656 752 800  480 490 492 525 -hsync -vsync
  642. (**) s3(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
  643. (II) s3(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
  644. (**) s3(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
  645. (II) s3(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
  646. (==) s3(0): DPI set to (100, 100)
  647. (II) Loading sub module "fb"
  648. (II) LoadModule: "fb"
  649. (II) Loading /usr/lib/xorg/modules//libfb.so
  650. (II) Module fb: vendor="X.Org Foundation"
  651.         compiled for 1.3.0, module version = 1.0.0
  652.         ABI class: X.Org ANSI C Emulation, version 0.3
  653. (II) Loading sub module "xaa"
  654. (II) LoadModule: "xaa"
  655. (II) Loading /usr/lib/xorg/modules//libxaa.so
  656. (II) Module xaa: vendor="X.Org Foundation"
  657.         compiled for 1.3.0, module version = 1.2.0
  658.         ABI class: X.Org Video Driver, version 1.2
  659. (--) Depth 24 pixmap format is 32 bpp
  660. (II) do I need RAC?  No, I don't.
  661. (II) resource ranges after preInit:
  662.         [0] 0   0  0xe8000000 - 0xebffffff (0x4000000) MS[B]
  663.         [1] -1  0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  664.         [2] -1  0 0x000f0000 - 0x000fffff (0x10000) MX[B]
  665.         [3] -1  0 0x000c0000 - 0x000effff (0x30000) MX[B]
  666.         [4] -1  0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
  667.         [5] -1  0 0xec022000 - 0xec022fff (0x1000) MX[B]
  668.         [6] -1  0 0xec021000 - 0xec021fff (0x1000) MX[B]
  669.         [7] -1  0 0xec020000 - 0xec020fff (0x1000) MX[B]
  670.         [8] -1  0 0xec024000 - 0xec024fff (0x1000) MX[B]
  671.         [9] -1  0 0xec023000 - 0xec023fff (0x1000) MX[B]
  672.         [10] -1 0        0xe0000000 - 0xdfffffff (0x0) MX[B]O
  673.         [11] -1 0        0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
  674.         [12] 0  0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
  675.         [13] 0  0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
  676.         [14] 0  0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
  677.         [15] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
  678.         [16] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
  679.         [17] -1 0        0x0000e700 - 0x0000e70f (0x10) IX[B]
  680.         [18] -1 0        0x0000e600 - 0x0000e603 (0x4) IX[B]
  681.         [19] -1 0        0x0000e500 - 0x0000e507 (0x8) IX[B]
  682.         [20] -1 0        0x0000e400 - 0x0000e403 (0x4) IX[B]
  683.         [21] -1 0        0x0000e300 - 0x0000e307 (0x8) IX[B]
  684.         [22] -1 0        0x0000e200 - 0x0000e2ff (0x100) IX[B]
  685.         [23] -1 0        0x0000e100 - 0x0000e17f (0x80) IX[B]
  686.         [24] -1 0        0x0000e000 - 0x0000e0ff (0x100) IX[B]
  687.         [25] -1 0        0x00004000 - 0x0000400f (0x10) IX[B]
  688.         [26] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  689.         [27] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  690.         [28] -1 0        0x000001f0 - 0x000001f0 (0x1) IX[B]
  691.         [29] -1 0        0x000001f0 - 0x000001f7 (0x8) IX[B]
  692.         [30] 0  0 0x000003b0 - 0x000003bb (0xc) IS[B]
  693.         [31] 0  0 0x000003c0 - 0x000003df (0x20) IS[B]
  694. (==) s3(0): Write-combining range (0xe8000000,0x200000)
  695. (==) s3(0): Backing store disabled
  696. (II) s3(0): Using XFree86 Acceleration Architecture (XAA)
  697.         Screen to screen bit blits
  698.         Solid filled rectangles
  699.         8x8 color pattern filled rectangles
  700.         Solid Lines
  701. (II) s3(0): Acceleration enabled
  702. (II) s3(0): Using PIO
  703. (II) s3(0): Using SW cursor
  704. (**) Option "dpms"
  705. (**) s3(0): DPMS enabled
  706. (==) RandR enabled
  707. (II) Setting vga for screen 0.
  708. (II) Initializing built-in extension MIT-SHM
  709. (II) Initializing built-in extension XInputExtension
  710. (II) Initializing built-in extension XTEST
  711. (II) Initializing built-in extension XKEYBOARD
  712. (II) Initializing built-in extension XC-APPGROUP
  713. (II) Initializing built-in extension XAccessControlExtension
  714. (II) Initializing built-in extension SECURITY
  715. (II) Initializing built-in extension XINERAMA
  716. (II) Initializing built-in extension XFIXES
  717. (II) Initializing built-in extension XFree86-Bigfont
  718. (II) Initializing built-in extension RENDER
  719. (II) Initializing built-in extension RANDR
  720. (II) Initializing built-in extension COMPOSITE
  721. (II) Initializing built-in extension DAMAGE
  722. (II) Initializing built-in extension XEVIE
  723. (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
  724. (**) Option "CoreKeyboard"
  725. (**) Generic Keyboard: Core Keyboard
  726. (**) Option "Protocol" "standard"
  727. (**) Generic Keyboard: Protocol: standard
  728. (**) Option "AutoRepeat" "500 30"
  729. (**) Option "XkbRules" "xorg"
  730. (**) Generic Keyboard: XkbRules: "xorg"
  731. (**) Option "XkbModel" "pc105"
  732. (**) Generic Keyboard: XkbModel: "pc105"
  733. (**) Option "XkbLayout" "us"
  734. (**) Generic Keyboard: XkbLayout: "us"
  735. (**) Option "CustomKeycodes" "off"
  736. (**) Generic Keyboard: CustomKeycodes disabled
  737. (**) Option "Protocol" "ImPS/2"
  738. (**) Configured Mouse: Device: "/dev/input/mice"
  739. (**) Configured Mouse: Protocol: "ImPS/2"
  740. (**) Option "CorePointer"
  741. (**) Configured Mouse: Core Pointer
  742. (**) Option "Device" "/dev/input/mice"
  743. (==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
  744. (**) Option "ZAxisMapping" "4 5"
  745. (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
  746. (**) Configured Mouse: Buttons: 9
  747. (**) Configured Mouse: Sensitivity: 1
  748. (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
  749. (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
  750. (II) Configured Mouse: ps2EnableDataReporting: succeeded
  751. Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
  752.  
  753. End Files:

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