Skip to content

Commit d65f27c

Browse files
committed
change project name from Xorg to Xlibre
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
1 parent 29bcf7c commit d65f27c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
xf86-video-amdgpu - Xorg driver for AMD Radeon GPUs using the amdgpu kernel driver
1+
xf86-video-amdgpu - Xlibre driver for AMD Radeon GPUs using the amdgpu kernel driver
22
==================================================================================
33

44
Questions regarding this software should be directed at the

man/amdgpu.man

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ amdgpu \- AMD RADEON GPU video driver
1212
.fi
1313
.SH DESCRIPTION
1414
.B amdgpu
15-
is an Xorg driver for AMD RADEON-based video cards with the
15+
is an Xlibre driver for AMD RADEON-based video cards with the
1616
following features:
1717
.PP
1818
.PD 0
@@ -141,6 +141,7 @@ The default is
141141
.BR off .
142142
.SH SEE ALSO
143143
.BR Xorg (1),
144+
.BR Xlibre (1),
144145
.BR xorg.conf (5),
145146
.BR Xserver (1),
146147
.BR X (7)

src/amdgpu_kms.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ static Bool AMDGPUCreateScreenResources_KMS(ScreenPtr pScreen)
371371
return FALSE;
372372
pScreen->CreateScreenResources = AMDGPUCreateScreenResources_KMS;
373373

374-
/* Set the RandR primary output if Xorg hasn't */
374+
/* Set the RandR primary output if Xlibre hasn't */
375375
if (dixPrivateKeyRegistered(rrPrivKey)) {
376376
rrScrPrivPtr rrScrPriv = rrGetScrPriv(pScreen);
377377

src/drmmode_display.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ static void drmmode_show_cursor(xf86CrtcPtr crtc)
16141614
drmIoctl(pAMDGPUEnt->fd, DRM_IOCTL_MODE_CURSOR, &arg);
16151615
}
16161616

1617-
/* Xorg expects a non-NULL return value from drmmode_crtc_shadow_allocate, and
1617+
/* Xlibre expects a non-NULL return value from drmmode_crtc_shadow_allocate, and
16181618
* passes that back to drmmode_crtc_scanout_create; it doesn't use it for
16191619
* anything else.
16201620
*/
@@ -2782,7 +2782,7 @@ static Bool drmmode_xf86crtc_resize(ScrnInfoPtr scrn, int width, int height)
27822782

27832783
if (width > xf86_config->maxWidth || height > xf86_config->maxHeight) {
27842784
xf86DrvMsg(scrn->scrnIndex, X_WARNING,
2785-
"Xorg tried resizing screen to %dx%d, but maximum "
2785+
"Xlibre tried resizing screen to %dx%d, but maximum "
27862786
"supported is %dx%d\n", width, height,
27872787
xf86_config->maxWidth, xf86_config->maxHeight);
27882788
return FALSE;

0 commit comments

Comments
 (0)