01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RS780L [Radeon 3000]



On Mon, 29 Mar 2021 10:29:24 -0700 (MST)
fredvs <fi...@hotmail.com> wrote:

> 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
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to