Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Xf86 Video Fbturbo
Commits
b6fd3708
Commit
b6fd3708
authored
Dec 29, 2006
by
Michel Dänzer
Browse files
Don't prefer 24bpp for depth 24.
parent
43236f5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fbdev.c
View file @
b6fd3708
...
...
@@ -415,7 +415,7 @@ FBDevPreInit(ScrnInfoPtr pScrn, int flags)
return
FALSE
;
default_depth
=
fbdevHWGetDepth
(
pScrn
,
&
fbbpp
);
if
(
!
xf86SetDepthBpp
(
pScrn
,
default_depth
,
default_depth
,
fbbpp
,
Support24bppFb
|
Support32bppFb
|
SupportConvert32to24
|
Prefer
Convert
32to24
))
Support24bppFb
|
Support32bppFb
|
SupportConvert32to24
|
Support
Convert
24to32
))
return
FALSE
;
xf86PrintDepthBpp
(
pScrn
);
...
...
Write
Preview
Markdown
is supported
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