Opened 12 years ago

Closed 9 years ago

#8628 closed bug (fixed)

BScreen GetMode + SetMode results in mode change

Reported by: pulkomandy Owned by: axeld
Priority: normal Milestone: R1
Component: Drivers/Graphics/intel_extreme Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

display_mode mode;
BScreen screen;

screen.GetMode(&mode);
screen.SetMode(&mode);

Expected result : nothing changes, as we just set the screen to the mode it already has. Actual result : screen mode before is 1400x1050. screen mode after is 640x480.

Tested with intel_extreme driver. Maybe others drivers are not the same ? (if so, we need to change ticket category)

Information: SDL does about the same (save mode at startup, restore at exit of fullscreen app). This is how I encountered this problem.

Change History (2)

comment:1 by pulkomandy, 12 years ago

Component: Kits/Interface KitDrivers/Graphics/intel_extreme

Confirmed this doesn't happen with Radeon driver. Moving bug to intel_extreme.

comment:2 by pulkomandy, 9 years ago

Resolution: fixed
Status: newclosed

Does not happen anymore.

Note: See TracTickets for help on using tickets.