Changes between Version 32 and Version 33 of Xdummy
- Timestamp:
- 01/31/18 04:33:24 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xdummy
v32 v33 1 [[Image(http ://xpra.org/icons/X11.png)]]1 [[Image(https://xpra.org/icons/X11.png)]] 2 2 = Xdummy = 3 3 … … 24 24 Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./10.log -config ./xorg.conf :10 25 25 }}} 26 You can find a sample configuration file for dummy here: [http ://xpra.org/xorg.conf xorg.conf].26 You can find a sample configuration file for dummy here: [https://xpra.org/xorg.conf xorg.conf]. 27 27 (It contains many of the most common resolutions you are likely to need, including those found on phones and tablets. 28 28 However if your client uses unusual resolutions, for instance multiple screens of differing sizes, you may want to add new Modelines to match your specific resolution) … … 61 61 Since it is impossible to pre-define all the combinations possible, if your client resolution does not match one of the pre-defined values, you may want to add this resolution to the configuration file. (hopefully, #56 will make all this redundant one day) 62 62 63 Use a modeline calculator like [http://xtiming.sourceforge.net/cgi-bin/xtiming.pl xtiming.sf.net] or using a command line utility like [http://gtf.sourceforge.net/ gtf] or [http://www.uruk.org/~erich/projects/cvt/ cvt] and add the new modeline to the [http ://xpra.org/xorg.conf /etc/xpra/xorg.conf].63 Use a modeline calculator like [http://xtiming.sourceforge.net/cgi-bin/xtiming.pl xtiming.sf.net] or using a command line utility like [http://gtf.sourceforge.net/ gtf] or [http://www.uruk.org/~erich/projects/cvt/ cvt] and add the new modeline to the [https://xpra.org/xorg.conf /etc/xpra/xorg.conf]. 64 64 65 65 The only restriction on modelines is the pixel clock defined for the dummy driver and monitor: at higher resolution, you may need to lower the vertical refresh rate to ensure the mode remains valid.