Welcome, Guest. Please login or register.

Author Topic: Trying FBlit396..WB screen corrupt.  (Read 4204 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline HellCoder

  • Sr. Member
  • ****
  • Join Date: Jun 2004
  • Posts: 279
    • Show all replies
    • http://elasticore.nl
Re: Trying FBlit396..WB screen corrupt.
« on: September 18, 2006, 10:13:41 AM »
I had the same problem on my A4000, I did solve it but I'm not sure anymore. I think it had to do with something like transparant icons that needed to be disabled. But I can't tell for sure.



 

Offline HellCoder

  • Sr. Member
  • ****
  • Join Date: Jun 2004
  • Posts: 279
    • Show all replies
    • http://elasticore.nl
Re: Trying FBlit396..WB screen corrupt.
« Reply #1 on: September 18, 2006, 02:07:16 PM »
Some notes from the .quide

Towards the end of your S:startup-sequence file, find the line that reads 'LoadWB'. Change this line too...

  LoadWB SIMPLEGELS

...and on the line before it, enter the command...

  WBCtrl IMT=ICONFAST
 
Note that with this configuration you will no longer get the transparent effect for dragged icons.

If you use MCP you should disable QuickDraw and enable QuickLayers. Neither of these steps is necessary, but this is currently the best configuration for operation with FBlit.

Did you do that too ?
 

Offline HellCoder

  • Sr. Member
  • ****
  • Join Date: Jun 2004
  • Posts: 279
    • Show all replies
    • http://elasticore.nl
Re: Trying FBlit396..WB screen corrupt.
« Reply #2 on: September 20, 2006, 11:07:50 AM »
Not related to the fblit problem but I would add the WAITFORVALIDATE argument in setpatch.

As for the fblit problem, perhaps you can try a different screen depth as someone else mentioned too ?
 

Offline HellCoder

  • Sr. Member
  • ****
  • Join Date: Jun 2004
  • Posts: 279
    • Show all replies
    • http://elasticore.nl
Re: Trying FBlit396..WB screen corrupt.
« Reply #3 on: September 22, 2006, 07:38:44 AM »
I'll try to reproduce the error again this weekend since I seem to be the only one who actually solved this error. Unless someone else knows what to do ?
 

Offline HellCoder

  • Sr. Member
  • ****
  • Join Date: Jun 2004
  • Posts: 279
    • Show all replies
    • http://elasticore.nl
Re: Trying FBlit396..WB screen corrupt.
« Reply #4 on: September 23, 2006, 01:09:30 PM »
Hi,
I haven't been able to reproduce the error.
Perhaps I've installed a different FBlit version ?
I'm using fblit V 3.73, what version are people working with that have the error ?
 

Offline HellCoder

  • Sr. Member
  • ****
  • Join Date: Jun 2004
  • Posts: 279
    • Show all replies
    • http://elasticore.nl
Re: Trying FBlit396..WB screen corrupt.
« Reply #5 on: October 16, 2006, 06:56:42 AM »
Were exactly did you put it in your startup-sequence ?