LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-27-2009, 06:55 AM   #31
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37

Quote:
Originally Posted by grissiom View Post
Those warnings have been seen since upgraded to Xorg 1.6(if my memory is Ok ). After some googleing I found those modules ware not included in resent xorgs. So I just comment them out in my xorg.conf: (hope you can get more info from the comments )
Code:
  195 #http://wiki.archlinux.org/index.php/Xorg
  196 # recent versions of xorg-server do not include the type1 font module
  197 # (completely replaced by freetype
  198 #       Load  "type1"
  199 #
  200 #http://forums.opensuse.org/install-boot-login/409719-what-happened-freetype-module-xorg.html
  201 #The freetype module is no longer needed thus it's not there.
  202 #       Load  "freetype"
I haven't seen any regression.
Yes, but I haven't them in my xorg.conf, but it still returns e those warnings I remember that before to install these new "test packages" those warnings didn't appear, well, now we've two warnings, don't worry they don't bother, just little things
 
Old 07-27-2009, 07:04 AM   #32
abrouwers
Member
 
Registered: May 2005
Location: Michigan
Distribution: Slackware -current
Posts: 98

Rep: Reputation: 37
Working very well on my thinkpad R61:

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller (rev 0c)

So far, 2.8.0 shows slightly more positive results than 2.7.1 on my chip (almost certainly as a result of using UXA). Otherwise, loading UXA with xorg.conf on 2.7.1 OR 2.8 have both resulted in pretty stable results on my laptop.
 
Old 07-27-2009, 11:38 AM   #33
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
Thanks for the links on the type1 and freetype modules, grissiom. Based on the contents, I'm guessing that the OP had an xorg.conf already present on the system.
 
Old 07-27-2009, 12:03 PM   #34
Amrod78
LQ Newbie
 
Registered: Jan 2009
Location: Italy
Distribution: Slackware
Posts: 15

Rep: Reputation: 0
Everything works fine on a Slackware32 with an ATI HD3850 using the Catalyst 9-7
 
Old 07-27-2009, 04:30 PM   #35
andersjjesnsen
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware
Posts: 12

Rep: Reputation: 1
Intel 945GM rev3
Before rworkman's packages: no composite, glxgears misrenders badly.

After rworkman's packages: composite works, glxgears works
1) default kernel and default configuration: composite works but is sluggish
2) default kernel and specifying UXA in xorg.conf: composite is fast

(non-requested info, but provided for other users)
3) my kernel* and default configuration: composite works but is a little sluggish
4) my kernel* and specifying UXA in xorg.conf: composite is fast
4) my kernel* + intel-2.8.0 + KMS: composite is so fast that i can play HD video, with a transparent konsole over it, spinning the desktop cube, and everything is still smooth :-D

* my kernel = linux-2.6.30.1 + the 8 patches Intel includes in the 2009Q2 "bundle" (http://intellinuxgraphics.org/downlo...2.6.30.1.patch)

/macavity
 
Old 07-27-2009, 07:07 PM   #36
niels.horn
Senior Member
 
Registered: Mar 2007
Location: Rio de Janeiro - Brazil
Distribution: Slackware64-current
Posts: 1,004

Rep: Reputation: 91
Finally found some time to test these packages and the result is that everything works fine on my testing machine, with up-to-date Slackware64-current.

I couldn't detect any differences in performance between the -current versions and the patched packages.
Also tried the 2.8.0 intel driver that seems to work well until now.
I do not use any fancy graphics packages on this machine though...
 
Old 07-27-2009, 08:24 PM   #37
andersjjesnsen
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware
Posts: 12

Rep: Reputation: 1
Quote:
Originally Posted by niels.horn View Post
I couldn't detect any differences in performance between the -current versions and the patched packages.
Also tried the 2.8.0 intel driver that seems to work well until now.
I do not use any fancy graphics packages on this machine though...
Exactly which Intel chip is that? An "/sbin/lspci | grep VGA" output would be nice :-)
 
Old 07-27-2009, 09:05 PM   #38
eviljames
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware
Posts: 8

Rep: Reputation: 3
Prior to that with default -current, most operations were slow and UXA could not be enabled without crashes when attempting compositing. Using all of these packages, including intel 2.8. Everything works great on both laptop and desktop. EXA and UXA both work, UXA seems to provide better performance on both chips. Compositing on KDE4 is smooth, no video issues that I've seen yet. glxgears output is no longer scrambled, either. Both are on slackware64-current + these packages. The laptop is on 30.1 kernel, the desktop on stock 2.6.29.6.

Using hardwares:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) [laptop]
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10) [desktop]

Last edited by eviljames; 07-27-2009 at 09:07 PM. Reason: foolish mistake
 
Old 07-27-2009, 09:09 PM   #39
niels.horn
Senior Member
 
Registered: Mar 2007
Location: Rio de Janeiro - Brazil
Distribution: Slackware64-current
Posts: 1,004

Rep: Reputation: 91
Quote:
Originally Posted by andersjjesnsen View Post
Exactly which Intel chip is that? An "/sbin/lspci | grep VGA" output would be nice :-)
ok, here it is:
Code:
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
<edit>
I was already using UXA btw...
</edit>

Last edited by niels.horn; 07-27-2009 at 09:10 PM.
 
Old 07-27-2009, 09:29 PM   #40
andersjjesnsen
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware
Posts: 12

Rep: Reputation: 1
Quote:
Originally Posted by niels.horn View Post
ok, here it is:
Code:
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
Awesome, thanks :-)
Quote:
Originally Posted by niels.horn View Post
<edit>
I was already using UXA btw...
</edit>
Could you be persuaded to try 2.6.29.6-smp on intel-2.7.1 *without* UXA (that is, leave it at the default EXA) and see if everything still works for you?

I ask because this is the state that users will initially find their system in, and hence it has very high priority that this particular setup Just Works(TM)

Again, thank you for your participation :-)

/macavity
 
Old 07-27-2009, 09:46 PM   #41
niels.horn
Senior Member
 
Registered: Mar 2007
Location: Rio de Janeiro - Brazil
Distribution: Slackware64-current
Posts: 1,004

Rep: Reputation: 91
Quote:
Originally Posted by andersjjesnsen View Post
Could you be persuaded to try 2.6.29.6-smp on intel-2.7.1 *without* UXA (that is, leave it at the default EXA) and see if everything still works for you?
...
/macavity
I'm quite easy to persuade, as long as I have some time available

Just went back to the 2.7.1 intel driver.
It looks stable, but glxgears gives that funny result of ~60fps (with the 2.8.0 driver it gives ~1000fps)

Like I said, no fancy graphics here, no compositing, just Xfce with Firefox, gcview, gimp, etc.
 
Old 07-27-2009, 09:58 PM   #42
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
Okay, for grins and giggles, I'll post my own results here too.
All is good with the following chipsets:
Code:
Thinkpad T400
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
Code:
Homemade dev box; using radeonhd driver
01:05.0 VGA compatible controller: ATI Technologies Inc RS690 [Radeon X1200 Series]
Code:
Thinkpad T30
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
I've got one more intel chipset here that I tested and it's fine, but that box isn't plugged in right now to give the chipset info.
 
Old 07-27-2009, 10:21 PM   #43
andersjjesnsen
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware
Posts: 12

Rep: Reputation: 1
Quote:
Originally Posted by niels.horn View Post
Just went back to the 2.7.1 intel driver.
It looks stable, but glxgears gives that funny result of ~60fps (with the 2.8.0 driver it gives ~1000fps)
what does xdriinfo say?
 
Old 07-27-2009, 10:26 PM   #44
andersjjesnsen
LQ Newbie
 
Registered: Jul 2009
Distribution: Slackware
Posts: 12

Rep: Reputation: 1
Quote:
Originally Posted by eviljames View Post
..//.. all of these packages, including intel 2.8. ..//..
Could you try with intel-2.7.1 too? And with stock kernels on both please :-)


/macavity
 
Old 07-27-2009, 10:33 PM   #45
niels.horn
Senior Member
 
Registered: Mar 2007
Location: Rio de Janeiro - Brazil
Distribution: Slackware64-current
Posts: 1,004

Rep: Reputation: 91
Quote:
Originally Posted by andersjjesnsen View Post
what does xdriinfo say?
With the 2.7.1 driver (staying with this one, as I did not notice any differences), it says:
Code:
Screen 0: i915
 
  


Reply

Tags
driver, i810, intel, stability, video



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
Request For Testing - Intel Graphics Drivers in -current rworkman Slackware 24 07-25-2009 10:30 PM
Request: New shadow in current jong357 Slackware 3 12-10-2008 03:51 PM
Request for Testing: Suspend/Resume (pm-utils backend) rworkman Slackware 16 11-10-2008 11:04 AM
Request for slackware-current jong357 Slackware 6 04-15-2008 09:34 PM
Request for Testing - hal-0.5.11rc1 in -current rworkman Slackware 11 03-18-2008 01:23 PM

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

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