You are not logged in.

#1 2014-11-09 22:29:26

MustangXY
Member
Registered: 2014-11-06
Posts: 8

[SOLVED] EeePC 1101HA - gma500_gfx video drivers not working

Hi everyone,
I recently installed Arch Linux on an Asus EeePC 1101HA and I cannot run X (neither with "startx" nor with "sudo startx"), despite the appropriate video drivers (gma500_gfx) being already present in the kernel and used by the system, as I modified the following line in mkinitcpio.conf according to the Wiki:

 /etc/mkinitcpio.conf
[...]
 MODULES="gma500_gfx"
[...]

Here is the output of lsmod | grep gma:

gma500_gfx               157194  1
video                     17718  2 gma500_gfx,asus_wmi
drm_kms_helper            71440  1 gma500_gfx
drm                      212597  3 drm_kms_helper,gma500_gfx
i2c_algo_bit              12640  1 gma500_gfx
i2c_core                  41134  7 drm,i2c_isch,drm_kms_helper,i2c_algo_bit,gma500_gfx,v412_common,videodev

which I assume is in line with what the Wiki describes as a correct output (the "video" line is the only extra).
Here is the content of /home/myname/.local/share/xorg/Xorg.0.log:

[  3095.224] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[  3095.225] X Protocol Version 11, Revision 0
[  3095.225] Build Operating System: Linux 3.16.1-1-ARCH i686 
[  3095.226] Current Operating System: Linux AtomCore 3.17.2-1-ARCH #1 SMP PREEMPT Thu Oct 30 20:31:16 CET 2014 i686
[  3095.227] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=245d3f85-4dd9-4e57-906b-1f1a7e8ba062 rw quiet
[  3095.228] Build Date: 21 September 2014  10:55:38AM
[  3095.228]  
[  3095.228] Current version of pixman: 0.32.6
[  3095.230] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3095.230] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3095.233] (==) Log file: "/home/francesco/.local/share/xorg/Xorg.0.log", Time: Mon Nov 10 00:07:48 2014
[  3095.234] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  3095.254] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3095.254] (==) No Layout section.  Using the first Screen section.
[  3095.255] (==) No screen section available. Using defaults.
[  3095.255] (**) |-->Screen "Default Screen Section" (0)
[  3095.255] (**) |   |-->Monitor "<default monitor>"
[  3095.255] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  3095.255] (==) Automatically adding devices
[  3095.255] (==) Automatically enabling devices
[  3095.255] (==) Automatically adding GPU devices
[  3095.255] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[  3095.255] 	Entry deleted from font path.
[  3095.255] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  3095.255] 	Entry deleted from font path.
[  3095.255] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  3095.256] 	Entry deleted from font path.
[  3095.256] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  3095.256] 	Entry deleted from font path.
[  3095.256] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  3095.256] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  3095.256] 	Entry deleted from font path.
[  3095.256] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  3095.256] (==) FontPath set to:
	/usr/share/fonts/misc/
[  3095.256] (==) ModulePath set to "/usr/lib/xorg/modules"
[  3095.256] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  3095.256] (II) Loader magic: 0x82a0700
[  3095.256] (II) Module ABI versions:
[  3095.256] 	X.Org ANSI C Emulation: 0.4
[  3095.256] 	X.Org Video Driver: 18.0
[  3095.256] 	X.Org XInput driver : 21.0
[  3095.256] 	X.Org Server Extension : 8.0
[  3095.263] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
[  3095.264] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3095.266] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[  3095.269] (--) PCI:*(0:0:2:0) 8086:8108:1043:83ce rev 7, Mem @ 0xf3f80000/524288, 0xd0000000/268435456, 0xf3f40000/262144, I/O @ 0x0000c880/8
[  3095.269] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  3095.269] (II) LoadModule: "glx"
[  3095.270] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3095.276] (II) Module glx: vendor="X.Org Foundation"
[  3095.276] 	compiled for 1.16.1, module version = 1.0.0
[  3095.276] 	ABI class: X.Org Server Extension, version 8.0
[  3095.276] (==) AIGLX enabled
[  3095.276] (==) Matched psb as autoconfigured driver 0
[  3095.276] (==) Matched psb_drv as autoconfigured driver 1
[  3095.276] (==) Matched psb as autoconfigured driver 2
[  3095.276] (==) Matched psb_drv as autoconfigured driver 3
[  3095.276] (==) Matched modesetting as autoconfigured driver 4
[  3095.276] (==) Matched fbdev as autoconfigured driver 5
[  3095.276] (==) Matched vesa as autoconfigured driver 6
[  3095.276] (==) Assigned the driver to the xf86ConfigLayout
[  3095.276] (II) LoadModule: "psb"
[  3095.277] (WW) Warning, couldn't open module psb
[  3095.277] (II) UnloadModule: "psb"
[  3095.277] (II) Unloading psb
[  3095.277] (EE) Failed to load module "psb" (module does not exist, 0)
[  3095.277] (II) LoadModule: "psbdrv"
[  3095.278] (WW) Warning, couldn't open module psbdrv
[  3095.278] (II) UnloadModule: "psbdrv"
[  3095.278] (II) Unloading psbdrv
[  3095.278] (EE) Failed to load module "psbdrv" (module does not exist, 0)
[  3095.278] (II) LoadModule: "modesetting"
[  3095.279] (WW) Warning, couldn't open module modesetting
[  3095.279] (II) UnloadModule: "modesetting"
[  3095.279] (II) Unloading modesetting
[  3095.280] (EE) Failed to load module "modesetting" (module does not exist, 0)
[  3095.280] (II) LoadModule: "fbdev"
[  3095.280] (WW) Warning, couldn't open module fbdev
[  3095.280] (II) UnloadModule: "fbdev"
[  3095.280] (II) Unloading fbdev
[  3095.281] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  3095.281] (II) LoadModule: "vesa"
[  3095.281] (WW) Warning, couldn't open module vesa
[  3095.281] (II) UnloadModule: "vesa"
[  3095.281] (II) Unloading vesa
[  3095.282] (EE) Failed to load module "vesa" (module does not exist, 0)
[  3095.282] (EE) No drivers available.
[  3095.282] (EE) 
Fatal server error:
[  3095.282] (EE) no screens found(EE) 
[  3095.282] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  3095.282] (EE) Please also check the log file at "/home/francesco/.local/share/xorg/Xorg.0.log" for additional information.
[  3095.282] (EE) 

I am given to understand that Arch Linux should have no problems using my netbook's hardware, as there's a dedicated page on the Wiki (which didn't solve my problem) and a dedicated forum thread going back to 2009, and I have Xubuntu on a separate partition working perfectly fine out of the box, so what am I doing wrong?

I really hope you can shed some light on the issue. Thank you for reading!

MXY

Last edited by MustangXY (2014-11-10 20:49:05)

Offline

#2 2014-11-09 22:59:48

Kopkins
Member
Registered: 2012-07-01
Posts: 189

Re: [SOLVED] EeePC 1101HA - gma500_gfx video drivers not working

Did you install xf86-video-fbdev?

Offline

#3 2014-11-09 23:10:30

MustangXY
Member
Registered: 2014-11-06
Posts: 8

Re: [SOLVED] EeePC 1101HA - gma500_gfx video drivers not working

It was the first thing I tried, but after rebooting nothing changed.
After looking closely, though, I found some differences in the new Xorg.0.log file, so I'm posting it here:

[    23.126] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[    23.126] X Protocol Version 11, Revision 0
[    23.127] Build Operating System: Linux 3.16.1-1-ARCH i686 
[    23.128] Current Operating System: Linux AtomCore 3.17.2-1-ARCH #1 SMP PREEMPT Thu Oct 30 20:31:16 CET 2014 i686
[    23.128] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=245d3f85-4dd9-4e57-906b-1f1a7e8ba062 rw quiet
[    23.130] Build Date: 21 September 2014  10:55:38AM
[    23.130]  
[    23.130] Current version of pixman: 0.32.6
[    23.131] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    23.131] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.134] (==) Log file: "/home/francesco/.local/share/xorg/Xorg.0.log", Time: Mon Nov 10 01:04:14 2014
[    23.181] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    23.181] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    23.216] (==) No Layout section.  Using the first Screen section.
[    23.217] (==) No screen section available. Using defaults.
[    23.217] (**) |-->Screen "Default Screen Section" (0)
[    23.217] (**) |   |-->Monitor "<default monitor>"
[    23.227] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    23.228] (==) Automatically adding devices
[    23.228] (==) Automatically enabling devices
[    23.228] (==) Automatically adding GPU devices
[    23.240] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    23.240] 	Entry deleted from font path.
[    23.240] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    23.240] 	Entry deleted from font path.
[    23.240] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    23.240] 	Entry deleted from font path.
[    23.255] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    23.255] 	Entry deleted from font path.
[    23.255] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    23.257] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    23.257] 	Entry deleted from font path.
[    23.257] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    23.257] (==) FontPath set to:
	/usr/share/fonts/misc/
