Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-08-04 Thread John Adegbile
On Sat, 4 Aug 2018 at 19:04, John Adegbile  wrote:

>
>
>
> On Thu, 7 Jun 2018 at 22:11, John Adegbile  wrote:
>
>>
>>
>> On Thu, 7 Jun 2018 at 03:46, Nicolas Thierry-Mieg <
>> nicolas.thierry-m...@univ-grenoble-alpes.fr> wrote:
>>
>>>
>>> On 06/07/2018 05:48 AM, John Adegbile wrote:
>>> > I finally got to try out the solution  posted. Unfortunately, it did
>>> not
>>> > work for me though. The error I now get is:
>>> >
>>> > 22.409] (II) LoadModule: "glx"
>>> > [22.409] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
>>> > [22.409] (EE) Failed to load
>>> > /usr/lib64/xorg/modules/extensions/libglx.so: libGL.so.1: cannot open
>>> > shared object file: No such file or directory
>>> > [22.409] (II) UnloadModule: "glx"
>>> > [22.409] (II) Unloading glx
>>> > [22.409] (EE) Failed to load module "glx" (loader failed, 7)
>>> >
>>>
>>> that's strange. At least X is trying to load the correct libglx.so.
>>> Don't you have mesa-libGL installed?
>>> sudo yum install mesa-libGL
>>>
>>> If that doesn't fix it, what's your output for
>>> find /usr -name libGL.so.1
>>> ___
>>> elrepo mailing list
>>> elrepo@lists.elrepo.org
>>> http://lists.elrepo.org/mailman/listinfo/elrepo
>>
>>
>> Thanks for all your help with this!
>>
>> As you suspected, I did not have mesa-libGL installed. I installed this,
>> rebooted, and..I still can't get to an x windows session!!! The
>> last 3 messages I see during the startup before the machine hangs is:
>>
>> [ok] Started gnome display manager
>> [ok] Started System Logging Service
>> [ok] Started Virtualization daemon
>>
>> There are no x related errors in the Xorg.logs.
>>
>> I'm not quite sure what to do now...
>>
>
>
> I have some time to revisit this as I didn't get much further with the
> installations last time.
>
> I did a complete re-install of RHEL 7.5 following the instructions from
> http://ezequielm.com/blog/rhelcentos-7-3-bumblebee-setup/
>
> I also installed primus. I'm now getting the following errors in my
> Xorg.log when I attempt to launch gnome/kde
>
> Failed to load module "nouveau"
> Failed to load module "fbdev"
> Failed to load module "vesa"
>
> Any ideas what I'm missing?
>
> TIH
>

So after googling, I decided to install xorg-x11-drv-nouveau,
xorg-x11-drv-fbdev,
xorg-x11-drv-vesa. I then rebooted and the only error I'm now getting in
the Xorg logs is: "Failed to open DRM device for (null): -2"

Not sure what  I need to do next...
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-08-04 Thread John Adegbile
On Thu, 7 Jun 2018 at 22:11, John Adegbile  wrote:

>
>
> On Thu, 7 Jun 2018 at 03:46, Nicolas Thierry-Mieg <
> nicolas.thierry-m...@univ-grenoble-alpes.fr> wrote:
>
>>
>> On 06/07/2018 05:48 AM, John Adegbile wrote:
>> > I finally got to try out the solution  posted. Unfortunately, it did
>> not
>> > work for me though. The error I now get is:
>> >
>> > 22.409] (II) LoadModule: "glx"
>> > [22.409] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
>> > [22.409] (EE) Failed to load
>> > /usr/lib64/xorg/modules/extensions/libglx.so: libGL.so.1: cannot open
>> > shared object file: No such file or directory
>> > [22.409] (II) UnloadModule: "glx"
>> > [22.409] (II) Unloading glx
>> > [22.409] (EE) Failed to load module "glx" (loader failed, 7)
>> >
>>
>> that's strange. At least X is trying to load the correct libglx.so.
>> Don't you have mesa-libGL installed?
>> sudo yum install mesa-libGL
>>
>> If that doesn't fix it, what's your output for
>> find /usr -name libGL.so.1
>> ___
>> elrepo mailing list
>> elrepo@lists.elrepo.org
>> http://lists.elrepo.org/mailman/listinfo/elrepo
>
>
> Thanks for all your help with this!
>
> As you suspected, I did not have mesa-libGL installed. I installed this,
> rebooted, and..I still can't get to an x windows session!!! The
> last 3 messages I see during the startup before the machine hangs is:
>
> [ok] Started gnome display manager
> [ok] Started System Logging Service
> [ok] Started Virtualization daemon
>
> There are no x related errors in the Xorg.logs.
>
> I'm not quite sure what to do now...
>


I have some time to revisit this as I didn't get much further with the
installations last time.

I did a complete re-install of RHEL 7.5 following the instructions from
http://ezequielm.com/blog/rhelcentos-7-3-bumblebee-setup/

I also installed primus. I'm now getting the following errors in my
Xorg.log when I attempt to launch gnome/kde

Failed to load module "nouveau"
Failed to load module "fbdev"
Failed to load module "vesa"

Any ideas what I'm missing?

TIH
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-06-07 Thread John Adegbile
On Thu, 7 Jun 2018 at 03:46, Nicolas Thierry-Mieg <
nicolas.thierry-m...@univ-grenoble-alpes.fr> wrote:

>
> On 06/07/2018 05:48 AM, John Adegbile wrote:
> > I finally got to try out the solution  posted. Unfortunately, it did not
> > work for me though. The error I now get is:
> >
> > 22.409] (II) LoadModule: "glx"
> > [22.409] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
> > [22.409] (EE) Failed to load
> > /usr/lib64/xorg/modules/extensions/libglx.so: libGL.so.1: cannot open
> > shared object file: No such file or directory
> > [22.409] (II) UnloadModule: "glx"
> > [22.409] (II) Unloading glx
> > [22.409] (EE) Failed to load module "glx" (loader failed, 7)
> >
>
> that's strange. At least X is trying to load the correct libglx.so.
> Don't you have mesa-libGL installed?
> sudo yum install mesa-libGL
>
> If that doesn't fix it, what's your output for
> find /usr -name libGL.so.1
> ___
> elrepo mailing list
> elrepo@lists.elrepo.org
> http://lists.elrepo.org/mailman/listinfo/elrepo


Thanks for all your help with this!

As you suspected, I did not have mesa-libGL installed. I installed this,
rebooted, and..I still can't get to an x windows session!!! The
last 3 messages I see during the startup before the machine hangs is:

[ok] Started gnome display manager
[ok] Started System Logging Service
[ok] Started Virtualization daemon

There are no x related errors in the Xorg.logs.

I'm not quite sure what to do now...
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-06-06 Thread John Adegbile
On Mon, 4 Jun 2018 at 02:22, Akemi Yagi  wrote:

> On Sun, Jun 3, 2018 at 9:05 AM, Nicolas Thierry-Mieg
>  wrote:
>
> > Over the week-end I took some more time to reinvestigate the issue, in
> case
> > we actually want to fix it.
> >
> > Note that I have set up bumblebee on two different laptops, both with an
> > intel integrated GPU and a discrete nvidia GPU, both running Centos 7 and
> > installed similarly (nvidia and bumblebee from elrepo). One works fine
> with
> > the default configuration, the other doesn't and results in the error
> that
> > the OP ran into.
> > IOW the issue only occurs on some  systems... Maybe due to the order in
> > which the 2 GPUs are found by the kernel or by X.org. I don't know.
> (snip)
> > My kludgy solution to the issue is to move the nvidia libglx.so out of
> the
> > way:
> > sudo mv /usr/lib64/xorg/modules/extensions/nvidia /usr/lib64/xorg
> > and tell bumblebee where it is now, by setting XorgModulePath in
> > /etc/bumblebee/bumblebee.conf so it now has /usr/lib64/xorg/nvidia/
> instead
> > of /usr/lib64/xorg/modules/extensions/nvidia/ .
> (snip)
> > And everything works as expected.
> >
> > I believe a permanent fix could be to have nvidia-x11-drv install
> libglx.so
> > in /usr/lib64/xorg/nvidia/ , set ModulePath accordingly in
> > /etc/X11/xorg.conf.d/99-nvidia.conf , and have the default bumblebee.conf
> > file with the fixed XorgModulePath.
> > In this way nvidia GPUs should still work fine for non-bumblee users
> (thanks
> > to 99-nvidia.conf), and bumblebee should work for everyone.
> >
> > Thoughts?
> >
> > Regards,
> > Nicolas
>
> Nicolas,
>
> Thank you for your explanations in such great details on how you got
> bumblebee working. Phil is currently struggling for time but will be
> responding with his thoughts soon.
>
> Akemi
> ___
> elrepo mailing list
> elrepo@lists.elrepo.org
> http://lists.elrepo.org/mailman/listinfo/elrepo



I finally got to try out the solution  posted. Unfortunately, it did not
work for me though. The error I now get is:

22.409] (II) LoadModule: "glx"
[22.409] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[22.409] (EE) Failed to load
/usr/lib64/xorg/modules/extensions/libglx.so: libGL.so.1: cannot open
shared object file: No such file or directory
[22.409] (II) UnloadModule: "glx"
[22.409] (II) Unloading glx
[22.409] (EE) Failed to load module "glx" (loader failed, 7)

I'll try a few more things to see if I can muddle through
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-06-04 Thread Akemi Yagi
On Sun, Jun 3, 2018 at 9:05 AM, Nicolas Thierry-Mieg
 wrote:

> Over the week-end I took some more time to reinvestigate the issue, in case
> we actually want to fix it.
>
> Note that I have set up bumblebee on two different laptops, both with an
> intel integrated GPU and a discrete nvidia GPU, both running Centos 7 and
> installed similarly (nvidia and bumblebee from elrepo). One works fine with
> the default configuration, the other doesn't and results in the error that
> the OP ran into.
> IOW the issue only occurs on some  systems... Maybe due to the order in
> which the 2 GPUs are found by the kernel or by X.org. I don't know.
(snip)
> My kludgy solution to the issue is to move the nvidia libglx.so out of the
> way:
> sudo mv /usr/lib64/xorg/modules/extensions/nvidia /usr/lib64/xorg
> and tell bumblebee where it is now, by setting XorgModulePath in
> /etc/bumblebee/bumblebee.conf so it now has /usr/lib64/xorg/nvidia/ instead
> of /usr/lib64/xorg/modules/extensions/nvidia/ .
(snip)
> And everything works as expected.
>
> I believe a permanent fix could be to have nvidia-x11-drv install libglx.so
> in /usr/lib64/xorg/nvidia/ , set ModulePath accordingly in
> /etc/X11/xorg.conf.d/99-nvidia.conf , and have the default bumblebee.conf
> file with the fixed XorgModulePath.
> In this way nvidia GPUs should still work fine for non-bumblee users (thanks
> to 99-nvidia.conf), and bumblebee should work for everyone.
>
> Thoughts?
>
> Regards,
> Nicolas

Nicolas,

Thank you for your explanations in such great details on how you got
bumblebee working. Phil is currently struggling for time but will be
responding with his thoughts soon.

Akemi
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-06-03 Thread Nicolas Thierry-Mieg




On 06/01/2018 02:57 PM, Nicolas Thierry-Mieg wrote:

For some reason you keep top-posting on this thread, but whatever.

Thanks for forwarding my previous message Akemi, my email address 
changed and I hadn't updated it. This one should go through.



John: that is the same issue I was having.
 From notes I took at the time:

nvidia-x11-drv includes the subdir:
/usr/lib64/xorg/modules/extensions/nvidia

X.org should not be picking it up for the intel gpu given the bumblebee 
config, but for some reason it seems it tries to. This leads to a 
failure to start X.

I solved this by:
sudo mv /usr/lib64/xorg/modules/extensions/nvidia /usr/lib64/xorg
and editing /etc/bumblebee/bumblebee.conf so that XorgModulePath (in the 
driver-nvidia section) points to the new /usr/lib64/xorg/nvidia/ instead 
of the old /usr/lib64/xorg/modules/extensions/nvidia/ subdir.


I'm sure there's a more elegant solution, but this worked for me. It 
does require doing the move again each time there's an nvidia driver 
update...


Note that /var/log/Xorg.0.log should have stuff for your primary (intel) 
gpu, while /var/log/Xorg.8.log should have the nvidia stuff.


HTH


Over the week-end I took some more time to reinvestigate the issue, in 
case we actually want to fix it.


Note that I have set up bumblebee on two different laptops, both with an 
intel integrated GPU and a discrete nvidia GPU, both running Centos 7 
and installed similarly (nvidia and bumblebee from elrepo). One works 
fine with the default configuration, the other doesn't and results in 
the error that the OP ran into.
IOW the issue only occurs on some  systems... Maybe due to the order in 
which the 2 GPUs are found by the kernel or by X.org. I don't know.



On the broken laptop, with the default configuration, Xorg.0.log has:

(==) ModulePath set to "/usr/lib64/xorg/modules"

(II) xfree86: Adding drm device (/dev/dri/card1)
(EE) /dev/dri/card1: failed to set DRM interface version 1.4: Permission 
denied

(II) xfree86: Adding drm device (/dev/dri/card0)
(--) PCI:*(0:0:2:0) 8086:1916:1025:1094 rev 7, Mem @ 
0x9200/16777216, 0xa000/268435456, I/O @ 0x5000/64, BIOS @ 
0x/131072
(--) PCI: (0:1:0:0) 10de:139a:1025:1094 rev 162, Mem @ 
0x9300/16777216, 0x8000/268435456, 0x9000/33554432, I/O @ 
0x4000/128, BIOS @ 0x/65536

