Custom Query (16363 matches)
Results (2056 - 2058 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #10277 | obsolete | Windows spawned by XCreateSimpeWindow() are masked in Seamless Mode | ||
| Description |
I am connecting to an X Server (which runs on guest linux) from my windows host (using a simple C program that calls XCreateSimpleWindow()). Window spawns on my guest with no problems, but when i enter seamless mode - my window is masked by all other windows on guest (for example: i can't see my window on a blank desktop, to see my window i have to open gedit and maximize it.) I have attached a screenshot which explains the problem. P.S.: i use the following code on my host to spawn the window on guest: Display *display = XOpenDisplay("10.0.0.2:0"); 10.0.0.2 - is an address of my guest OS const int screen = XDefaultScreen(display); const Window root = XRootWindow(display, screen); const Window window = XCreateSimpleWindow(display, root, 0, 0, 640, 480, 0, 0, 0); XMapWindow(display, window); XFlush(display); |
|||
| #10280 | obsolete | Windows 7 guest crash on Mac OS X 10.6.8 host - VERR_MAP_FAILED (-75) | ||
| Description |
When setting video memory to over 128MB on Windows 7 guest, the VM crashes immediately after selecting start, giving the following message: Failed to map a memory object. (VERR_MAP_FAILED). I am using VBox 4.1.8 on Mac OS X 10.6.8 with 8GB RAM. Attached are the log file, and two screenshots. |
|||
| #10281 | obsolete | Unable to pick which harddrive to boot from when there are more than one | ||
| Description |
I have two HDs, one under SATA (bootable) and one under IDE (non bootable). However, "Boot order" list only has one item in it (Hard drive) standing for all disks, and doesn't allow to choose which one to boot from. IDE is picked first and system becomes unbootable. "Boot order" list should have all hard drives in it if more then one of them are defined. |
|||

