LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 03-24-2021, 02:49 PM   #1
sette
LQ Newbie
 
Registered: Mar 2021
Posts: 3

Rep: Reputation: Disabled
switching from nvidia gt710 to igpu HD530 system won't reboot/shutdown anymore.


Hi everybody,
I gotta say I'm kinda of a newbie here, so please don't kill me!
I'm an openSUSE TW user and I got an issue which is last too long now and I can't figured out how to fix it. Tried to ask in plenty other places, but I couldn't solve much. to Hope you can help.
Long story short, I had an nvidia GT710 which was way enough for my use (music production and some retrogaming). I always hated how the proprietary drivers works on Linux and I recently discovered I could use my igpu (HD530) to perform even better than the GT710 and without the boringness to have proprietary drivers running on my machine.
I simply set up my BIOS, switched my HDMI cable from my nvidia to the hd530 and it worked straight away. Everything beautiful, animation and transparency were better and everything was great, except the machine won't poweroff or restart at all anymore. I had to do it brutally every single time.
However If I use "nomodeset i915.modeset=0" into the grub, it does start, no problem with restarting or poweroff anymore, but there is not 3d acceleration hardware (so no transparency, nice effects, animation, etc anymore). My igpu is kind of castrated.
I tried to switch the HDMI back to the Nvidia and everything goes back to normal.
That's all.
I really would like to use my Intel which apparently perform better.
Any idea how to fix it?
Thank you so much.
 
Old 03-25-2021, 07:22 AM   #2
dc.901
Senior Member
 
Registered: Aug 2018
Location: Atlanta, GA - USA
Distribution: CentOS/RHEL, openSuSE/SLES, Ubuntu
Posts: 1,005

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
Not sure of you tried this already, but open 3 terminal windows:
In one "tail -f /var/log/messages"
In second window "dmesg -wHT"
In third terminal window "shutdown -r now"

Do you see any thing in dmesg or log entries in messages that could indicate what's happening?
 
Old 03-25-2021, 08:33 AM   #3
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, OS/2, others
Posts: 6,501
Blog Entries: 1

Rep: Reputation: 2231Reputation: 2231Reputation: 2231Reputation: 2231Reputation: 2231Reputation: 2231Reputation: 2231Reputation: 2231Reputation: 2231Reputation: 2231Reputation: 2231
More background on OP's situation. I thought all OP's problems were solved except for one: OP seemed to be persuaded he should use the NVidia GPU for "offloading" instead of simply removing the NVidia card and using the IGP.
  • nomodeset is primarily a troubleshooting parameter. It blocks from optimal operation all types of GPUs, APUs & IGPs, by preventing use of competent FOSS X drivers.
  • i915.modeset=0 is primarily a troubleshooting parameter. It blocks from optimal operation only Intel IGPs, by preventing use of competent FOSS X drivers.
Using both nomodeset and i915.modeset=0 is redundant. Using either will cause either failure of X to run at all, or will cause fallback to one of two crude, low performance, generic X drivers that do not provide acceleration or support most widescreen modes.

Thus, most people cannot be happy with GPU performance when nomodeset or i915.modeset=0 are employed, because in most cases using either will prevent using a display's native (optimal) resolution, and will operate sluggishly. The primary exception to this is when any of NVidia's proprietary graphics drivers are employed.
 
Old 03-25-2021, 12:16 PM   #4
sette
LQ Newbie
 
Registered: Mar 2021
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dc.901 View Post
Not sure of you tried this already, but open 3 terminal windows:
In one "tail -f /var/log/messages"
In second window "dmesg -wHT"
In third terminal window "shutdown -r now"

Do you see any thing in dmesg or log entries in messages that could indicate what's happening?
Hi,
Thank you for your response.
I tried "tail -f /var/log/messages" but it says "tail: cannot open '/var/log/messages' for reading: No such file or directory"
The others two commands are giving me this:
Click image for larger version

Name:	photo_2021-03-25_17-13-29.jpg
Views:	15
Size:	193.7 KB
ID:	35920

The system stuckes there. I have to shutdown manually.

Last edited by sette; 03-25-2021 at 02:18 PM.
 
Old 03-25-2021, 12:16 PM   #5
sette
LQ Newbie
 
Registered: Mar 2021
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mrmazda View Post
More background on OP's situation. I thought all OP's problems were solved except for one: OP seemed to be persuaded he should use the NVidia GPU for "offloading" instead of simply removing the NVidia card and using the IGP.
  • nomodeset is primarily a troubleshooting parameter. It blocks from optimal operation all types of GPUs, APUs & IGPs, by preventing use of competent FOSS X drivers.
  • i915.modeset=0 is primarily a troubleshooting parameter. It blocks from optimal operation only Intel IGPs, by preventing use of competent FOSS X drivers.
Using both nomodeset and i915.modeset=0 is redundant. Using either will cause either failure of X to run at all, or will cause fallback to one of two crude, low performance, generic X drivers that do not provide acceleration or support most widescreen modes.

Thus, most people cannot be happy with GPU performance when nomodeset or i915.modeset=0 are employed, because in most cases using either will prevent using a display's native (optimal) resolution, and will operate sluggishly. The primary exception to this is when any of NVidia's proprietary graphics drivers are employed.
Thank you for adding these info
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Only partial success w/ Kaby Lake iGPU & Nvidia 1650 Firbolgar Linux - General 2 08-19-2019 09:04 PM
Nvidia Geforce Gt710 video card do not sign two monitors on Kali Linux? zarakike Linux - Hardware 2 05-16-2018 05:41 AM
Intel 6300HQ HD530 GPU driver centos7 1611 only nomodeset getin xzby Linux - Hardware 4 02-13-2017 02:06 AM
[FYI] "last -f <old wtmp> -x reboot shutdown" incorrect for last reboot and shutdown catkin Linux - General 1 03-25-2010 11:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:12 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