Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-10-2020, 03:45 AM
|
#1
|
Member
Registered: Nov 2020
Location: Australia
Distribution: Debian
Posts: 55
Rep:
|
Software rendering in cinnamon
I have Debian stable with a kernel 5.8 backport to allow a comet lake processor with integrated graphics. How can I confirm what is needed for hardware acceleration.
|
|
|
11-10-2020, 03:47 AM
|
#2
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,192
|
|
|
|
11-10-2020, 04:13 AM
|
#3
|
Member
Registered: Nov 2020
Location: Australia
Distribution: Debian
Posts: 55
Original Poster
Rep:
|
Code:
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 9bc8 (rev 03)
Code:
find /dev -group video
/dev/fb0
/dev/dri/card0
Code:
glxinfo | grep -i vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
Vendor: VMware, Inc. (0xffffffff)
OpenGL vendor string: VMware, Inc.
Code:
lsmod | grep "kms\|drm"
drm_kms_helper 258048 1 i915
cec 49152 2 drm_kms_helper,i915
drm 614400 4 drm_kms_helper,i915
Code:
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.8.0-0.bpo.2-amd64
Code:
find /etc/modprobe.d/
/etc/modprobe.d/
/etc/modprobe.d/intel-microcode-blacklist.conf
/etc/modprobe.d/amd64-microcode-blacklist.conf
Code:
glxinfo | grep -i "vendor\|rendering"
direct rendering: Yes
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
Vendor: VMware, Inc. (0xffffffff)
OpenGL vendor string: VMware, Inc.
Code:
grep LoadModule /var/log/Xorg.0.log
[ 2.673] (II) LoadModule: "glx"
[ 2.677] (II) LoadModule: "modesetting"
[ 2.678] (II) LoadModule: "fbdev"
[ 2.678] (II) LoadModule: "vesa"
[ 2.709] (II) LoadModule: "fbdevhw"
[ 2.710] (II) LoadModule: "glamoregl"
[ 2.860] (II) LoadModule: "fb"
[ 2.861] (II) LoadModule: "shadow"
[ 3.124] (II) LoadModule: "libinput"
|
|
|
11-10-2020, 04:24 AM
|
#4
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,192
|
Is this a virtual machine?
|
|
|
11-10-2020, 04:40 AM
|
#5
|
Member
Registered: Nov 2020
Location: Australia
Distribution: Debian
Posts: 55
Original Poster
Rep:
|
No, and I don't have one set up on it either. I get this message on startup..
Last edited by Allen_B; 11-10-2020 at 04:43 AM.
|
|
|
11-11-2020, 10:11 AM
|
#6
|
Senior Member
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,355
|
Allen_B,
You could always switch from Cinnamon to Xfce or MATE and see if that resolves the problem:
https://www.howtogeek.com/193129/how...ment-on-linux/
|
|
|
11-11-2020, 11:26 AM
|
#7
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,964
|
As discussed in your other thread, I'm stumped as to why the vendor is showing as VMware. I was not aware that VMware sold hardware. As beachboy2 said, you can try Xfce or another DE and see if you get the same, or something different. Exactly what hardware are you using? Is this a NUC?
|
|
|
11-11-2020, 01:54 PM
|
#8
|
Member
Registered: Nov 2020
Location: Australia
Distribution: Debian
Posts: 55
Original Poster
Rep:
|
No, desktop. The gpu is integrated, intel UHD630. To use the onboard graphics you need the processor version that has the gpu in it.
Maybe I could try a card instead, an Nvidia or an AMD...
|
|
|
11-11-2020, 03:13 PM
|
#9
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,964
|
My NUC has the same integrated gpu, same CPU. Hardware acceleration works on it.
|
|
|
All times are GMT -5. The time now is 05:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|