You are not logged in.
Hi all,
I'm trying to connect a second monitor to my computer so I can have a dual-screen display.
When I first turn the monitor on, there is a "no signal" message on the monitor. When I plug it into the computer (via VGA), the monitor immediately goes into power saving mode. So, it appears that some kind of connection is being made.
When I run the ARandR Screen Layout Editor (accessed from Menu > Preferences > Display > ARandR Screen Layout Editor), and go to the "Outputs" menu, the VGA1 option is grayed out.
When I run the "xrandr" from the command line, I get this output:
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 4096 x 4096
LVDS1 connected 1024x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x600 59.99*+
800x600 60.32 56.25
640x480 59.94
VGA1 disconnected (normal left inverted right x axis y axis)
I just ran "sudo apt-get upgrade" and rebooted. The monitor is a 14 year old LCD monitor. It still works as far as I am aware. Just doing some early spring cleaning and putting my old junk to good use. xD
Does anyone have any tips or ideas? Thank you!
Offline
For old monitor and presumably old VGA cable, I would first check the aforementioned VGA cable is working. Do you have another VGA cable to test it?
Otherwise, more infomation are needed: what's your laptop and what's your graphic card? For the later one, please post output of:
$ lspci -knn | grep -iA2 vga
Postpone all your duties; if you die, you won't have to do them ..
Offline
You can also check for any kernel messages by opening a terminal and running this command:
dmesg -w
Then plug in the monitor and see what is printed to the terminal screen.
Offline
Do you have another VGA cable to test it?
No, I don't. Maybe I can borrow one from work.
what's your laptop and what's your graphic card?
My laptop is a 5 year old ZaReason Teo Pro Netbook. I had to return it for repairs 3 years ago because it wouldn't turn on. Turned out to be a defective motherboard, which they replaced. Maybe something got messed up when they repaired it?
Here is my lspci output:
$ lspci -knn | grep -iA2 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller [8086:a011]
Subsystem: Device [1b50:5608]
Kernel driver in use: i915
You can also check for any kernel messages by opening a terminal and running this command:
dmesg -w
Then plug in the monitor and see what is printed to the terminal screen.
Nothing happened. No new messages appear when I plug the monitor in or unplug it.
Thanks again for your help.
Last edited by mangstadt (2016-12-13 01:29:22)
Offline
Is the monitor detected if you load up a "live" version of Fedora 25 or Ubuntu?
Offline
Is the monitor detected if you load up a "live" version of Fedora 25 or Ubuntu?
Loaded up Ubuntu 16.04.1 via USB. Monitor still not detected.
"dmesg -w" command didn't display anything in Ubuntu either.
Still need to bring a VGA cable in from work.
Offline