Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
driver
xf86-video-fbdev
Commits
67525c48
Commit
67525c48
authored
May 30, 2018
by
Adam Jackson
🎧
Browse files
Update for 1.20 ABI
Signed-off-by:
Adam Jackson
<
ajax@redhat.com
>
parent
9af7f815
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fbdev.c
View file @
67525c48
...
...
@@ -951,7 +951,9 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
xf86DrvMsg
(
pScrn
->
scrnIndex
,
X_INFO
,
"display rotated; disabling DGA
\n
"
);
xf86DrvMsg
(
pScrn
->
scrnIndex
,
X_INFO
,
"using driver rotation; disabling "
"XRandR
\n
"
);
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 24
xf86DisableRandR
();
#endif
if
(
pScrn
->
bitsPerPixel
==
24
)
xf86DrvMsg
(
pScrn
->
scrnIndex
,
X_WARNING
,
"rotation might be broken at 24 "
"bits per pixel
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment