Summary: | MakeRootTile() and blackRoot need rethinking | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Daniel Stone <daniel> | ||||
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED WONTFIX | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | enhancement | ||||||
Priority: | high | CC: | ajax | ||||
Version: | unspecified | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
URL: | http://cvs.freedesktop.org/xorg/xc/programs/Xserver/dix/window.c | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
FreeDesktop Bugzilla Database Corruption Fix User
2005-06-02 10:52:30 UTC
X has far too many ways to set the background as it is, we really don't need to be adding another. but switching the if (blackRoot) around to not fill in the stipple first seems sane enough. (In reply to comment #1) > X has far too many ways to set the background as it is, we really don't need to > be adding another. but switching the if (blackRoot) around to not fill in the > stipple first seems sane enough. Actually, the file stuff is something I just made up because it can be done. I myself would be fine with simply not having to recompile the whole server so set blackRoot high. In globals.c, blackRoot ought not be declared constant, and then somewhere in the code blackRoot could be set by an environment variable. I would venture to say that a black startup tile is good enough. It's unoffensive and subtle. The hatch pattern isn't. Created attachment 2854 [details] [review] less-bogus-root-tiling-1.patch um, blackRoot isn't const. that's what the -br flag to the server is for. changing the default root has been discussed for ages and there are actually compelling reasons for keeping it (mostly to do with getting cheapo monitors to sync properly). this patch moves the tile fill into the other branch of the blackRoot conditional, and fixes some whitespace too. Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. FreeDesktop Bugzilla Database Corruption Fix User Do you still experience this issue with newer soft ? Please check the status of your issue. I don't really care that much about following up on thirteen year old patches. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.