Closed
Bug 601053
Opened 14 years ago
Closed 14 years ago
[D3D10] Alt+enter causes driver reset
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta8+ |
People
(Reporter: matjk7, Assigned: bas.schouten)
Details
Attachments
(1 file)
723 bytes,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b7pre) Gecko/20100930 Firefox/4.0b7pre
Build Identifier: Built from http://hg.mozilla.org/mozilla-central/rev/8dcc5e960d5c
Not sure if it's actually a driver reset but this shouldn't happen anyway.
Reproducible: Always
Steps to Reproduce:
1.Type or select an URL in the location bar
2.Press Alt+enter
Actual Results:
Screen goes black for a few seconds.
Expected Results:
Driver reset should not happen.
Should block if D3D10 is going to be turned on by default.
Reporter | ||
Updated•14 years ago
|
blocking2.0: --- → ?
Version: unspecified → Trunk
Assignee | ||
Comment 1•14 years ago
|
||
I think I know what this is.
http://msdn.microsoft.com/en-us/library/bb174540%28v=VS.85%29.aspx
I'll create a patch tomorrow to fix this. This should block Beta 8, obviously.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → bas.schouten
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 2•14 years ago
|
||
I don't even need anything in the location bar to get the black screen. Pressing Alt-Enter anywhere is all it takes. I don't think it's a driver reset as those usually show up in the Event Log in Windows.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100930 Firefox/4.0b7pre - Build ID: 20101001003907
Comment 3•14 years ago
|
||
Bas, Might be related but I'm having problems playing videos on YouTube and CNN. They start out OK but eventually my screen turns a solid color. I hear the video and sometimes the player shows usually with a green screen. In my event log in Windows I see this:
Display driver amdkmdap stopped responding and has successfully recovered.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100930 Firefox/4.0b7pre - Build ID: 20100930171733
Comment 4•14 years ago
|
||
Forget my last comment. Seems my video card got overclocked which seems to have caused the problem. Returning to normal clock settings all is well.
Assignee | ||
Comment 5•14 years ago
|
||
(In reply to comment #2)
> I don't even need anything in the location bar to get the black screen.
> Pressing Alt-Enter anywhere is all it takes. I don't think it's a driver reset
> as those usually show up in the Event Log in Windows.
>
> Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100930
> Firefox/4.0b7pre - Build ID: 20101001003907
It's not, it's simply a DXGI 'feature' where it will happily decide we want to be fullscreen and goes and does it for us.
Updated•14 years ago
|
blocking2.0: ? → beta8+
Assignee | ||
Comment 6•14 years ago
|
||
We don't want DXGI to handle Alt+Enter for us!
Attachment #480272 -
Flags: review?(vladimir)
Attachment #480272 -
Flags: review?(vladimir) → review+
Assignee | ||
Comment 8•14 years ago
|
||
(In reply to comment #7)
> Beta 7 blocker perhaps?
Not at all. D3D10 is not enabled by default on Beta 7.
Assignee | ||
Comment 9•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•