LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-08-2013, 06:02 AM   #1
gael33
Member
 
Registered: Feb 2009
Location: Scotland
Distribution: Linux Mint 20.1 Cinnamon 64 bit
Posts: 343

Rep: Reputation: 22
Video Acceleration?


I have recently upgraded to Linux Mint 15 Cinnamon 64bit and I keep getting a message on my screen at startup telling me that I have no video acceleration ...
I didn't have this problem with LM14.
How do I switch on Video Acceleration?
My graphics is Intel GMA HD series.

Thanks, Gael.

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1c.6 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 7 (rev 06)
00:1c.7 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 8 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 06)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05
 
Old 06-09-2013, 12:09 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Can you post the output of the following commands.
Code:
lsmod |grep video
lsmod |grep drm
jdk
 
Old 06-09-2013, 06:09 AM   #3
gael33
Member
 
Registered: Feb 2009
Location: Scotland
Distribution: Linux Mint 20.1 Cinnamon 64 bit
Posts: 343

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by jdkaye View Post
Can you post the output of the following commands.
Code:
lsmod |grep video
lsmod |grep drm
jdk
lsmod |grep video
uvcvideo 80847 0
videobuf2_vmalloc 13056 1 uvcvideo
videobuf2_memops 13202 1 videobuf2_vmalloc
videobuf2_core 40513 1 uvcvideo
videodev 129260 2 uvcvideo,videobuf2_core
video 19390 1 i915

lsmod |grep drm
drm_kms_helper 49394 1 i915
drm 286313 3 i915,drm_kms_helper

Hope that helps.

gael
 
Old 06-09-2013, 11:55 PM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
It looks like you're using the i915 driver. Is that correct? Can you post the output of this command.
Code:
dmesg |grep drm
Aside from the message at bootup telling you that you have no video acceleration, are there any other symptoms? Any programs that don't run properly?
jdk
 
Old 06-10-2013, 09:20 AM   #5
gael33
Member
 
Registered: Feb 2009
Location: Scotland
Distribution: Linux Mint 20.1 Cinnamon 64 bit
Posts: 343

Original Poster
Rep: Reputation: 22
$ dmesg |grep drm
[ 17.807893] [drm] Initialized drm 1.1.0 20060810
[ 17.862072] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 17.862074] [drm] Driver supports precise vblank timestamp query.
[ 18.085860] fbcon: inteldrmfb (fb0) is primary device
[ 18.318364] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 18.318492] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0

Sorry I couldn't get this to you earlier ... life got in the way
 
Old 06-10-2013, 09:37 AM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Looks ok. To repeat my question:
Quote:
Aside from the message at bootup telling you that you have no video acceleration, are there any other symptoms? Any programs that don't run properly?
jdk
 
Old 06-10-2013, 09:40 AM   #7
gael33
Member
 
Registered: Feb 2009
Location: Scotland
Distribution: Linux Mint 20.1 Cinnamon 64 bit
Posts: 343

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by jdkaye View Post
Looks ok. To repeat my question:

jdk
Nope! apart from the initial message at startup there appears to be no other symptoms ... all the programs work just fine.
 
Old 06-10-2013, 09:42 AM   #8
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Right below your excellent tagline about the magician place the following:
If it ain't broke, don't fix it.
jdk
 
Old 06-10-2013, 09:49 AM   #9
gael33
Member
 
Registered: Feb 2009
Location: Scotland
Distribution: Linux Mint 20.1 Cinnamon 64 bit
Posts: 343

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by jdkaye View Post
Right below your excellent tagline about the magician place the following:
If it ain't broke, don't fix it.
jdk
HaHaHa! you have a point. However, normally error messages require investigation and I was wondering if anyone else has had this problem since moving to LM15 Cinnamon???

Thank you for responding, it was appreciated.

gael.
 
Old 06-10-2013, 02:40 PM   #10
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
You're quite welcome. And you're sure it was an error message and not just a warning?
You can try this link and see how it goes.
http://www.craftymind.com/factory/gu...amingTest.html
jdk
 
Old 06-10-2013, 03:07 PM   #11
gael33
Member
 
Registered: Feb 2009
Location: Scotland
Distribution: Linux Mint 20.1 Cinnamon 64 bit
Posts: 343

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by jdkaye View Post
You're quite welcome. And you're sure it was an error message and not just a warning?
You can try this link and see how it goes.
http://www.craftymind.com/factory/gu...amingTest.html
jdk
The message on the screen says, "Running in software rendering mode".
The whole message says, " Cinnamon is currently running without video hardware acceleration and, as a result, you may observe much higher than normal CPU usage.
There could be a problem with your drivers or some other issue. For the best experience, it is recommended that you only use this mode for troubleshooting purposes."

Incidentally, the gaming test ran perfectly although I wasn't quite sure what it was supposed to do

gael

Last edited by gael33; 06-10-2013 at 03:09 PM. Reason: update
 
Old 06-10-2013, 03:14 PM   #12
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I think it just tests the video acceleration. If it looks normal then I guess it passes the test. If Mint is constantly whinging for no good reason, switch to Debian or at least LMDE.
jdk
 
Old 06-11-2013, 11:57 AM   #13
gael33
Member
 
Registered: Feb 2009
Location: Scotland
Distribution: Linux Mint 20.1 Cinnamon 64 bit
Posts: 343

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by jdkaye View Post
I think it just tests the video acceleration. If it looks normal then I guess it passes the test. If Mint is constantly whinging for no good reason, switch to Debian or at least LMDE.
jdk
Your not going to believe this ... I installed another desktop environment, in this case XFCE as it's fairly lightweight, and the "Message" problem disappeared. I switched back to Cinnamon and the "Message" no longer appears ... Talk about weird

Why do you recommend Debian & LMDE?

gael.
 
Old 06-11-2013, 01:47 PM   #14
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by gael33 View Post
Why do you recommend Debian & LMDE?
gael.
I guess it's just a matter of personal taste. It's hard to put into words. If you try Debian you'll see what I mean.
jdk
 
Old 06-11-2013, 03:23 PM   #15
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
The two commands I use to test for video acceleration are:

Code:
glxinfo | grep direct
Code:
glxgears
The second one shows gears spinning, and gives your FPS reading. It's stopped by pressing "q". If the FPS reading is lower than it should be, then there's a problem. Try it on Mint, and then on another distro (IE, run by Live CD) and see if there's a difference. If not, then there is no problem (though, from the sound of it, it seems you've solved the problem anyway, so good!)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
video acceleration ? or what ... please help trukin Linux - Software 2 06-05-2007 03:53 PM
SuSE 10 no video acceleration shingalated SUSE / openSUSE 4 11-22-2005 06:18 PM
video card acceleration diamonds Linux - Newbie 5 05-14-2005 07:07 PM
Video Acceleration (10.0 Official) askjeffro Mandriva 1 06-01-2004 01:02 PM
WHY cant i get video acceleration V_LESTAT Linux - Newbie 16 02-25-2004 04:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration