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

Author Topic:  Can't switch from graphics to console  (Read 5872 times)

Offline jyp

  • User
  • Posts: 118
Re: Can't switch from graphics to console
« Reply #15 on: 2017/04/01, 18:07:42 »
Still no luck here; problem persists.
I tried
Code: [Select]
~$ chvt 1
Couldn't get a file descriptor referring to the console

I tried the same command as root; I get stuck with a dead desktop (like frozen) until I do ctrl+alt+F7 to get it functional again.

Always in a twin monitor setup of course.

Any clue?

Thanks

Offline jure

  • User
  • Posts: 635
Re: Can't switch from graphics to console
« Reply #16 on: 2017/04/01, 20:09:38 »
Hi jyp

my system is quit similar, but I use the intel driver

Code: [Select]
apt policy xserver-xorg-video-intel
xserver-xorg-video-intel:
  Installiert:           2:2.99.917+git20161206-1
  Installationskandidat: 2:2.99.917+git20161206-1

Code: [Select]
ystem:    Host: siductionbox Kernel: 4.10.8-towo.1-siduction-amd64 x86_64 (64 bit gcc: 6.3.0)
           Desktop: KDE Plasma 5.8.6 (Qt 5.7.1) Distro: Debian GNU/Linux 9 (stretch)
Machine:   Device: desktop Mobo: ASUSTeK model: P8Z77-M v: Rev 1.xx BIOS: American Megatrends v: 2203 date: 12/18/2015
CPU:       Quad core Intel Core i5-3570 (-MCP-) cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 27289
           clock speeds: max: 3800 MHz 1: 1603 MHz 2: 1682 MHz 3: 1613 MHz 4: 1641 MHz
Graphics:  Card: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller bus-ID: 00:02.0
           Display Server: X.Org 1.19.3 driver: intel Resolution: 1920x1200@59.95hz
           GLX Renderer: Mesa DRI Intel Ivybridge Desktop GLX Version: 3.0 Mesa 13.0.6 Direct Rendering: Yes


Gruss Juergen

Offline jyp

  • User
  • Posts: 118
Re: Can't switch from graphics to console
« Reply #17 on: 2017/04/01, 20:36:12 »
I guess that you don't have the same problem with the intel driver. Am I right?

The installation is pretty recent and it seems that the installer choose to use _modesetting_ in spite of the fact that, as in your case, the intel driver is installed.

However, I have no clue how to change the driver ;-(
Code: [Select]
~$ apt policy xserver-xorg-video-intel
xserver-xorg-video-intel:
  Installed: 2:2.99.917+git20161206-1
  Candidate: 2:2.99.917+git20161206-1
Code: [Select]
System:    Host: omega Kernel: 4.10.6-towo.1-siduction-amd64 x86_64 (64 bit) Desktop: KDE Plasma 5.8.6
           Distro: siduction 17.1.0 Patience - kde - (201703051755)
Machine:   Device: desktop System: ASUS product: All Series
           Mobo: ASUSTeK model: SABERTOOTH Z87 v: Rev 1.xx BIOS: American Megatrends v: 1803 date: 02/17/2014
CPU:       Quad core Intel Core i5-4670K (-MCP-) cache: 6144 KB
           clock speeds: max: 3800 MHz 1: 1498 MHz 2: 1226 MHz 3: 1496 MHz 4: 1501 MHz
Graphics:  Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
           Display Server: X.Org 1.19.3 drivers: modesetting (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.00hz, 1920x1200@59.95hz
           GLX Renderer: Mesa DRI Intel Haswell Desktop GLX Version: 3.0 Mesa 13.0.6

Thanks

Offline jure

  • User
  • Posts: 635
Re: Can't switch from graphics to console
« Reply #18 on: 2017/04/01, 20:51:04 »
have you tried

Code: [Select]
cat /etc/X11/xorg.conf.d/20-intel.conf

Section "Device"
    Identifier "Intel"
    Driver "intel"
    Option "DRI" "3"
    EndSection
Gruss Juergen

Offline jyp

  • User
  • Posts: 118
Re: Can't switch from graphics to console
« Reply #19 on: 2017/04/01, 21:09:25 »
Thanks @jure

The file _20-intel.conf_ doesn't exist on my system.
Should I create it and polulate it like yours?

I wonder why the install process didn't choose the intel driver in the first place. To be honest, playing around with the X setup makes me a bit uncomfortable. This system is my working computer, not a test machine. Nevertheless, not having access to a tty can be very very annoying sometimes.

jyp

Offline absolut

  • User
  • Posts: 455
Re: Can't switch from graphics to console
« Reply #20 on: 2017/04/01, 21:18:11 »
jyp,

as an entry point for understanding the reason would be this:
https://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-Debian-Abandon-Intel-DDX

best
absolut

Offline jyp

  • User
  • Posts: 118
Re: Can't switch from graphics to console
« Reply #21 on: 2017/04/01, 21:29:33 »
@absolut

Thanks a lot.
Still hoping for a cure to that problem though; I googled it a lot but didn't find anytthing,

jyp