[    23.257] (==) ModulePath set to "/usr/lib/xorg/modules"
[    23.257] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    23.266] (II) Loader magic: 0x82a0700
[    23.266] (II) Module ABI versions:
[    23.266] 	X.Org ANSI C Emulation: 0.4
[    23.267] 	X.Org Video Driver: 18.0
[    23.267] 	X.Org XInput driver : 21.0
[    23.267] 	X.Org Server Extension : 8.0
[    23.274] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    23.275] (II) xfree86: Adding drm device (/dev/dri/card0)
[    23.277] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[    23.280] (--) PCI:*(0:0:2:0) 8086:8108:1043:83ce rev 7, Mem @ 0xf3f80000/524288, 0xd0000000/268435456, 0xf3f40000/262144, I/O @ 0x0000c880/8
[    23.281] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    23.282] (II) LoadModule: "glx"
[    23.302] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    23.424] (II) Module glx: vendor="X.Org Foundation"
[    23.424] 	compiled for 1.16.1, module version = 1.0.0
[    23.424] 	ABI class: X.Org Server Extension, version 8.0
[    23.424] (==) AIGLX enabled
[    23.424] (==) Matched psb as autoconfigured driver 0
[    23.424] (==) Matched psb_drv as autoconfigured driver 1
[    23.424] (==) Matched psb as autoconfigured driver 2
[    23.424] (==) Matched psb_drv as autoconfigured driver 3
[    23.424] (==) Matched modesetting as autoconfigured driver 4
[    23.424] (==) Matched fbdev as autoconfigured driver 5
[    23.424] (==) Matched vesa as autoconfigured driver 6
[    23.424] (==) Assigned the driver to the xf86ConfigLayout
[    23.424] (II) LoadModule: "psb"
[    23.428] (WW) Warning, couldn't open module psb
[    23.428] (II) UnloadModule: "psb"
[    23.428] (II) Unloading psb
[    23.428] (EE) Failed to load module "psb" (module does not exist, 0)
[    23.428] (II) LoadModule: "psbdrv"
[    23.429] (WW) Warning, couldn't open module psbdrv
[    23.429] (II) UnloadModule: "psbdrv"
[    23.429] (II) Unloading psbdrv
[    23.429] (EE) Failed to load module "psbdrv" (module does not exist, 0)
[    23.429] (II) LoadModule: "modesetting"
[    23.430] (WW) Warning, couldn't open module modesetting
[    23.430] (II) UnloadModule: "modesetting"
[    23.430] (II) Unloading modesetting
[    23.430] (EE) Failed to load module "modesetting" (module does not exist, 0)
[    23.430] (II) LoadModule: "fbdev"
[    23.431] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    23.439] (II) Module fbdev: vendor="X.Org Foundation"
[    23.439] 	compiled for 1.16.0, module version = 0.4.4
[    23.439] 	Module class: X.Org Video Driver
[    23.439] 	ABI class: X.Org Video Driver, version 18.0
[    23.439] (II) LoadModule: "vesa"
[    23.440] (WW) Warning, couldn't open module vesa
[    23.440] (II) UnloadModule: "vesa"
[    23.440] (II) Unloading vesa
[    23.440] (EE) Failed to load module "vesa" (module does not exist, 0)
[    23.440] (II) FBDEV: driver for framebuffer: fbdev
[    23.440] (++) using VT number 1

[    23.440] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    23.441] (II) Loading sub module "fbdevhw"
[    23.441] (II) LoadModule: "fbdevhw"
[    23.441] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    23.451] (II) Module fbdevhw: vendor="X.Org Foundation"
[    23.452] 	compiled for 1.16.1, module version = 0.0.2
[    23.452] 	ABI class: X.Org Video Driver, version 18.0
[    23.452] (EE) open /dev/fb0: Permission denied
[    23.452] (WW) Falling back to old probe method for fbdev
[    23.452] (II) Loading sub module "fbdevhw"
[    23.452] (II) LoadModule: "fbdevhw"
[    23.452] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    23.452] (II) Module fbdevhw: vendor="X.Org Foundation"
[    23.453] 	compiled for 1.16.1, module version = 0.0.2
[    23.453] 	ABI class: X.Org Video Driver, version 18.0
[    23.453] (EE) open /dev/fb0: Permission denied
[    23.453] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    23.453] (EE) Screen 0 deleted because of no matching config section.
[    23.453] (II) UnloadModule: "fbdev"
[    23.453] (II) UnloadSubModule: "fbdevhw"
[    23.453] (EE) Device(s) detected, but none match those in the config file.
[    23.453] (EE) 
Fatal server error:
[    23.453] (EE) no screens found(EE) 
[    23.453] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    23.453] (EE) Please also check the log file at "/home/francesco/.local/share/xorg/Xorg.0.log" for additional information.
[    23.454] (EE) 
[    23.529] (EE) Server terminated with error (1). Closing log file.

Offline

#4 2014-11-09 23:42:34

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] EeePC 1101HA - gma500_gfx video drivers not working

xf86-video-fbdev doesn't work with the new method of running X without root. Use xf86-video-modesetting instead.

Offline

#5 2014-11-10 17:48:10

MustangXY
Member
Registered: 2014-11-06
Posts: 8

Re: [SOLVED] EeePC 1101HA - gma500_gfx video drivers not working

Gusar wrote:

xf86-video-fbdev doesn't work with the new method of running X without root. Use xf86-video-modesetting instead.

I installed xf86-video-modesetting and wrote the following in /etc/mkinitcpio.conf

[...]
 MODULES="modesetting"
[...]

The good news is that now X starts correctly with the "startx" command (thanks for helping me!). The bad news is that neither Openbox nor Fluxbox run. I get some kind of error when I write "exec startfluxbox" and "exec openbox-session" (both in and out of X) but it just flashes on-screen before I am redirected to the login phase. Where can I find the related log, so I can paste it here?
MXY

Last edited by MustangXY (2014-11-10 17:49:06)

Offline

#6 2014-11-10 19:13:25

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] EeePC 1101HA - gma500_gfx video drivers not working

Offline

#7 2014-11-10 20:47:43

MustangXY
Member
Registered: 2014-11-06
Posts: 8

Re: [SOLVED] EeePC 1101HA - gma500_gfx video drivers not working

Thank you for the input, Karol. In the end I copied the most recent Xorg.0.log file I had in ~/.local/share/xorg/ (since the ones in /var/log/ are older). Here it is:

[   321.024] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[   321.043] X Protocol Version 11, Revision 0
[   321.050] Build Operating System: Linux 3.16.1-1-ARCH i686 
[   321.058] Current Operating System: Linux AtomCore 3.17.2-1-ARCH #1 SMP PREEMPT Thu Oct 30 20:31:16 CET 2014 i686
[   321.058] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=245d3f85-4dd9-4e57-906b-1f1a7e8ba062 rw quiet
[   321.076] Build Date: 21 September 2014  10:55:38AM
[   321.085]  
[   321.095] Current version of pixman: 0.32.6
[   321.116] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   321.116] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   321.164] (==) Log file: "/home/francesco/.local/share/xorg/Xorg.0.log", Time: Mon Nov 10 22:29:06 2014
[   321.219] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   321.233] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   321.275] (==) No Layout section.  Using the first Screen section.
[   321.275] (==) No screen section available. Using defaults.
[   321.275] (**) |-->Screen "Default Screen Section" (0)
[   321.275] (**) |   |-->Monitor "<default monitor>"
[   321.286] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   321.286] (==) Automatically adding devices
[   321.286] (==) Automatically enabling devices
[   321.286] (==) Automatically adding GPU devices
[   321.298] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   321.299] 	Entry deleted from font path.
[   321.299] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   321.299] 	Entry deleted from font path.
[   321.299] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   321.299] 	Entry deleted from font path.
[   321.314] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   321.314] 	Entry deleted from font path.
[   321.314] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   321.315] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   321.315] 	Entry deleted from font path.
[   321.315] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   321.315] (==) FontPath set to:
	/usr/share/fonts/misc/
[   321.315] (==) ModulePath set to "/usr/lib/xorg/modules"
[   321.316] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   321.325] (II) Loader magic: 0x82a0700
[   321.325] (II) Module ABI versions:
[   321.325] 	X.Org ANSI C Emulation: 0.4
[   321.325] 	X.Org Video Driver: 18.0
[   321.325] 	X.Org XInput driver : 21.0
[   321.325] 	X.Org Server Extension : 8.0
[   321.332] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[   321.334] (II) xfree86: Adding drm device (/dev/dri/card0)
[   321.336] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   321.339] (--) PCI:*(0:0:2:0) 8086:8108:1043:83ce rev 7, Mem @ 0xf3f80000/524288, 0xd0000000/268435456, 0xf3f40000/262144, I/O @ 0x0000c880/8
[   321.340] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   321.341] (II) LoadModule: "glx"
[   321.345] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   321.365] (II) Module glx: vendor="X.Org Foundation"
[   321.365] 	compiled for 1.16.1, module version = 1.0.0
[   321.365] 	ABI class: X.Org Server Extension, version 8.0
[   321.365] (==) AIGLX enabled
[   321.365] (==) Matched psb as autoconfigured driver 0
[   321.365] (==) Matched psb_drv as autoconfigured driver 1
[   321.365] (==) Matched psb as autoconfigured driver 2
[   321.365] (==) Matched psb_drv as autoconfigured driver 3
[   321.365] (==) Matched modesetting as autoconfigured driver 4
[   321.365] (==) Matched fbdev as autoconfigured driver 5
[   321.365] (==) Matched vesa as autoconfigured driver 6
[   321.365] (==) Assigned the driver to the xf86ConfigLayout
[   321.366] (II) LoadModule: "psb"
[   321.369] (WW) Warning, couldn't open module psb
[   321.369] (II) UnloadModule: "psb"
[   321.369] (II) Unloading psb
[   321.369] (EE) Failed to load module "psb" (module does not exist, 0)
[   321.369] (II) LoadModule: "psbdrv"
[   321.370] (WW) Warning, couldn't open module psbdrv
[   321.370] (II) UnloadModule: "psbdrv"
[   321.370] (II) Unloading psbdrv
[   321.370] (EE) Failed to load module "psbdrv" (module does not exist, 0)
[   321.370] (II) LoadModule: "modesetting"
[   321.371] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   321.382] (II) Module modesetting: vendor="X.Org Foundation"
[   321.382] 	compiled for 1.16.0, module version = 0.9.0
[   321.382] 	Module class: X.Org Video Driver
[   321.382] 	ABI class: X.Org Video Driver, version 18.0
[   321.382] (II) LoadModule: "fbdev"
[   321.383] (WW) Warning, couldn't open module fbdev
[   321.383] (II) UnloadModule: "fbdev"
[   321.383] (II) Unloading fbdev
[   321.383] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   321.383] (II) LoadModule: "vesa"
[   321.384] (WW) Warning, couldn't open module vesa
[   321.384] (II) UnloadModule: "vesa"
[   321.384] (II) Unloading vesa
[   321.384] (EE) Failed to load module "vesa" (module does not exist, 0)
[   321.384] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   321.384] (++) using VT number 1

[   321.384] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   321.385] (II) modesetting(0): using drv /dev/dri/card0
[   321.385] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   321.385] (II) modesetting(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   321.385] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
[   321.385] (==) modesetting(0): RGB weight 888
[   321.385] (==) modesetting(0): Default visual is TrueColor
[   321.385] (II) modesetting(0): ShadowFB: preferred NO, enabled NO
[   321.390] (II) modesetting(0): Output LVDS-0 has no monitor section
[   321.480] (II) modesetting(0): Output S-video-0 has no monitor section
[   321.569] (II) modesetting(0): Output S-video-1 has no monitor section
[   321.659] (II) modesetting(0): Output VGA-0 has no monitor section
[   321.663] (II) modesetting(0): EDID for output LVDS-0
[   321.663] (II) modesetting(0): Manufacturer: SEC  Model: 3052  Serial#: 0
[   321.664] (II) modesetting(0): Year: 2009  Week: 0
[   321.664] (II) modesetting(0): EDID Version: 1.3
[   321.664] (II) modesetting(0): Digital Display Input
[   321.664] (II) modesetting(0): Max Image Size [cm]: horiz.: 27  vert.: 16
[   321.664] (II) modesetting(0): Gamma: 2.20
[   321.664] (II) modesetting(0): No DPMS capabilities specified
[   321.664] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   321.664] (II) modesetting(0): First detailed timing is preferred mode
[   321.664] (II) modesetting(0): redX: 0.574 redY: 0.339   greenX: 0.333 greenY: 0.556
[   321.664] (II) modesetting(0): blueX: 0.160 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[   321.664] (II) modesetting(0): Manufacturer's mask: 0
[   321.664] (II) modesetting(0): Supported detailed timing:
[   321.664] (II) modesetting(0): clock: 70.8 MHz   Image Size:  256 x 144 mm
[   321.664] (II) modesetting(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1494 h_border: 0
[   321.664] (II) modesetting(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
[   321.664] (II) modesetting(0): Unknown vendor-specific block f
[   321.664] (II) modesetting(0):  SAMSUNG
[   321.664] (II) modesetting(0):  116AT01-P01
[   321.664] (II) modesetting(0): EDID (in hex):
[   321.664] (II) modesetting(0): 	00ffffffffffff004ca3523000000000
[   321.664] (II) modesetting(0): 	00130103801b10780a35259356558e29
[   321.665] (II) modesetting(0): 	1d505400000001010101010101010101
[   321.665] (II) modesetting(0): 	010101010101ab1b5680500016303020
[   321.665] (II) modesetting(0): 	25000090100000190000000f00000000
[   321.665] (II) modesetting(0): 	00000000001eb4027400000000fe0053
[   321.665] (II) modesetting(0): 	414d53554e470a2020202020000000fe
[   321.665] (II) modesetting(0): 	00313136415430312d5030310a200020
[   321.665] (II) modesetting(0): Printing probed modes for output LVDS-0
[   321.665] (II) modesetting(0): Modeline "1366x768"x60.0   70.83  1366 1414 1446 1494  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[   321.665] (II) modesetting(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   321.665] (II) modesetting(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   321.665] (II) modesetting(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   321.666] (II) modesetting(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   321.666] (II) modesetting(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   321.666] (II) modesetting(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   321.666] (II) modesetting(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   321.666] (II) modesetting(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   321.666] (II) modesetting(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   321.666] (II) modesetting(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   321.666] (II) modesetting(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   321.666] (II) modesetting(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   321.666] (II) modesetting(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   321.666] (II) modesetting(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   321.666] (II) modesetting(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   321.666] (II) modesetting(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   321.756] (II) modesetting(0): EDID for output S-video-0
[   321.845] (II) modesetting(0): EDID for output S-video-1
[   321.935] (II) modesetting(0): EDID for output VGA-0
[   321.935] (II) modesetting(0): Output LVDS-0 connected
[   321.935] (II) modesetting(0): Output S-video-0 disconnected
[   321.935] (II) modesetting(0): Output S-video-1 disconnected
[   321.935] (II) modesetting(0): Output VGA-0 disconnected
[   321.935] (II) modesetting(0): Using exact sizes for initial modes
[   321.935] (II) modesetting(0): Output LVDS-0 using initial mode 1366x768
[   321.935] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   321.935] (==) modesetting(0): DPI set to (96, 96)
[   321.935] (II) Loading sub module "fb"
[   321.935] (II) LoadModule: "fb"
[   321.936] (II) Loading /usr/lib/xorg/modules/libfb.so
[   322.012] (II) Module fb: vendor="X.Org Foundation"
[   322.012] 	compiled for 1.16.1, module version = 1.0.0
[   322.012] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   322.012] (==) Depth 24 pixmap format is 32 bpp
[   322.030] (==) modesetting(0): Backing store enabled
[   322.030] (==) modesetting(0): Silken mouse enabled
[   322.032] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   322.034] (==) modesetting(0): DPMS enabled
[   322.053] (--) RandR disabled
[   322.117] (II) AIGLX: Screen 0 is not DRI2 capable
[   322.117] (EE) AIGLX: reverting to software rendering
[   323.050] (II) AIGLX: Loaded and initialized swrast
[   323.050] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   323.060] (II) modesetting(0): Damage tracking initialized
[   323.060] (II) modesetting(0): Setting screen physical size to 361 x 203
[   323.452] (II) config/udev: Adding input device Video Bus (/dev/input/event0)
[   323.452] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   323.452] (II) LoadModule: "evdev"
[   323.453] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   323.471] (II) Module evdev: vendor="X.Org Foundation"
[   323.471] 	compiled for 1.16.0, module version = 2.9.0
[   323.471] 	Module class: X.Org XInput Driver
[   323.471] 	ABI class: X.Org XInput driver, version 21.0
[   323.473] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 11 paused 0
[   323.473] (II) Using input driver 'evdev' for 'Video Bus'
[   323.473] (**) Video Bus: always reports core events
[   323.474] (**) evdev: Video Bus: Device: "/dev/input/event0"
[   323.474] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   323.474] (--) evdev: Video Bus: Found keys
[   323.474] (II) evdev: Video Bus: Configuring as keyboard
[   323.474] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input0/event0"
[   323.474] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[   323.474] (**) Option "xkb_rules" "evdev"
[   323.474] (**) Option "xkb_model" "pc104"
[   323.474] (**) Option "xkb_layout" "us"
[   323.573] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   323.573] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   323.575] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 12 paused 0
[   323.575] (II) Using input driver 'evdev' for 'Power Button'
[   323.575] (**) Power Button: always reports core events
[   323.575] (**) evdev: Power Button: Device: "/dev/input/event4"
[   323.575] (--) evdev: Power Button: Vendor 0 Product 0x1
[   323.575] (--) evdev: Power Button: Found keys
[   323.576] (II) evdev: Power Button: Configuring as keyboard
[   323.576] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event4"
[   323.576] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   323.576] (**) Option "xkb_rules" "evdev"
[   323.576] (**) Option "xkb_model" "pc104"
[   323.576] (**) Option "xkb_layout" "us"
[   323.578] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   323.579] (II) No input driver specified, ignoring this device.
[   323.579] (II) This device may have been added with another device file.
[   323.580] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   323.580] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   323.582] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 13 paused 0
[   323.582] (II) Using input driver 'evdev' for 'Sleep Button'
[   323.582] (**) Sleep Button: always reports core events
[   323.582] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[   323.582] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   323.583] (--) evdev: Sleep Button: Found keys
[   323.583] (II) evdev: Sleep Button: Configuring as keyboard
[   323.583] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[   323.583] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   323.583] (**) Option "xkb_rules" "evdev"
[   323.583] (**) Option "xkb_model" "pc104"
[   323.583] (**) Option "xkb_layout" "us"
[   323.586] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[   323.586] (II) No input driver specified, ignoring this device.
[   323.586] (II) This device may have been added with another device file.
[   323.587] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event8)
[   323.587] (II) No input driver specified, ignoring this device.
[   323.587] (II) This device may have been added with another device file.
[   323.588] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event9)
[   323.589] (II) No input driver specified, ignoring this device.
[   323.589] (II) This device may have been added with another device file.
[   323.590] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event11)
[   323.590] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
[   323.592] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 14 paused 0
[   323.592] (II) Using input driver 'evdev' for 'USB 2.0 Camera'
[   323.592] (**) USB 2.0 Camera: always reports core events
[   323.592] (**) evdev: USB 2.0 Camera: Device: "/dev/input/event11"
[   323.593] (--) evdev: USB 2.0 Camera: Vendor 0x13d3 Product 0x5108
[   323.593] (--) evdev: USB 2.0 Camera: Found keys
[   323.593] (II) evdev: USB 2.0 Camera: Configuring as keyboard
[   323.593] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-7/1-7:1.0/input/input12/event11"
[   323.593] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD, id 9)
[   323.593] (**) Option "xkb_rules" "evdev"
[   323.593] (**) Option "xkb_model" "pc104"
[   323.593] (**) Option "xkb_layout" "us"
[   323.595] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[   323.595] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   323.597] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 15 paused 0
[   323.598] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[   323.598] (**) Eee PC WMI hotkeys: always reports core events
[   323.598] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event6"
[   323.598] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[   323.598] (--) evdev: Eee PC WMI hotkeys: Found keys
[   323.598] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[   323.598] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input8/event6"
[   323.598] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 10)
[   323.598] (**) Option "xkb_rules" "evdev"
[   323.598] (**) Option "xkb_model" "pc104"
[   323.598] (**) Option "xkb_layout" "us"
[   323.601] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[   323.601] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   323.603] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 16 paused 0
[   323.603] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   323.603] (**) AT Translated Set 2 keyboard: always reports core events
[   323.603] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event1"
[   323.603] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   323.603] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   323.603] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   323.603] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[   323.603] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   323.604] (**) Option "xkb_rules" "evdev"
[   323.604] (**) Option "xkb_model" "pc104"
[   323.604] (**) Option "xkb_layout" "us"
[   323.606] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
[   323.606] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   323.606] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   323.606] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   323.606] (II) LoadModule: "synaptics"
[   323.607] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   323.614] (II) Module synaptics: vendor="X.Org Foundation"
[   323.615] 	compiled for 1.16.0, module version = 1.8.1
[   323.615] 	Module class: X.Org XInput Driver
[   323.615] 	ABI class: X.Org XInput driver, version 21.0
[   323.617] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 17 paused 0
[   323.617] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   323.617] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   323.617] (**) Option "Device" "/dev/input/event10"
[   323.667] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[   323.668] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5808 (res 80)
[   323.668] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4842 (res 136)
[   323.668] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   323.668] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   323.668] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[   323.668] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   323.669] (**) Option "TapButton1" "1"
[   323.669] (**) Option "TapButton2" "2"
[   323.669] (**) Option "TapButton3" "3"
[   323.669] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   323.669] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   323.670] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event10"
[   323.670] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   323.670] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   323.670] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[   323.670] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[   323.671] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   323.671] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   323.671] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   323.672] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   323.672] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   323.674] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   323.674] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[   323.675] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   323.675] (II) No input driver specified, ignoring this device.
[   323.675] (II) This device may have been added with another device file.
[   331.291] (II) UnloadModule: "synaptics"
[   331.291] (II) systemd-logind: releasing fd for 13:74
[   331.336] (II) evdev: AT Translated Set 2 keyboard: Close
[   331.337] (II) UnloadModule: "evdev"
[   331.337] (II) systemd-logind: releasing fd for 13:65
[   331.383] (II) evdev: Eee PC WMI hotkeys: Close
[   331.384] (II) UnloadModule: "evdev"
[   331.384] (II) systemd-logind: releasing fd for 13:70
[   331.429] (II) evdev: USB 2.0 Camera: Close
[   331.429] (II) UnloadModule: "evdev"
[   331.429] (II) systemd-logind: releasing fd for 13:75
[   331.482] (II) evdev: Sleep Button: Close
[   331.483] (II) UnloadModule: "evdev"
[   331.483] (II) systemd-logind: releasing fd for 13:67
[   331.514] (II) evdev: Power Button: Close
[   331.514] (II) UnloadModule: "evdev"
[   331.515] (II) systemd-logind: releasing fd for 13:68
[   331.550] (II) evdev: Video Bus: Close
[   331.550] (II) UnloadModule: "evdev"
[   331.550] (II) systemd-logind: releasing fd for 13:64
[   332.413] (EE) Server terminated successfully (0). Closing log file.

It seems to contain no errors, but there is no trace of the message I get before openbox-session is aborted. Anyway, with a dozen attempts I managed to transcribe it:

Openbox message: failed to open the display from the DISPLAY environment variable

A quick search on the forums returned an illuminating thread that reminded me I hadn't copied the ~/.xinitrc file from /etc/skel. I did that and added "exec openbox-session". Worked like a charm.
I feel like an idiot now. How could I have forgot that? Marking as solved, thank you Karol!
MXY

Offline

Board footer

Powered by FluxBB