From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petter Subject: bug#24789: Changing console renders my system unresponsive Date: Thu, 27 Oct 2016 10:59:12 +0200 Message-ID: <453ef86fc4e8957fa7ed12b6fb4215dc@mykolab.ch> References: <73ddf40b77af55bb11861bb3d68e024f@mykolab.ch> <874m3zthrm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzgXf-000798-Ls for bug-guix@gnu.org; Thu, 27 Oct 2016 05:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzgXb-0006Sv-Pq for bug-guix@gnu.org; Thu, 27 Oct 2016 05:00:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44149) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bzgXb-0006Sg-Kp for bug-guix@gnu.org; Thu, 27 Oct 2016 05:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bzgXb-0004iU-80 for bug-guix@gnu.org; Thu, 27 Oct 2016 05:00:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874m3zthrm.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: ludo@gnu.org Cc: 24789@debbugs.gnu.org Did you try using an external monitor connected with DisplayPort? KMS Module in use (from /var/log/Xorg.0.log): [ 18.862] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160711 As for Xorg driver in use, I'm not sure where or how to find this out. Grepping /var/log/Xorg.0.log for LoadModule in case that's helpful. If not, let me know how I can find it. 58:[ 18.637] (II) LoadModule: "glx" 70:[ 18.725] (II) LoadModule: "intel" 76:[ 18.747] (II) LoadModule: "modesetting" 82:[ 18.762] (II) LoadModule: "fbdev" 88:[ 18.771] (II) LoadModule: "vesa" 109:[ 18.864] (II) LoadModule: "fbdevhw" 145:[ 18.885] (II) LoadModule: "dri2" 148:[ 18.885] (II) LoadModule: "present" 190:[ 19.050] (II) LoadModule: "libinput" -- Petter On 2016-10-26 14:30, ludo@gnu.org wrote: > Petter skribis: > >> I'm having a pretty dramatic experience changing console, >> f.ex. Ctrl+Alt+F4. My system becomes completely unresponsive. Even >> Alt+SysRq+reisub is unable to persuade my system to perform a >> gentlemans reboot. To recover I must do a hard reboot. >> >> Bringing this up in #guix suggests it's not a common issue. >> >> My setup is: >> Libreboot X200 >> Docking station >> External monitor connected to the docking station with DisplayPort. >> XFCE >> GuixSD (from git, last commit in my repo >> c11933c920dd7b7cdf68e13e6b3718602129210a) > > [...] > >> I have no idea if this is really a Guix issue or not, maybe it's >> Linux-libre? > > I definitely don’t experience that on my laptop (not an X200). Perhaps > the KMS module and Xorg driver is at fault? Which ones are in use? > > (My laptop has an Intel graphics card, so i915.ko, though for some > reason Xorg uses xf86-video-intel instead of “modesetting”.) > > Ludo’.