FreeBSD Bugzilla – Attachment 215870 Details for
Bug 247476
x11-wm/compiz: compiz-manager texture size parsing error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11-wm/compiz: correct texture size parse error
x11-wm_compiz.diff (text/plain), 691 bytes, created by
Chris Hutchinson
on 2020-06-23 01:56:31 UTC
(
hide
)
Description:
x11-wm/compiz: correct texture size parse error
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2020-06-23 01:56:31 UTC
Size:
691 bytes
patch
obsolete
>Index: compiz/files/compiz-manager.in >=================================================================== >--- compiz/files/compiz-manager.in (revision 539902) >+++ compiz/files/compiz-manager.in (working copy) >@@ -235,7 +235,7 @@ > # Check if the max texture size is large enough compared to the resolution > check_texture_size() > { >- TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | sed 's/.*=[^0-9]//g') >+ TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | head -n 1 | sed 's/.*=[^0-9]//g') > RESOLUTION=$(xdpyinfo | grep -i dimensions: | sed 's/[^0-9]*pixels.*(.*).*//' | sed 's/[^0-9x]*//') > VRES=$(echo $RESOLUTION | sed 's/.*x//') > HRES=$(echo $RESOLUTION | sed 's/x.*//')
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
portmaster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 247476
: 215870