public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Alt+Fn switch console from within X11 session
@ 2016-09-21  4:08 Kai Krakow
  2016-09-21  9:08 ` Peter Humphrey
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Krakow @ 2016-09-21  4:08 UTC (permalink / raw
  To: gentoo-user

Hello!

I upgraded xorg to 1.18 and during that process also enabled
USE=wayland. However, I don't run a wayland session (this actually
doesn't seem to work with nvidia). I use sddm as the login manager, and
I'm running latest plasma 5.7. The system is booted with systemd.

I just came accross the following phenomenon: Hitting Alt+F2 should
bring up krunner but instead now it switches to console 2. This was
previously only possible with Ctrl+Alt+F2.

Any clues?

-- 
Regards,
Kai

Replies to list-only preferred.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Alt+Fn switch console from within X11 session
  2016-09-21  4:08 [gentoo-user] Alt+Fn switch console from within X11 session Kai Krakow
@ 2016-09-21  9:08 ` Peter Humphrey
  2016-09-21 19:09   ` [gentoo-user] " Kai Krakow
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Humphrey @ 2016-09-21  9:08 UTC (permalink / raw
  To: gentoo-user

On Wednesday 21 Sep 2016 06:08:38 Kai Krakow wrote:

> I upgraded xorg to 1.18 and during that process also enabled
> USE=wayland. However, I don't run a wayland session (this actually
> doesn't seem to work with nvidia). I use sddm as the login manager, and
> I'm running latest plasma 5.7. The system is booted with systemd.
> 
> I just came accross the following phenomenon: Hitting Alt+F2 should
> bring up krunner but instead now it switches to console 2. This was
> previously only possible with Ctrl+Alt+F2.

I'm on xorg 1.18.4 and plasma-meta 5.7.5 but no wayland, and Alt-F2 works as 
it should. No systemd here though.

Sorry I can't help, other than suggesting the keyboard shortcuts control 
panel, which I'm sure you'll already have checked.

-- 
Rgds
Peter



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Alt+Fn switch console from within X11 session
  2016-09-21  9:08 ` Peter Humphrey
@ 2016-09-21 19:09   ` Kai Krakow
  2016-09-22 15:05     ` Peter Humphrey
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Krakow @ 2016-09-21 19:09 UTC (permalink / raw
  To: gentoo-user

Am Wed, 21 Sep 2016 10:08:31 +0100
schrieb Peter Humphrey <peter@prh.myzen.co.uk>:

> On Wednesday 21 Sep 2016 06:08:38 Kai Krakow wrote:
> 
> > I upgraded xorg to 1.18 and during that process also enabled
> > USE=wayland. However, I don't run a wayland session (this actually
> > doesn't seem to work with nvidia). I use sddm as the login manager,
> > and I'm running latest plasma 5.7. The system is booted with
> > systemd.
> > 
> > I just came accross the following phenomenon: Hitting Alt+F2 should
> > bring up krunner but instead now it switches to console 2. This was
> > previously only possible with Ctrl+Alt+F2.  
> 
> I'm on xorg 1.18.4 and plasma-meta 5.7.5 but no wayland, and Alt-F2
> works as it should. No systemd here though.
> 
> Sorry I can't help, other than suggesting the keyboard shortcuts
> control panel, which I'm sure you'll already have checked.

I found that I should put "-keeptty" to the startup options of xorg in
sddm.conf (by looking at Xorg.0.log). It looks like this was changed by
either Gentoo or Xorg/SDDM/Plasma maintainers due to an incompatibility
to systems not using systemd.

After reboot it worked as intended.

With this option enabled on non-systemd systems, this leaves you with
an unusable box in case Xorg doesn't start because the tty will
then be blocked - leaving you with only the options: hard-reboot or
ssh into the box.

-- 
Regards,
Kai

Replies to list-only preferred.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Alt+Fn switch console from within X11 session
  2016-09-21 19:09   ` [gentoo-user] " Kai Krakow
@ 2016-09-22 15:05     ` Peter Humphrey
  2016-09-22 15:27       ` Peter Humphrey
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Humphrey @ 2016-09-22 15:05 UTC (permalink / raw
  To: gentoo-user

On Wednesday 21 Sep 2016 21:09:47 Kai Krakow wrote:
> Am Wed, 21 Sep 2016 10:08:31 +0100
> 
> schrieb Peter Humphrey <peter@prh.myzen.co.uk>:
> > On Wednesday 21 Sep 2016 06:08:38 Kai Krakow wrote:
> > > I upgraded xorg to 1.18 and during that process also enabled
> > > USE=wayland. However, I don't run a wayland session (this actually
> > > doesn't seem to work with nvidia). I use sddm as the login manager,
> > > and I'm running latest plasma 5.7. The system is booted with
> > > systemd.
> > > 
> > > I just came accross the following phenomenon: Hitting Alt+F2 should
> > > bring up krunner but instead now it switches to console 2. This was
> > > previously only possible with Ctrl+Alt+F2.
> > 
> > I'm on xorg 1.18.4 and plasma-meta 5.7.5 but no wayland, and Alt-F2
> > works as it should. No systemd here though.
> > 
> > Sorry I can't help, other than suggesting the keyboard shortcuts
> > control panel, which I'm sure you'll already have checked.
> 
> I found that I should put "-keeptty" to the startup options of xorg in
> sddm.conf (by looking at Xorg.0.log). It looks like this was changed by
> either Gentoo or Xorg/SDDM/Plasma maintainers due to an incompatibility
> to systems not using systemd.
> 
> After reboot it worked as intended.

I'm glad you mentioned Xorg.0.log; it prompted me to look at mine, and I 
found I didn't have an fbdev driver. I found I needed to add USE=evdev to 
dev-qt/qtgui and remerge qtgui.

That ought to have been picked up from INPUT_DEVICES="evdev" in make.conf. 
Looks like a bug.

I think this should fix the flickering display I mentioned a few days ago. 
Have to wait and see.

> With this option enabled on non-systemd systems, this leaves you with
> an unusable box in case Xorg doesn't start because the tty will
> then be blocked - leaving you with only the options: hard-reboot or
> ssh into the box.

Not funny, not at all.

-- 
Rgds
Peter


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Alt+Fn switch console from within X11 session
  2016-09-22 15:05     ` Peter Humphrey
@ 2016-09-22 15:27       ` Peter Humphrey
  2016-09-22 17:22         ` Kai Krakow
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Humphrey @ 2016-09-22 15:27 UTC (permalink / raw
  To: gentoo-user

On Thursday 22 Sep 2016 16:05:02 I wrote:
> I'm glad you mentioned Xorg.0.log; it prompted me to look at mine, and I
> found I didn't have an fbdev driver. I found I needed to add USE=evdev to
> dev-qt/qtgui and remerge qtgui.
--->8
> I think this should fix the flickering display I mentioned a few days ago.
> Have to wait and see.

Nope. It hasn't.

-- 
Rgds
Peter



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: Alt+Fn switch console from within X11 session
  2016-09-22 15:27       ` Peter Humphrey
@ 2016-09-22 17:22         ` Kai Krakow
  0 siblings, 0 replies; 6+ messages in thread
From: Kai Krakow @ 2016-09-22 17:22 UTC (permalink / raw
  To: gentoo-user

Am Thu, 22 Sep 2016 16:27:25 +0100
schrieb Peter Humphrey <peter@prh.myzen.co.uk>:

> On Thursday 22 Sep 2016 16:05:02 I wrote:
> > I'm glad you mentioned Xorg.0.log; it prompted me to look at mine,
> > and I found I didn't have an fbdev driver. I found I needed to add
> > USE=evdev to dev-qt/qtgui and remerge qtgui.
> --->8
> > I think this should fix the flickering display I mentioned a few
> > days ago. Have to wait and see.  
> 
> Nope. It hasn't.

For me neither:

Alt+Fn still switches to the console... But only after running the
system for some hours. Not sure what triggers it. Energy saving mode is
currently off. So that's not the trigger.

If I boot freshly, the shortcut works as intended and brings up
krunner.

When the bug triggered and I switch back from console, I apparently
also see flickering sometimes at the left side with some oddly shaped
vectors inside. Plus some window contents are simply black (only title
bar visible). It stops after a few seconds.

-- 
Regards,
Kai

Replies to list-only preferred.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-22 17:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21  4:08 [gentoo-user] Alt+Fn switch console from within X11 session Kai Krakow
2016-09-21  9:08 ` Peter Humphrey
2016-09-21 19:09   ` [gentoo-user] " Kai Krakow
2016-09-22 15:05     ` Peter Humphrey
2016-09-22 15:27       ` Peter Humphrey
2016-09-22 17:22         ` Kai Krakow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox