Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43761 Details for
Bug 47922
xorg-x11-6.8.0 randomly blanks the screen
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix random screen blanking
dpms_timers.patch (text/plain), 1007 bytes, created by
Tavin Cole
on 2004-11-11 23:04:54 UTC
(
hide
)
Description:
patch to fix random screen blanking
Filename:
MIME Type:
Creator:
Tavin Cole
Created:
2004-11-11 23:04:54 UTC
Size:
1007 bytes
patch
obsolete
>diff -ur x.old/xc/programs/Xserver/os/WaitFor.c x.new/xc/programs/Xserver/os/WaitFor.c >--- x.old/xc/programs/Xserver/os/WaitFor.c 2004-04-23 19:54:28.000000000 +0000 >+++ x.new/xc/programs/Xserver/os/WaitFor.c 2004-11-11 01:31:45.512438770 +0000 >@@ -667,13 +667,24 @@ > DPMSStandbyTimer = TimerSet(DPMSStandbyTimer, 0, DPMSStandbyTime, > DPMSStandbyTimerExpire, NULL); > } >+ else if (DPMSStandbyTimer) { >+ TimerCancel(DPMSStandbyTimer); >+ } >+ > if (DPMSSuspendTime > 0) { > DPMSSuspendTimer = TimerSet(DPMSSuspendTimer, 0, DPMSSuspendTime, > DPMSSuspendTimerExpire, NULL); > } >+ else if (DPMSSuspendTimer) { >+ TimerCancel(DPMSSuspendTimer); >+ } >+ > if (DPMSOffTime > 0) { > DPMSOffTimer = TimerSet(DPMSOffTimer, 0, DPMSOffTime, > DPMSOffTimerExpire, NULL); > } >+ else if (DPMSOffTimer) { >+ TimerCancel(DPMSOffTimer); >+ } > } > #endif
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
Actions:
View
|
Diff
Attachments on
bug 47922
:
29661
|
32339
|
37387
| 43761