Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AIGLX: Suspending AIGLX clients for VT switch
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
FreeFog
n00b
n00b


Joined: 17 Jun 2018
Posts: 3

PostPosted: Sun Jun 17, 2018 1:14 pm    Post subject: AIGLX: Suspending AIGLX clients for VT switch Reply with quote

Hi:

I been trying to set up my box to auto-login and start awesome wm but I come across the following problems:

Code:
2018-06-16 13:10:53 W: awesome: a_dbus_connect:613: Could not connect to D-Bus system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
2018-06-16 13:10:53 W: Cannot reliably detect EOF on an GIOInputStream with this LGI version
(II) AIGLX: Suspending AIGLX clients for VT switch


The sequence : boot > awesome starts > then I switch tty with Ctrl + Alt + Fx > then return to tt7.

The first 2 errors happen on Awesome launch (thou I can't normaly see the text I can manually run xinit afterwards to see it happen).

Then the machine stays waiting, I can still switch to any tty but for tty7 to be unlocked I have to press Ctrl + C, which results in losing my Awesome session and all programs opened in it.


I am unsure what am I doing wrong or how should I proceed any help would be greatly appreciated.

/etc/inittab

Quote:
"c7:2345:respawn:/sbin/agetty -a freefog 38400 tty7 linux"


Code:
#
# /etc/inittab:  This file describes how the INIT process should set up
#                the system in a certain run-level.
#
# Author:  Miquel van Smoorenburg, <miquels@cistron.nl>
# Modified by:  Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
# Modified by:  Daniel Robbins, <drobbins@funtoo.org>
# Modified by:  Martin Schlemmer, <azarah@gentoo.org>
# Modified by:  Mike Frysinger, <vapier@gentoo.org>
# Modified by:  Robin H. Johnson, <robbat2@gentoo.org>

# Default runlevel.
id:3:initdefault:

# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/openrc sysinit

# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/openrc boot

l0:0:wait:/sbin/openrc shutdown
l0s:0:wait:/sbin/halt -dhp
l1:1:wait:/sbin/openrc single
l2:2:wait:/sbin/openrc nonetwork
l3:3:wait:/sbin/openrc default
l4:4:wait:/sbin/openrc default
l5:5:wait:/sbin/openrc default
l6:6:wait:/sbin/openrc reboot
l6r:6:wait:/sbin/reboot -dk
#z6:6:respawn:/sbin/sulogin

# new-style single-user
su0:S:wait:/sbin/openrc single
su1:S:wait:/sbin/sulogin

# TERMINALS
c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
c7:2345:respawn:/sbin/agetty -a freefog 38400 tty7 linux

# SERIAL CONSOLES
#s0:12345:respawn:/sbin/agetty -L 115200 ttyS0 vt100
#s1:12345:respawn:/sbin/agetty -L 115200 ttyS1 vt100

# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now

# Halt system on power failures
pf:12345:powerwait:/sbin/halt
 
# Used by /etc/init.d/xdm to control DM startup.
# Read the comments in /etc/init.d/xdm for more
# info. Do NOT remove, as this will start nothing
# extra at boot if /etc/init.d/xdm is not added
# to the "default" runlevel.
x:a:once:/etc/X11/startDM.sh


.bash_profile
Code:
# /etc/skel/.bash_profile

# This file is sourced by bash for login shells.  The following line
# runs your .bashrc and is recommended by the bash info pages.
[[ -f ~/.bashrc ]] && . ~/.bashrc

[[ -t 0 && $(tty) == "/dev/tty7" && ! $DISPLAY ]] && xinit


.xinitrc
Code:
setxkbmap es
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session awesome


Screen Text Capture
Code:

 >>> Release:                       stage3-intel64-nehalem-funtoo-current-2018-03-22
 >>> Version:                       2018-03-22
 >>> Created by:                    Daniel Robbins <drobbins@funtoo.org>

 >>> Send suggestions, improvements, bug reports relating to...

 >>> This release:                  Daniel Robbins <drobbins@funtoo.org>
 >>> Funtoo Linux (general):        Funtoo Linux (http://www.funtoo.org)
 >>> Gentoo Linux (general):        Gentoo Linux (http://www.gentoo.org)

 NOTE: This message can be removed by deleting /etc/motd.

freefog@pc101 ~ $ clear
freefog@pc101 ~ $ xinit


X.Org X Server 1.19.3
Release Date: 2017-03-15
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.14.12-2 x86_64 Gentoo
Current Operating System: Linux pc101 4.16.2-gentoo #1 SMP Thu Apr 19 21:20:11 -03 2018 x86_64
Kernel command line: \kernel-genkernel-x86_64-4.16.2-gentoo rootfstype=auto real_root=UUID=5e8d91ee-4cc6-4769-a6aa-979faa63d455 real_rootflags=errors=remount-ro rootfstype=ext4 initrd=\initramfs-genkernel-x86_64-4.16.2-gentoo
Build Date: 28 March 2018  08:40:28AM

Current version of pixman: 0.34.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 16 13:10:52 2018
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) [KMS] Kernel modesetting enabled.
2018-06-16 13:10:53 W: awesome: a_dbus_connect:613: Could not connect to D-Bus system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
2018-06-16 13:10:53 W: Cannot reliably detect EOF on an GIOInputStream with this LGI version
(II) AIGLX: Suspending AIGLX clients for VT switch
^Cxinit: connection to X server lost

waiting for X server to shut down
(process:27778): GLib-WARNING **: poll(2) failed due to: Resource temporarily unavailable.
..........
xinit: X server slow to shut down, sending KILL signal

waiting for server to die 2018-06-16 13:11:11 E: awesome: main:656: cannot open display (error 1)

xinit: unexpected signal 2


Xorg.0.log
Code:
[   484.900]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[   484.900] X Protocol Version 11, Revision 0
[   484.900] Build Operating System: Linux 4.14.12-2 x86_64 Gentoo
[   484.900] Current Operating System: Linux pc101 4.16.2-gentoo #1 SMP Thu Apr 19 21:20:11 -03 2018 x86_64
[   484.900] Kernel command line: \kernel-genkernel-x86_64-4.16.2-gentoo rootfstype=auto real_root=UUID=5e8d91ee-4cc6-4769-a6aa-979faa63d455 real_rootflags=errors=remount-ro rootfstype=ext4 initrd=\initramfs-genkernel-x86_64-4.16.2-gentoo
[   484.900] Build Date: 28 March 2018  08:40:28AM
[   484.900] 
[   484.900] Current version of pixman: 0.34.0
[   484.900]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   484.900] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   484.908] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 16 12:53:42 2018
[   484.911] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   484.913] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   484.913] (==) ServerLayout "Layout1"
[   484.913] (**) |-->Screen "Screen-HDMI" (0)
[   484.913] (**) |   |-->Monitor "LG-HDMI"
[   484.913] (**) |   |-->Device "AMD-R9-290"
[   484.913] (==) Automatically adding devices
[   484.913] (==) Automatically enabling devices
[   484.913] (==) Automatically adding GPU devices
[   484.913] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   484.913] (==) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
[   484.913] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   484.913] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   484.913] (II) Loader magic: 0x804c80
[   484.913] (II) Module ABI versions:
[   484.913]    X.Org ANSI C Emulation: 0.4
[   484.913]    X.Org Video Driver: 23.0
[   484.913]    X.Org XInput driver : 24.1
[   484.913]    X.Org Server Extension : 10.0
[   484.914] (II) xfree86: Adding drm device (/dev/dri/card0)
[   484.921] (--) PCI:*(0:2:0:0) 1002:67b1:1462:3081 rev 0, Mem @ 0xe0000000/268435456, 0xf0000000/8388608, 0xd0100000/262144, I/O @ 0x00001000/256, BIOS @ 0x????????/131072
[   484.922] (II) LoadModule: "glx"
[   484.922] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   484.923] (II) Module glx: vendor="X.Org Foundation"
[   484.923]    compiled for 1.19.3, module version = 1.0.0
[   484.923]    ABI class: X.Org Server Extension, version 10.0
[   484.923] (II) LoadModule: "amdgpu"
[   484.923] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[   484.923] (II) Module amdgpu: vendor="X.Org Foundation"
[   484.923]    compiled for 1.19.3, module version = 1.3.0
[   484.923]    Module class: X.Org Video Driver
[   484.923]    ABI class: X.Org Video Driver, version 23.0
[   484.923] (II) AMDGPU: Driver for AMD Radeon:
   All GPUs supported by the amdgpu kernel driver
[   484.923] (--) using VT number 8

[   484.923] (II) [KMS] Kernel modesetting enabled.
[   484.934] (**) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[   484.934] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   484.934] (==) AMDGPU(0): Default visual is TrueColor
[   484.934] (**) AMDGPU(0): Option "AccelMethod" "glamor"
[   484.934] (**) AMDGPU(0): Option "TearFree" "true"
[   484.934] (==) AMDGPU(0): RGB weight 888
[   484.934] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[   484.934] (--) AMDGPU(0): Chipset: "AMD Radeon R9 200 Series" (ChipID = 0x67b1)
[   484.934] (II) Loading sub module "fb"
[   484.934] (II) LoadModule: "fb"
[   484.934] (II) Loading /usr/lib64/xorg/modules/libfb.so
[   484.934] (II) Module fb: vendor="X.Org Foundation"
[   484.934]    compiled for 1.19.3, module version = 1.0.0
[   484.934]    ABI class: X.Org ANSI C Emulation, version 0.4
[   484.934] (II) Loading sub module "dri2"
[   484.934] (II) LoadModule: "dri2"
[   484.934] (II) Module "dri2" already built-in
[   485.012] (II) Loading sub module "glamoregl"
[   485.012] (II) LoadModule: "glamoregl"
[   485.012] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   485.018] (II) Module glamoregl: vendor="X.Org Foundation"
[   485.018]    compiled for 1.19.3, module version = 1.0.0
[   485.018]    ABI class: X.Org ANSI C Emulation, version 0.4
[   485.018] (II) glamor: OpenGL accelerated X.org driver based.
[   485.020] (II) glamor: EGL version 1.5 (DRI2):
[   485.022] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[   485.022] (**) AMDGPU(0): TearFree property default: on
[   485.022] (II) AMDGPU(0): KMS Pageflipping: enabled
[   485.022] (II) AMDGPU(0): Output DisplayPort-0 using monitor section LG-HDMI
[   485.022] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[   485.022] (II) AMDGPU(0): Output DVI-D-0 has no monitor section
[   485.022] (II) AMDGPU(0): Output DVI-D-1 has no monitor section
[   485.022] (II) AMDGPU(0): EDID for output DisplayPort-0
[   485.023] (II) AMDGPU(0): EDID for output HDMI-A-0
[   485.023] (II) AMDGPU(0): Manufacturer: GSM  Model: 59a9  Serial#: 16843009
[   485.023] (II) AMDGPU(0): Year: 2012  Week: 5
[   485.023] (II) AMDGPU(0): EDID Version: 1.3
[   485.023] (II) AMDGPU(0): Digital Display Input
[   485.023] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[   485.023] (II) AMDGPU(0): Gamma: 2.20
[   485.023] (II) AMDGPU(0): DPMS capabilities: StandBy Suspend Off
[   485.023] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   485.023] (II) AMDGPU(0): First detailed timing is preferred mode
[   485.023] (II) AMDGPU(0): redX: 0.638 redY: 0.334   greenX: 0.309 greenY: 0.627
[   485.023] (II) AMDGPU(0): blueX: 0.153 blueY: 0.073   whiteX: 0.313 whiteY: 0.329
[   485.023] (II) AMDGPU(0): Supported established timings:
[   485.023] (II) AMDGPU(0): 640x480@60Hz
[   485.023] (II) AMDGPU(0): 800x600@60Hz
[   485.023] (II) AMDGPU(0): 1024x768@60Hz
[   485.023] (II) AMDGPU(0): Manufacturer's mask: 0
[   485.023] (II) AMDGPU(0): Supported standard timings:
[   485.023] (II) AMDGPU(0): #0: hsize: 1152  vsize 864  refresh: 60  vid: 16497
[   485.023] (II) AMDGPU(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   485.023] (II) AMDGPU(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   485.023] (II) AMDGPU(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   485.023] (II) AMDGPU(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   485.023] (II) AMDGPU(0): #5: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[   485.023] (II) AMDGPU(0): #6: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[   485.023] (II) AMDGPU(0): #7: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   485.023] (II) AMDGPU(0): Supported detailed timing:
[   485.023] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  510 x 290 mm
[   485.023] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   485.023] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   485.023] (II) AMDGPU(0): Ranges: V min: 56 V max: 61 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[   485.023] (II) AMDGPU(0): Monitor name: 23EA53
[   485.023] (II) AMDGPU(0): Serial No:
[   485.023] (II) AMDGPU(0): Supported detailed timing:
[   485.023] (II) AMDGPU(0): clock: 148.5 MHz   Image Size:  510 x 290 mm
[   485.023] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   485.023] (II) AMDGPU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   485.023] (II) AMDGPU(0): Supported detailed timing:
[   485.023] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  510 x 290 mm
[   485.023] (II) AMDGPU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   485.023] (II) AMDGPU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   485.023] (II) AMDGPU(0): Supported detailed timing:
[   485.023] (II) AMDGPU(0): clock: 74.2 MHz   Image Size:  510 x 290 mm
[   485.023] (II) AMDGPU(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   485.023] (II) AMDGPU(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   485.023] (II) AMDGPU(0): Supported detailed timing:
[   485.023] (II) AMDGPU(0): clock: 27.0 MHz   Image Size:  510 x 290 mm
[   485.023] (II) AMDGPU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   485.023] (II) AMDGPU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   485.023] (II) AMDGPU(0): Number of EDID sections to follow: 1
[   485.023] (II) AMDGPU(0): EDID (in hex):
[   485.023] (II) AMDGPU(0):    00ffffffffffff001e6da95901010101
[   485.023] (II) AMDGPU(0):    0516010380331d78ea6275a3554fa027
[   485.023] (II) AMDGPU(0):    125054210800714081c0810081809500
[   485.023] (II) AMDGPU(0):    9040a9c0b300023a801871382d40582c
[   485.023] (II) AMDGPU(0):    4500fe221100001e000000fd00383d1e
[   485.023] (II) AMDGPU(0):    530f000a202020202020000000fc0032
[   485.023] (II) AMDGPU(0):    33454135330a202020202020000000ff
[   485.023] (II) AMDGPU(0):    000a202020202020202020202020010a
[   485.023] (II) AMDGPU(0):    02031df14a900403011412051f101323
[   485.023] (II) AMDGPU(0):    0907078301000065030c001000023a80
[   485.023] (II) AMDGPU(0):    1871382d40582c4500fe221100001e01
[   485.023] (II) AMDGPU(0):    1d8018711c1620582c2500fe22110000
[   485.023] (II) AMDGPU(0):    9e011d007251d01e206e285500fe2211
[   485.023] (II) AMDGPU(0):    00001e8c0ad08a20e02d10103e9600fe
[   485.023] (II) AMDGPU(0):    22110000180000000000000000000000
[   485.023] (II) AMDGPU(0):    000000000000000000000000000000e6
[   485.023] (II) AMDGPU(0): Printing probed modes for output HDMI-A-0
[   485.023] (II) AMDGPU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   485.023] (II) AMDGPU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1152x864"x60.0   81.58  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
[   485.023] (II) AMDGPU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   485.023] (II) AMDGPU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   485.023] (II) AMDGPU(0): EDID for output DVI-D-0
[   485.023] (II) AMDGPU(0): EDID for output DVI-D-1
[   485.023] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[   485.023] (II) AMDGPU(0): Output HDMI-A-0 connected
[   485.023] (II) AMDGPU(0): Output DVI-D-0 disconnected
[   485.023] (II) AMDGPU(0): Output DVI-D-1 disconnected
[   485.023] (II) AMDGPU(0): Using exact sizes for initial modes
[   485.023] (II) AMDGPU(0): Output HDMI-A-0 using initial mode 1920x1080 +0+0
[   485.023] (II) AMDGPU(0): mem size init: gart size :ffeca000 vram size: s:ff3f0000 visible:f3f0000
[   485.023] (==) AMDGPU(0): DPI set to (96, 96)
[   485.023] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[   485.024] (II) Loading sub module "ramdac"
[   485.024] (II) LoadModule: "ramdac"
[   485.024] (II) Module "ramdac" already built-in
[   485.024] (--) Depth 24 pixmap format is 32 bpp
[   485.024] (II) AMDGPU(0): [DRI2] Setup complete
[   485.024] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[   485.024] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[   485.024] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[   485.024] (II) AMDGPU(0): SYNC extension fences enabled
[   485.024] (II) AMDGPU(0): Present extension enabled
[   485.024] (==) AMDGPU(0): DRI3 enabled
[   485.024] (==) AMDGPU(0): Backing store enabled
[   485.024] (II) AMDGPU(0): Direct rendering enabled
[   485.048] (II) AMDGPU(0): Use GLAMOR acceleration.
[   485.048] (II) AMDGPU(0): Acceleration enabled
[   485.048] (==) AMDGPU(0): DPMS enabled
[   485.048] (==) AMDGPU(0): Silken mouse enabled
[   485.048] (II) AMDGPU(0): Set up textured video (glamor)
[   485.048] (II) AMDGPU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   485.067] (WW) AMDGPU(0): Option "Monitor-HDMI-0" is not used
[   485.067] (--) RandR disabled
[   485.068] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   485.068] (II) AIGLX: enabled GLX_ARB_create_context
[   485.068] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   485.068] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[   485.068] (II) AIGLX: enabled GLX_INTEL_swap_event
[   485.068] (II) AIGLX: enabled GLX_SGI_swap_control
[   485.068] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   485.068] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   485.068] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[   485.068] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   485.068] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[   485.069] (II) AIGLX: Loaded and initialized radeonsi
[   485.069] (II) GLX: Initialized DRI2 GL provider for screen 0
[   485.071] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[   485.192] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[   485.192] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   485.192] (II) LoadModule: "evdev"
[   485.192] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[   485.193] (II) Module evdev: vendor="X.Org Foundation"
[   485.193]    compiled for 1.19.3, module version = 2.10.5
[   485.193]    Module class: X.Org XInput Driver
[   485.193]    ABI class: X.Org XInput driver, version 24.1
[   485.193] (II) Using input driver 'evdev' for 'Power Button'
[   485.193] (**) Power Button: always reports core events
[   485.193] (**) evdev: Power Button: Device: "/dev/input/event5"
[   485.193] (--) evdev: Power Button: Vendor 0 Product 0x1
[   485.193] (--) evdev: Power Button: Found keys
[   485.193] (II) evdev: Power Button: Configuring as keyboard
[   485.193] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[   485.193] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   485.193] (**) Option "xkb_rules" "evdev"
[   485.194] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[   485.194] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   485.194] (II) Using input driver 'evdev' for 'Sleep Button'
[   485.194] (**) Sleep Button: always reports core events
[   485.194] (**) evdev: Sleep Button: Device: "/dev/input/event4"
[   485.194] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   485.194] (--) evdev: Sleep Button: Found keys
[   485.194] (II) evdev: Sleep Button: Configuring as keyboard
[   485.194] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event4"
[   485.194] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[   485.194] (**) Option "xkb_rules" "evdev"
[   485.195] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event10)
[   485.195] (II) No input driver specified, ignoring this device.
[   485.195] (II) This device may have been added with another device file.
[   485.195] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event11)
[   485.195] (II) No input driver specified, ignoring this device.
[   485.195] (II) This device may have been added with another device file.
[   485.195] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event12)
[   485.195] (II) No input driver specified, ignoring this device.
[   485.195] (II) This device may have been added with another device file.
[   485.196] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event7)
[   485.196] (II) No input driver specified, ignoring this device.
[   485.196] (II) This device may have been added with another device file.
[   485.196] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event8)
[   485.196] (II) No input driver specified, ignoring this device.
[   485.196] (II) This device may have been added with another device file.
[   485.196] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event9)
[   485.196] (II) No input driver specified, ignoring this device.
[   485.196] (II) This device may have been added with another device file.
[   485.197] (II) config/udev: Adding input device Dell Dell Multimedia Pro Keyboard (/dev/input/event0)
[   485.197] (**) Dell Dell Multimedia Pro Keyboard: Applying InputClass "evdev keyboard catchall"
[   485.197] (II) Using input driver 'evdev' for 'Dell Dell Multimedia Pro Keyboard'
[   485.197] (**) Dell Dell Multimedia Pro Keyboard: always reports core events
[   485.197] (**) evdev: Dell Dell Multimedia Pro Keyboard: Device: "/dev/input/event0"
[   485.197] (--) evdev: Dell Dell Multimedia Pro Keyboard: Vendor 0x413c Product 0x2011
[   485.197] (--) evdev: Dell Dell Multimedia Pro Keyboard: Found keys
[   485.197] (II) evdev: Dell Dell Multimedia Pro Keyboard: Configuring as keyboard
[   485.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:413C:2011.0001/input/input0/event0"
[   485.197] (II) XINPUT: Adding extended input device "Dell Dell Multimedia Pro Keyboard" (type: KEYBOARD, id 8)
[   485.197] (**) Option "xkb_rules" "evdev"
[   485.197] (II) config/udev: Adding input device Dell Dell Multimedia Pro Keyboard (/dev/input/event1)
[   485.198] (**) Dell Dell Multimedia Pro Keyboard: Applying InputClass "evdev keyboard catchall"
[   485.198] (II) Using input driver 'evdev' for 'Dell Dell Multimedia Pro Keyboard'
[   485.198] (**) Dell Dell Multimedia Pro Keyboard: always reports core events
[   485.198] (**) evdev: Dell Dell Multimedia Pro Keyboard: Device: "/dev/input/event1"
[   485.198] (--) evdev: Dell Dell Multimedia Pro Keyboard: Vendor 0x413c Product 0x2011
[   485.198] (--) evdev: Dell Dell Multimedia Pro Keyboard: Found absolute axes
[   485.198] (II) evdev: Dell Dell Multimedia Pro Keyboard: Forcing absolute x/y axes to exist.
[   485.198] (--) evdev: Dell Dell Multimedia Pro Keyboard: Found keys
[   485.198] (II) evdev: Dell Dell Multimedia Pro Keyboard: Forcing relative x/y axes to exist.
[   485.198] (II) evdev: Dell Dell Multimedia Pro Keyboard: Configuring as mouse
[   485.198] (II) evdev: Dell Dell Multimedia Pro Keyboard: Configuring as keyboard
[   485.198] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:413C:2011.0002/input/input1/event1"
[   485.198] (II) XINPUT: Adding extended input device "Dell Dell Multimedia Pro Keyboard" (type: KEYBOARD, id 9)
[   485.198] (**) Option "xkb_rules" "evdev"
[   485.198] (II) evdev: Dell Dell Multimedia Pro Keyboard: initialized for absolute axes.
[   485.198] (**) Dell Dell Multimedia Pro Keyboard: (accel) keeping acceleration scheme 1
[   485.198] (**) Dell Dell Multimedia Pro Keyboard: (accel) acceleration profile 0
[   485.198] (**) Dell Dell Multimedia Pro Keyboard: (accel) acceleration factor: 2.000
[   485.198] (**) Dell Dell Multimedia Pro Keyboard: (accel) acceleration threshold: 4
[   485.199] (II) config/udev: Adding input device Logitech Gaming Mouse G600 (/dev/input/event2)
[   485.199] (**) Logitech Gaming Mouse G600: Applying InputClass "evdev pointer catchall"
[   485.199] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G600'
[   485.199] (**) Logitech Gaming Mouse G600: always reports core events
[   485.199] (**) evdev: Logitech Gaming Mouse G600: Device: "/dev/input/event2"
[   485.256] (--) evdev: Logitech Gaming Mouse G600: Vendor 0x46d Product 0xc24a
[   485.256] (--) evdev: Logitech Gaming Mouse G600: Found 20 mouse buttons
[   485.256] (--) evdev: Logitech Gaming Mouse G600: Found scroll wheel(s)
[   485.256] (--) evdev: Logitech Gaming Mouse G600: Found relative axes
[   485.256] (--) evdev: Logitech Gaming Mouse G600: Found x and y relative axes
[   485.256] (II) evdev: Logitech Gaming Mouse G600: Configuring as mouse
[   485.256] (II) evdev: Logitech Gaming Mouse G600: Adding scrollwheel support
[   485.256] (**) evdev: Logitech Gaming Mouse G600: YAxisMapping: buttons 4 and 5
[   485.256] (**) evdev: Logitech Gaming Mouse G600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   485.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/0003:046D:C24A.0003/input/input2/event2"
[   485.256] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G600" (type: MOUSE, id 10)
[   485.256] (II) evdev: Logitech Gaming Mouse G600: initialized for relative axes.
[   485.256] (**) Logitech Gaming Mouse G600: (accel) keeping acceleration scheme 1
[   485.256] (**) Logitech Gaming Mouse G600: (accel) acceleration profile 0
[   485.256] (**) Logitech Gaming Mouse G600: (accel) acceleration factor: 2.000
[   485.256] (**) Logitech Gaming Mouse G600: (accel) acceleration threshold: 4
[   485.257] (II) config/udev: Adding input device Logitech Gaming Mouse G600 (/dev/input/mouse0)
[   485.257] (II) No input driver specified, ignoring this device.
[   485.257] (II) This device may have been added with another device file.
[   485.257] (II) config/udev: Adding input device Logitech Gaming Mouse G600 (/dev/input/event3)
[   485.257] (**) Logitech Gaming Mouse G600: Applying InputClass "evdev keyboard catchall"
[   485.257] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G600'
[   485.257] (**) Logitech Gaming Mouse G600: always reports core events
[   485.257] (**) evdev: Logitech Gaming Mouse G600: Device: "/dev/input/event3"
[   485.257] (--) evdev: Logitech Gaming Mouse G600: Vendor 0x46d Product 0xc24a
[   485.257] (--) evdev: Logitech Gaming Mouse G600: Found absolute axes
[   485.257] (--) evdev: Logitech Gaming Mouse G600: Found absolute multitouch axes
[   485.257] (II) evdev: Logitech Gaming Mouse G600: No buttons found, faking one.
[   485.257] (--) evdev: Logitech Gaming Mouse G600: Fake MT device detected
[   485.257] (--) evdev: Logitech Gaming Mouse G600: Found keys
[   485.257] (II) evdev: Logitech Gaming Mouse G600: Forcing relative x/y axes to exist.
[   485.257] (II) evdev: Logitech Gaming Mouse G600: Configuring as mouse
[   485.257] (II) evdev: Logitech Gaming Mouse G600: Configuring as keyboard
[   485.257] (**) evdev: Logitech Gaming Mouse G600: YAxisMapping: buttons 4 and 5
[   485.257] (**) evdev: Logitech Gaming Mouse G600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   485.257] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/0003:046D:C24A.0004/input/input3/event3"
[   485.258] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G600" (type: KEYBOARD, id 11)
[   485.258] (**) Option "xkb_rules" "evdev"
[   485.258] (II) evdev: Logitech Gaming Mouse G600: initialized for absolute axes.
[   485.258] (**) Logitech Gaming Mouse G600: (accel) keeping acceleration scheme 1
[   485.258] (**) Logitech Gaming Mouse G600: (accel) acceleration profile 0
[   485.258] (**) Logitech Gaming Mouse G600: (accel) acceleration factor: 2.000
[   485.258] (**) Logitech Gaming Mouse G600: (accel) acceleration threshold: 4
[   485.258] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
[   485.258] (II) No input driver specified, ignoring this device.
[   485.258] (II) This device may have been added with another device file.
[   485.259] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event14)
[   485.259] (II) No input driver specified, ignoring this device.
[   485.259] (II) This device may have been added with another device file.
[   485.259] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event15)
[   485.259] (II) No input driver specified, ignoring this device.
[   485.259] (II) This device may have been added with another device file.
[   485.259] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event16)
[   485.259] (II) No input driver specified, ignoring this device.
[   485.259] (II) This device may have been added with another device file.
[   485.260] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event17)
[   485.260] (II) No input driver specified, ignoring this device.
[   485.260] (II) This device may have been added with another device file.
[   485.260] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event18)
[   485.260] (II) No input driver specified, ignoring this device.
[   485.260] (II) This device may have been added with another device file.
[   485.260] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event19)
[   485.260] (II) No input driver specified, ignoring this device.
[   485.260] (II) This device may have been added with another device file.
[   485.261] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event20)
[   485.261] (II) No input driver specified, ignoring this device.
[   485.261] (II) This device may have been added with another device file.
[   485.261] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   485.261] (II) No input driver specified, ignoring this device.
[   485.261] (II) This device may have been added with another device file.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sun Jun 17, 2018 2:13 pm    Post subject: Re: AIGLX: Suspending AIGLX clients for VT switch Reply with quote

