LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-20-2018, 12:11 PM   #31
ladam
LQ Newbie
 
Registered: Jan 2018
Location: Budapest
Distribution: Fedora, CentOS
Posts: 16

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by jsbjsb001 View Post
I think we should just take a step back here to avoid anymore backtracking, and could you just confirm the following:

Did you add your user account to the "bumblebee" group - does the group exist?

Can you load your GUI?

If need be, you can just delete the /etc/X11/xorg.conf file, and run the "nvidia-xconfig" command again, to create a fresh one. But, please answer the above questions before you do that and reply back with the answers.
Yes I added to my user account. Now doesn't load the GUI.
 
Old 01-20-2018, 12:23 PM   #32
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by ladam View Post
Yes I added to my user account. Now doesn't load the GUI.
Try deleting the /etc/X11/xorg.conf file, and then run the "nvidia-xconfig" command again.

If it still does not load the GUI;

Does it stop at the same place as before (GNOME Display manager) ?
(post the full output of the messages, of where it stops at)

Edit: Can you check if the "bumblebee" group exists?

Run the following command to check:
(the "bumblebee" group should be in the list if it has been created)

Code:
compgen -g
If it's not listed run the following command:

Code:
groupadd bumblebee

Last edited by jsbjsb001; 01-20-2018 at 12:48 PM. Reason: more info/correction
 
Old 01-20-2018, 01:00 PM   #33
ladam
LQ Newbie
 
Registered: Jan 2018
Location: Budapest
Distribution: Fedora, CentOS
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jsbjsb001 View Post
Try deleting the /etc/X11/xorg.conf file, and then run the "nvidia-xconfig" command again.

If it still does not load the GUI;

Does it stop at the same place as before (GNOME Display manager) ?
(post the full output of the messages, of where it stops at)

Edit: Can you check if the "bumblebee" group exists?

Run the following command to check:
(the "bumblebee" group should be in the list if it has been created)

Code:
compgen -g
If it's not listed run the following command:

Code:
groupadd bumblebee
Hello,

I reinstalled the drivers, and I diverged a bit from the manual, when I installed the nvidia-driver after this I run the nvidia-xserver settings, that asked to run nvidia-xconfig, and restart xserver but I didn't restart the xserver, but run nvidia-xconfig. After this I installed bumblebee, modified the mentioned files, and reboot the system.
Now when I run nvidia-xserver it seems work properly. Before I'd marked this thread solved I would check during the weekend that everything is OK, but now seems works.
 
Old 01-20-2018, 01:08 PM   #34
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by ladam View Post
Hello,

I reinstalled the drivers, and I diverged a bit from the manual, when I installed the nvidia-driver after this I run the nvidia-xserver settings, that asked to run nvidia-xconfig, and restart xserver but I didn't restart the xserver, but run nvidia-xconfig. After this I installed bumblebee, modified the mentioned files, and reboot the system.
Now when I run nvidia-xserver it seems work properly. Before I'd marked this thread solved I would check during the weekend that everything is OK, but now seems works.
Good news!

And good idea to confirm over the weekend before marking the thread solved, but make sure you do as my signature below says - except the three links in it of course

Well done!

@Brains,

Thanks for your help in this thread as well, and don't slap yourself, I don't think I would have known about the "bumblebee" part, if where not for you. Thanks again!

Last edited by jsbjsb001; 01-20-2018 at 03:11 PM. Reason: My "brain" spelt "Brains" username wrong :doh:
 
Old 01-22-2018, 09:38 AM   #35
ladam
LQ Newbie
 
Registered: Jan 2018
Location: Budapest
Distribution: Fedora, CentOS
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jsbjsb001 View Post
Good news!

And good idea to confirm over the weekend before marking the thread solved, but make sure you do as my signature below says - except the three links in it of course

Well done!

@Brains,

Thanks for your help in this thread as well, and don't slap yourself, I don't think I would have known about the "bumblebee" part, if where not for you. Thanks again!
Hello GUYS!

Now I think it WORKS! Before I mark SOLVED, thank you for supporting me, NAMELY: jsbjsb001 and Brains

Last edited by ladam; 01-22-2018 at 09:40 AM.
 
Old 03-02-2018, 09:54 AM   #36
boxjoint
LQ Newbie
 
Registered: Jun 2009
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by Brains View Post
The problem is with the nouveau driver supplied by Xorg used with Nvidia optimus graphics.
At the Grub prompt you need to hit the "e" key to edit boot parameters and add "modeset nouveau.modeset=0" without the quotes to the kernel line. Typically there should already be the word quiet in quotes, leave the existing quotes and add a space after the word quiet then the stuff in blue written here.

After that you can hit the F10 key to boot it, once booted up you can edit /etc/default/grub file, probably as root or sudo, to add it permanetly, or install Nvidia primus or whatever is required by Centos for that graphics setup, or you need to do this every boot. An example of the /etc/default/grub file with this argument is in the code box below. After adding this to the /etc/default/grub file, you need to run the two commands in the next code box below as root or sudo and it should boot normally every time after.

An example of the appropriate section of /etc/default/grub with the argument added:
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet modeset nouveau.modeset=0"
GRUB_CMDLINE_LINUX=""
Code:
update-initramfs -u
update-grub
As for which packages you need to install to get the Nvidia proprietary graphics drivers, someone else will have to guide you. But you don't have to if you don't want to, you just won't have optimus capability (switching between Intel and Nvidia graphics)
The Post above was extremely useful to me!!!! Thank you so much!!! I have a DELL 7559 after making the "modeset nouveau.modeset=0" I was able to boot into the RHEL 7.3 Gnome Desktop and then I installed the NVIDIA drivers and everything is working great. I hope this helps someone else because I was pulling my hair out trying to figure out what was wrong. Thanks again!!!!
 
  


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
Blank Screen and no login after FC12 Installation on Dell E6410 lawtonsd Linux - Newbie 8 06-06-2010 11:57 PM
Black Login Screen on CentOS 5 TuanT Linux - Newbie 4 09-09-2007 12:00 PM
blank/black screen old dell laptop doublebus1 Linux - Software 2 03-03-2006 08:51 PM
Black screen - no prompt Linux24 Linux - Hardware 14 08-18-2004 11:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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