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 305294 Details for
Bug 441492
Switching from vt to gdm leaves blank screen
[?]
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]
patch for EnterVT R600 bug
radeon_entervt_r600.patch (text/plain), 758 bytes, created by
Michal Babej
on 2008-05-13 20:07:13 UTC
(
hide
)
Description:
patch for EnterVT R600 bug
Filename:
MIME Type:
Creator:
Michal Babej
Created:
2008-05-13 20:07:13 UTC
Size:
758 bytes
patch
obsolete
>diff --git a/src/radeon_driver.c b/src/radeon_driver.c >index b04e48f..838f5a8 100644 >--- a/src/radeon_driver.c >+++ b/src/radeon_driver.c >@@ -5201,7 +5201,14 @@ Bool RADEONEnterVT(int scrnIndex, int flags) > xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, RADEON_LOGLEVEL_DEBUG, > "RADEONEnterVT\n"); > >- if ((INREG(RADEON_CONFIG_MEMSIZE)) == 0) { /* Softboot V_BIOS */ >+ CARD32 mem_size; >+ if (info->ChipFamily >= CHIP_FAMILY_R600) { >+ mem_size = INREG(R600_CONFIG_MEMSIZE); >+ } else { >+ mem_size = INREG(RADEON_CONFIG_MEMSIZE); >+ } >+ >+ if (mem_size == 0) { /* Softboot V_BIOS */ > xf86Int10InfoPtr pInt; > xf86DrvMsg(pScrn->scrnIndex, X_WARNING, > "zero MEMSIZE, probably at D3cold. Re-POSTing via int10.\n");
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 441492
:
301858
|
301859
| 305294