
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Autodetect plugged/unplugged monitors and asign them a Xinerama (xrandr based) configuration.
11 years ago
0.3:
- Detect available resolutions (use mouse wheel over the desired screen to change its resolution)
- Keep screens inside virtual desktop
0.2:
- Suggests Initial Setup
- Graphical Screen Organization/Modification Pannel
- Maximum Desktop Size Autodetected
11 years ago
0.3:
- Detect available resolutions (use mouse wheel over the desired screen to change its resolution)
- Keep screens inside virtual desktop
0.2:
- Suggests Initial Setup
- Graphical Screen Organization/Modification Pannel
- Maximum Desktop Size Autodetected
dglent
12 years ago
http://www.mediafire.com/file/xi5me0immwi/plasma-applet-xineramoid-0.1-1mdv2009.1.i586.rpm
unfortunately i dont have multiple screen to try it but is a very nice idea
Report
dglent
11 years ago
http://www.mediafire.com/file/yzmetgyomk5/plasma-applet-xineramoid-0.3-1mdv2009.1.i586.rpm
Report
lokifacio
12 years ago
i.e.
-for single monitor:
xrandr --auto
-for a vertical configuration:
xrandr --output LVDS --auto --pos 0x900 --output VGA --auto --pos 0x0
The plasmoid will remind the monitors which were present at that moment, and at each time it detects them, it will use the corresponding configuration.
(In this early version it only maps monitors by their maximal resolutions)
Report