![]() ![]() |
Feb 13 2006, 06:00 AM
Post
#1
|
|
![]() Group: Members Posts: 1,248 Joined: 6-July 04 Member No.: 3,928 |
Ref : http://marc.theaimsgroup.com/?l=openbsd-te...83729609134&w=2
Symptoms SDL applications running full screen will display misaligned and appear partially off screen. scummvm in particular will start midway down the screen and disappear off screen. Problem The xf86vidmode extensions are returning unrotated screen geometry, i.e. 480x640 instead of 640x480. The application is using that geometry to determine the screen layout. Solution A small patch has been produced that corrects the issue in the wsfb_drv.so driver for the frame buffer. The original version of this driver modified only the attributes related to the current screen which is why xdpyinfo would return 640x480 correctly but a query on the vidmode extension would return the incorrect geometry. The new patch ensures that the vidmode line reported to xf86 is also updated with the translated screen geometry. Note to run SDL applications full screen you wll also need to set the evironment variable SDL_VIDEO_X11_DGAMOUSE=0 to disable the attempt to use the DGA extensions for the mouse, otherwise the cursor will simply disappear. For your convenience folks Go to /usr/X11R6/lib/modules/drivers rename your original wsfb_drv.so file and replace with this one (rename this first of course
wsfb_drv.so.txt ( 20.97K )
Number of downloads: 93an md5sum...
wsfb_drv.so.md5sum.txt ( 46bytes )
Number of downloads: 31and the patch for the folk who want to apply it themselves..
wsfb_driver.c.extmodeqrypatch.txt ( 1.71K )
Number of downloads: 37 |
|
|
|
Aug 4 2006, 05:48 PM
Post
#2
|
|
![]() Group: Members Posts: 298 Joined: 8-July 06 From: United Kingdom for now.... Member No.: 10,349 |
Andy, this is great! Your the best!
For those who don't know, if you apply this patch you get full screen prboom play with no frame dropping. I have super smooth and super fast game play using my SL-C3200.. QUOTE(iamasmith @ Feb 13 2006, 02:00 PM) Ref : http://marc.theaimsgroup.com/?l=openbsd-te...83729609134&w=2
Symptoms SDL applications running full screen will display misaligned and appear partially off screen. scummvm in particular will start midway down the screen and disappear off screen. Problem The xf86vidmode extensions are returning unrotated screen geometry, i.e. 480x640 instead of 640x480. The application is using that geometry to determine the screen layout. Solution A small patch has been produced that corrects the issue in the wsfb_drv.so driver for the frame buffer. The original version of this driver modified only the attributes related to the current screen which is why xdpyinfo would return 640x480 correctly but a query on the vidmode extension would return the incorrect geometry. The new patch ensures that the vidmode line reported to xf86 is also updated with the translated screen geometry. Note to run SDL applications full screen you wll also need to set the evironment variable SDL_VIDEO_X11_DGAMOUSE=0 to disable the attempt to use the DGA extensions for the mouse, otherwise the cursor will simply disappear. For your convenience folks Go to /usr/X11R6/lib/modules/drivers rename your original wsfb_drv.so file and replace with this one (rename this first of course
wsfb_drv.so.txt ( 20.97K )
Number of downloads: 93an md5sum...
wsfb_drv.so.md5sum.txt ( 46bytes )
Number of downloads: 31and the patch for the folk who want to apply it themselves..
wsfb_driver.c.extmodeqrypatch.txt ( 1.71K )
Number of downloads: 37 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 09:14 PM |