LinuxQuestions.org
Review your favorite Linux distribution.
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 07-12-2009, 06:23 AM   #16
Yalla-One
Member
 
Registered: Oct 2004
Location: Norway
Distribution: Slackware, CentOS
Posts: 641

Rep: Reputation: 36
all good without KMS, all broken with ...


Robby,

FWIW, it seems like KMS is the culprit regardless of versions of intel-driver and kernel.

I have tried all intel-drivers from your site, together with kernel 2.6.29.{5,6}, 2.6.30.1 and 2.6.31-rc2.

As long as I have latest mesa it all works great without KMS.

However, with KMS enabled, the intel driver causes a crash in X on KDE 4.2.4 logout, forcing me to switch to console (which is very fast though :-) ) , do a telinit 3;sleep 5;telinit 4;logout before I can login again.

I see that xorg-server 1.6.2 has a few memory corruption fixes, but haven't dared testing it in fear of contaminating the test-data...

Has anyone else got KMS to work properly with the GM45 chipset on laptop?

Reason why I'm super-keen on KMS in 2.6.31 when it's released is the DisplayPort support so I can finally ditch the pre-historic RGB-cable to the brand new monitor :-)

Thanks again for your great work here - while it's not yet a 100% for all new features, it's come a long way!!

-y1
 
Old 07-13-2009, 03:01 PM   #17
Yalla-One
Member
 
Registered: Oct 2004
Location: Norway
Distribution: Slackware, CentOS
Posts: 641

Rep: Reputation: 36
Works!!

OK - some more news - now I got it to be relatively stable on my end.

Current setup is that I have KMS enabled (needed for my DisplayPort monitor), kernel 2.6.31-rc2 and xf86-video-intel-2.8rc1.
Other configurations that work include kernels 2.6.29.6 and 2.6.30.1, all with KMS and xf86-video-intel-2.8-beta from Robby's test-area.

Turns out that the last show-stopper from my end was this bug: http://bugs.freedesktop.org/show_bug.cgi?id=20516


The workaround is quite simple:
Code:
add TerminateServer=true
to  /etc/kde/kdm/kdmrc under [X-*-Core]
DISCLAIMER: It's been working nice for two days only, and with the latest intel-RC-driver, only for a few hours. This was the last issue however resolved by the above fix, so for me I cross my fingers the X11-woes are now over for this time


-y1 (now happily running my first-ever RC-kernel in "production-mode" with kernel modesetting and working X :-) )
 
Old 07-14-2009, 08:58 PM   #18
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Found this on Phoronix:

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

Quote:
Intel Releases xf86-video-intel 2.8 RC Driver
Posted by Michael Larabel on July 13, 2009

In preparation for Intel's quarterly DDX driver update, Carl Worth has announced the first release candidate of the xf86-video-intel 2.8 driver. This driver is significant in that it completely abolishes DRI1 and EXA support in favor of only supporting DRI2 and UXA, respectively.

The UMA Acceleration Architecture is derived from EXA and was supposed to be merged back into EXA, but that didn't end up happening. UXA basically takes the EXA API but internally now uses the Graphics Execution Manager for managing the memory. As our UXA benchmarks have shown, UXA is faster than EXA on the Intel Linux graphics stack, but it isn't yet completely stabilized and is rather common for people to run into screen artifacts, stability issues, and other problems. The Intel driver is currently the only one implementing UXA for its means of 2D acceleration.

In the xf86-video-intel 2.8 release candidate are various fixes (in particular, some for X-Video, UXA, kernel mode-setting, and various other areas throughout) along with support for their unreleased, next-generation chipset. Support for this unreleased Intel IGP is already in the Linux kernel and the DDX driver has picked up a new shader compiler and other features for this chipset simply known as "IGDNG" right now, or Intel Graphics Device Next Generation.

The complete list of changes for the first release candidate in the Intel X.Org 2.8 driver series along with a source download link is available from the intel-gfx mailing list. The final release of the xf86-video-intel 2.8.0 driver will likely come this month or next.
 
Old 07-16-2009, 04:34 PM   #19
Romanus81
Member
 
Registered: Feb 2008
Posts: 201

Rep: Reputation: 31
Exclamation

I got KMS working with the Intel-2.7.99-901 package and a 2.6.30 kernel. Had to take out the vga line in my lilo, though. Not sure if there was another method or not to getting it started for the terminals.
 
Old 07-20-2009, 11:41 AM   #20
bonaire
Member
 
Registered: Jun 2008
Location: Bonn/Germany
Distribution: Slackware-13.37
Posts: 94

Rep: Reputation: 19
Hardware: Asus EeePC 901 with Intel Corporation Mobile 945GME
Software: uptodate Slackware-current
  • Kernel 2.6.30.1-smp without KMS and xf86-video-intel-2.7.1
    • glxgears works.
    • no problems with truncated window-decorations, buttons etc.
    • switching to virtual terminals works.
  • Kernel 2.6.30.1-smp without KMS and xf86-video-intel-2.7.9.901 and 902
    • glxgears does not work: truncated output, but frame counter works.
    • no problems with truncated window-decorations, buttons etc.
    • switching to virtual terminals works.
  • Kernel 2.6.30.2-smp with KMS and xf86-video-intel-2.7.1
    • glxgears works.
    • no problems with truncated window-decorations, buttons etc.
    • switching to virtual terminals does not refresh the display content, so nothing can be done until switching back to x.
  • Kernel 2.6.30.2-smp with KMS and xf86-video-intel-2.7.9.901 and 902
    • glxgears does not work: truncated output, but frame counter works.
    • no problems with truncated window-decorations, buttons etc.
    • switching to virtual terminals works.
  • With each combination i need to manually call init 4 to use X. If i boot into init 4 directly i do not get any display output and only the power button shutdowns (is this word correct?) the system. This problem did not appear with X.org 1.4.2 and appears since X.org 1.6.1.
    Xorg.log says exactly nothing and it looks like the start of X runs perfectly. Maybe a timing problem?

    cu
 
Old 07-24-2009, 12:33 AM   #21
Romanus81
Member
 
Registered: Feb 2008
Posts: 201

Rep: Reputation: 31
Hate to nag, just putting it out there that Intel released the 2.8 drivers. Is it possible for a new package to be put out there in /extra?
 
Old 07-24-2009, 03:00 AM   #22
Yalla-One
Member
 
Registered: Oct 2004
Location: Norway
Distribution: Slackware, CentOS
Posts: 641

Rep: Reputation: 36
Quote:
Originally Posted by Romanus81 View Post
Hate to nag, just putting it out there that Intel released the 2.8 drivers. Is it possible for a new package to be put out there in /extra?
For those who can't wait for an official Intel driver version 2.8.0, I put up my highly unofficial version on http://hiawata.com/linux/

It's built with Pat's build script, just replacing the old source file with the new one.

I've been using it myself since it came out, together with kernel 2.6.31rc4 and apart from compositing still not working (see previous posts in this thread) the stability is actually great and also works with DisplayPort :-)

Use at your own risk

-y1
 
Old 07-24-2009, 09:05 AM   #23
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Based on what I've read from the xorg mail list and various bug reports and feedback from intel guys, I think the 2.8.0 driver pretty much requires mesa-7.5 and an xorg-server-1.6.2 compiled against that mesa release. At this stage of the game, I suspect Pat is going to be *VERY* resistant to doing that. I personally am starting to think that we should have stayed with xorg-server-1.6.1...
 
Old 07-24-2009, 12:51 PM   #24
Yalla-One
Member
 
Registered: Oct 2004
Location: Norway
Distribution: Slackware, CentOS
Posts: 641

Rep: Reputation: 36
I probably need to go back and read xorg-devel again, because from my understanding the 2.8 driver requires new xserver and friends, but as far as I can see not mesa 7.5.
I've been running it on vanilla -current since it came out, and it does appear more stable than the previous release candidates. It only works with UXA though, and is significantly more stable on kernel 2.6.31rc than 2.6.29.

Having said that, on vanilla -current, I still don't get any compositing or nice effects since the last X-related update in current. Downgrading only pixman didn't help

-y1
 
Old 07-25-2009, 10:30 PM   #25
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
For everyone involved in this thread, I just posted a new one:
http://www.linuxquestions.org/questi...-again-742820/
 
  


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: Ubuntu 9.04: New Intel Graphics Drivers LXer Syndicated Linux News 0 06-09-2009 12:20 AM
mainly need help with installation of intel graphics drivers also x11 and more crare Linux - Software 13 01-13-2009 12:20 PM
Need I upgrade from Fedora 8 to 9? Will my current drivers eg. Graphics still work? Berwhale Linux - Newbie 10 11-25-2008 03:18 AM
Request for Testing - hal-0.5.11rc1 in -current rworkman Slackware 11 03-18-2008 01:23 PM
Intel Opensources Graphics Drivers Garda General 5 08-10-2006 04:10 PM

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

All times are GMT -5. The time now is 02:42 PM.

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