(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/nvidia/libglx.so
(EE) Failed to load /usr/lib64/xorg/modules/extensions/nvidia/libglx.so: 
libnvidia-tls.so.390.59: cannot open shared object file: No such file or 
directory

(II) UnloadModule: "glx"
(II) Unloading glx
(EE) Failed to load module "glx" (loader failed, 7)

Notice that ModulePath doesn't have 
/usr/lib64/xorg/modules/extensions/nvidia , but X is still trying to 
load /usr/lib64/xorg/modules/extensions/nvidia/libglx.so . This fails 
because it doesn't find libnvidia-tls.so.390.59 , but even if it found 
it (eg if you symlink that lib somewhere) it wouldn't work, because at 
this point we want X to load the default 
/usr/lib64/xorg/modules/extensions/libglx.so .


There is also the error:
/dev/dri/card1: failed to set DRM interface version 1.4: Permission denied
I don't know what that means or what role it plays here. But in a 
working configuration (see below) I also get this error in Xorg.8.log, 
and it doesn't seem to cause any issues.



My kludgy solution to the issue is to move the nvidia libglx.so out of 
the way:

sudo mv /usr/lib64/xorg/modules/extensions/nvidia /usr/lib64/xorg
and tell bumblebee where it is now, by setting XorgModulePath in 
/etc/bumblebee/bumblebee.conf so it now has /usr/lib64/xorg/nvidia/ 
instead of /usr/lib64/xorg/modules/extensions/nvidia/ .


The system then boots succesfully, glxspheres and "optirun glxspheres" 
work and use the correct GPUs, and Xorg.0.log now has the following 
instead of the previous lines:


(==) ModulePath set to "/usr/lib64/xorg/modules"

(II) xfree86: Adding drm device (/dev/dri/card1)
(II) xfree86: Adding drm device (/dev/dri/card0)
(--) PCI:*(0:0:2:0) 8086:1916:1025:1094 rev 7, Mem @ 
0x9200/16777216, 0xa000/268435456, I/O @ 0x5000/64, BIOS @ 
0x/131072
(--) PCI: (0:1:0:0) 10de:139a:1025:1094 rev 162, Mem @ 
0x9300/16777216, 0x8000/268435456, 0x9000/33554432, I/O @ 
0x4000/128, BIOS @ 0x/65536

(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.19.5, module version = 1.0.0
ABI class: X.Org Server Extension, version 10.0


As you can see, X is now loading 
/usr/lib64/xorg/modules/extensions/libglx.so , as it should.

We also don't have the "failed to set DRM interface".
Xorg.8.log shows:
(++) ModulePath set to 
"/usr/lib64/xorg/nvidia,/usr/lib64/xorg/modules/drivers,/usr/lib64/xorg/modules"


(II) xfree86: Adding drm device (/dev/dri/card1)
(EE) /dev/dri/card1: failed to set DRM interface version 1.4: Permission 

Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-06-01 Thread Nicolas Thierry-Mieg

For some reason you keep top-posting on this thread, but whatever.

Thanks for forwarding my previous message Akemi, my email address 
changed and I hadn't updated it. This one should go through.



John: that is the same issue I was having.
From notes I took at the time:

nvidia-x11-drv includes the subdir:
/usr/lib64/xorg/modules/extensions/nvidia

X.org should not be picking it up for the intel gpu given the bumblebee 
config, but for some reason it seems it tries to. This leads to a 
failure to start X.

I solved this by:
sudo mv /usr/lib64/xorg/modules/extensions/nvidia /usr/lib64/xorg
and editing /etc/bumblebee/bumblebee.conf so that XorgModulePath (in the 
driver-nvidia section) points to the new /usr/lib64/xorg/nvidia/ instead 
of the old /usr/lib64/xorg/modules/extensions/nvidia/ subdir.


I'm sure there's a more elegant solution, but this worked for me. It 
does require doing the move again each time there's an nvidia driver 
update...


Note that /var/log/Xorg.0.log should have stuff for your primary (intel) 
gpu, while /var/log/Xorg.8.log should have the nvidia stuff.


HTH



On 06/01/2018 05:50 AM, John Adegbile wrote:
So I scrutinized my Xorg.log file as suggested and found some lines 
showing failures:


/[    28.568] (EE) Failed to load 
/usr/lib64/xorg/modules/extensions/nvidia/libglx.so: 
libnvidia-tls.so.390.59: cannot open shared object file: No such file or 
directory/

/[    28.568] (II) UnloadModule: "glx"/
/[    28.568] (II) Unloading glx/
/[    28.568] (EE) Failed to load module "glx" (loader failed, 7)/
/.../
/.../
/[    28.700] (EE) [drm] Failed to open DRM device for (null): -2/
/[    28.710] (II) modeset(0): using drv /dev/dri/card1/
/[    28.710] (WW) Falling back to old probe method for fbdev/

I checked the directories and the missing shared object is actually in 
/usr/lib64/nvidia. However, I have configured my bumblebee.conf file 
exactly as specified in the bumblebee wiki which has the XorgModulePath 
specifying the directory path which fails above.


I don't think I should be attempting to change the directory path for 
XorgModulePath to point to /usr/lib64/nvidia since the bumblebee wiki 
does not say to do that.



On Tue, 29 May 2018 at 09:58, Akemi Yagi > wrote:


On Sat, May 26, 2018 at 4:40 PM, Akemi Yagi mailto:amy...@gmail.com>> wrote:
 > On Sat, May 26, 2018 at 2:45 PM, John Adegbile
mailto:johnadegb...@gmail.com>> wrote:
 >>
 >> On Sat, 26 May 2018 at 01:13, Akemi Yagi mailto:amy...@gmail.com>> wrote:
 >>>
 >>> On Fri, May 25, 2018 at 7:20 PM, John Adegbile
mailto:johnadegb...@gmail.com>>
 >>> wrote:
 >>> > Hello,
 >>> >
 >>> > I am struggling a bit to get a GUI installation completed on
my MSI
 >>> > GS63VR
 >>> > laptop. It comes with windows 10 and I have dual booted with
RHEL 7.5 .
 >>> > I
 >>> > have completed the rhel installation and have installed the
nvidia
 >>> > drivers
 >>> > from elrepo.
 >>> >
 >>> > I can't get the GUI to work though. Would someone kindly be
able to give
 >>> > me
 >>> > some pointers as to where I'm going wrong? I have enabled default
 >>> > graphical.target via systemctl but the GUI does not launch.
The error I
 >>> > get
 >>> > when I attempt to run startx manually is:
 >>> >
 >>> > [  1740.462] (EE) Screen(s) found, but none have a usable
configuration.
 >>> > Fatal server error:
 >>> > [  1740.462] (EE) no screens found(EE)
 >>> > [  1740.463] (EE)
 >>> >
 >>> > Output of lspci is:
 >>> > 00:02.0 VGA compatible controller: Intel Corporation Device
591b (rev
 >>> > 04)
 >>> > 01:00.0 VGA compatible controller: NVIDIA Corporation GP106M
[GeForce
 >>> > GTX
 >>> > 1060 Mobile] (rev a1)
 >>> >
 >>> > Output of nvidia-detect is:
 >>> > Probing for supported NVIDIA devices...
 >>> > [10de:1c20] NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]
 >>> > This device requires the current 390.59 NVIDIA driver kmod-nvidia
 >>> > [8086:591b] Intel Corporation Device 591b
 >>> >
 >>> > RPMs installed:
 >>> > nvidia-x11-drv-390.59-1.el7_5.elrepo.x86_64
 >>> > yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
 >>> > kmod-nvidia-390.59-1.el7_5.elrepo.x86_64
 >>> > nvidia-detect-390.59-1.el7.elrepo.x86_64
 >>> >
 >>> > uname -a:
 >>> > 3.10.0-862.3.2.el7.x86_64
 >>> >
 >>> > Thanks in advance
 >>> >
 >>> > J
 >>>
 >>> You seem to have two graphics devices, an integrated graphics
(Intel)
 >>> and an Nvidia card. Can you disable the former in the BIOS? If
this is
 >>> not possible, you need to make use of the Nvidia Optimus
technology.
 >>> For detailed instructions, please see the bumblebee wiki page at:
 >>>
 >>> http://elrepo.org/tiki/bumblebee
 >>>
 >>> Akemi
 >
 >> Thanks for the tip.
 >>
 >> I 

Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-06-01 Thread Nick Howitt

Symlink them?

On 01/06/2018 04:50, John Adegbile wrote:
So I scrutinized my Xorg.log file as suggested and found some lines 
showing failures:


/[    28.568] (EE) Failed to load 
/usr/lib64/xorg/modules/extensions/nvidia/libglx.so: 
libnvidia-tls.so.390.59: cannot open shared object file: No such file 
or directory/

/[    28.568] (II) UnloadModule: "glx"/
/[    28.568] (II) Unloading glx/
/[    28.568] (EE) Failed to load module "glx" (loader failed, 7)/
/.../
/.../
/[    28.700] (EE) [drm] Failed to open DRM device for (null): -2/
/[    28.710] (II) modeset(0): using drv /dev/dri/card1/
/[    28.710] (WW) Falling back to old probe method for fbdev/

I checked the directories and the missing shared object is actually in 
/usr/lib64/nvidia. However, I have configured my bumblebee.conf file 
exactly as specified in the bumblebee wiki which has the 
XorgModulePath specifying the directory path which fails above.


I don't think I should be attempting to change the directory path for 
XorgModulePath to point to /usr/lib64/nvidia since the bumblebee wiki 
does not say to do that.



On Tue, 29 May 2018 at 09:58, Akemi Yagi > wrote:


On Sat, May 26, 2018 at 4:40 PM, Akemi Yagi mailto:amy...@gmail.com>> wrote:
> On Sat, May 26, 2018 at 2:45 PM, John Adegbile
mailto:johnadegb...@gmail.com>> wrote:
>>
>> On Sat, 26 May 2018 at 01:13, Akemi Yagi mailto:amy...@gmail.com>> wrote:
>>>
>>> On Fri, May 25, 2018 at 7:20 PM, John Adegbile
mailto:johnadegb...@gmail.com>>
>>> wrote:
>>> > Hello,
>>> >
>>> > I am struggling a bit to get a GUI installation completed on
my MSI
>>> > GS63VR
>>> > laptop. It comes with windows 10 and I have dual booted with
RHEL 7.5 .
>>> > I
>>> > have completed the rhel installation and have installed the
nvidia
>>> > drivers
>>> > from elrepo.
>>> >
>>> > I can't get the GUI to work though. Would someone kindly be
able to give
>>> > me
>>> > some pointers as to where I'm going wrong? I have enabled
default
>>> > graphical.target via systemctl but the GUI does not launch.
The error I
>>> > get
>>> > when I attempt to run startx manually is:
>>> >
>>> > [  1740.462] (EE) Screen(s) found, but none have a usable
configuration.
>>> > Fatal server error:
>>> > [  1740.462] (EE) no screens found(EE)
>>> > [  1740.463] (EE)
>>> >
>>> > Output of lspci is:
>>> > 00:02.0 VGA compatible controller: Intel Corporation Device
591b (rev
>>> > 04)
>>> > 01:00.0 VGA compatible controller: NVIDIA Corporation GP106M
[GeForce
>>> > GTX
>>> > 1060 Mobile] (rev a1)
>>> >
>>> > Output of nvidia-detect is:
>>> > Probing for supported NVIDIA devices...
>>> > [10de:1c20] NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]
>>> > This device requires the current 390.59 NVIDIA driver
kmod-nvidia
>>> > [8086:591b] Intel Corporation Device 591b
>>> >
>>> > RPMs installed:
>>> > nvidia-x11-drv-390.59-1.el7_5.elrepo.x86_64
>>> > yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
>>> > kmod-nvidia-390.59-1.el7_5.elrepo.x86_64
>>> > nvidia-detect-390.59-1.el7.elrepo.x86_64
>>> >
>>> > uname -a:
>>> > 3.10.0-862.3.2.el7.x86_64
>>> >
>>> > Thanks in advance
>>> >
>>> > J
>>>
>>> You seem to have two graphics devices, an integrated graphics
(Intel)
>>> and an Nvidia card. Can you disable the former in the BIOS? If
this is
>>> not possible, you need to make use of the Nvidia Optimus
technology.
>>> For detailed instructions, please see the bumblebee wiki page at:
>>>
>>> http://elrepo.org/tiki/bumblebee
>>>
>>> Akemi
>
>> Thanks for the tip.
>>
>> I installed and configured bumblebee (using primus as an
alternative to
>> optirun). I followed the instructions and machine now hangs
when I get to:
>> [OK] Started GNOME display Manager.
>> [OK] Started Virtualization daemon.
>
> Did you see any error message while installing the required
packages?
> No steps missed when configuring it?
>
> Not using it myself, I cannot provide better support than referring
> you to what has already been written. There is an instruction note
> given by a CentOS user:
>
>
https://www.centos.org/forums/viewtopic.php?f=49=61162=10#p266381
>
> It's basically the same except the addition of the last step (10).
>
> Akemi

I'm copying a message from Nicolas Thierry-Mieg below. Hope this helps
you figure out why things are not working.

Akemi

"you might have some useful info in /var/log/Xorg.*

I had set up bumblebee on my son's laptop in the past and had to move
some things around, because [some reason, can't remember the details
but it was something like X not looking in the correct folders for the
2 

Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-05-31 Thread John Adegbile
So I scrutinized my Xorg.log file as suggested and found some lines showing
failures:

*[28.568] (EE) Failed to load
/usr/lib64/xorg/modules/extensions/nvidia/libglx.so:
libnvidia-tls.so.390.59: cannot open shared object file: No such file or
directory*
*[28.568] (II) UnloadModule: "glx"*
*[28.568] (II) Unloading glx*
*[28.568] (EE) Failed to load module "glx" (loader failed, 7)*
*...*
*...*
*[28.700] (EE) [drm] Failed to open DRM device for (null): -2*
*[28.710] (II) modeset(0): using drv /dev/dri/card1*
*[28.710] (WW) Falling back to old probe method for fbdev*

I checked the directories and the missing shared object is actually in
/usr/lib64/nvidia.
However, I have configured my bumblebee.conf file exactly as specified in
the bumblebee wiki which has the XorgModulePath specifying the directory
path which fails above.

I don't think I should be attempting to change the directory path for
XorgModulePath
to point to /usr/lib64/nvidia since the bumblebee wiki does not say to do
that.


On Tue, 29 May 2018 at 09:58, Akemi Yagi  wrote:

> On Sat, May 26, 2018 at 4:40 PM, Akemi Yagi  wrote:
> > On Sat, May 26, 2018 at 2:45 PM, John Adegbile 
> wrote:
> >>
> >> On Sat, 26 May 2018 at 01:13, Akemi Yagi  wrote:
> >>>
> >>> On Fri, May 25, 2018 at 7:20 PM, John Adegbile  >
> >>> wrote:
> >>> > Hello,
> >>> >
> >>> > I am struggling a bit to get a GUI installation completed on my MSI
> >>> > GS63VR
> >>> > laptop. It comes with windows 10 and I have dual booted with RHEL
> 7.5 .
> >>> > I
> >>> > have completed the rhel installation and have installed the nvidia
> >>> > drivers
> >>> > from elrepo.
> >>> >
> >>> > I can't get the GUI to work though. Would someone kindly be able to
> give
> >>> > me
> >>> > some pointers as to where I'm going wrong? I have enabled default
> >>> > graphical.target via systemctl but the GUI does not launch. The
> error I
> >>> > get
> >>> > when I attempt to run startx manually is:
> >>> >
> >>> > [  1740.462] (EE) Screen(s) found, but none have a usable
> configuration.
> >>> > Fatal server error:
> >>> > [  1740.462] (EE) no screens found(EE)
> >>> > [  1740.463] (EE)
> >>> >
> >>> > Output of lspci is:
> >>> > 00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev
> >>> > 04)
> >>> > 01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce
> >>> > GTX
> >>> > 1060 Mobile] (rev a1)
> >>> >
> >>> > Output of nvidia-detect is:
> >>> > Probing for supported NVIDIA devices...
> >>> > [10de:1c20] NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]
> >>> > This device requires the current 390.59 NVIDIA driver kmod-nvidia
> >>> > [8086:591b] Intel Corporation Device 591b
> >>> >
> >>> > RPMs installed:
> >>> > nvidia-x11-drv-390.59-1.el7_5.elrepo.x86_64
> >>> > yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
> >>> > kmod-nvidia-390.59-1.el7_5.elrepo.x86_64
> >>> > nvidia-detect-390.59-1.el7.elrepo.x86_64
> >>> >
> >>> > uname -a:
> >>> > 3.10.0-862.3.2.el7.x86_64
> >>> >
> >>> > Thanks in advance
> >>> >
> >>> > J
> >>>
> >>> You seem to have two graphics devices, an integrated graphics (Intel)
> >>> and an Nvidia card. Can you disable the former in the BIOS? If this is
> >>> not possible, you need to make use of the Nvidia Optimus technology.
> >>> For detailed instructions, please see the bumblebee wiki page at:
> >>>
> >>> http://elrepo.org/tiki/bumblebee
> >>>
> >>> Akemi
> >
> >> Thanks for the tip.
> >>
> >> I installed and configured bumblebee (using primus as an alternative to
> >> optirun). I followed the instructions and machine now hangs when I get
> to:
> >> [OK] Started GNOME display Manager.
> >> [OK] Started Virtualization daemon.
> >
> > Did you see any error message while installing the required packages?
> > No steps missed when configuring it?
> >
> > Not using it myself, I cannot provide better support than referring
> > you to what has already been written. There is an instruction note
> > given by a CentOS user:
> >
> >
> https://www.centos.org/forums/viewtopic.php?f=49=61162=10#p266381
> >
> > It's basically the same except the addition of the last step (10).
> >
> > Akemi
>
> I'm copying a message from Nicolas Thierry-Mieg below. Hope this helps
> you figure out why things are not working.
>
> Akemi
>
> "you might have some useful info in /var/log/Xorg.*
>
> I had set up bumblebee on my son's laptop in the past and had to move
> some things around, because [some reason, can't remember the details
> but it was something like X not looking in the correct folders for the
> 2 cards]. Carefully reading through the Xorg.* logfiles had allowed me
> to find the source problem. I can look it up one of these evenings if
> needed."
> ___
> elrepo mailing list
> elrepo@lists.elrepo.org
> http://lists.elrepo.org/mailman/listinfo/elrepo
>
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-05-30 Thread John Adegbile
Thanks for that. I will scrutinise the logs for any clues.

On Tue, 29 May 2018 at 09:58, Akemi Yagi  wrote:

> On Sat, May 26, 2018 at 4:40 PM, Akemi Yagi  wrote:
> > On Sat, May 26, 2018 at 2:45 PM, John Adegbile 
> wrote:
> >>
> >> On Sat, 26 May 2018 at 01:13, Akemi Yagi  wrote:
> >>>
> >>> On Fri, May 25, 2018 at 7:20 PM, John Adegbile  >
> >>> wrote:
> >>> > Hello,
> >>> >
> >>> > I am struggling a bit to get a GUI installation completed on my MSI
> >>> > GS63VR
> >>> > laptop. It comes with windows 10 and I have dual booted with RHEL
> 7.5 .
> >>> > I
> >>> > have completed the rhel installation and have installed the nvidia
> >>> > drivers
> >>> > from elrepo.
> >>> >
> >>> > I can't get the GUI to work though. Would someone kindly be able to
> give
> >>> > me
> >>> > some pointers as to where I'm going wrong? I have enabled default
> >>> > graphical.target via systemctl but the GUI does not launch. The
> error I
> >>> > get
> >>> > when I attempt to run startx manually is:
> >>> >
> >>> > [  1740.462] (EE) Screen(s) found, but none have a usable
> configuration.
> >>> > Fatal server error:
> >>> > [  1740.462] (EE) no screens found(EE)
> >>> > [  1740.463] (EE)
> >>> >
> >>> > Output of lspci is:
> >>> > 00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev
> >>> > 04)
> >>> > 01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce
> >>> > GTX
> >>> > 1060 Mobile] (rev a1)
> >>> >
> >>> > Output of nvidia-detect is:
> >>> > Probing for supported NVIDIA devices...
> >>> > [10de:1c20] NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]
> >>> > This device requires the current 390.59 NVIDIA driver kmod-nvidia
> >>> > [8086:591b] Intel Corporation Device 591b
> >>> >
> >>> > RPMs installed:
> >>> > nvidia-x11-drv-390.59-1.el7_5.elrepo.x86_64
> >>> > yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
> >>> > kmod-nvidia-390.59-1.el7_5.elrepo.x86_64
> >>> > nvidia-detect-390.59-1.el7.elrepo.x86_64
> >>> >
> >>> > uname -a:
> >>> > 3.10.0-862.3.2.el7.x86_64
> >>> >
> >>> > Thanks in advance
> >>> >
> >>> > J
> >>>
> >>> You seem to have two graphics devices, an integrated graphics (Intel)
> >>> and an Nvidia card. Can you disable the former in the BIOS? If this is
> >>> not possible, you need to make use of the Nvidia Optimus technology.
> >>> For detailed instructions, please see the bumblebee wiki page at:
> >>>
> >>> http://elrepo.org/tiki/bumblebee
> >>>
> >>> Akemi
> >
> >> Thanks for the tip.
> >>
> >> I installed and configured bumblebee (using primus as an alternative to
> >> optirun). I followed the instructions and machine now hangs when I get
> to:
> >> [OK] Started GNOME display Manager.
> >> [OK] Started Virtualization daemon.
> >
> > Did you see any error message while installing the required packages?
> > No steps missed when configuring it?
> >
> > Not using it myself, I cannot provide better support than referring
> > you to what has already been written. There is an instruction note
> > given by a CentOS user:
> >
> >
> https://www.centos.org/forums/viewtopic.php?f=49=61162=10#p266381
> >
> > It's basically the same except the addition of the last step (10).
> >
> > Akemi
>
> I'm copying a message from Nicolas Thierry-Mieg below. Hope this helps
> you figure out why things are not working.
>
> Akemi
>
> "you might have some useful info in /var/log/Xorg.*
>
> I had set up bumblebee on my son's laptop in the past and had to move
> some things around, because [some reason, can't remember the details
> but it was something like X not looking in the correct folders for the
> 2 cards]. Carefully reading through the Xorg.* logfiles had allowed me
> to find the source problem. I can look it up one of these evenings if
> needed."
> ___
> elrepo mailing list
> elrepo@lists.elrepo.org
> http://lists.elrepo.org/mailman/listinfo/elrepo
>
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-05-29 Thread Akemi Yagi
On Sat, May 26, 2018 at 4:40 PM, Akemi Yagi  wrote:
> On Sat, May 26, 2018 at 2:45 PM, John Adegbile  wrote:
>>
>> On Sat, 26 May 2018 at 01:13, Akemi Yagi  wrote:
>>>
>>> On Fri, May 25, 2018 at 7:20 PM, John Adegbile 
>>> wrote:
>>> > Hello,
>>> >
>>> > I am struggling a bit to get a GUI installation completed on my MSI
>>> > GS63VR
>>> > laptop. It comes with windows 10 and I have dual booted with RHEL 7.5 .
>>> > I
>>> > have completed the rhel installation and have installed the nvidia
>>> > drivers
>>> > from elrepo.
>>> >
>>> > I can't get the GUI to work though. Would someone kindly be able to give
>>> > me
>>> > some pointers as to where I'm going wrong? I have enabled default
>>> > graphical.target via systemctl but the GUI does not launch. The error I
>>> > get
>>> > when I attempt to run startx manually is:
>>> >
>>> > [  1740.462] (EE) Screen(s) found, but none have a usable configuration.
>>> > Fatal server error:
>>> > [  1740.462] (EE) no screens found(EE)
>>> > [  1740.463] (EE)
>>> >
>>> > Output of lspci is:
>>> > 00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev
>>> > 04)
>>> > 01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce
>>> > GTX
>>> > 1060 Mobile] (rev a1)
>>> >
>>> > Output of nvidia-detect is:
>>> > Probing for supported NVIDIA devices...
>>> > [10de:1c20] NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]
>>> > This device requires the current 390.59 NVIDIA driver kmod-nvidia
>>> > [8086:591b] Intel Corporation Device 591b
>>> >
>>> > RPMs installed:
>>> > nvidia-x11-drv-390.59-1.el7_5.elrepo.x86_64
>>> > yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
>>> > kmod-nvidia-390.59-1.el7_5.elrepo.x86_64
>>> > nvidia-detect-390.59-1.el7.elrepo.x86_64
>>> >
>>> > uname -a:
>>> > 3.10.0-862.3.2.el7.x86_64
>>> >
>>> > Thanks in advance
>>> >
>>> > J
>>>
>>> You seem to have two graphics devices, an integrated graphics (Intel)
>>> and an Nvidia card. Can you disable the former in the BIOS? If this is
>>> not possible, you need to make use of the Nvidia Optimus technology.
>>> For detailed instructions, please see the bumblebee wiki page at:
>>>
>>> http://elrepo.org/tiki/bumblebee
>>>
>>> Akemi
>
>> Thanks for the tip.
>>
>> I installed and configured bumblebee (using primus as an alternative to
>> optirun). I followed the instructions and machine now hangs when I get to:
>> [OK] Started GNOME display Manager.
>> [OK] Started Virtualization daemon.
>
> Did you see any error message while installing the required packages?
> No steps missed when configuring it?
>
> Not using it myself, I cannot provide better support than referring
> you to what has already been written. There is an instruction note
> given by a CentOS user:
>
> https://www.centos.org/forums/viewtopic.php?f=49=61162=10#p266381
>
> It's basically the same except the addition of the last step (10).
>
> Akemi

