xserver with xephyr scale patch
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
u3shit 3052db6653 xephyr: scale support
commiting old uncommited shit
2 years ago
.gitlab-ci ci: Install libxcvt from git 3 years ago
Xext Xext: Fix out of bounds access in SProcScreenSaverSuspend() 3 years ago
Xi Convert more funcs to use InternalEvent. 3 years ago
composite meson: hide C API if Xorg is disabled (like autotools) 4 years ago
config config: Fix platform busid parsing when there is no ID_PATH prop 3 years ago
damageext More missing version checks in SProcs 3 years ago
dbe meson: hide C API if Xorg is disabled (like autotools) 4 years ago
dix Convert more funcs to use InternalEvent. 3 years ago
doc meson: Implement developer documentation build 3 years ago
dri3 meson: hide C API if Xorg is disabled (like autotools) 4 years ago
exa exa: rename some badly named variables 4 years ago
fb meson: hide C API if Xorg is disabled (like autotools) 4 years ago
glamor glamor: fix free of uninitialised pointers 3 years ago
glx glx/dri: Filter out fbconfigs that don't have a supported pixmap format 3 years ago
hw xephyr: scale support 2 years ago
include xf86/logind: Fix compilation error when built without logind/platform bus 3 years ago
m4 Add ax_pthread.m4 to m4/ 9 years ago
man Drop DMX DDX 3 years ago
mi Implement gesture processing logic 4 years ago
miext Drop XWayland DDX 3 years ago
os os: Try to discover the current seat with the XDG_SEAT var first 3 years ago
present Don't hardcode fps for fake screen 3 years ago
pseudoramiX Unvalidated lengths 7 years ago
randr Fix RandR leasing for more than 1 simultaneously active lease. 3 years ago
record record: Fix out of bounds access in SwapCreateRegister() 3 years ago
render render: Fix out of bounds access in SProcRenderCompositeGlyphs() 3 years ago
test test: #undef NDEBUG so assert is not compiled away 3 years ago
xfixes xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier() 3 years ago
xkb xkb: fix XkbSetMap check for the keytypes count 3 years ago
.appveyor.yml Drop DMX DDX 3 years ago
.dir-locals.el .dir-locals.el: Add missing final newline 5 years ago
.gitignore .gitignore: Add new autotools file 'test-driver' 11 years ago
.gitlab-ci.yml ci: Install libxcvt from git 3 years ago
.travis.yml travis: Add OSX meson build to matrix 6 years ago
COPYING modesetting: Merge modesetting's COPYING into the xserver's. 10 years ago
Makefile.am Makefile.am: Add missing meson build files to release tarball 3 years ago
README.md Fix spelling/wording issues 4 years ago
autogen.sh autogen: Set a default subject prefix for patches 9 years ago
configure.ac xserver 21.1.3 3 years ago
devbook.am doc: Create a script to filter xmlto output 10 years ago
docbook.am docbook.am: embed css styles inside the HTML HEAD element 13 years ago
manpages.am man: Fix automake seddery 7 years ago
meson.build xserver 21.1.3 3 years ago
meson_options.txt Drop XWayland DDX 3 years ago
xorg-server.m4 xorg-server.m4: just all cflags instead of just sdkdir 6 years ago
xorg-server.pc.in xfree86: link modules against Xorg symbols on Cygwin 13 years ago
xserver.ent.in doc: relocate xserver.ent in the package root directory 14 years ago

README.md

X Server

The X server accepts requests from client applications to create windows, which are (normally rectangular) "virtual screens" that the client program can draw into.

Windows are then composed on the actual screen by the X server (or by a separate composite manager) as directed by the window manager, which usually communicates with the user via graphical controls such as buttons and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the following article: https://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.freedesktop.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/xserver

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

As with other projects hosted on freedesktop.org, X.Org follows its Code of Conduct, based on the Contributor Covenant. Please conduct yourself in a respectful and civilized manner when using the above mailing lists, bug trackers, etc:

https://www.freedesktop.org/wiki/CodeOfConduct