Hi, hopefully someone can help me with this as I can get it to work on Ubuntu, but not on Fedora.
I have a laptop with Fedora installed, and a PC with Windows installed. I have a Belkin Flip KVM switch which allows me to share a monitor, keyboard and mouse with the two computers. I used to have ubuntu installed, but got rid of it as it felt quite laggy (scrolling in firefox was choppy, and typing in gedit was slow to render).
If I plug the monitor into the KVM, then plug the KVM into the laptop, then the external monitor is not detected by Gnome (although it is detected by xrandr). So if I go into [ System > Accessories > Display ] there is only the laptop screen, but if I type xrandr into a terminal I get...
Code:
[luke@hp510 ~]$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 4096 x 4096
VGA1 unknown connection (normal left inverted right x axis y axis)
1024x768 60.0
800x600 60.3
640x480 59.9
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
1280x800 60.0*+
If I plug the monitor directly into the laptop, then go to [ System > Accessories > Display ] the two monitors are there and I can turn on the external monitor. If I then unplug the monitor, and plug it into the KVM, and plug the KVM VGA connector back into the laptop - it works until I have to reboot. When the monitor is plugged directly into the laptop, here is what xrandr returns.
Code:
[luke@hp510 ~]$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 4096 x 4096
VGA1 connected (normal left inverted right x axis y axis)
1280x1024 60.0 + 75.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 72.8 75.0 66.7 60.0
720x400 70.1
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
1280x800 60.0*+
I have had this working in Ubuntu without having to mess around unplugging things, so I was wondering if there was any way to get it to remember the settings that work and then force it to use those settings.