* Added i830 as supported chipset - doesn't work perfectly, though. But Kyan reports
that at least 8 bit modes seems to work (but overlay only partially) * Added "hardware_cursor" option to the settings file - when set to "false", you should have a cursor in the second output now as well. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17498 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -53,7 +53,6 @@ struct ring_buffer {
|
||||
struct overlay_registers;
|
||||
|
||||
struct intel_shared_info {
|
||||
int32 type;
|
||||
area_id mode_list_area; // area containing display mode list
|
||||
uint32 mode_count;
|
||||
|
||||
@@ -83,6 +82,7 @@ struct intel_shared_info {
|
||||
uint32 overlay_token;
|
||||
uint8* physical_overlay_registers;
|
||||
|
||||
bool hardware_cursor_enabled;
|
||||
sem_id vblank_sem;
|
||||
|
||||
uint32 cursor_buffer_offset;
|
||||
|
||||
Reference in New Issue
Block a user