LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 09-25-2020, 12:24 PM   #1
bdeg
LQ Newbie
 
Registered: Sep 2020
Posts: 5

Rep: Reputation: Disabled
Unhappy I cannot get solaris-desktop to work on my laptop. I'm using Solaris 11.4 x86


I have an HP Elitebook 840 laptop.

I installed solaris-desktop.

I entered:

pkg info -r solaris-desktop

pkg install solaris-desktop

Then I rebooted.

Solaris didn't boot with graphics. It stayed in text mode or command line.

I tried startx and gdm as a user and root.

The errors I get are gdm saying not owner. Xorg gives me unable to connect. No screens found.

I'm working from memory. I tried a fresh install twice. There was no way to save logs. I had to install another operating system to get to you.

Xorg was unable to connect to the screen. It might be a permissions thing. I also think it might be a driver issue.

Regardless I have no idea how to fix this.

Please help.

Bruce
 
Old 09-27-2020, 08:57 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,359

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
Welcome to LQ, bdeg.

I'm no Solaris man, but someone had better try to help you.

Xorg says 'no screens found'. That's a video problem. It usually writes a log, Xorg.0.log, every time you run it. Previous files are renamed or deleted. So search for it. If you have some version of locate
updatedb (which needs root) makes or updates a database
locate Xorg.0.log should find the file.

You can read it with 'cat /path/to/Xorg.0.log |grep EE' which gives you the errors - the juicy bits.

Otherwise, If you can, pastebin it and send the link. If you can make sense of it, great. Keep us informed.
 
Old 02-18-2021, 04:23 PM   #3
bdeg
LQ Newbie
 
Registered: Sep 2020
Posts: 5

Original Poster
Rep: Reputation: Disabled
My error screens

https://bdeg1007.github.io/student/11.jpg
https://bdeg1007.github.io/student/12.jpg
https://bdeg1007.github.io/student/13.jpg
https://bdeg1007.github.io/student/14.jpg

Sorry I am the original poster getting back to you late. Life intruded.
 
Old 03-03-2021, 07:35 AM   #4
Gad
Member
 
Registered: May 2013
Distribution: FreeBSD
Posts: 566

Rep: Reputation: 114Reputation: 114
Welcome back to LQ!

6 months down the line and still no progress?

Follow the same suggestion provided above and paste the output using the code tags please.

Code:
cat /var/log/Xorg.0.log |grep EE
Or alternatively send another pic (Not ideal but if its your only means so be it)

Last edited by Gad; 03-03-2021 at 07:37 AM.
 
Old 03-03-2021, 05:10 PM   #5
bdeg
LQ Newbie
 
Registered: Sep 2020
Posts: 5

Original Poster
Rep: Reputation: Disabled
Cool Back again. Finally got a screenshot.

Hello again,

Can anyone help me? I am posting two screenshots of the aforementioned command I ran.

https://bdeg1007.github.io/student/98.jpg
https://bdeg1007.github.io/student/99.jpg
 
Old 03-06-2021, 09:47 AM   #6
Gad
Member
 
Registered: May 2013
Distribution: FreeBSD
Posts: 566

Rep: Reputation: 114Reputation: 114
Are you able to post the output of the following ...

Code:
lspci
I see you have provided the model of your laptop but its best to be sure what hardware you are running.
 
Old 03-06-2021, 11:02 PM   #7
bdeg
LQ Newbie
 
Registered: Sep 2020
Posts: 5

Original Poster
Rep: Reputation: Disabled
snapci results

https://bdeg1007.github.io/student/T.jpg
https://bdeg1007.github.io/student/O.jpg
 
Old 03-09-2021, 07:51 AM   #8
Gad
Member
 
Registered: May 2013
Distribution: FreeBSD
Posts: 566

Rep: Reputation: 114Reputation: 114
It definitional seems like its related to video issues as @business_kid previously mentioned. From what I have possibly established is that your system is loading the Nvidia driver where as according to the information you provided it appears your system uses the Intel HD5500 graphics, if I am not mistaken. I am not too familiar with Solaris and from what I gathered it appears there is not much promising documentation.

You can possibly use the following links as a guideline:
https://www.unix.com/solaris/194971-...working-2.html
https://forums.freebsd.org/threads/n...rting-x.50004/

Its worth a shot
 
Old 03-12-2021, 01:42 PM   #9
Gad
Member
 
Registered: May 2013
Distribution: FreeBSD
Posts: 566

Rep: Reputation: 114Reputation: 114
Have you managed to come right with this issue?

I had a similar issue with FreeBSD which also uses the pkg manager. You could try installing the drm-kmod package and setting the driver to intel

Code:
pkg install graphics/drm-kmod
Then set the driver in /etc/rc.conf

Code:
kld_list="intel"

Worth a shot
 
Old 03-24-2021, 03:29 PM   #10
bdeg
LQ Newbie
 
Registered: Sep 2020
Posts: 5

Original Poster
Rep: Reputation: Disabled
No solution

I tried to get the desktop to work. I learned some things but I couldn't solve the original problem.

Thanks for all who tried to help. It is quite a bit different than linux and there isn't much documentation.

I'll give it a go in a couple of weeks again to see if I can get it straight.
 
Old 03-25-2021, 01:40 AM   #11
Gad
Member
 
Registered: May 2013
Distribution: FreeBSD
Posts: 566

Rep: Reputation: 114Reputation: 114
Waiting in anticipation for the good news
 
  


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
SAMBA connect laptop -> desktop works, desktop -> laptop won't work rylan76 Linux - Networking 7 10-14-2011 12:13 PM
build x86-64 application on 32-bit machine using x86-64 toolchain linuxgentoo Linux - General 16 06-03-2009 03:15 AM
LXer: Compiz on Solaris x86 - Eye Candy for Solaris’s Desktop LXer Syndicated Linux News 1 05-30-2007 02:31 PM
great solaris website for newbies http://solaris-x86.org/ feetyouwell Solaris / OpenSolaris 2 12-06-2006 12:14 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

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