Can't switch from graphics to console

Started by orinoco, 2017/03/12, 12:19:02

Previous topic - Next topic

jyp

Still no luck here; problem persists.
I tried

~$ 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

jure

Hi jyp

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

apt policy xserver-xorg-video-intel
xserver-xorg-video-intel:
  Installiert:           2:2.99.917+git20161206-1
  Installationskandidat: 2:2.99.917+git20161206-1


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

jyp

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 ;-(

~$ apt policy xserver-xorg-video-intel
xserver-xorg-video-intel:
  Installed: 2:2.99.917+git20161206-1
  Candidate: 2:2.99.917+git20161206-1


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

jure

have you tried

cat /etc/X11/xorg.conf.d/20-intel.conf

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

jyp

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

absolut


jyp

@absolut

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

jyp