LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-21-2011, 06:19 AM   #511
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware64-current
Posts: 298

Rep: Reputation: 56

export KWIN_DIRECT_GL=1 - with this kde4s invert plugin works again, too, with intel. Thanks, Darth Vader!
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 04-21-2011, 07:04 AM   #512
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by veeall View Post
export KWIN_DIRECT_GL=1 - with this kde4s invert plugin works again, too, with intel. Thanks, Darth Vader!
Thanks for the appreciation!

But it would be very nice that you to say also: which Intel 'video card' model works properly under this tweak?

Last edited by Darth Vader; 04-21-2011 at 07:11 AM.
 
Old 04-21-2011, 07:58 AM   #513
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
This time there were quite a few last minute security fixes (or even modifications to init scripts). I don't think that Pat and the team follow any procedure different than those for the previous releases but somehow I get the feeling that this one will be a really thoroughly tested one.

PS: I do not mean to say that others weren't. They were 99.99% pure gold, this one feels 99.99999% .
 
Old 04-21-2011, 09:17 AM   #514
brixtoncalling
Member
 
Registered: Jul 2008
Location: British Columbia
Distribution: Slackware current
Posts: 403

Rep: Reputation: 67
Just to report back, using the libdrm and mesa in testing does not help. X still crashes on me frequently.
 
Old 04-21-2011, 09:50 AM   #515
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by brixtoncalling View Post
Just to report back, using the libdrm and mesa in testing does not help. X still crashes on me frequently.
About what chipset aka 'video-card', we talk? A 'lspci | grep VGA' will help us to known it.

Also, just try this xorg.conf option:

Code:
Option "RelaxedFencing" "false"
You can may add one of these:

Code:
Option "DebugFlushBatches" "true"
Option "DebugFlushCaches"  "true"
Option "DebugWait"         "true"
And as a last resort measure for systems with crippling bugs:

Code:
Option "Shadow" "true"
EDIT: Oops! I just realized that you have your own thread for this problem. My bad! Can a moderator be nice to move this post here: http://www.linuxquestions.org/questi...shing-x-875638 , please?

Last edited by Darth Vader; 04-21-2011 at 10:28 AM.
 
Old 04-21-2011, 01:41 PM   #516
sjampoo
Member
 
Registered: Jan 2009
Location: Oosterbeek, The Netherlands
Distribution: Desk and Lap: Slackware13.1 64
Posts: 203
Blog Entries: 4

Rep: Reputation: 27
As long as I read posting of X crashing in -current,. I hope and pray it doesn't go gold. I don't want anything crashing. I want rock sold stuff only. I use (and plan to use) slackware on a few machines, that will be vanilla, stock standard installation, no tweaks, no custom stuff, and they need to run smooth, stable, slackware! (without bothering to check if they use a intel gpu (i3/i5/onboard/card) an Nvidia or ATI chip)
 
Old 04-21-2011, 02:47 PM   #517
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by sjampoo View Post
As long as I read posting of X crashing in -current,. I hope and pray it doesn't go gold. I don't want anything crashing. I want rock sold stuff only. I use (and plan to use) slackware on a few machines, that will be vanilla, stock standard installation, no tweaks, no custom stuff, and they need to run smooth, stable, slackware! (without bothering to check if they use a intel gpu (i3/i5/onboard/card) an Nvidia or ATI chip)
Dear friend,

I ask you to open your eyes and look at Linux: All major Linux desktop environments are forcing the nice 3D effects. Even video drivers, they have 2D hardware acceleration.

And all Linux distributions have problems with these nice effects! Why?

Hardware graphics acceleration in Linux has not reached maturity. At best, AMD/ATI is just beta, Intel and Nouveau, are just alpha.

You want a stable Linux, agnostic to video drivers? Use Lynx and Midnight Commander into console.

OR, with some luck, the VESA driver will work for you.
 
1 members found this post helpful.
Old 04-21-2011, 02:48 PM   #518
Pixxt
Member
 
Registered: May 2008
Distribution: Slackware, Debian,
Posts: 290

Rep: Reputation: 186Reputation: 186
Quote:
Originally Posted by sjampoo View Post
As long as I read posting of X crashing in -current,. I hope and pray it doesn't go gold. I don't want anything crashing. I want rock sold stuff only. I use (and plan to use) slackware on a few machines, that will be vanilla, stock standard installation, no tweaks, no custom stuff, and they need to run smooth, stable, slackware! (without bothering to check if they use a intel gpu (i3/i5/onboard/card) an Nvidia or ATI chip)
It seems to be a Intel driver problem across distros in regards to the newer X11 versions and KDE. So Xorg is good and Slackware great, its just Intel gpus that spoil the fun.


http://www.phoronix.com/scan.php?pag...item&px=OTM0NA

https://bugs.launchpad.net/ubuntu/+s...sa/+bug/763461
 
1 members found this post helpful.
Old 04-21-2011, 10:24 PM   #519
veeall
Member
 
Registered: May 2007
Location: Estonia
Distribution: Slackware64-current
Posts: 298

Rep: Reputation: 56
Quote:
Originally Posted by Darth Vader View Post
Thanks for the appreciation!

But it would be very nice that you to say also: which Intel 'video card' model works properly under this tweak?
Here it is:

Code:
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) (prog-if 00 [VGA controller])
        Subsystem: Acer Incorporated [ALI] Device 029b
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at 90000000 (64-bit, non-prefetchable) [size=4M]
        Memory at 80000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 30d0 [size=8]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 3
        Kernel driver in use: i915
I have intel 2.14.0 drivers installed, with libdrm-2.4.23-i486-1 and mesa-7.9.2-i486-1, with stock generic kernel (2.6.37.5 - not latest, though, yet). It has been reasonably stable, just one lockup after i grabbed updates from current few weeks ago.

Edit: Oh, i remembered, i recompiled stock kernel to get early-on fast kms without initrd, with agp, drm and 915 modules compiled into kernel.

Last edited by veeall; 04-21-2011 at 11:55 PM.
 
Old 04-22-2011, 02:15 AM   #520
sjampoo
Member
 
Registered: Jan 2009
Location: Oosterbeek, The Netherlands
Distribution: Desk and Lap: Slackware13.1 64
Posts: 203
Blog Entries: 4

Rep: Reputation: 27
Quote:
Originally Posted by Darth Vader View Post
Dear friend,

I ask you to open your eyes and look at Linux: All major Linux desktop environments are forcing the nice 3D effects. Even video drivers, they have 2D hardware acceleration.
I couldn't care less if the problem only occur when enabling certain desktop effects or any of the 3D stuff that's promoted here ( http://www.linuxquestions.org/questi...in-x11-402003/ ), but I'm reading here, it's possible for X to crash (or the pc becoming unresponsive) when switching from X to the the console and back ( CTRL ALT Fn -> ALT F7 )..

I'm not saying Slackware is to blame; I know the problem lies elsewhere, I'm saying: I Hope the problems (either with a patch or an upstream sollution) will be solved before 13.37 goes stable. It's a combination of things. But any distro is no less then a (working) combination of things. If there's a bug due to a (intel) driver problem, I'm sure all distro's would like to have it fixed asap,. at best before the new stable version.
 
Old 04-22-2011, 04:13 AM   #521
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,918

Rep: Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035
Quote:
Originally Posted by sjampoo View Post
I'm not saying Slackware is to blame; I know the problem lies elsewhere, I'm saying: I Hope the problems (either with a patch or an upstream sollution) will be solved before 13.37 goes stable. It's a combination of things. But any distro is no less then a (working) combination of things. If there's a bug due to a (intel) driver problem, I'm sure all distro's would like to have it fixed asap,. at best before the new stable version.
The problem is that there is not just one bug. The situations seems to be that various bits of graphics hardware seem to only work reliably with a specific combinations of driver/libdrm/mesa/kernel versions, and what works for one, causes problems for another.

I also find the whole thing very disheartening, but Pat's in a no win situation here, he can't possibly identify and provide all the combinations necessary to make every bit of accelerated hardware out there run reliably. He does his best by choosing what works best for the majority and by providing alternative versions of some drivers/libs in extra/ or testing/ where he can, but finding the one that works best for you is always going to be trial and error until such time as the upstream graphics stack guys get their act together.

There were similar issues surrounding previous releases, and I should imagine there will be similar issues surrounding subsequent releases. Expecting every issue to be resolved in time for the 13.37 release is just unrealistic. If Pat decided to wait for it all to stabilise it'd never come out.

I would imagine that Pat is no happier about it than you are.
 
5 members found this post helpful.
Old 04-22-2011, 05:07 AM   #522
sjampoo
Member
 
Registered: Jan 2009
Location: Oosterbeek, The Netherlands
Distribution: Desk and Lap: Slackware13.1 64
Posts: 203
Blog Entries: 4

Rep: Reputation: 27
True

From the other thread, devoted to the problem I'm stipulating:

Quote:
Originally Posted by volkerdi View Post
After testing nearly every permutation of libdrm/mesa/xf86-video-intel, I have seen crashes with every combination. The very latest stuff seemed like it might have a slight stability edge, but the crashes are somewhat random so it is hard to tell. Seemed like leaving the Atlantis GL screensaver in KDE will crash about every other time with any combination.

While it is a tough call, I'm leaning towards leaving things as they are now. If the older driver helps anyone, it will be in /pasture, but otherwise I think we should just go with what we've got.
Since the problems are so random, I'll just hope the things I normally do with slackware, won't cause any problems ( I'm not in to all the fancy eye-candy anyway ). Due to the randomness, I expect there won't be a limiting list of the thing you shouldn't do. IF there's a WM that isn't affected (XFCE?) that would be great.
 
Old 04-22-2011, 08:31 AM   #523
brixtoncalling
Member
 
Registered: Jul 2008
Location: British Columbia
Distribution: Slackware current
Posts: 403

Rep: Reputation: 67
Quote:
Originally Posted by sjampoo View Post
True

From the other thread, devoted to the problem I'm stipulating:



Since the problems are so random, I'll just hope the things I normally do with slackware, won't cause any problems ( I'm not in to all the fancy eye-candy anyway ). Due to the randomness, I expect there won't be a limiting list of the thing you shouldn't do. IF there's a WM that isn't affected (XFCE?) that would be great.
It's not WM-specific or caused by 'eye-candy'. I use light-weight WMs - much lighter weight than Xfce - and they all crash repeatedly.
 
1 members found this post helpful.
Old 04-22-2011, 09:07 AM   #524
sjampoo
Member
 
Registered: Jan 2009
Location: Oosterbeek, The Netherlands
Distribution: Desk and Lap: Slackware13.1 64
Posts: 203
Blog Entries: 4

Rep: Reputation: 27
Quote:
Originally Posted by brixtoncalling View Post
It's not WM-specific or caused by 'eye-candy'. I use light-weight WMs - much lighter weight than Xfce - and they all crash repeatedly.


(The message you have entered is too short. Please lengthen your message to at least 3 characters.)
 
Old 04-22-2011, 10:17 AM   #525
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,929

Rep: Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565Reputation: 1565
Quote:
Originally Posted by brixtoncalling View Post
It's not WM-specific or caused by 'eye-candy'. I use light-weight WMs - much lighter weight than Xfce - and they all crash repeatedly.
Has anyone tried
Code:
   Option "NoDRI"
in xorg.conf just after line
Code:
Driver      "intel"
It used to help (now I use nvidia so I don't know if it helps now). Of course, it will make everything using GL slow.
 
  


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
LXer: Making Slackware and Slackware Derivative Linux Distros Speak Your Language LXer Syndicated Linux News 0 01-29-2009 12:30 AM
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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