Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.81 KB | None | 0 0
  1. FreeBSD jimmiejaz.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011 jimmie@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386
  2.  
  3. dmesg:
  4. vgapci0: <VGA-compatible display> port 0xb800-0xb8ff mem 0xd0000000-0xdfffffff,0xff520000-0xff52ffff irq 19 at device 3.0 on pci6
  5. drm0: <ATI Radeon LW RV200 Mobility 7500 M7> on vgapci0
  6. vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
  7.  
  8.  
  9. pciconf -vl:
  10. vgapci0@pci0:6:3:0: class=0x030000 card=0x51571002 chip=0x4c571002 rev=0x00 hdr=0x00
  11. vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.'
  12. device = 'Mobility Radeon 7500 (M7 [LW])'
  13. class = display
  14. subclass = VGA
  15.  
  16.  
  17. pkg_info:
  18.  
  19. xorg-7.5.1 X.Org complete distribution metaport
  20. xorg-apps-7.5.1 X.org apps meta-port
  21. xorg-cf-files-1.0.4 X.org cf files for use with imake builds
  22. xorg-docs-1.6,1 X.org documentation files
  23. xorg-drivers-7.5.1 X.org drivers meta-port
  24. xorg-fonts-100dpi-7.5.1 X.Org 100dpi bitmap fonts
  25. xorg-fonts-7.5.1 X.org fonts meta-port
  26. xorg-fonts-75dpi-7.5.1 X.Org 75dpi bitmap fonts
  27. xorg-fonts-cyrillic-7.5.1 X.Org Cyrillic bitmap fonts
  28. xorg-fonts-miscbitmaps-7.5.1 X.Org miscellaneous bitmap fonts
  29. xorg-fonts-truetype-7.5.1 X.Org TrueType fonts
  30. xorg-fonts-type1-7.5.1 X.Org Type1 fonts
  31. xorg-libraries-7.5.1 X.org libraries meta-port
  32. xorg-macros-1.15.0 X.Org development aclocal macros
  33. xorg-nestserver-1.7.7,1 Nesting X server from X.Org
  34. xorg-server-1.7.7_3,1 X.Org X server and related programs
  35. xorg-vfbserver-1.7.7,1 X virtual framebuffer server from X.Org
  36. xf86-input-acecad-1.4.0_1 X.Org acecad input driver
  37. xf86-input-elographics-1.2.4 X.Org elographics input driver
  38. xf86-input-hyperpen-1.3.0_5 X.Org hyperpen input driver
  39. xf86-input-joystick-1.5.0_1 X.Org joystick input driver
  40. xf86-input-keyboard-1.5.0 X.Org keyboard input driver
  41. xf86-input-mouse-1.6.0 X.Org mouse input driver
  42. xf86-input-mutouch-1.2.1_6 X.Org mutouch input driver
  43. xf86-input-penmount-1.4.1_1 X.Org penmount input driver
  44. xf86-input-void-1.3.1 X.Org void input driver
  45. xf86-video-ati-6.14.2 X.Org ati display driver
  46. xf86-video-dummy-0.3.4 X.Org dummy display driver
  47. xf86-video-fbdev-0.4.2 X.Org fbdev display driver
  48. xf86-video-intel-2.7.1_4 Driver for Intel integrated graphics chipsets
  49. xf86-video-mach64-6.8.2_1 X.Org mach64 display driver
  50. xf86-video-nv-2.1.18 X.Org nv display driver
  51. xf86-video-openchrome-0.2.904_3 X.Org openChrome display driver
  52. xf86-video-r128-6.8.1_2 X.Org r128 display driver
  53. xf86-video-radeonhd-1.3.0_4 X.Org ati RadeonHD display driver
  54. xf86-video-vesa-2.3.0_1 X.Org vesa display driver
  55. xf86-video-vmware-11.0.3_1 X.Org vmware display driver
  56. xf86driproto-2.1.1 XFree86-DRI extension headers
  57. xorg-drivers-7.5.1 X.org drivers meta-port
  58. libGL-7.6.1 OpenGL library that renders using GLX or DRI
  59. libGLU-7.6.1 OpenGL utility library
  60. mesa-demos-7.6.1 OpenGL demos distributed with Mesa
  61. dri-7.6.1,2 OpenGL hardware acceleration drivers for the DRI
  62.  
  63. /etc/X11/xorg.conf:
  64.  
  65. #Section "Extensions"
  66. # Option "Composite" "Enable"
  67. # Option "RENDER" "Enable"
  68. #EndSection
  69.  
  70. Section "ServerLayout"
  71. Identifier "Simple Layout"
  72. Screen "Screen1" 0 0
  73. InputDevice "Mouse1" "CorePointer"
  74. InputDevice "Keyboard1" "CoreKeyboard"
  75. # Option "AllowEmptyInput" "OFF" http://www.wonkity.com/~wblock/docs/html/aei.html
  76. Option "AutoAddDevices" "OFF"
  77. Option "AIGLX" "ON" # Usually uncommented - testing
  78. Option "Log" "sync"
  79. Option "DontZap" "off"
  80. EndSection
  81.  
  82. Section "Files"
  83. ModulePath "/usr/local/lib/xorg/modules"
  84. FontPath "/usr/local/lib/X11/fonts/local/"
  85. FontPath "/usr/local/lib/X11/fonts/misc/"
  86. FontPath "/usr/local/lib/X11/fonts/75dpi/:unscaled"
  87. FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled"
  88. FontPath "/usr/local/lib/X11/fonts/Type1/"
  89. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  90. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  91. FontPath "/usr/local/lib/X11/fonts/TTF/"
  92. FontPath "/usr/local/lib/X11/fonts/artwiz-fonts/"
  93. FontPath "/usr/local/lib/X11/fonts/webfonts/"
  94. FontPath "/usr/local/lib/X11/fonts/URW/"
  95. FontPath "/usr/local/lib/X11/fonts/jmk"
  96. FontPath "/usr/local/lib/X11/fonts/OTF"
  97. FontPath "/usr/local/lib/X11/fonts/dejavu"
  98. FontPath "/usr/local/lib/X11/fonts/terminus-font"
  99. FontPath "/usr/local/lib/X11/fonts/artwiz-fonts"
  100. FontPath "/usr/local/lib/X11/fonts/Droid/"
  101. FontPath "/usr/local/lib/X11/fonts/fonts-indic/"
  102. EndSection
  103.  
  104. ## Section moved to ServerLayout section.
  105. #Section "ServerFlags"
  106. # Option "DontZap" "OFF"
  107. #EndSection
  108.  
  109. Section "Module"
  110. Load "GLcore"
  111. Load "drm"
  112. Load "vbe"
  113. Load "int10"
  114. Disable "record" #new
  115. EndSection
  116.  
  117. Section "InputDevice"
  118. Identifier "Keyboard1"
  119. Driver "kbd"
  120. Option "pc101"
  121. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  122. Option "XkbOptions" "compose:lwin"
  123. EndSection
  124.  
  125. Section "InputDevice"
  126. Identifier "Mouse1"
  127. Driver "mouse"
  128. Option "Protocol" "AUTO"
  129. Option "Device" "/dev/sysmouse"
  130. Option "Buttons" "10"
  131. Option "ZAxisMapping" "4 5"
  132. Option "ButtonMapping" "1 2 3 6 7 8 9 10 4 5"
  133. Option "Emulate3Buttons" "no"
  134. EndSection
  135.  
  136. Section "Monitor"
  137. # HorizSync 31-65
  138. # VertRefresh 55-100
  139. # HorizSync 81
  140. # VertRefresh 65
  141. # Modeline "1600x1200_65.00" 176.23 1600 1712 1888 2176 1200 1201 1204 1246 -HSync +Vsync
  142. Identifier "monitor0"
  143. EndSection
  144.  
  145. Section "Device"
  146. Identifier "Radeon"
  147. Driver "ati"
  148. # Driver "vesa"
  149. VendorName "ATI"
  150. BusID "PCI:6:3:0"
  151. Option "DPMS" "Off"
  152. # Option "AccelMethod" "XAA
  153. Option "AccelMethod" "EXA"
  154. Option "EXAVSync" "ON"
  155. # Option "NoAccel" "true"
  156. # Option "DynamicPM "on"
  157. EndSection
  158.  
  159. Section "Screen"
  160. Identifier "Screen1"
  161. Device "Radeon"
  162. Monitor "monitor0"
  163. DefaultDepth 24
  164. Subsection "Display"
  165. # Modes "1600x1200" "1280x1024" "1024x768"
  166. # Viewport 1600 1200
  167. # Depth 24
  168. EndSubSection
  169. EndSection
  170.  
  171. Section "DRI"
  172. Mode 0666
  173. EndSection
  174.  
  175.  
  176.  
  177.  
  178. X.Org X Server 1.7.7
  179. Release Date: 2010-05-04
  180. X Protocol Version 11, Revision 0
  181. Build Operating System: FreeBSD 8.2-STABLE i386
  182. Current Operating System: FreeBSD jimmiejaz.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011 jimmie@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386
  183. Build Date: 20 October 2011 09:08:23PM
  184.  
  185. Current version of pixman: 0.22.2
  186. Before reporting problems, check http://wiki.x.org
  187. to make sure that you have the latest version.
  188. Markers: (--) probed, (**) from config file, (==) default setting,
  189. (++) from command line, (!!) notice, (II) informational,
  190. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  191. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 18 14:36:09 2011
  192. (==) Using config file: "/etc/X11/xorg.conf"
  193. (==) ServerLayout "Simple Layout"
  194. (**) |-->Screen "Screen1" (0)
  195. (**) | |-->Monitor "monitor0"
  196. (**) | |-->Device "Radeon"
  197. (**) |-->Input Device "Mouse1"
  198. (**) |-->Input Device "Keyboard1"
  199. (**) Option "DontZap" "off"
  200. (**) Option "Log" "sync"
  201. (**) Option "AIGLX" "ON"
  202. (**) Option "AutoAddDevices" "OFF"
  203. (**) Not automatically adding devices
  204. (==) Automatically enabling devices
  205. (**) Syncing logfile enabled
  206. (WW) `fonts.dir' not found (or not valid) in "/usr/local/lib/X11/fonts/fonts-indic/".
  207. Entry deleted from font path.
  208. (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/fonts-indic/").
  209. (**) FontPath set to:
  210. /usr/local/lib/X11/fonts/local/,
  211. /usr/local/lib/X11/fonts/misc/,
  212. /usr/local/lib/X11/fonts/75dpi/:unscaled,
  213. /usr/local/lib/X11/fonts/100dpi/:unscaled,
  214. /usr/local/lib/X11/fonts/Type1/,
  215. /usr/local/lib/X11/fonts/75dpi/,
  216. /usr/local/lib/X11/fonts/100dpi/,
  217. /usr/local/lib/X11/fonts/TTF/,
  218. /usr/local/lib/X11/fonts/artwiz-fonts/,
  219. /usr/local/lib/X11/fonts/webfonts/,
  220. /usr/local/lib/X11/fonts/URW/,
  221. /usr/local/lib/X11/fonts/jmk,
  222. /usr/local/lib/X11/fonts/OTF,
  223. /usr/local/lib/X11/fonts/dejavu,
  224. /usr/local/lib/X11/fonts/terminus-font,
  225. /usr/local/lib/X11/fonts/artwiz-fonts,
  226. /usr/local/lib/X11/fonts/Droid/,
  227. /usr/local/lib/X11/fonts/misc/,
  228. /usr/local/lib/X11/fonts/TTF/,
  229. /usr/local/lib/X11/fonts/OTF,
  230. /usr/local/lib/X11/fonts/Type1/,
  231. /usr/local/lib/X11/fonts/100dpi/,
  232. /usr/local/lib/X11/fonts/75dpi/
  233. (**) ModulePath set to "/usr/local/lib/xorg/modules"
  234. (II) Loader magic: 0x81def40
  235. (II) Module ABI versions:
  236. X.Org ANSI C Emulation: 0.4
  237. X.Org Video Driver: 6.0
  238. X.Org XInput driver : 7.0
  239. X.Org Server Extension : 2.0
  240. (--) Using syscons driver with X support (version 2.0)
  241. (--) using VT number 9
  242.  
  243. (--) PCI:*(0:6:3:0) 1002:4c57:1002:5157 ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xd0000000/268435456, 0xff520000/65536, I/O @ 0x0000b800/256, BIOS @ 0x????????/65536
  244. (WW) "record" will not be loaded unless you've specified it to be loaded elsewhere.
  245. (II) "extmod" will be loaded by default.
  246. (II) "dbe" will be loaded by default.
  247. (II) "glx" will be loaded by default.
  248. (II) "record" will be loaded even though the default is to disable it.
  249. (II) "dri" will be loaded by default.
  250. (II) "dri2" will be loaded by default.
  251. (II) LoadModule: "vbe"
  252. (II) Loading /usr/local/lib/xorg/modules/libvbe.so
  253. (II) Module vbe: vendor="X.Org Foundation"
  254. compiled for 1.7.7, module version = 1.1.0
  255. ABI class: X.Org Video Driver, version 6.0
  256. (II) LoadModule: "int10"
  257. (II) Loading /usr/local/lib/xorg/modules/libint10.so
  258. (II) Module int10: vendor="X.Org Foundation"
  259. compiled for 1.7.7, module version = 1.0.0
  260. ABI class: X.Org Video Driver, version 6.0
  261. (II) LoadModule: "extmod"
  262. (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
  263. (II) Module extmod: vendor="X.Org Foundation"
  264. compiled for 1.7.7, module version = 1.0.0
  265. Module class: X.Org Server Extension
  266. ABI class: X.Org Server Extension, version 2.0
  267. (II) Loading extension MIT-SCREEN-SAVER
  268. (II) Loading extension XFree86-VidModeExtension
  269. (II) Loading extension XFree86-DGA
  270. (II) Loading extension DPMS
  271. (II) Loading extension XVideo
  272. (II) Loading extension XVideo-MotionCompensation
  273. (II) Loading extension X-Resource
  274. (II) LoadModule: "dbe"
  275. (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
  276. (II) Module dbe: vendor="X.Org Foundation"
  277. compiled for 1.7.7, module version = 1.0.0
  278. Module class: X.Org Server Extension
  279. ABI class: X.Org Server Extension, version 2.0
  280. (II) Loading extension DOUBLE-BUFFER
  281. (II) LoadModule: "glx"
  282. (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
  283. (II) Module glx: vendor="X.Org Foundation"
  284. compiled for 1.7.7, module version = 1.0.0
  285. ABI class: X.Org Server Extension, version 2.0
  286. (**) AIGLX enabled
  287. (II) Loading extension GLX
  288. (II) LoadModule: "dri"
  289. (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so
  290. (II) Module dri: vendor="X.Org Foundation"
  291. compiled for 1.7.7, module version = 1.0.0
  292. ABI class: X.Org Server Extension, version 2.0
  293. (II) Loading extension XFree86-DRI
  294. (II) LoadModule: "dri2"
  295. (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
  296. (II) Module dri2: vendor="X.Org Foundation"
  297. compiled for 1.7.7, module version = 1.1.0
  298. ABI class: X.Org Server Extension, version 2.0
  299. (II) Loading extension DRI2
  300. (II) LoadModule: "ati"
  301. (II) Loading /usr/local/lib/xorg/modules/drivers/ati_drv.so
  302. (II) Module ati: vendor="X.Org Foundation"
  303. compiled for 1.7.7, module version = 6.14.2
  304. Module class: X.Org Video Driver
  305. ABI class: X.Org Video Driver, version 6.0
  306. (II) LoadModule: "radeon"
  307. (II) Loading /usr/local/lib/xorg/modules/drivers/radeon_drv.so
  308. (II) Module radeon: vendor="X.Org Foundation"
  309. compiled for 1.7.7, module version = 6.14.2
  310. Module class: X.Org Video Driver
  311. ABI class: X.Org Video Driver, version 6.0
  312. (II) LoadModule: "mouse"
  313. (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
  314. (II) Module mouse: vendor="X.Org Foundation"
  315. compiled for 1.7.7, module version = 1.6.0
  316. Module class: X.Org XInput Driver
  317. ABI class: X.Org XInput driver, version 7.0
  318. (II) LoadModule: "kbd"
  319. (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
  320. (II) Module kbd: vendor="X.Org Foundation"
  321. compiled for 1.7.7, module version = 1.5.0
  322. Module class: X.Org XInput Driver
  323. ABI class: X.Org XInput driver, version 7.0
  324. (II) RADEON: Driver for ATI Radeon chipsets:
  325. ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
  326. ATI Radeon Mobility X300 (M24) 3152 (PCIE),
  327. ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
  328. ATI Radeon X600 (RV380) 3E50 (PCIE),
  329. ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
  330. ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
  331. ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
  332. ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
  333. ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
  334. ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
  335. ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
  336. ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
  337. ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
  338. ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
  339. ATI Radeon IGP330M/340M/350M (U2) 4337,
  340. ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
  341. ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
  342. ATI Radeon X800PRO (R420) JI (AGP),
  343. ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
  344. ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
  345. ATI Radeon Mobility 9800 (M18) JN (AGP),
  346. ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
  347. ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
  348. ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
  349. ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
  350. ATI Radeon Mobility M7 LW (AGP),
  351. ATI Mobility FireGL 7800 M7 LX (AGP),
  352. ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
  353. ATI FireGL Mobility 9000 (M9) Ld (AGP),
  354. ATI Radeon Mobility 9000 (M9) Lf (AGP),
  355. ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
  356. ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
  357. ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
  358. ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
  359. ATI Radeon 9800XT NJ (AGP),
  360. ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
  361. ATI Radeon Mobility 9600 (M10) NQ (AGP),
  362. ATI Radeon Mobility 9600 (M11) NR (AGP),
  363. ATI Radeon Mobility 9600 (M10) NS (AGP),
  364. ATI FireGL Mobility T2 (M10) NT (AGP),
  365. ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
  366. ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
  367. ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
  368. ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
  369. ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
  370. ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
  371. ATI Radeon Mobility X300 (M22) 5460 (PCIE),
  372. ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
  373. ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
  374. ATI Radeon X800PRO (R423) UI (PCIE),
  375. ATI Radeon X800LE (R423) UJ (PCIE),
  376. ATI Radeon X800SE (R423) UK (PCIE),
  377. ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
  378. ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
  379. ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
  380. ATI FireGL unknown (R423) UR (PCIE),
  381. ATI FireGL unknown (R423) UT (PCIE),
  382. ATI Mobility FireGL V5000 (M26) (PCIE),
  383. ATI Mobility FireGL V5000 (M26) (PCIE),
  384. ATI Mobility Radeon X700 XL (M26) (PCIE),
  385. ATI Mobility Radeon X700 (M26) (PCIE),
  386. ATI Mobility Radeon X700 (M26) (PCIE),
  387. ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
  388. ATI Radeon Mobility 9100 IGP (U3) 5835,
  389. ATI Radeon XPRESS 200 5954 (PCIE),
  390. ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
  391. ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
  392. ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
  393. ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
  394. ATI Radeon XPRESS 200M 5975 (PCIE),
  395. ATI Radeon XPRESS 200 5A41 (PCIE),
  396. ATI Radeon XPRESS 200M 5A42 (PCIE),
  397. ATI Radeon XPRESS 200 5A61 (PCIE),
  398. ATI Radeon XPRESS 200M 5A62 (PCIE),
  399. ATI Radeon X300 (RV370) 5B60 (PCIE),
  400. ATI Radeon X600 (RV370) 5B62 (PCIE),
  401. ATI Radeon X550 (RV370) 5B63 (PCIE),
  402. ATI FireGL V3100 (RV370) 5B64 (PCIE),
  403. ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
  404. ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
  405. ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
  406. ATI Mobility Radeon X800 XT (M28) (PCIE),
  407. ATI Mobility FireGL V5100 (M28) (PCIE),
  408. ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
  409. ATI Radeon X850 XT PE (R480) (PCIE),
  410. ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
  411. ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
  412. ATI Radeon X850 XT (R480) (PCIE),
  413. ATI Radeon X800XT (R423) 5D57 (PCIE),
  414. ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
  415. ATI Radeon X700 PRO (RV410) (PCIE),
  416. ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
  417. ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
  418. ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
  419. ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
  420. ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
  421. ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
  422. ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
  423. ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
  424. ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
  425. ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
  426. ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
  427. ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
  428. ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
  429. ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
  430. ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
  431. ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
  432. ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
  433. ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
  434. ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
  435. ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
  436. ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
  437. ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
  438. ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
  439. ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
  440. ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
  441. ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
  442. ATI Mobility Radeon X1700, ATI Radeon X2300HD,
  443. ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
  444. ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
  445. ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
  446. ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
  447. ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
  448. ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
  449. ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
  450. ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
  451. ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
  452. ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
  453. ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
  454. ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
  455. ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
  456. ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
  457. ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
  458. ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
  459. ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
  460. ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
  461. ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
  462. ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
  463. AMD FireStream 9250, ATI FirePro V8700 (FireGL),
  464. ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
  465. ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
  466. ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
  467. ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
  468. ATI Mobility Radeon HD 4670, ATI FirePro M5750,
  469. ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
  470. ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
  471. ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
  472. ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
  473. ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
  474. ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
  475. ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
  476. ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
  477. ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
  478. ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
  479. ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
  480. ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
  481. ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
  482. ATI Mobility Radeon HD 3850 X2, ATI RV670,
  483. ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
  484. ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
  485. ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
  486. ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
  487. ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
  488. ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
  489. ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
  490. ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
  491. ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
  492. ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
  493. ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
  494. ATI FireGL V3600, ATI Radeon HD 2600 LE,
  495. ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
  496. ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
  497. ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
  498. ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
  499. ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
  500. ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
  501. ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
  502. ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
  503. ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
  504. ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
  505. ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
  506. ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
  507. ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100,
  508. ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
  509. ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
  510. AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
  511. AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
  512. AMD Radeon HD 6200 Series Graphics, CYPRESS,
  513. ATI FirePro (FireGL) Graphics Adapter,
  514. ATI FirePro (FireGL) Graphics Adapter,
  515. ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
  516. AMD Firestream 9350, ATI Radeon HD 5800 Series,
  517. ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
  518. ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
  519. ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
  520. ATI Mobility Radeon HD 5800 Series,
  521. ATI FirePro (FireGL) Graphics Adapter,
  522. ATI FirePro (FireGL) Graphics Adapter,
  523. ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
  524. ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
  525. ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
  526. ATI Mobility Radeon HD 5000 Series,
  527. ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
  528. ATI FirePro (FireGL) Graphics Adapter,
  529. ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
  530. ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
  531. ATI Mobility Radeon HD 5000 Series,
  532. ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
  533. ATI Mobility Radeon Graphics, CEDAR,
  534. ATI FirePro (FireGL) Graphics Adapter,
  535. ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
  536. ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
  537. CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
  538. AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
  539. AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
  540. BARTS, Mobility Radeon HD 6000 Series,
  541. Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
  542. AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
  543. AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
  544. TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS,
  545. CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
  546. CAICOS
  547. (II) Primary Device is: PCI 06@00:03:0
  548. (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
  549. (II) RADEON(0): TOTO SAYS 00000000ff520000
  550. (II) RADEON(0): MMIO registers at 0x00000000ff520000: size 64KB
  551. (II) RADEON(0): PCI bus 6 card 3 func 0
  552. (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
  553. (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
  554. (==) RADEON(0): Default visual is TrueColor
  555. (**) RADEON(0): Option "AccelMethod" "EXA"
  556. (**) RADEON(0): Option "EXAVSync" "ON"
  557. (II) Loading sub module "vgahw"
  558. (II) LoadModule: "vgahw"
  559. (II) Loading /usr/local/lib/xorg/modules/libvgahw.so
  560. (II) Module vgahw: vendor="X.Org Foundation"
  561. compiled for 1.7.7, module version = 0.1.0
  562. ABI class: X.Org Video Driver, version 6.0
  563. (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
  564. (==) RADEON(0): RGB weight 888
  565. (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
  566. (--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
  567. (--) RADEON(0): Linear framebuffer at 0x00000000d0000000
  568. (II) RADEON(0): PCI card detected
  569. (II) Loading sub module "int10"
  570. (II) LoadModule: "int10"
  571. (II) Reloading /usr/local/lib/xorg/modules/libint10.so
  572. (II) RADEON(0): initializing int10
  573. (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear
  574. (==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear
  575. (II) RADEON(0): Primary V_BIOS segment is: 0xc000
  576. (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear
  577. (II) RADEON(0): Legacy BIOS detected
  578. drmOpenDevice: node name is /dev/dri/card0
  579. drmOpenDevice: open result is 8, (OK)
  580. drmOpenByBusid: Searching for BusID pci:0000:06:03.0
  581. drmOpenDevice: node name is /dev/dri/card0
  582. drmOpenDevice: open result is 8, (OK)
  583. drmOpenByBusid: drmOpenMinor returns 8
  584. drmOpenByBusid: drmGetBusid reports pci:0000:06:03.0
  585. (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.31.0
  586. (==) RADEON(0): Page Flipping disabled
  587. (II) RADEON(0): Will try to use DMA for Xv image transfers
  588. (II) RADEON(0): Detected total video RAM=131072K, accessible=131072K (PCI BAR=262144K)
  589. (--) RADEON(0): Mapped VideoRAM: 131072 kByte (64 bit DDR SDRAM)
  590. (II) RADEON(0): Color tiling enabled by default
  591. (II) Loading sub module "ddc"
  592. (II) LoadModule: "ddc"
  593. (II) Module "ddc" already built-in
  594. (II) Loading sub module "i2c"
  595. (II) LoadModule: "i2c"
  596. (II) Module "i2c" already built-in
  597. (II) RADEON(0): ref_freq: 2700, min_out_pll: 20000, max_out_pll: 40000, min_in_pll: 40, max_in_pll: 3000, xclk: 14100, sclk: 180.000000, mclk: 141.000000
  598. (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=40000; xclk=14100
  599. (II) RADEON(0): DFP table revision: 3
  600. (II) RADEON(0): Output VGA-0 using monitor section monitor0
  601. (II) RADEON(0): I2C bus "VGA-0" initialized.
  602. (II) RADEON(0): Output DVI-0 has no monitor section
  603. (II) RADEON(0): I2C bus "DVI-0" initialized.
  604. (II) RADEON(0): Output S-video has no monitor section
  605. (II) RADEON(0): Default TV standard: NTSC
  606. (II) RADEON(0): TV standards supported by chip: NTSC PAL
  607. (II) RADEON(0): Port0:
  608. XRANDR name: VGA-0
  609. Connector: VGA
  610. CRT1: INTERNAL_DAC1
  611. DDC reg: 0x60
  612. (II) RADEON(0): Port1:
  613. XRANDR name: DVI-0
  614. Connector: DVI-I
  615. CRT2: INTERNAL_DAC2
  616. DFP1: INTERNAL_TMDS1
  617. DDC reg: 0x64
  618. (II) RADEON(0): Port2:
  619. XRANDR name: S-video
  620. Connector: S-video
  621. TV1: INTERNAL_DAC2
  622. DDC reg: 0x0
  623. (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
  624. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
  625. finished output detect: 0
  626. (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
  627. (II) RADEON(0): I2C device "DVI-0:DDC control interface" registered at address 0x6E.
  628. (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
  629. (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
  630. (II) RADEON(0): Manufacturer: IBM Model: 24c9 Serial#: 16843009
  631. (II) RADEON(0): Year: 2006 Week: 25
  632. (II) RADEON(0): EDID Version: 1.3
  633. (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
  634. (II) RADEON(0): Sync: Separate
  635. (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27
  636. (II) RADEON(0): Gamma: 2.20
  637. (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
  638. (II) RADEON(0): First detailed timing is preferred mode
  639. (II) RADEON(0): redX: 0.649 redY: 0.329 greenX: 0.300 greenY: 0.060
  640. (II) RADEON(0): blueX: 0.140 blueY: 0.079 whiteX: 0.312 whiteY: 0.328
  641. (II) RADEON(0): Supported established timings:
  642. (II) RADEON(0): 720x400@70Hz
  643. (II) RADEON(0): 640x480@60Hz
  644. (II) RADEON(0): 640x480@72Hz
  645. (II) RADEON(0): 640x480@75Hz
  646. (II) RADEON(0): 800x600@60Hz
  647. (II) RADEON(0): 800x600@72Hz
  648. (II) RADEON(0): 800x600@75Hz
  649. (II) RADEON(0): 1024x768@60Hz
  650. (II) RADEON(0): 1024x768@70Hz
  651. (II) RADEON(0): 1024x768@75Hz
  652. (II) RADEON(0): 1280x1024@75Hz
  653. (II) RADEON(0): Manufacturer's mask: 0
  654. (II) RADEON(0): Supported standard timings:
  655. (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
  656. (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 70 vid: 35457
  657. (II) RADEON(0): Supported detailed timing:
  658. (II) RADEON(0): clock: 135.0 MHz Image Size: 340 x 270 mm
  659. (II) RADEON(0): h_active: 1280 h_sync: 1296 h_sync_end 1440 h_blank_end 1688 h_border: 0
  660. (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
  661. (II) RADEON(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
  662. (II) RADEON(0): Serial No: V2DLC49
  663. (II) RADEON(0): Monitor name: IBM L171
  664. (II) RADEON(0): EDID (in hex):
  665. (II) RADEON(0): 00ffffffffffff00244dc92401010101
  666. (II) RADEON(0): 1910010368221b782a5dd0a6544c0f23
  667. (II) RADEON(0): 145054adcf008180818a010101010101
  668. (II) RADEON(0): 010101010101bc34009851002a401090
  669. (II) RADEON(0): 1300540e1100001e000000fd00374b1e
  670. (II) RADEON(0): 530e000a202020202020000000ff0056
  671. (II) RADEON(0): 32444c4334390a2020202020000000fc
  672. (II) RADEON(0): 0049424d204c3137310a20202020001c
  673. finished output detect: 1
  674. (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
  675. finished output detect: 2
  676. finished all detect
  677. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
  678. (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
  679. (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
  680. (II) RADEON(0): Manufacturer: IBM Model: 24c9 Serial#: 16843009
  681. (II) RADEON(0): Year: 2006 Week: 25
  682. (II) RADEON(0): EDID Version: 1.3
  683. (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
  684. (II) RADEON(0): Sync: Separate
  685. (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27
  686. (II) RADEON(0): Gamma: 2.20
  687. (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
  688. (II) RADEON(0): First detailed timing is preferred mode
  689. (II) RADEON(0): redX: 0.649 redY: 0.329 greenX: 0.300 greenY: 0.060
  690. (II) RADEON(0): blueX: 0.140 blueY: 0.079 whiteX: 0.312 whiteY: 0.328
  691. (II) RADEON(0): Supported established timings:
  692. (II) RADEON(0): 720x400@70Hz
  693. (II) RADEON(0): 640x480@60Hz
  694. (II) RADEON(0): 640x480@72Hz
  695. (II) RADEON(0): 640x480@75Hz
  696. (II) RADEON(0): 800x600@60Hz
  697. (II) RADEON(0): 800x600@72Hz
  698. (II) RADEON(0): 800x600@75Hz
  699. (II) RADEON(0): 1024x768@60Hz
  700. (II) RADEON(0): 1024x768@70Hz
  701. (II) RADEON(0): 1024x768@75Hz
  702. (II) RADEON(0): 1280x1024@75Hz
  703. (II) RADEON(0): Manufacturer's mask: 0
  704. (II) RADEON(0): Supported standard timings:
  705. (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
  706. (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 70 vid: 35457
  707. (II) RADEON(0): Supported detailed timing:
  708. (II) RADEON(0): clock: 135.0 MHz Image Size: 340 x 270 mm
  709. (II) RADEON(0): h_active: 1280 h_sync: 1296 h_sync_end 1440 h_blank_end 1688 h_border: 0
  710. (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
  711. (II) RADEON(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
  712. (II) RADEON(0): Serial No: V2DLC49
  713. (II) RADEON(0): Monitor name: IBM L171
  714. (II) RADEON(0): EDID (in hex):
  715. (II) RADEON(0): 00ffffffffffff00244dc92401010101
  716. (II) RADEON(0): 1910010368221b782a5dd0a6544c0f23
  717. (II) RADEON(0): 145054adcf008180818a010101010101
  718. (II) RADEON(0): 010101010101bc34009851002a401090
  719. (II) RADEON(0): 1300540e1100001e000000fd00374b1e
  720. (II) RADEON(0): 530e000a202020202020000000ff0056
  721. (II) RADEON(0): 32444c4334390a2020202020000000fc
  722. (II) RADEON(0): 0049424d204c3137310a20202020001c
  723. (II) RADEON(0): EDID vendor "IBM", prod id 9417
  724. (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
  725. (II) RADEON(0): Output VGA-0 disconnected
  726. (II) RADEON(0): Output DVI-0 connected
  727. (II) RADEON(0): Output S-video disconnected
  728. (II) RADEON(0): Using exact sizes for initial modes
  729. (II) RADEON(0): Output DVI-0 using initial mode 1280x1024
  730. (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
  731. (==) RADEON(0): DPI set to (96, 96)
  732. (II) Loading sub module "fb"
  733. (II) LoadModule: "fb"
  734. (II) Loading /usr/local/lib/xorg/modules/libfb.so
  735. (II) Module fb: vendor="X.Org Foundation"
  736. compiled for 1.7.7, module version = 1.0.0
  737. ABI class: X.Org ANSI C Emulation, version 0.4
  738. (II) Loading sub module "ramdac"
  739. (II) LoadModule: "ramdac"
  740. (II) Module "ramdac" already built-in
  741. (**) RADEON(0): Using EXA acceleration architecture
  742. (II) Loading sub module "exa"
  743. (II) LoadModule: "exa"
  744. (II) Loading /usr/local/lib/xorg/modules/libexa.so
  745. (II) Module exa: vendor="X.Org Foundation"
  746. compiled for 1.7.7, module version = 2.5.0
  747. ABI class: X.Org Video Driver, version 6.0
  748. (==) RADEON(0): Assuming overlay scaler buffer width is 1536
  749. (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
  750. (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear
  751. (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
  752. (--) Depth 24 pixmap format is 32 bpp
  753. (II) RADEON(0): RADEONScreenInit d0000000 0 0
  754. (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear
  755. Entering TV Save
  756. Save TV timing tables
  757. saveTimingTables: reading timing tables
  758. TV Save done
  759. disable TVDAC
  760. (II) RADEON(0): Dynamic Power Management Disabled
  761. (==) RADEON(0): Using 24 bit depth buffer
  762. (II) RADEON(0): RADEONInitMemoryMap() :
  763. (II) RADEON(0): mem_size : 0x08000000
  764. (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000
  765. (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
  766. (II) RADEON(0): Depth moves disabled by default
  767. (II) RADEON(0): Allocating from a screen of 131072 kb
  768. (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00640000
  769. (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00644000
  770. (II) RADEON(0): Will use 6400 kb for front buffer at offset 0x00000000
  771. (II) RADEON(0): Will use 6400 kb for back buffer at offset 0x00648000
  772. (II) RADEON(0): Will use 6400 kb for depth buffer at offset 0x00c88000
  773. (II) RADEON(0): Will use 55808 kb for textures at offset 0x012c8000
  774. (II) RADEON(0): Will use 56032 kb for X Server offscreen at offset 0x04948000
  775. drmOpenDevice: node name is /dev/dri/card0
  776. drmOpenDevice: open result is 8, (OK)
  777. drmOpenDevice: node name is /dev/dri/card0
  778. drmOpenDevice: open result is 8, (OK)
  779. drmOpenByBusid: Searching for BusID pci:0000:06:03.0
  780. drmOpenDevice: node name is /dev/dri/card0
  781. drmOpenDevice: open result is 8, (OK)
  782. drmOpenByBusid: drmOpenMinor returns 8
  783. drmOpenByBusid: drmGetBusid reports pci:0000:06:03.0
  784. (II) [drm] DRM interface version 1.2
  785. (II) [drm] DRM open master succeeded.
  786. (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
  787. (II) RADEON(0): [drm] framebuffer handle = 0xd0000000
  788. (II) RADEON(0): [drm] added 1 reserved context for kernel
  789. (II) RADEON(0): X context handle = 0x1
  790. (II) RADEON(0): [drm] installed DRM signal handler
  791. (II) RADEON(0): [pci] 8192 kB allocated with handle 0xe93f9000
  792. (II) RADEON(0): [pci] ring handle = 0xe93f9000
  793. (II) RADEON(0): [pci] Ring mapped at 0x28cac000
  794. (II) RADEON(0): [pci] Ring contents 0x00000000
  795. (II) RADEON(0): [pci] ring read ptr handle = 0xe94fa000
  796. (II) RADEON(0): [pci] Ring read ptr mapped at 0x28c1c000
  797. (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
  798. (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xe94fb000
  799. (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x28dad000
  800. (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
  801. (II) RADEON(0): [pci] GART texture map handle = 0xe96fb000
  802. (II) RADEON(0): [pci] GART Texture map mapped at 0x31000000
  803. (II) RADEON(0): [drm] register handle = 0xff520000
  804. (II) RADEON(0): [dri] Visual configs initialized
  805. (II) RADEON(0): RADEONRestoreMemMapRegisters() :
  806. (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000 0x1fff0000
  807. (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
  808. (==) RADEON(0): Backing store disabled
  809. (II) RADEON(0): [DRI] installation complete
  810. (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
  811. (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
  812. (II) RADEON(0): [drm] dma control initialized, using IRQ 19
  813. (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
  814. (WW) RADEON(0): DRI init changed memory map, adjusting ...
  815. (WW) RADEON(0): MC_FB_LOCATION was: 0xd7ffd000 is: 0xd7ffd000
  816. (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xffffffc0
  817. (II) RADEON(0): RADEONRestoreMemMapRegisters() :
  818. (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000 0xd7ffd000
  819. (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
  820. (II) RADEON(0): Direct rendering enabled
  821. (II) RADEON(0): Render acceleration enabled for R100 type cards.
  822. (II) RADEON(0): Setting EXA maxPitchBytes
  823. (II) RADEON(0): EXA VSync enabled
  824. (II) EXA(0): Offscreen pixmap area of 57376768 bytes
  825. (II) EXA(0): Driver registered support for the following operations:
  826. (II) Solid
  827. (II) Copy
  828. (II) Composite (RENDER acceleration)
  829. (II) UploadToScreen
  830. (II) DownloadFromScreen
  831. (II) RADEON(0): Acceleration enabled
  832. (==) RADEON(0): Silken mouse enabled
  833. (II) RADEON(0): Detected Radeon Mobility M7, disabling multimedia i2c
  834. (II) Loading sub module "theatre_detect"
  835. (II) LoadModule: "theatre_detect"
  836. (II) Loading /usr/local/lib/xorg/modules/multimedia/theatre_detect_drv.so
  837. (II) Module theatre_detect: vendor="X.Org Foundation"
  838. compiled for 1.7.7, module version = 1.0.0
  839. ABI class: X.Org Video Driver, version 6.0
  840. (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
  841. (II) RADEON(0): Set up overlay video
  842. (II) RADEON(0): Set up textured video
  843. disable primary dac
  844. disable TVDAC
  845. disable TV
  846. disable TVDAC
  847. init memmap
  848. init common
  849. init crtc1
  850. init pll1
  851. freq: 135000000
  852. best_freq: 135000000
  853. best_feedback_div: 20
  854. best_frac_feedback_div: 0
  855. best_ref_div: 2
  856. best_post_div: 2
  857. restore memmap
  858. (II) RADEON(0): RADEONRestoreMemMapRegisters() :
  859. (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000 0xd7ffd000
  860. (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
  861. restore common
  862. restore crtc1
  863. restore pll1
  864. finished PLL1
  865. set RMX
  866. set TVDAC
  867. enable TVDAC
  868. disable primary dac
  869. (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
  870. (--) RandR disabled
  871. (II) Initializing built-in extension Generic Event Extension
  872. (II) Initializing built-in extension SHAPE
  873. (II) Initializing built-in extension MIT-SHM
  874. (II) Initializing built-in extension XInputExtension
  875. (II) Initializing built-in extension XTEST
  876. (II) Initializing built-in extension BIG-REQUESTS
  877. (II) Initializing built-in extension SYNC
  878. (II) Initializing built-in extension XKEYBOARD
  879. (II) Initializing built-in extension XC-MISC
  880. (II) Initializing built-in extension XINERAMA
  881. (II) Initializing built-in extension XFIXES
  882. (II) Initializing built-in extension RENDER
  883. (II) Initializing built-in extension RANDR
  884. (II) Initializing built-in extension COMPOSITE
  885. (II) Initializing built-in extension DAMAGE
  886. (II) AIGLX: Screen 0 is not DRI2 capable
  887. drmOpenDevice: node name is /dev/dri/card0
  888. drmOpenDevice: open result is 9, (OK)
  889. drmOpenByBusid: Searching for BusID pci:0000:06:03.0
  890. drmOpenDevice: node name is /dev/dri/card0
  891. drmOpenDevice: open result is 9, (OK)
  892. drmOpenByBusid: drmOpenMinor returns 9
  893. drmOpenByBusid: drmGetBusid reports pci:0000:06:03.0
  894. (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
  895. (II) AIGLX: enabled GLX_SGI_make_current_read
  896. (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
  897. (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
  898. (II) AIGLX: Loaded and initialized /usr/local/lib/dri/radeon_dri.so
  899. (II) GLX: Initialized DRI GL provider for screen 0
  900. (II) RADEON(0): Setting screen physical size to 338 x 270
  901. (**) Option "Protocol" "AUTO"
  902. (**) Mouse1: Device: "/dev/sysmouse"
  903. (**) Mouse1: Protocol: "AUTO"
  904. (**) Option "CorePointer"
  905. (**) Mouse1: always reports core events
  906. (**) Option "Device" "/dev/sysmouse"
  907. (**) Option "Buttons" "10"
  908. (**) Option "Emulate3Buttons" "no"
  909. (**) Option "ZAxisMapping" "4 5"
  910. (**) Mouse1: ZAxisMapping: buttons 4 and 5
  911. (**) Option "ButtonMapping" "1 2 3 6 7 8 9 10 4 5"
  912. (**) Mouse1: Buttons: 10
  913. (**) Mouse1: Sensitivity: 1
  914. (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
  915. (**) Mouse1: (accel) keeping acceleration scheme 1
  916. (**) Mouse1: (accel) acceleration profile 0
  917. (II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0
  918. (II) Mouse1: SetupAuto: protocol is SysMouse
  919. (**) Option "CoreKeyboard"
  920. (**) Keyboard1: always reports core events
  921. (**) Option "Protocol" "standard"
  922. (**) Keyboard1: Protocol: standard
  923. (**) Option "XkbRules" "base"
  924. (**) Keyboard1: XkbRules: "base"
  925. (**) Option "XkbModel" "pc105"
  926. (**) Keyboard1: XkbModel: "pc105"
  927. (**) Option "XkbLayout" "us"
  928. (**) Keyboard1: XkbLayout: "us"
  929. (**) Option "XkbOptions" "terminate:ctrl_alt_bksp"
  930. (**) Keyboard1: XkbOptions: "terminate:ctrl_alt_bksp"
  931. (**) Option "CustomKeycodes" "off"
  932. (**) Keyboard1: CustomKeycodes disabled
  933. (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
  934. (II) config/hal: Adding input device USB-PS2 Optical Mouse
  935. (II) AutoAddDevices is off - not adding device.
  936. (EE) config/hal: NewInputDeviceRequest failed (8)
  937. (II) config/hal: Adding input device Natural Ergonomic Keyboard 4000
  938. (II) AutoAddDevices is off - not adding device.
  939. (EE) config/hal: NewInputDeviceRequest failed (8)
  940. (II) config/hal: Adding input device AT Keyboard
  941. (II) AutoAddDevices is off - not adding device.
  942. (EE) config/hal: NewInputDeviceRequest failed (8)
  943. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
  944. (II) RADEON(0): EDID vendor "IBM", prod id 9417
  945. (II) RADEON(0): Using EDID range info for horizontal sync
  946. (II) RADEON(0): Using EDID range info for vertical refresh
  947. (II) RADEON(0): Printing DDC gathered Modelines:
  948. (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
  949. (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
  950. (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
  951. (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
  952. (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
  953. (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
  954. (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
  955. (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
  956. (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
  957. (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
  958. (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
  959. (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
  960. (II) RADEON(0): Modeline "1280x1024"x70.0 128.94 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
  961. (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
  962. (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
  963. (II) RADEON(0): Manufacturer: IBM Model: 24c9 Serial#: 16843009
  964. (II) RADEON(0): Year: 2006 Week: 25
  965. (II) RADEON(0): EDID Version: 1.3
  966. (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
  967. (II) RADEON(0): Sync: Separate
  968. (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27
  969. (II) RADEON(0): Gamma: 2.20
  970. (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
  971. (II) RADEON(0): First detailed timing is preferred mode
  972. (II) RADEON(0): redX: 0.649 redY: 0.329 greenX: 0.300 greenY: 0.060
  973. (II) RADEON(0): blueX: 0.140 blueY: 0.079 whiteX: 0.312 whiteY: 0.328
  974. (II) RADEON(0): Supported established timings:
  975. (II) RADEON(0): 720x400@70Hz
  976. (II) RADEON(0): 640x480@60Hz
  977. (II) RADEON(0): 640x480@72Hz
  978. (II) RADEON(0): 640x480@75Hz
  979. (II) RADEON(0): 800x600@60Hz
  980. (II) RADEON(0): 800x600@72Hz
  981. (II) RADEON(0): 800x600@75Hz
  982. (II) RADEON(0): 1024x768@60Hz
  983. (II) RADEON(0): 1024x768@70Hz
  984. (II) RADEON(0): 1024x768@75Hz
  985. (II) RADEON(0): 1280x1024@75Hz
  986. (II) RADEON(0): Manufacturer's mask: 0
  987. (II) RADEON(0): Supported standard timings:
  988. (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
  989. (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 70 vid: 35457
  990. (II) RADEON(0): Supported detailed timing:
  991. (II) RADEON(0): clock: 135.0 MHz Image Size: 340 x 270 mm
  992. (II) RADEON(0): h_active: 1280 h_sync: 1296 h_sync_end 1440 h_blank_end 1688 h_border: 0
  993. (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
  994. (II) RADEON(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 140 MHz
  995. (II) RADEON(0): Serial No: V2DLC49
  996. (II) RADEON(0): Monitor name: IBM L171
  997. (II) RADEON(0): EDID (in hex):
  998. (II) RADEON(0): 00ffffffffffff00244dc92401010101
  999. (II) RADEON(0): 1910010368221b782a5dd0a6544c0f23
  1000. (II) RADEON(0): 145054adcf008180818a010101010101
  1001. (II) RADEON(0): 010101010101bc34009851002a401090
  1002. (II) RADEON(0): 1300540e1100001e000000fd00374b1e
  1003. (II) RADEON(0): 530e000a202020202020000000ff0056
  1004. (II) RADEON(0): 32444c4334390a2020202020000000fc
  1005. (II) RADEON(0): 0049424d204c3137310a20202020001c
  1006. (II) RADEON(0): EDID vendor "IBM", prod id 9417
  1007. (II) RADEON(0): Output: S-video, Detected Monitor Type: 0
  1008. [mi] EQ overflowing. The server is probably stuck in an infinite loop.
  1009.  
  1010.  
  1011. glxinfo:
  1012. name of display: :0.0
  1013. display: :0 screen: 0
  1014. direct rendering: Yes
  1015. server glx vendor string: SGI
  1016. server glx version string: 1.2
  1017. server glx extensions:
  1018. GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
  1019. GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
  1020. GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control,
  1021. GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  1022. GLX_SGIX_visual_select_group
  1023. client glx vendor string: Mesa Project and SGI
  1024. client glx version string: 1.4
  1025. client glx extensions:
  1026. GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  1027. GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
  1028. GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
  1029. GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
  1030. GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
  1031. GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  1032. GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
  1033. GLX version: 1.2
  1034. GLX extensions:
  1035. GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
  1036. GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
  1037. GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
  1038. GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
  1039. GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
  1040. GLX_SGIX_visual_select_group
  1041. OpenGL vendor string: Tungsten Graphics, Inc.
  1042. OpenGL renderer string: Mesa DRI R100 (RV200 4C57) 20090101 x86/MMX/SSE2 TCL
  1043. OpenGL version string: 1.3 Mesa 7.6.1
  1044. OpenGL extensions:
  1045. GL_ARB_draw_buffers, GL_ARB_imaging, GL_ARB_multisample,
  1046. GL_ARB_multitexture, GL_ARB_texture_border_clamp,
  1047. GL_ARB_texture_compression, GL_ARB_texture_cube_map,
  1048. GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
  1049. GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
  1050. GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
  1051. GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_window_pos,
  1052. GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_logic_op,
  1053. GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
  1054. GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_draw_range_elements,
  1055. GL_EXT_fog_coord, GL_EXT_histogram, GL_EXT_multi_draw_arrays,
  1056. GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, GL_EXT_polygon_offset,
  1057. GL_EXT_rescale_normal, GL_EXT_secondary_color,
  1058. GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture,
  1059. GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
  1060. GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
  1061. GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
  1062. GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
  1063. GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
  1064. GL_APPLE_packed_pixels, GL_ATI_texture_env_combine3,
  1065. GL_ATI_texture_mirror_once, GL_IBM_multimode_draw_arrays,
  1066. GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
  1067. GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square,
  1068. GL_NV_light_max_exponent, GL_NV_texture_rectangle,
  1069. GL_NV_texgen_reflection, GL_OES_read_format, GL_SGI_color_matrix,
  1070. GL_SGI_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
  1071. GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
  1072.  
  1073. 8 GLX Visuals
  1074. visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
  1075. id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
  1076. ----------------------------------------------------------------------
  1077. 0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
  1078. 0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
  1079. 0x6e 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
  1080. 0x6f 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
  1081. 0x70 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
  1082. 0x71 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
  1083. 0x72 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
  1084. 0x65 32 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 Ncon
  1085.  
  1086. 8 GLXFBConfigs:
  1087. visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
  1088. id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
  1089. ----------------------------------------------------------------------
  1090. 0x66 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
  1091. 0x67 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
  1092. 0x68 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
  1093. 0x69 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
  1094. 0x6a 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
  1095. 0x6b 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
  1096. 0x6c 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
  1097. 0x6d 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow
  1098.  
  1099. Kernel config:
  1100. # $FreeBSD: src/sys/i386/conf/FORTYTWO jimmie james Exp $
  1101.  
  1102. machine i386
  1103. cpu I686_CPU
  1104. ident FORTYTWO
  1105.  
  1106. makeoptions CONF_CFLAGS=-fno-builtin
  1107.  
  1108. options SCHED_ULE
  1109. options PREEMPTION # Enable kernel thread preemption
  1110. options INET # InterNETworking
  1111. options INET6 # IPv6 communications protocols
  1112. options FFS # Berkeley Fast Filesystem
  1113. options SCTP
  1114. options MSDOSFS
  1115. options CD9660
  1116. options UDF
  1117. options PROCFS
  1118. options PSEUDOFS
  1119. options FDESCFS
  1120. options TMPFS
  1121. options LINPROCFS
  1122. options LINSYSFS
  1123. options NULLFS
  1124. options SOFTUPDATES # Enable FFS soft updates support
  1125. options UFS_ACL # Support for access control lists
  1126. options UFS_EXTATTR
  1127. options UFS_EXTATTR_AUTOSTART
  1128. options QUOTA
  1129. options UFS_DIRHASH # Improve performance on big directories
  1130. options MD_ROOT # MD is a potential root device
  1131. options COMPAT_43
  1132. options COMPAT_43TTY # Compatible with BSD 4.3 [KEEP THIS!]
  1133. options COMPAT_FREEBSD4 # Compatible with FreeBSD4
  1134. options COMPAT_FREEBSD5 # Compatible with FreeBSD5
  1135. options COMPAT_FREEBSD6
  1136. options COMPAT_FREEBSD7 # 8.0 UPDATE
  1137. options COMPAT_LINUX
  1138. options COMPAT_AOUT
  1139. options KTRACE # ktrace(1) support
  1140. options SYSVSHM # SYSV-style shared memory
  1141. options SYSVMSG # SYSV-style message queues
  1142. options SYSVSEM # SYSV-style semaphores
  1143. options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
  1144. options P1003_1B_SEMAPHORES
  1145. options KBD_INSTALL_CDEV # install a CDEV entry in /dev
  1146. options PRINTF_BUFR_SIZE=128
  1147. # options DEVICE_POLLING # REMOVED due to mailing list and interupt rates
  1148. options HZ=100 # Lowered from 1000, same as above
  1149.  
  1150. options IPFIREWALL #firewall
  1151. options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
  1152. options IPFIREWALL_VERBOSE_LIMIT=5 #limit verbosity
  1153. options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
  1154. options IPFIREWALL_FORWARD #packet destination changes
  1155. options IPDIVERT
  1156. options ZERO_COPY_SOCKETS
  1157. options IPSTEALTH
  1158. options ACCEPT_FILTER_HTTP
  1159. options ACCEPT_FILTER_DATA
  1160. options ACCEPT_FILTER_DNS
  1161.  
  1162. # HTT OPTIONS
  1163. options SMP
  1164. options MPTABLE_FORCE_HTT
  1165. options IPI_PREEMPTION
  1166. device apic # I/O APIC
  1167. device acpi_aiboost # ACPI Asus Desktop Extras. (voltage, temp, fan)
  1168. device pci
  1169. device cpuctl
  1170. device hwpmc
  1171. options HWPMC_HOOKS
  1172. device ipmi
  1173.  
  1174. # ATA and ATAPI devices
  1175. device ahci
  1176. options ATA_CAM
  1177. device atacore
  1178. device ataintel
  1179. device atapci
  1180.  
  1181. # ** REMOVED FOR NEW ATA-CAM SUBSYSTEM **
  1182. #device ata
  1183. #device atadisk # ATA disk drives
  1184. #device atapicd # ATAPI CDROM drives
  1185. #options ATA_REQUEST_TIMEOUT=3 # New, speed boot times
  1186. #device atapicam
  1187. #options ATA_STATIC_ID # Static device numbering
  1188. # ** END REMOVAL **
  1189.  
  1190. device scbus # SCSI bus (required for SCSI)
  1191. device da # Direct Access (disks)
  1192. device sa # Sequential Access (tape etc)
  1193. device cd # CD
  1194. device pass # Passthrough device (direct SCSI access)
  1195.  
  1196. # atkbdc0 controls both the keyboard and the PS/2 mouse
  1197. device atkbdc # AT keyboard controller
  1198. device atkbd # AT keyboard
  1199. device psm # PS/2 mouse
  1200. device kbdmux # keyboard multiplexer
  1201. device vga # VGA video card driver
  1202. device splash # Splash screen and screen saver support
  1203. options VGA_WIDTH90
  1204. device sc
  1205. device agp # support several AGP chipsets
  1206. device drm
  1207. device radeondrm
  1208. options SC_PIXEL_MODE
  1209. options SC_NORM_ATTR="(FG_CYAN|BG_BLACK)"
  1210. options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)"
  1211. options SC_HISTORY_SIZE=5000
  1212. #options TEKEN_UTF8 #UTF-8
  1213. #options TEKEN_XTERM #UTF-8
  1214.  
  1215. # Add suspend/resume support for the i8254.
  1216. device pmtimer
  1217.  
  1218. # Serial (COM) ports
  1219. # device sio # broke kernel build
  1220. device puc
  1221. device uart
  1222.  
  1223. # Parallel port
  1224. device ppc
  1225. device ppbus # Parallel port bus (required)
  1226. device lpt # Printer
  1227.  
  1228. # PCI Ethernet NICs that use the common MII bus controller code.
  1229. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
  1230. device miibus # MII bus support
  1231. device msk
  1232.  
  1233. # Pseudo devices.
  1234. device loop # Network loopback
  1235. device random # Entropy device
  1236. device ether # Ethernet support
  1237. device tun # Packet tunnel.
  1238. device pty # Pseudo-ttys (telnet etc)
  1239. device md # Memory "disks"
  1240. device gif # IPv6 and IPv4 tunneling
  1241. device faith # IPv6-to-IPv4 relaying (translation)
  1242. device snp
  1243.  
  1244. # The `bpf' device enables the Berkeley Packet Filter.
  1245. # Be aware of the administrative consequences of enabling this!
  1246. # Note that 'bpf' is required for DHCP.
  1247. device bpf # Berkeley packet filter
  1248. options NETGRAPH
  1249. options NETGRAPH_ETHER
  1250. options NETGRAPH_PPPOE
  1251. options NETGRAPH_SOCKET
  1252.  
  1253. # Bluetooth support
  1254. options NETGRAPH_BLUETOOTH # ng_bluetooth(4)
  1255. options NETGRAPH_BLUETOOTH_UBT # ng_ubt(4)
  1256. options NETGRAPH_BLUETOOTH_UBTBCMFW # ubtbcmfw(4)
  1257. options NETGRAPH_BLUETOOTH_HCI # ng_hci(4)
  1258. options NETGRAPH_BLUETOOTH_L2CAP # ng_l2cap(4)
  1259. options NETGRAPH_BLUETOOTH_SOCKET # ng_btsocket(4)
  1260.  
  1261. # USB support
  1262. device uhci # UHCI PCI->USB interface
  1263. device ehci # EHCI PCI->USB interface (USB 2.0)
  1264. device usb # USB Bus (required)
  1265. #device udbp # USB Double Bulk Pipe devices
  1266. device uhid # "Human Interface Devices"
  1267. device ukbd # Keyboard
  1268. device ulpt # Printer
  1269. device umass # Disks/Mass storage - Requires scbus and da
  1270. device ums # Mouse
  1271.  
  1272. device ichsmb
  1273. device smbus
  1274. device smb
  1275. device smbios
  1276.  
  1277. device sound
  1278. device snd_hda
  1279. device speaker
  1280.  
  1281. # FireWire support
  1282. device firewire # FireWire bus code
  1283. device sbp # SCSI over FireWire (Requires scbus and da)
  1284. device fwe # Ethernet over FireWire (non-standard!)
  1285. device fwip # IP over FireWire (RFC 2734,3146)
  1286. device dcons # Dumb console driver
  1287. device dcons_crom # Configuration ROM for dcons
  1288.  
  1289.  
  1290. Full dmesg:
  1291. info: [drm] Setting GART location based on new memory map
  1292. info: [drm] Loading R100 Microcode
  1293. info: [drm] writeback test succeeded in 1 usecs
  1294. drm0: [ITHREAD]
  1295. Waiting (max 60 seconds) for system process `vnlru' to stop...done
  1296. Waiting (max 60 seconds) for system process `bufdaemon' to stop...done
  1297. Waiting (max 60 seconds) for system process `syncer' to stop...
  1298. Syncing disks, vnodes remaining...4 4 4 0 3 3 0 0 0 done
  1299. All buffers synced.
  1300. Uptime: 4d0h56m11s
  1301. Rebooting...
  1302. cpu_reset: Stopping other CPUs
  1303. Copyright (c) 1992-2011 The FreeBSD Project.
  1304. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
  1305. The Regents of the University of California. All rights reserved.
  1306. FreeBSD is a registered trademark of The FreeBSD Foundation.
  1307. FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011
  1308. jimmie@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386
  1309. Timecounter "i8254" frequency 1193182 Hz quality 0
  1310. CPU: Intel(R) Pentium(R) 4 CPU 3.40GHz (3400.11-MHz 686-class CPU)
  1311. Origin = "GenuineIntel" Id = 0xf41 Family = f Model = 4 Stepping = 1
  1312. Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  1313. Features2=0x441d<SSE3,DTES64,MON,DS_CPL,CNXT-ID,xTPR>
  1314. AMD Features=0x100000<NX>
  1315. TSC: P-state invariant
  1316. real memory = 4294967296 (4096 MB)
  1317. avail memory = 3277955072 (3126 MB)
  1318. ACPI APIC Table: <INTEL D925CV2 >
  1319. FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
  1320. FreeBSD/SMP: 1 package(s) x 1 core(s) x 2 HTT threads
  1321. cpu0 (BSP): APIC ID: 0
  1322. cpu1 (AP/HT): APIC ID: 1
  1323. ioapic0 <Version 2.0> irqs 0-23 on motherboard
  1324. Cuse4BSD v0.1.21 @ /dev/cuse
  1325. kbd1 at kbdmux0
  1326. smbios0: <System Management BIOS> at iomem 0xf7740-0xf775e on motherboard
  1327. smbios0: Version: 2.3, BCD Revision: 2.3
  1328. acpi0: <INTEL D925CV2> on motherboard
  1329. acpi0: [ITHREAD]
  1330. acpi0: Power Button (fixed)
  1331. acpi0: reservation of 0, a0000 (3) failed
  1332. acpi0: reservation of e0000, 20000 (3) failed
  1333. acpi0: reservation of 100000, c7f00000 (3) failed
  1334. Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
  1335. acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
  1336. cpu0: <ACPI CPU> on acpi0
  1337. cpu1: <ACPI CPU> on acpi0
  1338. pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
  1339. pci0: <ACPI PCI bus> on pcib0
  1340. pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
  1341. pci1: <ACPI PCI bus> on pcib1
  1342. hdac0: <Intel 82801F High Definition Audio Controller> mem 0xff4fc000-0xff4fffff irq 16 at device 27.0 on pci0
  1343. hdac0: HDA Driver Revision: 20100226_0142
  1344. hdac0: [ITHREAD]
  1345. pcib2: <ACPI PCI-PCI bridge> at device 28.0 on pci0
  1346. pci5: <ACPI PCI bus> on pcib2
  1347. pcib3: <ACPI PCI-PCI bridge> at device 28.1 on pci0
  1348. pci4: <ACPI PCI bus> on pcib3
  1349. mskc0: <Marvell Yukon 88E8050 Gigabit Ethernet> port 0xa800-0xa8ff mem 0xff720000-0xff723fff irq 17 at device 0.0 on pci4
  1350. msk0: <Marvell Technology Group Ltd. Yukon EC Id 0xb6 Rev 0x01> on mskc0
  1351. msk0: Ethernet address: 00:13:20:4b:56:eb
  1352. miibus0: <MII bus> on msk0
  1353. e1000phy0: <Marvell 88E1111 Gigabit PHY> PHY 0 on miibus0
  1354. e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
  1355. mskc0: [ITHREAD]
  1356. pcib4: <ACPI PCI-PCI bridge> at device 28.2 on pci0
  1357. pci3: <ACPI PCI bus> on pcib4
  1358. mskc1: <SK-9Exx Gigabit Ethernet> port 0x9800-0x98ff mem 0xff820000-0xff823fff irq 18 at device 0.0 on pci3
  1359. msk1: <Marvell Technology Group Ltd. Yukon EC Id 0xb6 Rev 0x01> on mskc1
  1360. msk1: Ethernet address: 00:00:5a:71:51:67
  1361. miibus1: <MII bus> on msk1
  1362. e1000phy1: <Marvell 88E1111 Gigabit PHY> PHY 0 on miibus1
  1363. e1000phy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
  1364. mskc1: [ITHREAD]
  1365. pcib5: <ACPI PCI-PCI bridge> at device 28.3 on pci0
  1366. pci2: <ACPI PCI bus> on pcib5
  1367. uhci0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> port 0xcc00-0xcc1f irq 23 at device 29.0 on pci0
  1368. uhci0: [ITHREAD]
  1369. usbus0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> on uhci0
  1370. uhci1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> port 0xd000-0xd01f irq 19 at device 29.1 on pci0
  1371. uhci1: [ITHREAD]
  1372. usbus1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> on uhci1
  1373. uhci2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> port 0xd400-0xd41f irq 18 at device 29.2 on pci0
  1374. uhci2: [ITHREAD]
  1375. usbus2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> on uhci2
  1376. uhci3: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-D> port 0xd800-0xd81f irq 16 at device 29.3 on pci0
  1377. uhci3: [ITHREAD]
  1378. usbus3: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-D> on uhci3
  1379. ehci0: <Intel 82801FB (ICH6) USB 2.0 controller> mem 0xff4fb800-0xff4fbbff irq 23 at device 29.7 on pci0
  1380. ehci0: [ITHREAD]
  1381. usbus4: EHCI version 1.0
  1382. usbus4: <Intel 82801FB (ICH6) USB 2.0 controller> on ehci0
  1383. pcib6: <ACPI PCI-PCI bridge> at device 30.0 on pci0
  1384. pci6: <ACPI PCI bus> on pcib6
  1385. vgapci0: <VGA-compatible display> port 0xb800-0xb8ff mem 0xd0000000-0xdfffffff,0xff520000-0xff52ffff irq 19 at device 3.0 on pci6
  1386. drm0: <ATI Radeon LW RV200 Mobility 7500 M7> on vgapci0
  1387. info: [drm] Initialized radeon 1.31.0 20080613
  1388. fwohci0: <Lucent FW322/323> mem 0xff530000-0xff530fff irq 17 at device 5.0 on pci6
  1389. fwohci0: [ITHREAD]
  1390. fwohci0: OHCI version 1.0 (ROM=0)
  1391. fwohci0: No. of Isochronous channels is 8.
  1392. fwohci0: EUI64 00:13:20:00:00:4b:56:eb
  1393. fwohci0: Phy 1394a available S400, 3 ports.
  1394. fwohci0: Link S400, max_rec 2048 bytes.
  1395. firewire0: <IEEE1394(FireWire) bus> on fwohci0
  1396. fwe0: <Ethernet over FireWire> on firewire0
  1397. if_fwe0: Fake Ethernet address: 02:13:20:4b:56:eb
  1398. fwe0: Ethernet address: 02:13:20:4b:56:eb
  1399. fwip0: <IP over FireWire> on firewire0
  1400. fwip0: Firewire address: 00:13:20:00:00:4b:56:eb @ 0xfffe00000000, S400, maxrec 2048
  1401. dcons_crom0: <dcons configuration ROM> on firewire0
  1402. dcons_crom0: bus_addr 0xc4408000
  1403. sbp0: <SBP-2/SCSI over FireWire> on firewire0
  1404. fwohci0: Initiate bus reset
  1405. fwohci0: fwohci_intr_core: BUS reset
  1406. fwohci0: fwohci_intr_core: node_id=0x00000000, SelfID Count=1, CYCLEMASTER mode
  1407. isab0: <PCI-ISA bridge> at device 31.0 on pci0
  1408. isa0: <ISA bus> on isab0
  1409. atapci0: <Intel ICH6 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 31.1 on pci0
  1410. ata0: <ATA channel 0> on atapci0
  1411. ata0: [ITHREAD]
  1412. ata1: <ATA channel 1> on atapci0
  1413. ata1: [ITHREAD]
  1414. ahci0: <Intel ICH6 AHCI SATA controller> port 0xec00-0xec07,0xe800-0xe803,0xe400-0xe407,0xe000-0xe003,0xdc00-0xdc0f mem 0xff4fbc00-0xff4fbfff irq 19 at device 31.2 on pci0
  1415. ahci0: [ITHREAD]
  1416. ahci0: AHCI v1.00 with 4 1.5Gbps ports, Port Multiplier not supported
  1417. ahcich0: <AHCI channel> at channel 0 on ahci0
  1418. ahcich0: [ITHREAD]
  1419. ahcich1: <AHCI channel> at channel 1 on ahci0
  1420. ahcich1: [ITHREAD]
  1421. ahcich2: <AHCI channel> at channel 2 on ahci0
  1422. ahcich2: [ITHREAD]
  1423. ahcich3: <AHCI channel> at channel 3 on ahci0
  1424. ahcich3: [ITHREAD]
  1425. ichsmb0: <Intel 82801FB (ICH6) SMBus controller> port 0xc800-0xc81f irq 19 at device 31.3 on pci0
  1426. ichsmb0: [ITHREAD]
  1427. smbus0: <System Management Bus> on ichsmb0
  1428. smb0: <SMBus generic I/O> on smbus0
  1429. acpi_button0: <Power Button> on acpi0
  1430. atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0
  1431. atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
  1432. atkbd0: <AT Keyboard> irq 1 on atkbdc0
  1433. kbd0 at atkbd0
  1434. atkbd0: [GIANT-LOCKED]
  1435. atkbd0: [ITHREAD]
  1436. pmtimer0 on isa0
  1437. orm0: <ISA Option ROM> at iomem 0xc0000-0xccfff pnpid ORM0000 on isa0
  1438. sc0: <System console> at flags 0x100 on isa0
  1439. sc0: VGA <16 virtual consoles, flags=0x300>
  1440. vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
  1441. ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
  1442. ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
  1443. ppc0: [ITHREAD]
  1444. ppbus0: <Parallel port bus> on ppc0
  1445. lpt0: <Printer> on ppbus0
  1446. lpt0: [ITHREAD]
  1447. lpt0: Interrupt-driven port
  1448. uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
  1449. uart0: [FILTER]
  1450. acpi_throttle0: <ACPI CPU Throttling> on cpu0
  1451. acpi_throttle1: <ACPI CPU Throttling> on cpu1
  1452. acpi_throttle1: failed to attach P_CNT
  1453. device_attach: acpi_throttle1 attach returned 6
  1454. Timecounters tick every 1.000 msec
  1455. firewire0: 1 nodes, maxhop <= 0 cable IRM irm(0) (me)
  1456. firewire0: bus manager 0
  1457. ipfw2 (+ipv6) initialized, divert enabled, nat loadable, rule-based forwarding enabled, default to accept, logging disabled
  1458. hdac0: HDA Codec #2: Realtek ALC880
  1459. pcm0: <HDA Realtek ALC880 PCM #0 Analog> at cad 2 nid 1 on hdac0
  1460. pcm1: <HDA Realtek ALC880 PCM #1 Analog> at cad 2 nid 1 on hdac0
  1461. pcm2: <HDA Realtek ALC880 PCM #2 Digital> at cad 2 nid 1 on hdac0
  1462. usbus0: 12Mbps Full Speed USB v1.0
  1463. usbus1: 12Mbps Full Speed USB v1.0
  1464. usbus2: 12Mbps Full Speed USB v1.0
  1465. usbus3: 12Mbps Full Speed USB v1.0
  1466. usbus4: 480Mbps High Speed USB v2.0
  1467. ugen0.1: <Intel> at usbus0
  1468. uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
  1469. ugen1.1: <Intel> at usbus1
  1470. uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
  1471. ugen2.1: <Intel> at usbus2
  1472. uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
  1473. ugen3.1: <Intel> at usbus3
  1474. uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
  1475. ugen4.1: <Intel> at usbus4
  1476. uhub4: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus4
  1477. uhub0: 2 ports with 2 removable, self powered
  1478. uhub1: 2 ports with 2 removable, self powered
  1479. uhub2: 2 ports with 2 removable, self powered
  1480. uhub3: 2 ports with 2 removable, self powered
  1481. ada0 at ata0 bus 0 scbus1 target 0 lun 0
  1482. ada0: <WDC WD1200BB-00CAA0 16.06V16> ATA-5 device
  1483. ada0: 100.000MB/s transfers (UDMA5, PIO 8192bytes)
  1484. ada0: 114473MB (234441648 512 byte sectors: 16H 63S/T 16383C)
  1485. SMP: AP CPU #1 Launched!
  1486. cd0 at ata0 bus 0 scbus1 target 1 lun 0
  1487. cd0: <HL-DT-ST DVDRAM GSA-4167B DL11> Removable CD-ROM SCSI-0 device
  1488. cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
  1489. cd0: Attempt to query device size failed: NOT READY, Medium not present
  1490. hwpmc: TSC/1/64/0x20<REA> P4/18/40/0xfff<INT,USR,SYS,EDG,THR,REA,WRI,INV,QUA,PRC,TAG,CSC>
  1491. GEOM: ada0s1: geometry does not match label (255h,63s != 16h,63s).
  1492. Root mount waiting for: usbus4
  1493. Root mount waiting for: usbus4
  1494. uhub4: 8 ports with 8 removable, self powered
  1495. Root mount waiting for: usbus4
  1496. Trying to mount root from ufs:/dev/ada0s1a
  1497. ugen3.2: <Microsoft> at usbus3
  1498. ukbd0: <Microsoft Natural Ergonomic Keyboard 4000, class 0/0, rev 2.00/1.73, addr 2> on usbus3
  1499. kbd2 at ukbd0
  1500. ugen2.2: <vendor 0x046d> at usbus2
  1501. uhid0: <Microsoft Natural Ergonomic Keyboard 4000, class 0/0, rev 2.00/1.73, addr 2> on usbus3
  1502. ugen3.3: <B16b02> at usbus3
  1503. ums0: <B16b02 USB-PS2 Optical Mouse, class 0/0, rev 2.00/98.02, addr 3> on usbus3
  1504. ums0: 8 buttons and [XYZ] coordinates ID=0
  1505. msk0: link state changed to DOWN
  1506. msk0: link state changed to UP
  1507.  
  1508.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement