LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-29-2017, 08:22 AM   #61
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled

I'm not sure of anything. Putting together a few facts makes me suspicious.
First, PM crash.
Second, glamor not usable.
Third, glx compat mode.
It is easy in the LFS to get something slightly wrong, some --enable-something missing somewhere maybe.
Then again, if you feel happy and everything works for you, why worry.
 
1 members found this post helpful.
Old 09-29-2017, 11:28 AM   #62
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,650

Original Poster
Blog Entries: 19

Rep: Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480
I'm not happy! I have a browser that works and that's fine. But I also like to understand what I'm doing and right now I feel that I don't. I can't build PM on this system because of the compiler problem, but importing it from another system sometimes works and sometimes doesn't. That's illogical.

You still haven't explained what "compat" means and why it's bad.

I think the next step is to uninstall the xf86 intel driver, which seems to cause more trouble than it's worth, and rebuild mesa with the swrast gallium driver as well as the i915 one. Maybe that will make the system better behaved.
 
Old 09-29-2017, 11:46 AM   #63
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
I haven't explained what compat mode is ... because I don't know! It just seems suspicious to me, makes me think the software has no proper support for this particular hardware. Do you have any reliable source supporting your gallium build? All comparisons I have found gallium vs. classic on Intel claim gallium is way inferior.
 
Old 09-29-2017, 12:04 PM   #64
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,650

Original Poster
Blog Entries: 19

Rep: Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480
Here is the BLFS page for building mesa. I followed it blindly because I don't know enough about graphics to diverge from it. Usually with LFS, just following the book is good enough. I've built several LFS systems like that, using each in turn as the build host for the next one.

The problem is that, for the first time ever, I am using a browser that is not in the book. I don't know if Pale Moon has ever been tried out in an LFS environment. And seemingly it has problems. I'd like to see if I can fix them, that's all.
 
Old 09-29-2017, 12:13 PM   #65
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
I wonder if you run a well designed live Linux live CD/DVD, what will be loaded for your Intel Q33. What will glxinfo show, what's in Xorg log, etc. I've been running Gentoo since 2004, I find running SystemRescueCD can be extremely useful figuring out how to configure a new system.
 
Old 09-29-2017, 12:39 PM   #66
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Intel and Gallium, searching and finding only bad news about Intel and Gallium.
 
Old 09-29-2017, 12:54 PM   #67
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,650

Original Poster
Blog Entries: 19

Rep: Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480
Got it! I rebuilt mesa with the svga and software rasteriser in place. Now the Pale Moon that I built in LFS-8.0 runs in LFS-8.1 and I can log into Yahoo with it too. And glxinfo looks quite different:
Code:
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: VMware, Inc. (0xffffffff)
    Device: llvmpipe (LLVM 4.0, 128 bits) (0xffffffff)
    Version: 17.1.6
    Accelerated: no
    Video memory: 1995MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 3.3
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.0
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 4.0, 128 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.1.6
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
 
2 members found this post helpful.
Old 09-29-2017, 12:57 PM   #68
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Cool! So our suspicions about rendering problems got confirmed after all.
 
Old 09-30-2017, 01:14 AM   #69
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,650

Original Poster
Blog Entries: 19

Rep: Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480Reputation: 4480
Yup! You nailed it. But unlike you, I don't see anything sinister in the inability to use glamor. Remember, this is old hardware. According to the Gentoo wiki, it's only third generation, and we're supposed to be on ninth gen now. That message about an insufficient instruction set sounds like inadequate hardware to me.

The other problem which I can't deal with is the inability to build Pale Moon with gcc-7. At the moment, that doesn't matter because I have two systems that use gcc-6. It will become a problem in the future, but for the PM devs to solve, not me. Perhaps they are already onto it.

Hey! Look what I just found!
https://www.linuxquestions.org/quest...-a-4175606502/

Last edited by hazel; 09-30-2017 at 01:19 AM.
 
Old 09-30-2017, 12:33 PM   #70
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Well, reading up on Gallium and Intel. It appears Intel never supported Gallium and supported MESA Classic only with their driver. Since the driver is open source some enthusiasts started working on Gallium, porting it for Intel, but their work never reached a state where Gallium on Intel would perform even close to Classic. Thus, I personally do not consider Gallium with Intel driver as a viable option. Indeed, this is a free world and in no way I'm telling you how to configure your computer.

You have a nice day now. Some people in these forums are making me sad, needless to say, nobody wants to be sad, it is only natural to avoid the source of sadness. Logging off. Will be back one day, I guess.

Last edited by Emerson; 09-30-2017 at 12:34 PM.
 
  


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
Pale Moon 27.3.0 and GCC-7.1 3rensho Slackware 5 06-01-2017 03:14 AM
How to get up and down arrows in Pale Moon rstuff Linux - Newbie 4 01-20-2017 02:51 AM
[SOLVED] Pale Moon vs Firefox storkus Slackware 35 09-07-2015 01:47 PM
Pale Moon browser JWJones Linux - Software 4 04-02-2015 12:06 PM
Pale Moon Browser TigerLinux General 10 12-28-2011 10:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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