Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] unable to display to VGA monitor with Debian 9

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
extraspecialbitter
Posts: 55
Joined: 2007-03-28 16:55
Location: Cape Cod, MA

[SOLVED] unable to display to VGA monitor with Debian 9

#1 Post by extraspecialbitter »

My default setup is still Debian 8, but I thought I'd test-drive a Debian 9 ISO on a spare partition. It works fine with my Dell laptop's default display, but when trying to view on a VGA monitor attached to the laptop's docking station, I get the login screen, am able to log in to the initial desktop, see the backsplash and status bar, but then am unable to view any applications launched from the menu. A "ps" shows that the applications are actually running, but I'm unable to see them. About the only thing I'm able to do - besides bringing up a console - is logout or reboot. This also happens with the Live ISO.
Last edited by extraspecialbitter on 2018-03-10 20:23, edited 1 time in total.

User avatar
extraspecialbitter
Posts: 55
Joined: 2007-03-28 16:55
Location: Cape Cod, MA

Re: unable to display to VGA monitor with Debian 9

#2 Post by extraspecialbitter »

A little digging into Xorg.0.log indicates that the virtual display for my VGA monitor is being moved to the right of the laptop display, rendering it invisible.

Code: Select all

[     7.692] (II) modeset(0): Output eDP-1 using initial mode 1280x800 +0+0
[     7.692] (II) modeset(0): Output VGA-1 using initial mode 1920x1080 +1280+0
Is there some way to remedy this after the fact, if I can't avoid it proactively?

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: unable to display to VGA monitor with Debian 9

#3 Post by bw123 »

if you have a desktop environment with a gui tool it probably best to use that. Otherwise try xrandr, it's a swiis army knife and nobody knows how many ways you can use it to skin a cat.
resigned by AI ChatGPT

User avatar
extraspecialbitter
Posts: 55
Joined: 2007-03-28 16:55
Location: Cape Cod, MA

Re: [SOLVED] unable to display to VGA monitor with Debian 9

#4 Post by extraspecialbitter »

Giving credit where credit is due, I found this on the Ubuntu forum.

From the console, I typed the following:

Code: Select all

DISPLAY=:0 xrandr --output VGA-1 --primary
No error message, so I exited the console and typed <ctrl><alt><F7> to bring me back to the display, at which point I was able to see the output of my commands as expected.

Post Reply