Bugzilla – Attachment 209204 Details for
Bug 146462
fbdev: Error about FBIOBLANK argument
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
fbdevhw.diff
fbdevhw.diff (text/plain), 983 bytes, created by
Stefan Dirsch
on 2008-04-21 06:54:27 UTC
(
hide
)
Description:
fbdevhw.diff
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2008-04-21 06:54:27 UTC
Size:
983 bytes
patch
obsolete
>--- hw/xfree86/fbdevhw/fbdevhw.c.orig 2008-04-20 03:06:32.000000000 +0000 >+++ hw/xfree86/fbdevhw/fbdevhw.c 2008-04-20 03:30:00.000000000 +0000 >@@ -923,9 +923,10 @@ fbdevHWDPMSSet(ScrnInfoPtr pScrn, int mo > return; > } > >+ /* Novell Bug #146462 */ > if (-1 == ioctl(fPtr->fd, FBIOBLANK, (void *)fbmode)) >- xf86DrvMsg(pScrn->scrnIndex, X_ERROR, >- "FBIOBLANK: %s\n", strerror(errno)); >+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, >+ "FBIOBLANK: %s (Screen blanking not supported by vesafb of Linux Kernel)\n", strerror(errno)); > } > > Bool >@@ -941,9 +942,10 @@ fbdevHWSaveScreen(ScreenPtr pScreen, int > > unblank = xf86IsUnblank(mode); > >+ /* Novell Bug #146462 */ > if (-1 == ioctl(fPtr->fd, FBIOBLANK, (void *)(1-unblank))) { >- xf86DrvMsg(pScrn->scrnIndex, X_ERROR, >- "FBIOBLANK: %s\n", strerror(errno)); >+ xf86DrvMsg(pScrn->scrnIndex, X_INFO, >+ "FBIOBLANK: %s (Screen blanking not supported by vesafb of Linux Kernel)\n", strerror(errno)); > return FALSE; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 146462
:
65857
|
72495
| 209204