I'm copying a message from Nicolas Thierry-Mieg below. Hope this helps
you figure out why things are not working.

Akemi

"you might have some useful info in /var/log/Xorg.*

I had set up bumblebee on my son's laptop in the past and had to move
some things around, because [some reason, can't remember the details
but it was something like X not looking in the correct folders for the
2 cards]. Carefully reading through the Xorg.* logfiles had allowed me
to find the source problem. I can look it up one of these evenings if
needed."
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-05-26 Thread Akemi Yagi
On Sat, May 26, 2018 at 2:45 PM, John Adegbile  wrote:
>
> On Sat, 26 May 2018 at 01:13, Akemi Yagi  wrote:
>>
>> On Fri, May 25, 2018 at 7:20 PM, John Adegbile 
>> wrote:
>> > Hello,
>> >
>> > I am struggling a bit to get a GUI installation completed on my MSI
>> > GS63VR
>> > laptop. It comes with windows 10 and I have dual booted with RHEL 7.5 .
>> > I
>> > have completed the rhel installation and have installed the nvidia
>> > drivers
>> > from elrepo.
>> >
>> > I can't get the GUI to work though. Would someone kindly be able to give
>> > me
>> > some pointers as to where I'm going wrong? I have enabled default
>> > graphical.target via systemctl but the GUI does not launch. The error I
>> > get
>> > when I attempt to run startx manually is:
>> >
>> > [  1740.462] (EE) Screen(s) found, but none have a usable configuration.
>> > Fatal server error:
>> > [  1740.462] (EE) no screens found(EE)
>> > [  1740.463] (EE)
>> >
>> > Output of lspci is:
>> > 00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev
>> > 04)
>> > 01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce
>> > GTX
>> > 1060 Mobile] (rev a1)
>> >
>> > Output of nvidia-detect is:
>> > Probing for supported NVIDIA devices...
>> > [10de:1c20] NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]
>> > This device requires the current 390.59 NVIDIA driver kmod-nvidia
>> > [8086:591b] Intel Corporation Device 591b
>> >
>> > RPMs installed:
>> > nvidia-x11-drv-390.59-1.el7_5.elrepo.x86_64
>> > yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
>> > kmod-nvidia-390.59-1.el7_5.elrepo.x86_64
>> > nvidia-detect-390.59-1.el7.elrepo.x86_64
>> >
>> > uname -a:
>> > 3.10.0-862.3.2.el7.x86_64
>> >
>> > Thanks in advance
>> >
>> > J
>>
>> You seem to have two graphics devices, an integrated graphics (Intel)
>> and an Nvidia card. Can you disable the former in the BIOS? If this is
>> not possible, you need to make use of the Nvidia Optimus technology.
>> For detailed instructions, please see the bumblebee wiki page at:
>>
>> http://elrepo.org/tiki/bumblebee
>>
>> Akemi

> Thanks for the tip.
>
> I installed and configured bumblebee (using primus as an alternative to
> optirun). I followed the instructions and machine now hangs when I get to:
> [OK] Started GNOME display Manager.
> [OK] Started Virtualization daemon.

Did you see any error message while installing the required packages?
No steps missed when configuring it?

Not using it myself, I cannot provide better support than referring
you to what has already been written. There is an instruction note
given by a CentOS user:

https://www.centos.org/forums/viewtopic.php?f=49=61162=10#p266381

It's basically the same except the addition of the last step (10).

Akemi
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-05-26 Thread John Adegbile
Thanks for the tip.

I installed and configured bumblebee (using primus as an alternative to
optirun). I followed the instructions and machine now hangs when I get to:
[OK] Started GNOME display Manager.
[OK] Started Virtualization daemon.



On Sat, 26 May 2018 at 01:13, Akemi Yagi  wrote:

> On Fri, May 25, 2018 at 7:20 PM, John Adegbile 
> wrote:
> > Hello,
> >
> > I am struggling a bit to get a GUI installation completed on my MSI
> GS63VR
> > laptop. It comes with windows 10 and I have dual booted with RHEL 7.5 . I
> > have completed the rhel installation and have installed the nvidia
> drivers
> > from elrepo.
> >
> > I can't get the GUI to work though. Would someone kindly be able to give
> me
> > some pointers as to where I'm going wrong? I have enabled default
> > graphical.target via systemctl but the GUI does not launch. The error I
> get
> > when I attempt to run startx manually is:
> >
> > [  1740.462] (EE) Screen(s) found, but none have a usable configuration.
> > Fatal server error:
> > [  1740.462] (EE) no screens found(EE)
> > [  1740.463] (EE)
> >
> > Output of lspci is:
> > 00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
> > 01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX
> > 1060 Mobile] (rev a1)
> >
> > Output of nvidia-detect is:
> > Probing for supported NVIDIA devices...
> > [10de:1c20] NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]
> > This device requires the current 390.59 NVIDIA driver kmod-nvidia
> > [8086:591b] Intel Corporation Device 591b
> >
> >
> > RPMs installed:
> > nvidia-x11-drv-390.59-1.el7_5.elrepo.x86_64
> > yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
> > kmod-nvidia-390.59-1.el7_5.elrepo.x86_64
> > nvidia-detect-390.59-1.el7.elrepo.x86_64
> >
> >
> > uname -a:
> > 3.10.0-862.3.2.el7.x86_64
> >
> >
> > Thanks in advance
> >
> > J
>
> You seem to have two graphics devices, an integrated graphics (Intel)
> and an Nvidia card. Can you disable the former in the BIOS? If this is
> not possible, you need to make use of the Nvidia Optimus technology.
> For detailed instructions, please see the bumblebee wiki page at:
>
> http://elrepo.org/tiki/bumblebee
>
> Akemi
> ___
> elrepo mailing list
> elrepo@lists.elrepo.org
> http://lists.elrepo.org/mailman/listinfo/elrepo
>
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


Re: [elrepo] Dual boot rhel 7.5 - gui not starting

2018-05-25 Thread Akemi Yagi
On Fri, May 25, 2018 at 7:20 PM, John Adegbile  wrote:
> Hello,
>
> I am struggling a bit to get a GUI installation completed on my MSI GS63VR
> laptop. It comes with windows 10 and I have dual booted with RHEL 7.5 . I
> have completed the rhel installation and have installed the nvidia drivers
> from elrepo.
>
> I can't get the GUI to work though. Would someone kindly be able to give me
> some pointers as to where I'm going wrong? I have enabled default
> graphical.target via systemctl but the GUI does not launch. The error I get
> when I attempt to run startx manually is:
>
> [  1740.462] (EE) Screen(s) found, but none have a usable configuration.
> Fatal server error:
> [  1740.462] (EE) no screens found(EE)
> [  1740.463] (EE)
>
> Output of lspci is:
> 00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
> 01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX
> 1060 Mobile] (rev a1)
>
> Output of nvidia-detect is:
> Probing for supported NVIDIA devices...
> [10de:1c20] NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]
> This device requires the current 390.59 NVIDIA driver kmod-nvidia
> [8086:591b] Intel Corporation Device 591b
>
>
> RPMs installed:
> nvidia-x11-drv-390.59-1.el7_5.elrepo.x86_64
> yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
> kmod-nvidia-390.59-1.el7_5.elrepo.x86_64
> nvidia-detect-390.59-1.el7.elrepo.x86_64
>
>
> uname -a:
> 3.10.0-862.3.2.el7.x86_64
>
>
> Thanks in advance
>
> J

You seem to have two graphics devices, an integrated graphics (Intel)
and an Nvidia card. Can you disable the former in the BIOS? If this is
not possible, you need to make use of the Nvidia Optimus technology.
For detailed instructions, please see the bumblebee wiki page at:

http://elrepo.org/tiki/bumblebee

Akemi
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo


[elrepo] Dual boot rhel 7.5 - gui not starting

2018-05-25 Thread John Adegbile
Hello,

I am struggling a bit to get a GUI installation completed on my MSI GS63VR
laptop. It comes with windows 10 and I have dual booted with RHEL 7.5 . I
have completed the rhel installation and have installed the nvidia drivers
from elrepo.

I can't get the GUI to work though. Would someone kindly be able to give me
some pointers as to where I'm going wrong? I have enabled default
graphical.target via systemctl but the GUI does not launch. The error I get
when I attempt to run startx manually is:

*[  1740.462] (EE) Screen(s) found, but none have a usable configuration.*
*Fatal server error:*
*[  1740.462] (EE) no screens found(EE) *
*[  1740.463] (EE) *

*Output of lspci is:*
*00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)*
*01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX
1060 Mobile] (rev a1)*

*Output of nvidia-detect is*:
*Probing for supported NVIDIA devices...*
*[10de:1c20] NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile]*
*This device requires the current 390.59 NVIDIA driver kmod-nvidia*
*[8086:591b] Intel Corporation Device 591b*


*RPMs installed:*
*nvidia-x11-drv-390.59-1.el7_5.elrepo.x86_64*
*yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch*
*kmod-nvidia-390.59-1.el7_5.elrepo.x86_64*
*nvidia-detect-390.59-1.el7.elrepo.x86_64*


*uname -a:*
*3.10.0-862.3.2.el7.x86_64*


Thanks in advance

J
___
elrepo mailing list
elrepo@lists.elrepo.org
http://lists.elrepo.org/mailman/listinfo/elrepo