Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Keine virtuellen Konsolen mehr?  (Read 5351 times)

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: Keine virtuellen Konsolen mehr?
« Reply #15 on: 2019/06/15, 22:01:50 »
@Reiner, make sure "F-lock" is set in BIOS, and on keyboard.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline ReinerS

  • User
  • Posts: 1.061
Re: Keine virtuellen Konsolen mehr?
« Reply #16 on: 2019/06/22, 22:46:50 »
@dibl: You are most probably right. Problem is only that I can neither find F-Lock/Function Key on the Keyboard nor within the BIOS to toggle- Other Models have such an key but mine (HP-8470p) doesn't seem to.
The problem stays also when booting a live DVD Image, so it is somewhere hidden in BIOS. Resetting BIOS to Standard also didnot solve that.
The Fn Keys themselfes are acting "normal" but when using the combinations with Alt+Strg+Fnx or Alt+Fnx, the only working combination is Alt+Strg+Fn7 resp. Alt#Fn7. All others lead to freezing the screen until I "return" to Alt+F7.
Searching through some solutions for other HP-Notebooks (on some there was mentioned "Action keys, but that I also didnot have within the BIOS-Setup) did not help yet, but still searching and examinating. :-)

regards
Reiner
slackware => SuSE => kanotix => sidux => aptosid  => siduction

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: Keine virtuellen Konsolen mehr?
« Reply #17 on: 2019/06/23, 00:00:27 »
Not all HP models have Fn option (mostly older)

If yours does

In short – Turn off and then turn on your computer > Press Esc to get to Set-up Menu > BIOS Set-up > System Configurations > Action Keys Mode > Disable
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline ReinerS

  • User
  • Posts: 1.061
Re: Keine virtuellen Konsolen mehr?
« Reply #18 on: 2019/06/23, 10:15:21 »
@piper: Thank you, but I already tried that with both Setups (Administrator and User).
This Opetion could not be found. BIOS is the latest for this model.
regards
Reiner
slackware => SuSE => kanotix => sidux => aptosid  => siduction

Offline Sir_Aim

  • User
  • Posts: 47
Re: Keine virtuellen Konsolen mehr?
« Reply #19 on: 2019/06/23, 18:34:33 »
You can also switch your virtual consoles with command:
Code: [Select]
chvt 1(as root)

Offline ReinerS

  • User
  • Posts: 1.061
Re: Keine virtuellen Konsolen mehr?
« Reply #20 on: 2019/06/23, 19:03:51 »
@Sir_Aim: Thank you for the hint, didn't know that until now. Just tried it but it has exactly the same effect as trying with the Alt+Strg+Fnx combinations. The Screen seems to freeze, Mouse-cursor dissapears and with Alt+Fn7 I am back on the real X-Window again.
regards
Reiner
slackware => SuSE => kanotix => sidux => aptosid  => siduction

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Keine virtuellen Konsolen mehr?
« Reply #21 on: 2019/06/23, 20:40:37 »
Do you use the modeseting-ddx or the intel-ddx?
If you use the modesetting ddx, try to start X with the intel-ddx ore vice versa.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline ReinerS

  • User
  • Posts: 1.061
Re: Keine virtuellen Konsolen mehr?
« Reply #22 on: 2019/06/23, 20:53:47 »
@towo: Good question. If I see it right I use neither one of those.
At least nothing in grub yet. And have not played with those yet.
I will search for infos on that.

Regards
Reiner
slackware => SuSE => kanotix => sidux => aptosid  => siduction

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Keine virtuellen Konsolen mehr?
« Reply #23 on: 2019/06/23, 21:31:23 »
inxi -G will tell you, which DDX you use.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline ReinerS

  • User
  • Posts: 1.061
Re: Keine virtuellen Konsolen mehr?
« Reply #24 on: 2019/06/23, 21:37:33 »
@towo: obviously modesetting. How and where to change that?
Code: [Select]
GraphicsGraphics:  Device-1: Intel 3rd Gen Core processor Graphics driver: i915 v: kernel
           Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa resolution: 1366x768~60Hz
           OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 18.3.6
:  Device-1: Intel 3rd Gen Core processor Graphics driver: i915 v: kernel
           Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa resolution: 1366x768~60Hz
           OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 18.3.6

slackware => SuSE => kanotix => sidux => aptosid  => siduction

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Keine virtuellen Konsolen mehr?
« Reply #25 on: 2019/06/23, 21:41:18 »
Code: [Select]
mkdir -p /etc/X11/xorg.conf.d ; echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "intel"\nEndSection' > /etc/X11/xorg.conf.d/20-intel.conf
Given, that xserver-xorg-video-intel is installed, a restart X should use the intel-ddx.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline ReinerS

  • User
  • Posts: 1.061
Re: Keine virtuellen Konsolen mehr?
« Reply #26 on: 2019/06/23, 21:53:05 »
@towo: That worked partially, but now I get a complete black screen instead of the frozen ones.
Alt+F7 returns to X
Code: [Select]
Graphics:  Device-1: Intel 3rd Gen Core processor Graphics vendor: Hewlett-Packard driver: i915 v: kernel bus ID: 00:02.0
           chip ID: 8086:0166
           Display: x11 server: X.Org 1.20.4 driver: intel resolution: 1366x768~60Hz
           OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 18.3.6 compat-v: 3.0 direct render: Yes
slackware => SuSE => kanotix => sidux => aptosid  => siduction

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Keine virtuellen Konsolen mehr?
« Reply #27 on: 2019/06/23, 21:58:27 »
dmesg | egrep -i "i915|kms|framebuffer"
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline ReinerS

  • User
  • Posts: 1.061
Re: Keine virtuellen Konsolen mehr?
« Reply #28 on: 2019/06/23, 22:02:08 »
@towo:
Code: [Select]
[    2.177923] efifb: framebuffer at 0xc0000000, using 3072k, total 3072k
[    2.817436] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.818303] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.849175] [drm] Initialized i915 1.6.0 20190207 for 0000:00:02.0 on minor 0
[    2.960393] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   28.827339] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_global_active_exit [i915])
slackware => SuSE => kanotix => sidux => aptosid  => siduction

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Keine virtuellen Konsolen mehr?
« Reply #29 on: 2019/06/23, 22:08:43 »
Hm, at the moment, I'm clueless, i will try by intel hardware tomorrow, mybe iit helps.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.