FreeFog wrote:
Code:
(II) AIGLX: Suspending AIGLX clients for VT switch

If that specific message exists, and it create problem to switch back VT, than sure other users have met this.
I'm not in mood for a let me google that for you link, specially because i prefer duckduckgo ;)
Back to top
View user's profile Send private message
FreeFog
n00b
n00b


Joined: 17 Jun 2018
Posts: 3

PostPosted: Sun Jun 17, 2018 2:22 pm    Post subject: Reply with quote

I had googled it for 2 days, some fixed it updating the kernel others using quingy or other Display Manager and Windows Man, but I am trying to avoid that and also want to understand the root of the problem, is there other log I should check?.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sun Jun 17, 2018 2:32 pm    Post subject: Reply with quote

FreeFog wrote:
is there other log I should check?.

I don't think so, your problem is to stop that "feature", if a gentoo user has met your problem, he might know the solve, but seeing all logs you wish, the problem will remain: howto disable this ; something they certainly didn't took care to write in any log, or the message would had follow the "Suspending AIGLX..." one.
Your best chance would be digging more the net, as certainly someone has the solve (assuming one exists).
Or if you are lucky, a gentoo user that has met it.
Back to top
View user's profile Send private message
FreeFog
n00b
n00b


Joined: 17 Jun 2018
Posts: 3

PostPosted: Fri Jun 22, 2018 1:30 am    Post subject: Reply with quote

My main misconception was thinking that awesome was being closed when I swapped among ttys I failed to notice that AwesomeWM was a child of the selected tty and was being displayed on the first tty unused by agetty, the messages I was getting were the result of its execution.

Generally speaking X sessions are expected to be spawned on tty7+.

So my the "tidying" up was:

/etc/inittab
Auto login to tty6.
Code:

# TERMINALS
c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty -a freefog 38400 tty6 linux



.bash_profile
.bashrc call to the end of file.
I prefer bash notation so [[ and == were used.
No "exec" before xinit so that I stay logged in the event I decide to quit Awesome.
If I wanted to run X on the same tty and screen that I autologged:

Code:
[[ -t 0 && $(tty) == "/dev/tty6" && ! $DISPLAY ]] && xinit -- :0 tty6


Code:

# /etc/skel/.bash_profile

[[ -t 0 && $(tty) == "/dev/tty6" && ! $DISPLAY ]] && xinit

# This file is sourced by bash for login shells.  The following line
# runs your .bashrc and is recommended by the bash info pages.
[[ -f ~/.bashrc ]] && . ~/.bashrc


Quote:
W: awesome: a_dbus_connect:613: Could not connect to D-Bus system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

Fixed by:
Code:

# emerge -av sys-apps/dbus
# rc-update add dbus boot


If dbus error persists try:
Code:
# groupadd dbus
# useradd --system -g dbus dbus


Additionaly I installed:
Code:
# emerge -av sys-auth/consolekit
# rc-update add consolekit boot


And added the use flags to make.conf.
USE="dbus consolekit"

Trying to disable AIGLX by xorg.conf files only resulted on radeonsi re enabling it.
http://fedoraproject.org/wiki/RenderingProject/aiglx

Code:
Section "ServerFlags"
  Option  "AIGLX" "off"
EndSection

Section "Extensions"
  Option "Composite" "Disable"
EndSection



Quote:
W: Cannot reliably detect EOF on an GIOInputStream with this LGI version

Is an internal AwesomeWM problem with LGI.



I'm yet to test if I need extra compositor, would Unagi make a good choice? (https://projects.mini-dweeb.org/projects/unagi)


Pointers to any possible mistakes or better practices are welcomed.

Case Closed unless I missed something.


Last edited by FreeFog on Mon Jun 25, 2018 3:19 am; edited 1 time in total
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Fri Jun 22, 2018 10:38 am    Post subject: Reply with quote

At least a good news, i wasn't putting myself real hope about finding a solve for your problem, glad i was wrong :)
If another poor user fall into this, he will certainly find your thread and your solve.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum