51 (edited by De-Backer 2020-07-25 22:12:02)

Re: Resizing of border line of software

It looks okay

Post's attachments

Attachment icon Screenshot_20200725_221138.png 1.25 mb, 83 downloads since 2020-07-25 

Re: Resizing of border line of software

Hum for Linux only glxinfo match GPU true size memory ..

$ glxinfo | grep 'Video memory'
    Video memory: 4096MB
~$ GPU=$(lspci | grep VGA | cut -d ":" -f3);RAM=$(cardid=$(lspci | grep VGA |cut -d " " -f1);lspci -v -s $cardid | grep " prefetchable"| cut -d "=" -f2);
~$ echo $GPU $RAM
Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X] (rev c7) 256M] 2M]
~$ lspci  -v -s  $(lspci | grep VGA | cut -d" " -f 1) | grep " prefetchable"
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at e0000000 (64-bit, prefetchable) [size=2M]

~$  grep -i mem /var/log/Xorg.0.log
[     4.674] (--) PCI:*(33@0:0:0) 1002:699f:1da2:e367 rev 199, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xe1e00000/262144, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
[     4.819] (II) AMDGPU(0): mem size init: gart size :ff86f000 vram size: s:fd72c000 visible:db2c000

vram size: s:fd72c000 = 4252155904

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Resizing of border line of software

Note: some OS requires root rights.

Re: Resizing of border line of software

Well, but we don"t want use ROOT for cli commands..

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Resizing of border line of software

De-Backer wrote:

Note: some OS requires root rights.

> lspci | grep VGA | cut -d : -f 3
lspci: opdracht niet gevonden
> sudo lspci | grep VGA | cut -d : -f 3
[sudo] wachtwoord voor root: 
 Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c1)
> 

Re: Resizing of border line of software

[19:31:16] laurent@debian:~$ lspci | grep VGA | cut -d : -f 3
 Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X] (rev c7)
[20:34:56] laurent@debian:~$ 
[20:36:15] laurent@debian:~$ lspci  -v -s  $(lspci | grep VGA | cut -d" " -f 1) | grep " prefetchable"
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at e0000000 (64-bit, prefetchable) [size=2M]
[20:36:40] laurent@debian:~$ 

Maybe you user isn't in good groups'...or perhapas "system D" fold the cards ...

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Resizing of border line of software

> sudo which lspci
[sudo] wachtwoord voor root: 
/sbin/lspci

Re: Resizing of border line of software

sources/elementtextpattern.h:       Copyright 2006-2020 The QElectroTech Team
sources/elementtextsmover.cpp:      Copyright 2006-2012 Xavier Guerrin
sources/elementtextsmover.h:        Copyright 2006-2012 Xavier Guerrin

should this stay?

Re: Resizing of border line of software

Hum, no change these to  "Copyright 2006-2020 The QElectroTech Team"

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Resizing of border line of software

@scorpio810
Hum, no change these to  "Copyright 2006-2020 The QElectroTech Team"
-----
Yes he can

--------------

@De-Backer
sources/elementtextpattern.h:       Copyright 2006-2020 The QElectroTech Team
sources/elementtextsmover.cpp:      Copyright 2006-2012 Xavier Guerrin
sources/elementtextsmover.h:        Copyright 2006-2012 Xavier Guerrin


You can change it to

sources/elementtextpattern.h:       Copyright 2006-2020 The QElectroTech Team
sources/elementtextsmover.cpp:    Copyright 2006-2012 Xavier Guerrin
                                                      & 2013-2020 The QElectroTech Team
sources/elementtextsmover.h:       Copyright 2006-2012 Xavier Guerrin
                                                      & 2013-2020 The QElectroTech Team

I am an industrial developer technician and born in 1960

Re: Resizing of border line of software

you are late, i already changed it....

and indeed I have no proof that this is allowed ...

mmm.. this should suffice

Post's attachments

Screenshot_20200816_211433.png, 131.52 kb, 1297 x 829
Screenshot_20200816_211433.png 131.52 kb, 216 downloads since 2020-08-16