Hello.
It would be great if people that has problems with rendering could run this
application and gives the result:
_______________
program ggd;
uses
Process, sysutils;
function GetGraphicDriver(): string;
var outstr : string;
begin
runcommand('/bin/bash',['-c','/usr/bin/lspci | grep -E
"VGA|Display"'],outstr);
result := trim(outstr);
end;
begin
writeln(GetGraphicDriver());
end.
______________________
In attachment the project.
getgraphicdriver.zip
<http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/getgraphicdriver.zip>
This to try to isolate the drivers with problems.
Thanks.
Fre;D
--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk