Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 298726 Details for
Bug 436636
killing/switching the intel X server blacks out LCD
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
"# XXX rebase me plz"
intel-2.2.1-fix-vt-switch.patch (text/plain), 746 bytes, created by
Axel Thimm
on 2008-03-20 18:33:38 UTC
(
hide
)
Description:
"# XXX rebase me plz"
Filename:
MIME Type:
Creator:
Axel Thimm
Created:
2008-03-20 18:33:38 UTC
Size:
746 bytes
patch
obsolete
>--- xf86-video-intel-2.2.1/src/i830_driver.c.vtswitch 2008-02-22 18:51:39.000000000 +0100 >+++ xf86-video-intel-2.2.1/src/i830_driver.c 2008-03-16 12:16:15.000000000 +0100 >@@ -1910,11 +1910,14 @@ > if (!i830_pipe_enabled(pI830, pipe)) > return; > >- for(i= 0; i < 256; i++) { >- if (pipe == PIPE_A) >- OUTREG(PALETTE_A + (i << 2), pI830->savePaletteA[i]); >- else >- OUTREG(PALETTE_B + (i << 2), pI830->savePaletteB[i]); >+ if (pipe == PIPE_A) { >+ if ((INREG(PIPEACONF) & PIPEACONF_ENABLE)) >+ for(i= 0; i < 256; i++) >+ OUTREG(PALETTE_A + (i << 2), pI830->savePaletteA[i]); >+ } else { >+ if ((INREG(PIPEBCONF) & PIPEBCONF_ENABLE)) >+ for(i= 0; i < 256; i++) >+ OUTREG(PALETTE_B + (i << 2), pI830->savePaletteB[i]); > } > } >
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 436636
:
297521
|
297524
| 298726 |
298727