gugus

FreeBSD - Raspberry pi - xorg.conf and log with scfb

Mar 4th, 2013
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.02 KB | None | 0 0
  1. olivier@raspberry-pi:~ % cat /etc/X11/xorg.conf
  2. Section "Files"
  3. EndSection
  4.  
  5. Section "Module"
  6. Load "dbe"
  7. Disable "dri"
  8. Disable "dri2"
  9. Disable "glx"
  10. SubSection "extmod"
  11. Option "omit xfree86-dga"
  12. EndSubSection
  13. EndSection
  14.  
  15. Section "ServerFlags"
  16. Option "AIGLX" "false"
  17. Option "NoAccel" "True"
  18. Option "NoDRI" "True"
  19. Option "DRI" "False"
  20. Option "DRI2" "False"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. Identifier "Keyboard1"
  25. Driver "kbd"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Mouse1"
  30. Driver "mouse"
  31. Option "Protocol" "auto"
  32. Option "Device" "/dev/sysmouse"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Monitor"
  37. EndSection
  38.  
  39. Section "Device"
  40. Identifier "Generic FB"
  41. Driver "scfb"
  42. Option "NoAccel" "True"
  43. EndSection
  44.  
  45. Section "Screen"
  46. Identifier "Screen"
  47. Device "Generic FB"
  48. Monitor "Monitor"
  49. DefaultDepth 16
  50. SubSection "Display"
  51. Depth 16
  52. EndSubsection
  53. EndSection
  54.  
  55. Section "ServerLayout"
  56. Identifier "layout"
  57. Screen 0 "Screen" 0 0
  58. InputDevice "Mouse1" "CorePointer"
  59. InputDevice "Keyboard1" "CoreKeyboard"
  60. EndSection
  61. olivier@raspberry-pi:~ % cat /var/log/Xorg.0.log
  62. [ 1220.146]
  63. X.Org X Server 1.10.6
  64. Release Date: 2012-02-10
  65. [ 1220.148] X Protocol Version 11, Revision 0
  66. [ 1220.148] Build Operating System: FreeBSD 10.0-CURRENT arm
  67. [ 1220.149] Current Operating System: FreeBSD raspberry-pi.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r246603M: Sat Feb 23 11:59:00 JST 2013 [email protected]:/usr/obj-rpi-clang/arm.armv6/usr/src/sys/RPI-B-test17 arm
  68. [ 1220.155] Build Date: 04 March 2013 03:02:41PM
  69. [ 1220.156]
  70. [ 1220.156] Current version of pixman: 0.24.2
  71. [ 1220.157] Before reporting problems, check http://wiki.x.org
  72. to make sure that you have the latest version.
  73. [ 1220.157] Markers: (--) probed, (**) from config file, (==) default setting,
  74. (++) from command line, (!!) notice, (II) informational,
  75. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  76. [ 1220.160] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 4 22:13:32 2013
  77. [ 1220.746] (==) Using config file: "/etc/X11/xorg.conf"
  78. [ 1221.326] (==) ServerLayout "layout"
  79. [ 1221.327] (**) |-->Screen "Screen" (0)
  80. [ 1221.327] (**) | |-->Monitor "Monitor"
  81. [ 1221.577] (**) | |-->Device "Generic FB"
  82. [ 1221.615] (**) |-->Input Device "Mouse1"
  83. [ 1221.615] (**) |-->Input Device "Keyboard1"
  84. [ 1221.616] (**) Option "AIGLX" "false"
  85. [ 1221.617] (**) Option "DRI2" "False"
  86. [ 1221.618] (==) Not automatically adding devices
  87. [ 1221.618] (==) Not automatically enabling devices
  88. [ 1221.705] (==) FontPath set to:
  89. ${prefix}/share/fonts/X11/misc/,
  90. ${prefix}/share/fonts/X11/TTF/,
  91. ${prefix}/share/fonts/X11/OTF/,
  92. ${prefix}/share/fonts/X11/Type1/,
  93. ${prefix}/share/fonts/X11/100dpi/,
  94. ${prefix}/share/fonts/X11/75dpi/
  95. [ 1221.705] (==) ModulePath set to "/usr/local/lib/xorg/modules"
  96. [ 1221.706] (II) Loader magic: 0x1ebeac
  97. [ 1221.706] (II) Module ABI versions:
  98. [ 1221.706] X.Org ANSI C Emulation: 0.4
  99. [ 1221.707] X.Org Video Driver: 10.0
  100. [ 1221.707] X.Org XInput driver : 12.2
  101. [ 1221.707] X.Org Server Extension : 5.0
  102. [ 1221.708] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
  103. [ 1221.708] (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
  104. [ 1221.709] (WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere.
  105. [ 1221.709] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
  106. [ 1221.709] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
  107. [ 1221.709] (II) "glx" will be loaded even though the default is to disable it.
  108. [ 1221.710] (II) "record" will be loaded by default.
  109. [ 1221.710] (II) "dri" will be loaded even though the default is to disable it.
  110. [ 1221.710] (II) "dri2" will be loaded even though the default is to disable it.
  111. [ 1221.711] (II) LoadModule: "dbe"
  112. [ 1222.496] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
  113. [ 1222.565] (II) Module dbe: vendor="X.Org Foundation"
  114. [ 1222.565] compiled for 1.10.6, module version = 1.0.0
  115. [ 1222.565] Module class: X.Org Server Extension
  116. [ 1222.566] ABI class: X.Org Server Extension, version 5.0
  117. [ 1222.566] (II) Loading extension DOUBLE-BUFFER
  118. [ 1222.566] (II) LoadModule: "extmod"
  119. [ 1222.744] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
  120. [ 1222.885] (II) Module extmod: vendor="X.Org Foundation"
  121. [ 1222.885] compiled for 1.10.6, module version = 1.0.0
  122. [ 1222.886] Module class: X.Org Server Extension
  123. [ 1222.886] ABI class: X.Org Server Extension, version 5.0
  124. [ 1222.886] (II) Loading extension MIT-SCREEN-SAVER
  125. [ 1222.887] (II) Loading extension XFree86-VidModeExtension
  126. [ 1222.887] (II) Loading extension DPMS
  127. [ 1222.887] (II) Loading extension XVideo
  128. [ 1223.014] (II) Loading extension XVideo-MotionCompensation
  129. [ 1223.015] (II) Loading extension X-Resource
  130. [ 1223.015] (II) LoadModule: "record"
  131. [ 1223.204] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so
  132. [ 1223.296] (II) Module record: vendor="X.Org Foundation"
  133. [ 1223.296] compiled for 1.10.6, module version = 1.13.0
  134. [ 1223.297] Module class: X.Org Server Extension
  135. [ 1223.297] ABI class: X.Org Server Extension, version 5.0
  136. [ 1223.298] (II) Loading extension RECORD
  137. [ 1223.298] (II) LoadModule: "scfb"
  138. [ 1223.377] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
  139. [ 1223.475] (II) Module scfb: vendor="X.Org Foundation"
  140. [ 1223.475] compiled for 1.10.6, module version = 0.0.2
  141. [ 1223.476] ABI class: X.Org Video Driver, version 10.0
  142. [ 1223.476] (II) LoadModule: "mouse"
  143. [ 1223.575] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
  144. [ 1223.685] (II) Module mouse: vendor="X.Org Foundation"
  145. [ 1223.686] compiled for 1.10.6, module version = 1.7.1
  146. [ 1223.686] Module class: X.Org XInput Driver
  147. [ 1223.686] ABI class: X.Org XInput driver, version 12.2
  148. [ 1223.687] (II) LoadModule: "kbd"
  149. [ 1223.775] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
  150. [ 1223.914] (II) Module kbd: vendor="X.Org Foundation"
  151. [ 1223.915] compiled for 1.10.6, module version = 1.6.1
  152. [ 1223.915] Module class: X.Org XInput Driver
  153. [ 1223.915] ABI class: X.Org XInput driver, version 12.2
  154. [ 1223.916] (II) scfb: driver for wsdisplay framebuffer: scfb
  155. [ 1223.923] (--) Using syscons driver with X support (version 2.0)
  156. [ 1223.924] (--) using VT number 3
  157.  
  158. [ 1223.925] (WW) Falling back to old probe method for scfb
  159. [ 1223.926] scfb trace: probe start
  160. [ 1223.927] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
  161. [ 1223.928] (II) scfb(0): using default device
  162. [ 1223.928] scfb trace: probe done
  163. [ 1223.954] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
  164. [ 1223.954] scfb: PreInit 0
  165. [ 1223.955] (II) scfb(0): Using: depth (16), width (1920), height (1200)
  166. [ 1223.956] (**) scfb(0): Depth 16, (--) framebuffer bpp 16
  167. [ 1223.956] (==) scfb(0): RGB weight 565
  168. [ 1223.956] (==) scfb(0): Default visual is TrueColor
  169. [ 1223.957] (==) scfb(0): Using gamma correction (1.0, 1.0, 1.0)
  170. [ 1223.957] (II) scfb(0): Vidmem: 4500k
  171. [ 1223.958] (==) scfb(0): DPI set to (96, 96)
  172. [ 1223.958] (**) scfb(0): Using "Shadow Framebuffer"
  173. [ 1223.958] (II) Loading sub module "shadow"
  174. [ 1223.959] (II) LoadModule: "shadow"
  175. [ 1223.988] (II) Loading /usr/local/lib/xorg/modules/libshadow.so
  176. [ 1224.225] (II) Module shadow: vendor="X.Org Foundation"
  177. [ 1224.225] compiled for 1.10.6, module version = 1.1.0
  178. [ 1224.226] ABI class: X.Org ANSI C Emulation, version 0.4
  179. [ 1224.226] (II) Loading sub module "fb"
  180. [ 1224.226] (II) LoadModule: "fb"
  181. [ 1224.374] (II) Loading /usr/local/lib/xorg/modules/libfb.so
  182. [ 1224.525] (II) Module fb: vendor="X.Org Foundation"
  183. [ 1224.525] compiled for 1.10.6, module version = 1.0.0
  184. [ 1224.525] ABI class: X.Org ANSI C Emulation, version 0.4
  185. [ 1224.526] scfb: PreInit done
  186. [ 1224.526] scfb: ScfbScreenInit 0
  187. [ 1224.527] bitsPerPixel=16, depth=16, defaultVisual=TrueColor
  188. mask: f800,7e0,1f, offset: 11,5,0
  189. [ 1224.529] mmap returns: addr 0x41000000 len 0x465000, fd 6, off 0
  190. [ 1224.529] scfb: ScfbSave 0
  191. [ 1224.530] scfb: ScfbSave done
  192. [ 1225.145] (==) scfb(0): Backing store disabled
  193. [ 1225.775] scfb: ScfbScreenInit done
  194. [ 1225.776] (==) RandR enabled
  195. [ 1225.776] (II) Initializing built-in extension Generic Event Extension
  196. [ 1225.834] (II) Initializing built-in extension SHAPE
  197. [ 1225.835] (II) Initializing built-in extension MIT-SHM
  198. [ 1225.835] (II) Initializing built-in extension XInputExtension
  199. [ 1225.835] (II) Initializing built-in extension XTEST
  200. [ 1225.836] (II) Initializing built-in extension BIG-REQUESTS
  201. [ 1225.836] (II) Initializing built-in extension SYNC
  202. [ 1225.836] (II) Initializing built-in extension XKEYBOARD
  203. [ 1225.836] (II) Initializing built-in extension XC-MISC
  204. [ 1225.837] (II) Initializing built-in extension XINERAMA
  205. [ 1225.837] (II) Initializing built-in extension XFIXES
  206. [ 1225.837] (II) Initializing built-in extension RENDER
  207. [ 1225.838] (II) Initializing built-in extension RANDR
  208. [ 1225.838] (II) Initializing built-in extension COMPOSITE
  209. [ 1225.838] (II) Initializing built-in extension DAMAGE
  210. [ 1226.417] [dix] Could not init font path element ${prefix}/share/fonts/X11/misc/, removing from list!
  211. [ 1226.418] [dix] Could not init font path element ${prefix}/share/fonts/X11/TTF/, removing from list!
  212. [ 1226.419] [dix] Could not init font path element ${prefix}/share/fonts/X11/OTF/, removing from list!
  213. [ 1226.420] [dix] Could not init font path element ${prefix}/share/fonts/X11/Type1/, removing from list!
  214. [ 1226.421] [dix] Could not init font path element ${prefix}/share/fonts/X11/100dpi/, removing from list!
  215. [ 1226.422] [dix] Could not init font path element ${prefix}/share/fonts/X11/75dpi/, removing from list!
  216. [ 1230.548] (II) Using input driver 'mouse' for 'Mouse1'
  217. [ 1230.548] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
  218. [ 1230.549] (**) Option "CorePointer"
  219. [ 1230.549] (**) Mouse1: always reports core events
  220. [ 1230.550] (**) Option "Protocol" "auto"
  221. [ 1230.550] (**) Option "Device" "/dev/sysmouse"
  222. [ 1230.551] (**) Mouse1: Protocol: "auto"
  223. [ 1230.551] (**) Mouse1: always reports core events
  224. [ 1230.554] (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
  225. [ 1230.555] (**) Mouse1: ZAxisMapping: buttons 4 and 5
  226. [ 1230.555] (**) Mouse1: Buttons: 9
  227. [ 1230.556] (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
  228. [ 1230.557] (**) Mouse1: (accel) keeping acceleration scheme 1
  229. [ 1230.557] (**) Mouse1: (accel) acceleration profile 0
  230. [ 1230.558] (**) Mouse1: (accel) acceleration factor: 2.000
  231. [ 1230.558] (**) Mouse1: (accel) acceleration threshold: 4
  232. [ 1230.559] (II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0
  233. [ 1230.560] (II) Mouse1: SetupAuto: protocol is SysMouse
  234. [ 1230.561] (II) Using input driver 'kbd' for 'Keyboard1'
  235. [ 1230.561] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
  236. [ 1230.562] (**) Option "CoreKeyboard"
  237. [ 1230.562] (**) Keyboard1: always reports core events
  238. [ 1230.564] (**) Keyboard1: always reports core events
  239. [ 1230.564] (**) Option "Protocol" "standard"
  240. [ 1230.565] (**) Option "XkbRules" "base"
  241. [ 1230.565] (**) Option "XkbModel" "pc105"
  242. [ 1230.566] (**) Option "XkbLayout" "us"
  243. [ 1230.566] (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
  244. [ 1230.571] scfb: SaveScreen 0
  245. [ 1230.572] scfb: SaveScreen done
  246. [ 1231.020] (II) UnloadModule: "mouse"
  247. [ 1231.020] (II) Unloading mouse
  248. [ 1231.021] (II) UnloadModule: "kbd"
  249. [ 1231.021] (II) Unloading kbd
  250. [ 1231.024] scfb: ScfbCloseScreen 0
  251. [ 1231.025] scfb: ScfbRestore 0
  252. [ 1231.050] scfb: ScfbRestore done
  253. [ 1231.057] scfb: ScfbCloseScreen done
Add Comment
Please, Sign In to add comment