I recently updated to Linux Mint 14 on my laptop and am having difficulties getting my external monitor working. My laptop has a usb docking station that the VGA monitor plugs into. I cannot figure out how to get both monitors working at the same time as I previously had with Linux Mint 13. Currently I can have the laptop monitor OR the external monitor on, but not both at the same time.
But apparently the display link driver was removed... what can I do to get both my monitors working? Does fbdev support dual monitors, from previous research I did not think it did. I have also tried setting the BusID option for each device, but was unsuccessful.
ETA: I do get a green screen on my external monitor when I'm not using the fbdev driver.
I have the same problem with my Zenbook ux31a with the docking station.
All other extrension works except the HDMI and VGA.
My workaround it that a make a little script the you the miniHDMI on the laptop
I make this little script so it will use the miniHDMI output to my 2nd screen
I'm running LM 14 Cinnamon out of the box
don't now it it's help
------------- start cut ----------------
#!/usr/bin/env sh
#
# you need to logon before running the script
# remember to change the value so they mash you 2nd monitor
#
xrandr --newmode "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
xrandr --addmode VGA1 "1680x1050_60.00"
xrandr --output VGA1 --mode "1680x1050_60.00"
------------ stop cut -------------------
dizmoduck wrote:I have the same problem with my Zenbook ux31a with the docking station.
All other extrension works except the HDMI and VGA.
My workaround it that a make a little script the you the miniHDMI on the laptop
I make this little script so it will use the miniHDMI output to my 2nd screen
I'm running LM 14 Cinnamon out of the box
don't now it it's help
------------- start cut ----------------
#!/usr/bin/env sh
#
# you need to logon before running the script
# remember to change the value so they mash you 2nd monitor
#
xrandr --newmode "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
xrandr --addmode VGA1 "1680x1050_60.00"
xrandr --output VGA1 --mode "1680x1050_60.00"
------------ stop cut -------------------
I don't believe this will work for my setup, xrandr does not detect the monitor I have plugged into the USB docking port.
squinky4 wrote:
I don't believe this will work for my setup, xrandr does not detect the monitor I have plugged into the USB docking port.
Was wondering if the original poster every got resolution to this issue. I am currently experiencing the same problem. I have a small 13" Lenovo X301 laptop that has no output for connecting any kind of monitor. I am using the Lenovo 2.0 USP Port Replicator with Digital Video. But when I connect the port replicator, there is no video to the external monitor. Everything else on the port replicator works, ie: the CAT5 connection, and the additional usb connections. But there is no video what soever. I have checked System Settings and it only shows one single display - that of the laptop. My video drivers are upto date, Intel Mobile 4 Series Chipset Integrated Graphics Controller. Pressing FN+F7 does not switch graphics.
'
Can anyone tell me what my next steps are to get this working?