I have found a way to reproduce your "failure to highlight" problem in the console, at least. If you have the command line option/tooltype in the Shell icon set to "Smart", then highlighting won't work, regardless of the setting of the GUI option "Screen Refresh".
Note that the console documentation specifically states that this is illegal, it must be SIMPLE refresh.
If you have "Smart" included in the Shell tooltypes, I suggest you remove it entirely (don't just replace it with "Simple").
Two problems introduced by Update 5
- tonyw
- AmigaOS Core Developer
- Posts: 1483
- Joined: Wed Mar 09, 2011 1:36 pm
- Location: Sydney, Australia
Re: Two problems introduced by Update 5
cheers
tony
tony
-
- Posts: 315
- Joined: Mon May 14, 2012 11:26 pm
- Location: 日本千葉県松戸市 / Matsudo City, Chiba, Japan
- Contact:
Re: Two problems introduced by Update 5
Was that set at all and I recall the RKRM as documenting console windows as always simple refresh for some reasontonyw wrote:I have found a way to reproduce your "failure to highlight" problem in the console, at least. If you have the command line option/tooltype in the Shell icon set to "Smart", then highlighting won't work, regardless of the setting of the GUI option "Screen Refresh".
Note that the console documentation specifically states that this is illegal, it must be SIMPLE refresh.
If you have "Smart" included in the Shell tooltypes, I suggest you remove it entirely (don't just replace it with "Simple").
I will check the tooltypes when I have a chance
Re: Two problems introduced by Update 5
I don't even have the Shell+icon thingie: I open shells with NewCLItonyw wrote:I have found a way to reproduce your "failure to highlight" problem in the console, at least. If you have the command line option/tooltype in the Shell icon set to "Smart", then highlighting won't work, regardless of the setting of the GUI option "Screen Refresh".
Note that the console documentation specifically states that this is illegal, it must be SIMPLE refresh.
If you have "Smart" included in the Shell tooltypes, I suggest you remove it entirely (don't just replace it with "Simple").

Anyway, that the problem was smart refresh in conjunction with compositing had already been discovered...
As for the other problem, is it safe to revert to the old smartfilesystem kernel module? The pauses during the processing of makefiles are really annoying.
- tonyw
- AmigaOS Core Developer
- Posts: 1483
- Joined: Wed Mar 09, 2011 1:36 pm
- Location: Sydney, Australia
Re: Two problems introduced by Update 5
Please give me an example of the command you use - and from where? An existing Shell?I don't even have the Shell+icon thingie: I open shells with NewCLI
It's precisely this sort of unusual behaviour that could be causing the issue. If you tell me what's different about your setup, perhaps I can help you find a fix for it.
cheers
tony
tony
Re: Two problems introduced by Update 5
FWIW, from a script that executes this:tonyw wrote:Please give me an example of the command you use - and from where? An existing Shell?
Code: Select all
NewShell "CON:480/700/1000/380/development environment/ICONTITLE %D/CLOSE"
I think you're looking in the wrong direction: we know that the problem lies in the fact that shell shouldn't be smart-refreshed (and you've even found that this is documented). The way a shell is started might make a difference only if it triggers an anti-smart-refresh setting, but that's another storyIt's precisely this sort of unusual behaviour that could be causing the issue. If you tell me what's different about your setup, perhaps I can help you find a fix for it.

EDIT: forgot to say that I personally don't need a fix, since I already have it, i.e. disabling smart refresh, which is at best totally useless with compositing. The fix would be instead good for the improvement of the OS in general.
-
- Posts: 315
- Joined: Mon May 14, 2012 11:26 pm
- Location: 日本千葉県松戸市 / Matsudo City, Chiba, Japan
- Contact:
Re: Two problems introduced by Update 5
Can composition replace smart refresh when a compatible card is present using the existing code as fallback?tonyw wrote:Please give me an example of the command you use - and from where? An existing Shell?I don't even have the Shell+icon thingie: I open shells with NewCLI
It's precisely this sort of unusual behaviour that could be causing the issue. If you tell me what's different about your setup, perhaps I can help you find a fix for it.
- tonyw
- AmigaOS Core Developer
- Posts: 1483
- Joined: Wed Mar 09, 2011 1:36 pm
- Location: Sydney, Australia
Re: Two problems introduced by Update 5
@Saimo:
There are some funny things there that I want to understand. Without access to your machine, I can only guess at why it's happening at all. Remember that it does NOT happen on a clean Update 5 installation, no matter what the GUI setting is (Simple/Smart). It only happens if you start the console (Shell) with "Smart" refresh.
I'm beginning to wonder whether some other component has changed so that if you run a NewShell command with the GUI setting of "Smart", it opens the console window in Smart refresh (but Update 4 didn't). If you just open a Shell from the icon it doesn't, but there might be a difference if you run it from a script.
I'll keep looking as and when I get the time. Right now I'm spending most of my time trying to fix my *@#$% gearbox. The campervan has been off the road now for two months...
There are some funny things there that I want to understand. Without access to your machine, I can only guess at why it's happening at all. Remember that it does NOT happen on a clean Update 5 installation, no matter what the GUI setting is (Simple/Smart). It only happens if you start the console (Shell) with "Smart" refresh.
I'm beginning to wonder whether some other component has changed so that if you run a NewShell command with the GUI setting of "Smart", it opens the console window in Smart refresh (but Update 4 didn't). If you just open a Shell from the icon it doesn't, but there might be a difference if you run it from a script.
I'll keep looking as and when I get the time. Right now I'm spending most of my time trying to fix my *@#$% gearbox. The campervan has been off the road now for two months...
cheers
tony
tony
Re: Two problems introduced by Update 5
If you want, I can give you a full copy of my installation. Just send me an email to simone retream com and I'll provide you with a download link in 1 or 2 days.tonyw wrote:@Saimo:
There are some funny things there that I want to understand. Without access to your machine, I can only guess at why it's happening at all. Remember that it does NOT happen on a clean Update 5 installation, no matter what the GUI setting is (Simple/Smart). It only happens if you start the console (Shell) with "Smart" refresh.
I hope for you that you enjoy fiddling with mechanical stuff, otherwise it's a pain...I'll keep looking as and when I get the time. Right now I'm spending most of my time trying to fix my *@#$% gearbox. The campervan has been off the road now for two months...
Re: Two problems introduced by Update 5
It is not safe to revert that component.saimo wrote:As for the other problem, is it safe to revert to the old smartfilesystem kernel module?
ExecSG Team Lead
Re: Two problems introduced by Update 5
OK, thanks for letting me know.ssolie wrote:It is not safe to revert that component.