Re: Resizing of border line of software
It looks okay
You are not logged in. Please login or register.
QElectroTech → Code → Resizing of border line of software
It looks okay
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
Note: some OS requires root rights.
Well, but we don"t want use ROOT for cli commands..
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)
>
[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 ...
> sudo which lspci
[sudo] wachtwoord voor root:
/sbin/lspci
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?
Hum, no change these to "Copyright 2006-2020 The QElectroTech Team"
@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
you are late, i already changed it....
and indeed I have no proof that this is allowed ...
mmm.. this should suffice
QElectroTech → Code → Resizing of border line of software
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.036 seconds (36% PHP - 64% DB) with 11 queries