1.0.3 fb

from the download-compile-repeat department…
upgraded 1.0.2 -> 1.0.3
fb exhibits the same problems as with 1.0.2

  • progs only runs as root or SDL can’t initialize mouse
  • Matrox accel(?) doesn’t work, test program “graywin” gives 100% white
    screen on start (not a black to white shading as it should) and
  • upon exit of SDL one gets a solid everlasting black screen, SDL fails
    to properly restore the video card -> have to blindly reboot the system
    (tried starting X but even the X server is unable to reprogram the G200
    to display something…)

Martin
:confused:

from the download-compile-repeat department…
upgraded 1.0.2 -> 1.0.3
fb exhibits the same problems as with 1.0.2

  • progs only runs as root or SDL can’t initialize mouse
  • Matrox accel(?) doesn’t work, test program “graywin” gives 100% white
    screen on start (not a black to white shading as it should) and
  • upon exit of SDL one gets a solid everlasting black screen, SDL fails
    to properly restore the video card -> have to blindly reboot the system
    (tried starting X but even the X server is unable to reprogram the G200
    to display something…)

Hmm, set the environment variable SDL_FBACCEL to 0.
It should at least run in that case, using the standard fbcon driver.

See ya!
-Sam Lantinga (slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec

from the download-compile-repeat department…
upgraded 1.0.2 -> 1.0.3
fb exhibits the same problems as with 1.0.2

  • progs only runs as root or SDL can’t initialize mouse
  • Matrox accel(?) doesn’t work, test program “graywin” gives 100% white
    screen on start (not a black to white shading as it should) and
  • upon exit of SDL one gets a solid everlasting black screen, SDL fails
    to properly restore the video card -> have to blindly reboot the system
    (tried starting X but even the X server is unable to reprogram the G200
    to display something…)

Are you sure you are using the new version?

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec

Sam Lantinga wrote:

from the download-compile-repeat department…
upgraded 1.0.2 -> 1.0.3
fb exhibits the same problems as with 1.0.2

  • progs only runs as root or SDL can’t initialize mouse
  • Matrox accel(?) doesn’t work, test program “graywin” gives 100% white
    screen on start (not a black to white shading as it should) and
  • upon exit of SDL one gets a solid everlasting black screen, SDL fails
    to properly restore the video card -> have to blindly reboot the system
    (tried starting X but even the X server is unable to reprogram the G200
    to display something…)

Hmm, set the environment variable SDL_FBACCEL to 0.
It should at least run in that case, using the standard fbcon driver.

yes, this works
testvidinfo no longer reports hardware acceleration, graywin displays the
proper shading and my own prog works too

Martin

Sam Lantinga wrote:

Are you sure you are using the new version?

ls -la /usr/local/lib/* |grep SDL
lrwxrwxrwx 1 root root 19 Jan 25 21:22
/usr/local/lib/libSDL-1.0.so.0 -> libSDL-1.0.so.0.2.1
-rwxr-xr-x 1 root root 701662 Jan 25 21:22
/usr/local/lib/libSDL-1.0.so.0.2.1
-rw-r–r-- 1 root root 1971666 Jan 25 21:22
/usr/local/lib/libSDL.a
-rwxr-xr-x 1 root root 674 Jan 25 21:22
/usr/local/lib/libSDL.la
lrwxrwxrwx 1 root root 19 Jan 25 21:22
/usr/local/lib/libSDL.so -> libSDL-1.0.so.0.2.1
-rw-r–r-- 1 root root 2610 Jan 25 21:22
/usr/local/lib/libSDLmain.a

yes I am
looks like a fresh 1.0.3 to me, as far as I remember 1.0.2 was another lib
version number, so uninstall compile & reinstall worked ok…

Martin