Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- olivier@raspberry-pi:~ % cat /etc/X11/xorg.conf
- Section "Files"
- EndSection
- Section "Module"
- Load "dbe"
- Disable "dri"
- Disable "dri2"
- Disable "glx"
- SubSection "extmod"
- Option "omit xfree86-dga"
- EndSubSection
- EndSection
- Section "ServerFlags"
- Option "AIGLX" "false"
- Option "NoAccel" "True"
- Option "NoDRI" "True"
- Option "DRI" "False"
- Option "DRI2" "False"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard1"
- Driver "kbd"
- EndSection
- Section "InputDevice"
- Identifier "Mouse1"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/sysmouse"
- EndSection
- Section "Monitor"
- Identifier "Monitor"
- EndSection
- Section "Device"
- Identifier "Generic FB"
- Driver "scfb"
- Option "NoAccel" "True"
- EndSection
- Section "Screen"
- Identifier "Screen"
- Device "Generic FB"
- Monitor "Monitor"
- DefaultDepth 16
- SubSection "Display"
- Depth 16
- EndSubsection
- EndSection
- Section "ServerLayout"
- Identifier "layout"
- Screen 0 "Screen" 0 0
- InputDevice "Mouse1" "CorePointer"
- InputDevice "Keyboard1" "CoreKeyboard"
- EndSection
- olivier@raspberry-pi:~ % cat /var/log/Xorg.0.log
- [ 1220.146]
- X.Org X Server 1.10.6
- Release Date: 2012-02-10
- [ 1220.148] X Protocol Version 11, Revision 0
- [ 1220.148] Build Operating System: FreeBSD 10.0-CURRENT arm
- [ 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
- [ 1220.155] Build Date: 04 March 2013 03:02:41PM
- [ 1220.156]
- [ 1220.156] Current version of pixman: 0.24.2
- [ 1220.157] Before reporting problems, check http://wiki.x.org
- to make sure that you have the latest version.
- [ 1220.157] Markers: (--) probed, (**) from config file, (==) default setting,
- (++) from command line, (!!) notice, (II) informational,
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- [ 1220.160] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 4 22:13:32 2013
- [ 1220.746] (==) Using config file: "/etc/X11/xorg.conf"
- [ 1221.326] (==) ServerLayout "layout"
- [ 1221.327] (**) |-->Screen "Screen" (0)
- [ 1221.327] (**) | |-->Monitor "Monitor"
- [ 1221.577] (**) | |-->Device "Generic FB"
- [ 1221.615] (**) |-->Input Device "Mouse1"
- [ 1221.615] (**) |-->Input Device "Keyboard1"
- [ 1221.616] (**) Option "AIGLX" "false"
- [ 1221.617] (**) Option "DRI2" "False"
- [ 1221.618] (==) Not automatically adding devices
- [ 1221.618] (==) Not automatically enabling devices
- [ 1221.705] (==) FontPath set to:
- ${prefix}/share/fonts/X11/misc/,
- ${prefix}/share/fonts/X11/TTF/,
- ${prefix}/share/fonts/X11/OTF/,
- ${prefix}/share/fonts/X11/Type1/,
- ${prefix}/share/fonts/X11/100dpi/,
- ${prefix}/share/fonts/X11/75dpi/
- [ 1221.705] (==) ModulePath set to "/usr/local/lib/xorg/modules"
- [ 1221.706] (II) Loader magic: 0x1ebeac
- [ 1221.706] (II) Module ABI versions:
- [ 1221.706] X.Org ANSI C Emulation: 0.4
- [ 1221.707] X.Org Video Driver: 10.0
- [ 1221.707] X.Org XInput driver : 12.2
- [ 1221.707] X.Org Server Extension : 5.0
- [ 1221.708] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
- [ 1221.708] (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
- [ 1221.709] (WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere.
- [ 1221.709] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
- [ 1221.709] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
- [ 1221.709] (II) "glx" will be loaded even though the default is to disable it.
- [ 1221.710] (II) "record" will be loaded by default.
- [ 1221.710] (II) "dri" will be loaded even though the default is to disable it.
- [ 1221.710] (II) "dri2" will be loaded even though the default is to disable it.
- [ 1221.711] (II) LoadModule: "dbe"
- [ 1222.496] (II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
- [ 1222.565] (II) Module dbe: vendor="X.Org Foundation"
- [ 1222.565] compiled for 1.10.6, module version = 1.0.0
- [ 1222.565] Module class: X.Org Server Extension
- [ 1222.566] ABI class: X.Org Server Extension, version 5.0
- [ 1222.566] (II) Loading extension DOUBLE-BUFFER
- [ 1222.566] (II) LoadModule: "extmod"
- [ 1222.744] (II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
- [ 1222.885] (II) Module extmod: vendor="X.Org Foundation"
- [ 1222.885] compiled for 1.10.6, module version = 1.0.0
- [ 1222.886] Module class: X.Org Server Extension
- [ 1222.886] ABI class: X.Org Server Extension, version 5.0
- [ 1222.886] (II) Loading extension MIT-SCREEN-SAVER
- [ 1222.887] (II) Loading extension XFree86-VidModeExtension
- [ 1222.887] (II) Loading extension DPMS
- [ 1222.887] (II) Loading extension XVideo
- [ 1223.014] (II) Loading extension XVideo-MotionCompensation
- [ 1223.015] (II) Loading extension X-Resource
- [ 1223.015] (II) LoadModule: "record"
- [ 1223.204] (II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so
- [ 1223.296] (II) Module record: vendor="X.Org Foundation"
- [ 1223.296] compiled for 1.10.6, module version = 1.13.0
- [ 1223.297] Module class: X.Org Server Extension
- [ 1223.297] ABI class: X.Org Server Extension, version 5.0
- [ 1223.298] (II) Loading extension RECORD
- [ 1223.298] (II) LoadModule: "scfb"
- [ 1223.377] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
- [ 1223.475] (II) Module scfb: vendor="X.Org Foundation"
- [ 1223.475] compiled for 1.10.6, module version = 0.0.2
- [ 1223.476] ABI class: X.Org Video Driver, version 10.0
- [ 1223.476] (II) LoadModule: "mouse"
- [ 1223.575] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
- [ 1223.685] (II) Module mouse: vendor="X.Org Foundation"
- [ 1223.686] compiled for 1.10.6, module version = 1.7.1
- [ 1223.686] Module class: X.Org XInput Driver
- [ 1223.686] ABI class: X.Org XInput driver, version 12.2
- [ 1223.687] (II) LoadModule: "kbd"
- [ 1223.775] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
- [ 1223.914] (II) Module kbd: vendor="X.Org Foundation"
- [ 1223.915] compiled for 1.10.6, module version = 1.6.1
- [ 1223.915] Module class: X.Org XInput Driver
- [ 1223.915] ABI class: X.Org XInput driver, version 12.2
- [ 1223.916] (II) scfb: driver for wsdisplay framebuffer: scfb
- [ 1223.923] (--) Using syscons driver with X support (version 2.0)
- [ 1223.924] (--) using VT number 3
- [ 1223.925] (WW) Falling back to old probe method for scfb
- [ 1223.926] scfb trace: probe start
- [ 1223.927] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
- [ 1223.928] (II) scfb(0): using default device
- [ 1223.928] scfb trace: probe done
- [ 1223.954] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
- [ 1223.954] scfb: PreInit 0
- [ 1223.955] (II) scfb(0): Using: depth (16), width (1920), height (1200)
- [ 1223.956] (**) scfb(0): Depth 16, (--) framebuffer bpp 16
- [ 1223.956] (==) scfb(0): RGB weight 565
- [ 1223.956] (==) scfb(0): Default visual is TrueColor
- [ 1223.957] (==) scfb(0): Using gamma correction (1.0, 1.0, 1.0)
- [ 1223.957] (II) scfb(0): Vidmem: 4500k
- [ 1223.958] (==) scfb(0): DPI set to (96, 96)
- [ 1223.958] (**) scfb(0): Using "Shadow Framebuffer"
- [ 1223.958] (II) Loading sub module "shadow"
- [ 1223.959] (II) LoadModule: "shadow"
- [ 1223.988] (II) Loading /usr/local/lib/xorg/modules/libshadow.so
- [ 1224.225] (II) Module shadow: vendor="X.Org Foundation"
- [ 1224.225] compiled for 1.10.6, module version = 1.1.0
- [ 1224.226] ABI class: X.Org ANSI C Emulation, version 0.4
- [ 1224.226] (II) Loading sub module "fb"
- [ 1224.226] (II) LoadModule: "fb"
- [ 1224.374] (II) Loading /usr/local/lib/xorg/modules/libfb.so
- [ 1224.525] (II) Module fb: vendor="X.Org Foundation"
- [ 1224.525] compiled for 1.10.6, module version = 1.0.0
- [ 1224.525] ABI class: X.Org ANSI C Emulation, version 0.4
- [ 1224.526] scfb: PreInit done
- [ 1224.526] scfb: ScfbScreenInit 0
- [ 1224.527] bitsPerPixel=16, depth=16, defaultVisual=TrueColor
- mask: f800,7e0,1f, offset: 11,5,0
- [ 1224.529] mmap returns: addr 0x41000000 len 0x465000, fd 6, off 0
- [ 1224.529] scfb: ScfbSave 0
- [ 1224.530] scfb: ScfbSave done
- [ 1225.145] (==) scfb(0): Backing store disabled
- [ 1225.775] scfb: ScfbScreenInit done
- [ 1225.776] (==) RandR enabled
- [ 1225.776] (II) Initializing built-in extension Generic Event Extension
- [ 1225.834] (II) Initializing built-in extension SHAPE
- [ 1225.835] (II) Initializing built-in extension MIT-SHM
- [ 1225.835] (II) Initializing built-in extension XInputExtension
- [ 1225.835] (II) Initializing built-in extension XTEST
- [ 1225.836] (II) Initializing built-in extension BIG-REQUESTS
- [ 1225.836] (II) Initializing built-in extension SYNC
- [ 1225.836] (II) Initializing built-in extension XKEYBOARD
- [ 1225.836] (II) Initializing built-in extension XC-MISC
- [ 1225.837] (II) Initializing built-in extension XINERAMA
- [ 1225.837] (II) Initializing built-in extension XFIXES
- [ 1225.837] (II) Initializing built-in extension RENDER
- [ 1225.838] (II) Initializing built-in extension RANDR
- [ 1225.838] (II) Initializing built-in extension COMPOSITE
- [ 1225.838] (II) Initializing built-in extension DAMAGE
- [ 1226.417] [dix] Could not init font path element ${prefix}/share/fonts/X11/misc/, removing from list!
- [ 1226.418] [dix] Could not init font path element ${prefix}/share/fonts/X11/TTF/, removing from list!
- [ 1226.419] [dix] Could not init font path element ${prefix}/share/fonts/X11/OTF/, removing from list!
- [ 1226.420] [dix] Could not init font path element ${prefix}/share/fonts/X11/Type1/, removing from list!
- [ 1226.421] [dix] Could not init font path element ${prefix}/share/fonts/X11/100dpi/, removing from list!
- [ 1226.422] [dix] Could not init font path element ${prefix}/share/fonts/X11/75dpi/, removing from list!
- [ 1230.548] (II) Using input driver 'mouse' for 'Mouse1'
- [ 1230.548] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
- [ 1230.549] (**) Option "CorePointer"
- [ 1230.549] (**) Mouse1: always reports core events
- [ 1230.550] (**) Option "Protocol" "auto"
- [ 1230.550] (**) Option "Device" "/dev/sysmouse"
- [ 1230.551] (**) Mouse1: Protocol: "auto"
- [ 1230.551] (**) Mouse1: always reports core events
- [ 1230.554] (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
- [ 1230.555] (**) Mouse1: ZAxisMapping: buttons 4 and 5
- [ 1230.555] (**) Mouse1: Buttons: 9
- [ 1230.556] (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
- [ 1230.557] (**) Mouse1: (accel) keeping acceleration scheme 1
- [ 1230.557] (**) Mouse1: (accel) acceleration profile 0
- [ 1230.558] (**) Mouse1: (accel) acceleration factor: 2.000
- [ 1230.558] (**) Mouse1: (accel) acceleration threshold: 4
- [ 1230.559] (II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0
- [ 1230.560] (II) Mouse1: SetupAuto: protocol is SysMouse
- [ 1230.561] (II) Using input driver 'kbd' for 'Keyboard1'
- [ 1230.561] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
- [ 1230.562] (**) Option "CoreKeyboard"
- [ 1230.562] (**) Keyboard1: always reports core events
- [ 1230.564] (**) Keyboard1: always reports core events
- [ 1230.564] (**) Option "Protocol" "standard"
- [ 1230.565] (**) Option "XkbRules" "base"
- [ 1230.565] (**) Option "XkbModel" "pc105"
- [ 1230.566] (**) Option "XkbLayout" "us"
- [ 1230.566] (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
- [ 1230.571] scfb: SaveScreen 0
- [ 1230.572] scfb: SaveScreen done
- [ 1231.020] (II) UnloadModule: "mouse"
- [ 1231.020] (II) Unloading mouse
- [ 1231.021] (II) UnloadModule: "kbd"
- [ 1231.021] (II) Unloading kbd
- [ 1231.024] scfb: ScfbCloseScreen 0
- [ 1231.025] scfb: ScfbRestore 0
- [ 1231.050] scfb: ScfbRestore done
- [ 1231.057] scfb: ScfbCloseScreen done
Add Comment
Please, Sign In to add comment