| Commit message (Collapse) | Author | Age |
|
|
|
| |
finished (one last calculation to do)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
LuminaRandR.
There is now:
enable(QRect)
changeResolution(QSize)
move(QPoint)
setGeometry(QRect)
All of these run the same inline/backend function for turning on and configuring the monitor
|
| |
|
|
|
|
| |
NOTE: The automatic resolution routine picks the larges one available for the monitor, but some monitors lie and don't actually support all the listed resolutions (probably because I am using an HDMI->VGA converter on my Laptop output right now).
|
|
|
|
| |
tweak to adjust the routine), and test/confirm that the "disable" monitor routine works beautifully.
|
|
|
|
|
| |
1. All the information retrieval systems are now in place and functional (much easier to use than parsing xrandr output manually).
2. Also get the "setPrimaryMonitor" functionality all setup and working. This *does* change the running X session in an atomic fashion.
|
|
|
|
| |
not working for some reason (even when using the same XLib function as xrandr for disabling a monitor)
|
| |
|
|
|
|
| |
for xrandr using the XCB libraries)
|
|
|
|
| |
device detection routines.
|
|
getting there.
Also commit a simple "test" app which can be modified/used to test out individual library classes as needed.
|