Skip to content

Instantly share code, notes, and snippets.

@Technicus
Last active October 6, 2015 21:45
Show Gist options
  • Save Technicus/1e60855f50e98f3fb334 to your computer and use it in GitHub Desktop.
Save Technicus/1e60855f50e98f3fb334 to your computer and use it in GitHub Desktop.
$ cat /var/log/Xorg.0.log
[ 27.576]
X.Org X Server 1.17.2
Release Date: 2015-06-16
[ 27.577] X Protocol Version 11, Revision 0
[ 27.577] Build Operating System: Linux 3.10.69-1-ARCH armv7l
[ 27.577] Current Operating System: Linux SpyPi 4.1.8-1-ARCH #1 SMP PREEMPT Tue Sep 22 19:47:50 MDT 2015 armv7l
[ 27.577] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=800 bcm2709.boardrev=0xa01041 bcm2709.serial=0x3484a2f1 smsc95xx.macaddr=B8:27:EB:84:A2:F1 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rw rootwait console=ttyAMA0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyAMA0,115200 elevator=noop
[ 27.579] Build Date: 17 July 2015 12:23:38PM
[ 27.579]
[ 27.580] Current version of pixman: 0.32.8
[ 27.580] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 27.580] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 27.582] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 6 21:43:51 2015
[ 27.603] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 27.603] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 27.611] (==) No Layout section. Using the first Screen section.
[ 27.611] (**) |-->Screen "Screen0" (0)
[ 27.611] (**) | |-->Monitor "Monitor0"
[ 27.618] (**) | |-->Device "Device0"
[ 27.619] (==) Automatically adding devices
[ 27.619] (==) Automatically enabling devices
[ 27.619] (==) Automatically adding GPU devices
[ 27.638] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 27.638] Entry deleted from font path.
[ 27.642] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 27.642] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 27.642] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 27.643] (II) Loader magic: 0x1def28
[ 27.643] (II) Module ABI versions:
[ 27.643] X.Org ANSI C Emulation: 0.4
[ 27.643] X.Org Video Driver: 19.0
[ 27.643] X.Org XInput driver : 21.1
[ 27.643] X.Org Server Extension : 9.0
[ 27.658] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[ 27.659] (II) no primary bus or device found
[ 27.662] (II) LoadModule: "glx"
[ 27.670] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 27.755] (II) Module glx: vendor="X.Org Foundation"
[ 27.755] compiled for 1.17.2, module version = 1.0.0
[ 27.756] ABI class: X.Org Server Extension, version 9.0
[ 27.756] (==) AIGLX enabled
[ 27.756] (II) LoadModule: "vesa"
[ 27.766] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 27.769] (II) Module vesa: vendor="X.Org Foundation"
[ 27.769] compiled for 1.17.2, module version = 2.3.4
[ 27.769] Module class: X.Org Video Driver
[ 27.770] ABI class: X.Org Video Driver, version 19.0
[ 27.770] (II) VESA: driver for VESA chipsets: vesa
[ 27.770] (++) using VT number 1
[ 27.770] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 27.771] (WW) Falling back to old probe method for vesa
[ 27.771] (EE) No devices detected.
[ 27.771] (EE)
Fatal server error:
[ 27.771] (EE) no screens found(EE)
[ 27.771] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 27.771] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 27.772] (EE)
[ 27.788] (EE) Server terminated with error (1). Closing log file.
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
startlxde
@Technicus
Copy link
Author

$ cat /var/log/Xorg.0.log
[ 1656.099]
X.Org X Server 1.17.2
Release Date: 2015-06-16
[ 1656.105] X Protocol Version 11, Revision 0
[ 1656.107] Build Operating System: Linux 3.10.69-1-ARCH armv7l
[ 1656.111] Current Operating System: Linux SpyPi 4.1.8-1-ARCH #1 SMP PREEMPT Tue Sep 22 19:47:50 MDT 2015 armv7l
[ 1656.112] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa01041 bcm2709.serial=0x3484a2f1 smsc95xx.macaddr=B8:27:EB:84:A2:F1 bcm2708_fb.fbswap=1 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 root=/dev/mmcblk0p2 rw rootwait console=ttyAMA0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyAMA0,115200 elevator=noop
[ 1656.129] Build Date: 17 July 2015 12:23:38PM
[ 1656.132]
[ 1656.134] Current version of pixman: 0.32.8
[ 1656.138] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1656.139] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
1656.148 Log file: "/var/log/Xorg.0.log", Time: Tue Oct 6 20:44:21 2015
1656.151 Using config directory: "/etc/X11/xorg.conf.d"
1656.154 Using system config directory "/usr/share/X11/xorg.conf.d"
1656.156 No Layout section. Using the first Screen section.
1656.156 |-->Screen "Screen0" (0)
1656.156 | |-->Monitor "Monitor0"
1656.157 | |-->Device "Device0"
1656.157 Automatically adding devices
1656.157 Automatically enabling devices
1656.157 Automatically adding GPU devices
1656.157 The directory "/usr/share/fonts/Type1/" does not exist.
[ 1656.158] Entry deleted from font path.
1656.158 FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
1656.158 ModulePath set to "/usr/lib/xorg/modules"
1656.158 The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
1656.158 Loader magic: 0x1def28
1656.158 Module ABI versions:
[ 1656.158] X.Org ANSI C Emulation: 0.4
[ 1656.158] X.Org Video Driver: 19.0
[ 1656.158] X.Org XInput driver : 21.1
[ 1656.158] X.Org Server Extension : 9.0
1656.173 systemd-logind: took control of session /org/freedesktop/login1/session/c2
1656.175 no primary bus or device found
1656.175 LoadModule: "glx"
1656.176 Loading /usr/lib/xorg/modules/extensions/libglx.so
1656.198 Module glx: vendor="X.Org Foundation"
[ 1656.199] compiled for 1.17.2, module version = 1.0.0
[ 1656.199] ABI class: X.Org Server Extension, version 9.0
1656.199 AIGLX enabled
1656.199 LoadModule: "vesa"
1656.200 Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
1656.201 Module vesa: vendor="X.Org Foundation"
[ 1656.201] compiled for 1.17.2, module version = 2.3.4
[ 1656.201] Module class: X.Org Video Driver
[ 1656.201] ABI class: X.Org Video Driver, version 19.0
1656.201 VESA: driver for VESA chipsets: vesa
1656.201 using VT number 1

1656.201 controlling tty is VT number 1, auto-enabling KeepTty
1656.202 Falling back to old probe method for vesa
1656.202 No devices detected.
1656.202
Fatal server error:
1656.202 no screens found(EE)
1656.202
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
1656.203 Please also check the log file at "/var/log/Xorg.0.log" for additional information.
1656.203
1656.211 Server terminated with error (1). Closing log file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment