public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Intel dilemma
@ 2009-08-29 18:00 Simon Hunt
  2009-08-29 20:48 ` Andrés Becerra Sandoval
  2009-08-30  2:30 ` [gentoo-user] " Simon Hunt
  0 siblings, 2 replies; 18+ messages in thread
From: Simon Hunt @ 2009-08-29 18:00 UTC (permalink / raw
  To: gentoo-user

I posted this on the forums but I want some more information. I have a
bit of a dilemma. With these settings,

xf86-video-intel: 2.6.3-r1 xorg-server: 1.6.2-r1 and 1.6.3 kernel
module: i830 kernel: gentoo 2.6.29-r5 and 2.6.30-r4

sometimes when stopping or starting X my computer would freeze and there
would be no video output. However, other than that, inside Gnome Firefox
ran pretty smoothly, not incredibly fast, but not sluggishly at all.
With these settings,

xf86-video-intel: 2.8.0 xorg-server: 1.6.3 kernel module: i915 kernel:
vanilla 2.6.31_rc7


X starts and stops very smoothly without ever freezing, I think because
of the KMS. But Firefox runs sluggishly and my whole machine freezes in
Firefox frequently. According to this,
http://www.x.org/wiki/IntelGraphicsDriver, the 2.8.0 driver drops
support for XAA and EXA, but has no UXA support for my graphics card
(865G), so I think I'm getting no 2D acceleration. Could that be the
reason Firefox is so slow? As for the freezes, I think that's just
because the newer driver is unstable. What are the optimum driver and
kernel versions for my graphics card, the 865G? Also, the reason I'm
using the 2.6.31 kernel is because that X.Org wiki page says it works
best with the 2.8.0 intel driver. Oh, and what exactly is the kernel
module for and what are the differences between the i830 and i915? 

Pappy told me I should use kernel .27, and that KMS support right now
for my card is very unstable. Anyway, I just want to know the best
options right now for my card which is the 865G.



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 18:00 [gentoo-user] Intel dilemma Simon Hunt
@ 2009-08-29 20:48 ` Andrés Becerra Sandoval
  2009-08-29 21:55   ` Simon Hunt
                     ` (4 more replies)
  2009-08-30  2:30 ` [gentoo-user] " Simon Hunt
  1 sibling, 5 replies; 18+ messages in thread
From: Andrés Becerra Sandoval @ 2009-08-29 20:48 UTC (permalink / raw
  To: gentoo-user

On Sat, Aug 29, 2009 at 1:00 PM, Simon Hunt<chesemonkyloma@gmail.com> wrote:
> I posted this on the forums but I want some more information. I have a
> bit of a dilemma. With these settings,
>
> xf86-video-intel: 2.6.3-r1 xorg-server: 1.6.2-r1 and 1.6.3 kernel
> module: i830 kernel: gentoo 2.6.29-r5 and 2.6.30-r4
>
> sometimes when stopping or starting X my computer would freeze and there
> would be no video output. However, other than that, inside Gnome Firefox
> ran pretty smoothly, not incredibly fast, but not sluggishly at all.
> With these settings,
>
> xf86-video-intel: 2.8.0 xorg-server: 1.6.3 kernel module: i915 kernel:
> vanilla 2.6.31_rc7
>
>
> X starts and stops very smoothly without ever freezing, I think because
> of the KMS. But Firefox runs sluggishly and my whole machine freezes in
> Firefox frequently. According to this,
> http://www.x.org/wiki/IntelGraphicsDriver, the 2.8.0 driver drops
> support for XAA and EXA, but has no UXA support for my graphics card
> (865G), so I think I'm getting no 2D acceleration. Could that be the
> reason Firefox is so slow? As for the freezes, I think that's just
> because the newer driver is unstable. What are the optimum driver and
> kernel versions for my graphics card, the 865G? Also, the reason I'm
> using the 2.6.31 kernel is because that X.Org wiki page says it works
> best with the 2.8.0 intel driver. Oh, and what exactly is the kernel
> module for and what are the differences between the i830 and i915?
>
> Pappy told me I should use kernel .27, and that KMS support right now
> for my card is very unstable. Anyway, I just want to know the best
> options right now for my card which is the 865G.
>
>

Hello,

I have a 865G too, the only combination that works for me with the
i915 intel driver is:

kernel: gentoo-sources-2.6.28
driver: xf86-video-intel: 2.7.1

Anything above that (>=gentoo-sources-2.6.29, >=xf86-video-intel:
2.7.1) fails for my setup with freezes like the ones you describe.

As my box is ~x86, I have installed many versions of xorg-server
without varying  the kernel and driver, and they worked all right.

I am thinking in giving up to using the intel driver in order to user
the latest kernel, with an /etc/X11/xorg.conf using a VESA card
configuration and I have not tested the i830 option.

Hope this helps.

-- 
  Andrés



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 20:48 ` Andrés Becerra Sandoval
@ 2009-08-29 21:55   ` Simon Hunt
  2009-08-29 22:40   ` Keith Dart
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 18+ messages in thread
From: Simon Hunt @ 2009-08-29 21:55 UTC (permalink / raw
  To: gentoo-user

On Sat, Aug 29, 2009 at 03:48:59PM -0500, Andr??s Becerra Sandoval wrote:
> 
> Hello,
> 
> I have a 865G too, the only combination that works for me with the
> i915 intel driver is:
> 
> kernel: gentoo-sources-2.6.28
> driver: xf86-video-intel: 2.7.1
> 
> Anything above that (>=gentoo-sources-2.6.29, >=xf86-video-intel:
> 2.7.1) fails for my setup with freezes like the ones you describe.
> 
> As my box is ~x86, I have installed many versions of xorg-server
> without varying  the kernel and driver, and they worked all right.
> 
> I am thinking in giving up to using the intel driver in order to user
> the latest kernel, with an /etc/X11/xorg.conf using a VESA card
> configuration and I have not tested the i830 option.
> 
> Hope this helps.
> 
> -- 
>   Andr??s
> 

Thank you very much! That is very helpful to know and I will get back to
you on how it works for me. Also, let me know how the VESA card
configuration works. What does that mean exactly, it's just a generic
solution?



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 20:48 ` Andrés Becerra Sandoval
  2009-08-29 21:55   ` Simon Hunt
@ 2009-08-29 22:40   ` Keith Dart
  2009-08-29 22:50     ` Simon Hunt
  2009-08-29 23:06   ` Simon Hunt
                     ` (2 subsequent siblings)
  4 siblings, 1 reply; 18+ messages in thread
From: Keith Dart @ 2009-08-29 22:40 UTC (permalink / raw
  To: gentoo-user

=== On Sat, 08/29, Andrés Becerra Sandoval wrote: ===
> kernel: gentoo-sources-2.6.28
> driver: xf86-video-intel: 2.7.1

===

I was having this problem too, until I decide to really dig into the
problem and finally have a working system with G35 chipset. 

Basically, the new intel drivers use a new acceleration system called
UXA, and this requires kernel mode switching support. Also, it seems to
use code from the framebuffer driver. So, you have to have a very
specific kernel config that includes framebuffer driver, and console
using framebuffer and the kernel must be 2.6.30-4 or above.

CONFIG_AGP_INTEL=y
CONFIG_DRM=m
CONFIG_DRM_I915=m                                                                                                                   
CONFIG_DRM_I915_KMS=y                                                                                                               

CONFIG_VIDEO_OUTPUT_CONTROL=m                                                                                                       
CONFIG_FB=m                                                                                                                         
CONFIG_FIRMWARE_EDID=y                                                                                                              
CONFIG_FB_DDC=m                                                                                                                     
CONFIG_FB_BOOT_VESA_SUPPORT=y                                                                                                       
CONFIG_FB_CFB_FILLRECT=m                                                                                                            
CONFIG_FB_CFB_COPYAREA=m                                                                                                            
CONFIG_FB_CFB_IMAGEBLIT=m                                                                                                           
CONFIG_FB_INTEL=m
CONFIG_FB_INTEL_I2C=y                                                                                                               

CONFIG_VGA_CONSOLE=y                                                                                                                
CONFIG_VGACON_SOFT_SCROLLBACK=y                                                                                                     
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256                                                                                              
CONFIG_DUMMY_CONSOLE=y                                                                                                              
CONFIG_FRAMEBUFFER_CONSOLE=m                                                                                                        

Also emerge the latest mesa, latest xorg-server, and latest intel
driver. 

Also remove all driver options in the xorg.conf file. 

If that works for you you might then also enabled XvMC:
Option "XvMC" "true"

Just for movie playback improvements.

Works for me, YMMV.


-- Keith Dart

-- 

-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Keith Dart <keith@dartworks.biz>
   public key: ID: 19017044
   <http://www.dartworks.biz/>
   =====================================================================



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 22:40   ` Keith Dart
@ 2009-08-29 22:50     ` Simon Hunt
  2009-08-29 23:44       ` Keith Dart
  0 siblings, 1 reply; 18+ messages in thread
From: Simon Hunt @ 2009-08-29 22:50 UTC (permalink / raw
  To: gentoo-user

On Sat, Aug 29, 2009 at 03:40:14PM -0700, Keith Dart wrote:
> Works for me, YMMV.
> 
> 
> -- Keith Dart

And you don't get freezes or anything?



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 20:48 ` Andrés Becerra Sandoval
  2009-08-29 21:55   ` Simon Hunt
  2009-08-29 22:40   ` Keith Dart
@ 2009-08-29 23:06   ` Simon Hunt
  2009-08-29 23:26     ` [gentoo-user] Re: Gmail & mailing lists Stroller
  2009-08-29 23:06   ` [gentoo-user] Intel dilemma Simon Hunt
  2009-08-29 23:14   ` Simon Hunt
  4 siblings, 1 reply; 18+ messages in thread
From: Simon Hunt @ 2009-08-29 23:06 UTC (permalink / raw
  To: gentoo-user

Hey, nevermind about my USB wireless-LAN card not working, it just
requires a different firmware for that kernel, I looked it up (although
the problems with it hanging still remain). By the way, I know I should
be replying to the messages I already sent right? But those messages
don't appear in my inbox, with mutt using GMail and IMAP, any
suggestions?



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 20:48 ` Andrés Becerra Sandoval
                     ` (2 preceding siblings ...)
  2009-08-29 23:06   ` Simon Hunt
@ 2009-08-29 23:06   ` Simon Hunt
  2009-08-30  1:29     ` Simon Hunt
  2009-08-29 23:14   ` Simon Hunt
  4 siblings, 1 reply; 18+ messages in thread
From: Simon Hunt @ 2009-08-29 23:06 UTC (permalink / raw
  To: gentoo-user

Well I tried the .28 kernel with the package versions you suggested, and
when the X server starts, it's just a black screen BUT the machine
doesn't freeze and there is video output, it is just black. These lines
seem relevant in the Xorg log:

(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0):
Setting screen physical size to 304 x 228 [config/dbus] couldn't take
over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection
":1.3" is not allowed to own the service "org.x.config.display0" due to
security policies in the configuration file)
(II) config/hal: Adding input device ImPS/2 Generic Wheel Mouse

One other problem I have with that kernel is that my USB wireless LAN
card isn't seen, even though I have the correct prism54 module set in
the kernel, like in my new kernels where it works fine. By the way, if
you choose prism54 built-in, for some reason the kernel stops early in
the boot process for several minutes before continuing. Should I file a
bug?

Do you have an xorg.conf? I've been doing this without one, which works
with the other kernels.



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 20:48 ` Andrés Becerra Sandoval
                     ` (3 preceding siblings ...)
  2009-08-29 23:06   ` [gentoo-user] Intel dilemma Simon Hunt
@ 2009-08-29 23:14   ` Simon Hunt
  4 siblings, 0 replies; 18+ messages in thread
From: Simon Hunt @ 2009-08-29 23:14 UTC (permalink / raw
  To: gentoo-user

And I just sent the last two messages in the wrong order because I
forgot I still only had a draft of my first message, I never actually
sent it until I realized that.



^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-user] Re: Gmail &  mailing lists
  2009-08-29 23:06   ` Simon Hunt
@ 2009-08-29 23:26     ` Stroller
  2009-08-29 23:41       ` Simon Hunt
  0 siblings, 1 reply; 18+ messages in thread
From: Stroller @ 2009-08-29 23:26 UTC (permalink / raw
  To: gentoo-user


On 30 Aug 2009, at 00:06, Simon Hunt wrote:
> ... By the way, I know I should
> be replying to the messages I already sent right? But those messages
> don't appear in my inbox, with mutt using GMail and IMAP, any
> suggestions?

I believe this is a known issue with Gmail, but my Google-Fu is not  
revealing the work-around.

I believe the fix is something like:
- the messages appear in sent items, or
- use the Gmail web interface to create a new folder for the mailing  
list & set a filter so that the list's messages are delivered to that  
folder.

Perhaps someone else can advise?

Stroller.




^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Re: Gmail &  mailing lists
  2009-08-29 23:26     ` [gentoo-user] Re: Gmail & mailing lists Stroller
@ 2009-08-29 23:41       ` Simon Hunt
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Hunt @ 2009-08-29 23:41 UTC (permalink / raw
  To: gentoo-user

On Sun, Aug 30, 2009 at 12:26:46AM +0100, Stroller wrote:
> I believe this is a known issue with Gmail, but my Google-Fu is not  
> revealing the work-around.
> 
> I believe the fix is something like:
> - the messages appear in sent items, or
> - use the Gmail web interface to create a new folder for the mailing  
> list & set a filter so that the list's messages are delivered to that  
> folder.
> 
> Perhaps someone else can advise?
> 
> Stroller.
> 

Ahhh. I did once create a "label" for the gentoo-user and -dev mailing
lists, but I haven't actually used them. After looking in them I see
that my sent messages indeed show up. Thank you!



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 22:50     ` Simon Hunt
@ 2009-08-29 23:44       ` Keith Dart
  2009-08-29 23:55         ` Simon Hunt
  0 siblings, 1 reply; 18+ messages in thread
From: Keith Dart @ 2009-08-29 23:44 UTC (permalink / raw
  To: gentoo-user

=== On Sat, 08/29, Simon Hunt wrote: ===
> And you don't get freezes or anything?

===

No, everything seems to be working fine now.


-- Keith Dart

-- 

-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Keith Dart <keith@dartworks.biz>
   public key: ID: 19017044
   <http://www.dartworks.biz/>
   =====================================================================



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 23:44       ` Keith Dart
@ 2009-08-29 23:55         ` Simon Hunt
  2009-08-30  0:36           ` Simon Hunt
  0 siblings, 1 reply; 18+ messages in thread
From: Simon Hunt @ 2009-08-29 23:55 UTC (permalink / raw
  To: gentoo-user

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 32891 bytes --]

On Sat, Aug 29, 2009 at 04:44:31PM -0700, Keith Dart wrote:
> === On Sat, 08/29, Simon Hunt wrote: ===
> > And you don't get freezes or anything?
> 
> ===
> 
> No, everything seems to be working fine now.
> 
> 
> -- Keith Dart
> 

Okay, I did everything you said and THANK YOU! I don't get freezes
anymore BUT I don't have direct rendering, which means everything is
very slow because my CPU is doing all the work (I think that's what it
means...). Anyway, here is the Xorg log:


This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-rc7 i686 
Current Operating System: Linux gentoo-desktop 2.6.30-gentoo-r4 #11 Sat Aug 29 19:10:41 EDT 2009 i686
Build Date: 29 August 2009  07:22:41PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 29 19:45:53 2009
(II) Loader magic: 0x1da0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 8

(--) PCI:*(0:0:2:0) 8086:2572:1028:019d Intel Corporation 82865G Integrated Graphics Controller rev 2, Mem @ 0xe8000000/134217728, 0xfeb80000/524288, I/O @ 0x0000efa8/8
(==) Using default built-in configuration (39 lines)
(==) --- Start of built-in configuration ---
	Section "Device"
		Identifier	"Builtin Default intel Device 0"
		Driver	"intel"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default intel Screen 0"
		Device	"Builtin Default intel Device 0"
	EndSection
	Section "Device"
		Identifier	"Builtin Default i810 Device 0"
		Driver	"i810"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default i810 Screen 0"
		Device	"Builtin Default i810 Device 0"
	EndSection
	Section "Device"
		Identifier	"Builtin Default vesa Device 0"
		Driver	"vesa"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default vesa Screen 0"
		Device	"Builtin Default vesa Device 0"
	EndSection
	Section "Device"
		Identifier	"Builtin Default fbdev Device 0"
		Driver	"fbdev"
	EndSection
	Section "Screen"
		Identifier	"Builtin Default fbdev Screen 0"
		Device	"Builtin Default fbdev Device 0"
	EndSection
	Section "ServerLayout"
		Identifier	"Builtin Default Layout"
		Screen	"Builtin Default intel Screen 0"
		Screen	"Builtin Default i810 Screen 0"
		Screen	"Builtin Default vesa Screen 0"
		Screen	"Builtin Default fbdev Screen 0"
	EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
	Using a default monitor configuration.
(**) |-->Screen "Builtin Default i810 Screen 0" (1)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default i810 Device 0"
(==) No monitor specified for screen "Builtin Default i810 Screen 0".
	Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (2)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
	Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (3)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
	Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
	Entry deleted from font path.
(==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 2.8.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "i810"
(WW) Warning, couldn't open module i810
(II) UnloadModule: "i810"
(EE) Failed to load module "i810" (module does not exist, 0)
(II) LoadModule: "vesa"
(WW) Warning, couldn't open module vesa
(II) UnloadModule: "vesa"
(EE) Failed to load module "vesa" (module does not exist, 0)
(II) LoadModule: "fbdev"
(WW) Warning, couldn't open module fbdev
(II) UnloadModule: "fbdev"
(EE) Failed to load module "fbdev" (module does not exist, 0)
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
	965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	Mobile Intel® GM45 Express Chipset,
	Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
	IGDNG_M
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 0.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -19
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
(EE) intel(0): [drm] Failed to open DRM device for : No such file or directory
(EE) intel(0): Failed to become DRM master.
(II) intel(0): Creating default Display subsection in Screen section
	"Builtin Default intel Screen 0" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 865G
(--) intel(0): Chipset: "865G"
(--) intel(0): Linear framebuffer at 0xE8000000
(--) intel(0): IO registers at addr 0xFEB80000 size 524288
(WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
(II) intel(0): No SDVO device is found in VBT
(II) intel(0): 1 display pipe available.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) intel(0): Output VGA has no monitor section
(II) intel(0): I2C bus "DVODDC_D" initialized.
(II) Loading sub module "sil164"
(II) LoadModule: "sil164"
(II) Loading /usr/lib/xorg/modules/drivers//sil164.so
(II) Module sil164: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ch7xxx"
(II) LoadModule: "ch7xxx"
(II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so
(II) Module ch7xxx: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ivch"
(II) LoadModule: "ivch"
(II) Loading /usr/lib/xorg/modules/drivers//ivch.so
(II) Module ivch: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_B" initialized.
(II) Loading sub module "tfp410"
(II) LoadModule: "tfp410"
(II) Loading /usr/lib/xorg/modules/drivers//tfp410.so
(II) Module tfp410: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) intel(0): I2C bus "DVOI2C_B" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading sub module "ch7017"
(II) LoadModule: "ch7017"
(II) Loading /usr/lib/xorg/modules/drivers//ch7017.so
(II) Module ch7017: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVODDC_D" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "DEL", prod id 40972
(II) intel(0): Using EDID range info for horizontal sync
(II) intel(0): Using EDID range info for vertical refresh
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): EDID vendor "DEL", prod id 40972
(II) intel(0): Output VGA connected
(II) intel(0): Using exact sizes for initial modes
(II) intel(0): Output VGA using initial mode 1024x768
(II) intel(0): detected 128 kB GTT.
(II) intel(0): detected 892 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (300, 230) mm
(**) intel(0): DPI set to (86, 84)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) intel(0): Comparing regs from server start up to After PreInit
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) intel(0): Kernel reported 112128 total, 1041 used
(II) intel(0): I830CheckAvailableMemory: 444348 kB available
(WW) intel(0): DRI2: failed to open drm device
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(EE) intel(0): Failed to initialize kernel memory manager
(==) intel(0): VideoRam: 131072 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(WW) intel(0): drmSetMaster failed: Bad file descriptor
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x000df000 (pgoffset 223)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x00825000 (pgoffset 2085)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x00c00000 (pgoffset 3072)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB)
(II) intel(0): 0x00025000-0x00824fff: fake bufmgr (8192 kB)
(II) intel(0): 0x000df000:            end of stolen memory
(II) intel(0): 0x00825000-0x00825fff: overlay registers (4 kB, 0x000000001c78d000 physical
)
(II) intel(0): 0x00c00000-0x00ffffff: front buffer (4096 kB) X tiled
(II) intel(0): 0x08000000:            end of aperture
(II) intel(0): BO memory allocation layout:
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Output VGA is connected to pipe A
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Failed
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) intel(0): Setting screen physical size to 304 x 228
(II) config/hal: Adding input device ImPS/2 Generic Wheel Mouse
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.1.901, module version = 2.1.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(**) ImPS/2 Generic Wheel Mouse: always reports core events
(**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event3"
(II) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
(II) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
(II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
(**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
(**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
(**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
(**) ImPS/2 Generic Wheel Mouse: (accel) filter chain progression: 2.00
(**) ImPS/2 Generic Wheel Mouse: (accel) filter stage 0: 20.00 ms
(**) ImPS/2 Generic Wheel Mouse: (accel) set acceleration profile 0
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "DEL", prod id 40972
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): EDID vendor "DEL", prod id 40972
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): I2C device "CRTDDC_A:ddc2" removed.
(II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed.
(II) intel(0): I2C bus "CRTDDC_A" removed.
(II) intel(0): EDID vendor "DEL", prod id 40972
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): EDID vendor "DEL", prod id 40972
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(WW) intel(0): drmDropMaster failed: Bad file descriptor
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(WW) intel(0): drmSetMaster failed: Bad file descriptor
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x000df000 (pgoffset 223)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x00825000 (pgoffset 2085)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x00c00000 (pgoffset 3072)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB)
(II) intel(0): 0x00025000-0x00824fff: fake bufmgr (8192 kB)
(II) intel(0): 0x000df000:            end of stolen memory
(II) intel(0): 0x00825000-0x00825fff: overlay registers (4 kB, 0x000000001c78d000 physical
)
(II) intel(0): 0x00c00000-0x00ffffff: front buffer (4096 kB) X tiled
(II) intel(0): 0x08000000:            end of aperture
(II) intel(0): BO memory allocation layout:
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Output VGA is connected to pipe A
(II) ImPS/2 Generic Wheel Mouse: Device reopened after 1 attempts.
(II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.


Sorry if it is improper etiquette to post such a long log. If so, please
direct me to what I should do on mailing lists like this. I wasn't sure
about a pastebin because those die after a while.



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 23:55         ` Simon Hunt
@ 2009-08-30  0:36           ` Simon Hunt
  2009-08-30  1:15             ` Simon Hunt
  0 siblings, 1 reply; 18+ messages in thread
From: Simon Hunt @ 2009-08-30  0:36 UTC (permalink / raw
  To: gentoo-user

On Sat, Aug 29, 2009 at 07:55:16PM -0400, Simon Hunt wrote:
> On Sat, Aug 29, 2009 at 04:44:31PM -0700, Keith Dart wrote:
> > === On Sat, 08/29, Simon Hunt wrote: ===
> > > And you don't get freezes or anything?
> > 
> > ===
> > 
> > No, everything seems to be working fine now.
> > 
> > 
> > -- Keith Dart
> > 
> 
> Okay, I did everything you said and THANK YOU! I don't get freezes
> anymore BUT I don't have direct rendering, which means everything is
> very slow because my CPU is doing all the work (I think that's what it
> means...). Anyway, here is the Xorg log:
> 
> ...

Okay I got direct rendering to work, I think by removing the intel
framebuffer from my kernel modules. Now my graphics are definitely
faster, but not as fast as they once were before I upgraded to the 2.8
intel driver series. For instance, Facebook.com on Firefox is much
slower and laggy. And I've noticed it even in apps like mutt and less in
gnome-terminal. I haven't experienced any freezes though, and the way it
was before, it *definitely* would have frozen by now. So any thoughts on
why it is slower? Do you think it will be faster in subsequent releases?
I thought uxa was supposed to be better than whatever I had before.



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-30  0:36           ` Simon Hunt
@ 2009-08-30  1:15             ` Simon Hunt
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Hunt @ 2009-08-30  1:15 UTC (permalink / raw
  To: gentoo-user

Yes, it's me again. I think upgrading to the newest unstable
vanilla-source (31-rc8) makes it definitely go faster, but Firefox is
still a little laggy. Although Epiphany really isn't, so I think it's
just Firefox's fault. Anyway, my computer actually did freeze once. Just
wanting to provide an update I guess.



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Intel dilemma
  2009-08-29 23:06   ` [gentoo-user] Intel dilemma Simon Hunt
@ 2009-08-30  1:29     ` Simon Hunt
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Hunt @ 2009-08-30  1:29 UTC (permalink / raw
  To: gentoo-user

On Sat, Aug 29, 2009 at 07:06:35PM -0400, Simon Hunt wrote:
> Well I tried the .28 kernel with the package versions you suggested, and
> when the X server starts, it's just a black screen BUT the machine
> doesn't freeze and there is video output, it is just black. These lines
> seem relevant in the Xorg log:
> 
> (II) GLX: Initialized DRI GL provider for screen 0
> (II) intel(0):
> Setting screen physical size to 304 x 228 [config/dbus] couldn't take
> over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection
> ":1.3" is not allowed to own the service "org.x.config.display0" due to
> security policies in the configuration file)
> (II) config/hal: Adding input device ImPS/2 Generic Wheel Mouse
> 

This is probably because I was accidentally using an xorg.conf. I'll get
back to you on this later.



^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-user] Re: Intel dilemma
  2009-08-29 18:00 [gentoo-user] Intel dilemma Simon Hunt
  2009-08-29 20:48 ` Andrés Becerra Sandoval
@ 2009-08-30  2:30 ` Simon Hunt
  2009-08-30  4:37   ` Simon Hunt
  1 sibling, 1 reply; 18+ messages in thread
From: Simon Hunt @ 2009-08-30  2:30 UTC (permalink / raw
  To: gentoo-user

On Sat, Aug 29, 2009 at 02:00:35PM -0400, Simon Hunt wrote:
> I posted this on the forums but I want some more information. I have a
> bit of a dilemma. With these settings,
> 
> xf86-video-intel: 2.6.3-r1 xorg-server: 1.6.2-r1 and 1.6.3 kernel
> module: i830 kernel: gentoo 2.6.29-r5 and 2.6.30-r4
> 
> sometimes when stopping or starting X my computer would freeze and there
> would be no video output. However, other than that, inside Gnome Firefox
> ran pretty smoothly, not incredibly fast, but not sluggishly at all.
> With these settings,
> 
> xf86-video-intel: 2.8.0 xorg-server: 1.6.3 kernel module: i915 kernel:
> vanilla 2.6.31_rc7
> 
> 
> X starts and stops very smoothly without ever freezing, I think because
> of the KMS. But Firefox runs sluggishly and my whole machine freezes in
> Firefox frequently. According to this,
> http://www.x.org/wiki/IntelGraphicsDriver, the 2.8.0 driver drops
> support for XAA and EXA, but has no UXA support for my graphics card
> (865G), so I think I'm getting no 2D acceleration. Could that be the
> reason Firefox is so slow? As for the freezes, I think that's just
> because the newer driver is unstable. What are the optimum driver and
> kernel versions for my graphics card, the 865G? Also, the reason I'm
> using the 2.6.31 kernel is because that X.Org wiki page says it works
> best with the 2.8.0 intel driver. Oh, and what exactly is the kernel
> module for and what are the differences between the i830 and i915? 
> 
> Pappy told me I should use kernel .27, and that KMS support right now
> for my card is very unstable. Anyway, I just want to know the best
> options right now for my card which is the 865G.

Okay, my current setup is
xf86-video-intel: 2.7.1
xorg-server: 1.6.3.901
kernel: 2.6.30-r4 with i915

and it never freezes while starting or stopping, and it never lags in
Firefox. The only way this differs from my old setup is the xorg-server,
so I think they may have fixed the freezing issue in the version. I
tried both suggestions, and I don't know why but they just didn't work
for me. Thanks for all the help though! Oh by the way, the only reason I
even tried this was because I had to use a different kernel to get into
X and it just happened to work perfectly!



^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-user] Re: Intel dilemma
  2009-08-30  2:30 ` [gentoo-user] " Simon Hunt
@ 2009-08-30  4:37   ` Simon Hunt
  2009-09-22 19:33     ` Andrés Becerra Sandoval
  0 siblings, 1 reply; 18+ messages in thread
From: Simon Hunt @ 2009-08-30  4:37 UTC (permalink / raw
  To: gentoo-user

On Sat, Aug 29, 2009 at 10:30:02PM -0400, Simon Hunt wrote:
> On Sat, Aug 29, 2009 at 02:00:35PM -0400, Simon Hunt wrote:
> > I posted this on the forums but I want some more information. I have a
> > bit of a dilemma. With these settings,
> > 
> > xf86-video-intel: 2.6.3-r1 xorg-server: 1.6.2-r1 and 1.6.3 kernel
> > module: i830 kernel: gentoo 2.6.29-r5 and 2.6.30-r4
> > 
> > sometimes when stopping or starting X my computer would freeze and there
> > would be no video output. However, other than that, inside Gnome Firefox
> > ran pretty smoothly, not incredibly fast, but not sluggishly at all.
> > With these settings,
> > 
> > xf86-video-intel: 2.8.0 xorg-server: 1.6.3 kernel module: i915 kernel:
> > vanilla 2.6.31_rc7
> > 
> > 
> > X starts and stops very smoothly without ever freezing, I think because
> > of the KMS. But Firefox runs sluggishly and my whole machine freezes in
> > Firefox frequently. According to this,
> > http://www.x.org/wiki/IntelGraphicsDriver, the 2.8.0 driver drops
> > support for XAA and EXA, but has no UXA support for my graphics card
> > (865G), so I think I'm getting no 2D acceleration. Could that be the
> > reason Firefox is so slow? As for the freezes, I think that's just
> > because the newer driver is unstable. What are the optimum driver and
> > kernel versions for my graphics card, the 865G? Also, the reason I'm
> > using the 2.6.31 kernel is because that X.Org wiki page says it works
> > best with the 2.8.0 intel driver. Oh, and what exactly is the kernel
> > module for and what are the differences between the i830 and i915? 
> > 
> > Pappy told me I should use kernel .27, and that KMS support right now
> > for my card is very unstable. Anyway, I just want to know the best
> > options right now for my card which is the 865G.
> 
> Okay, my current setup is
> xf86-video-intel: 2.7.1
> xorg-server: 1.6.3.901
> kernel: 2.6.30-r4 with i915
> 
> and it never freezes while starting or stopping, and it never lags in
> Firefox. The only way this differs from my old setup is the xorg-server,
> so I think they may have fixed the freezing issue in the version. I
> tried both suggestions, and I don't know why but they just didn't work
> for me. Thanks for all the help though! Oh by the way, the only reason I
> even tried this was because I had to use a different kernel to get into
> X and it just happened to work perfectly!

No, I was wrong. I also changed my xf86-video-intel, and THAT is what
fixed the freezing problem, but now I have another freezing problem
which I think is cause by the new intel driver because it happened in
several versions of xorg-server.



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [gentoo-user] Re: Intel dilemma
  2009-08-30  4:37   ` Simon Hunt
@ 2009-09-22 19:33     ` Andrés Becerra Sandoval
  0 siblings, 0 replies; 18+ messages in thread
From: Andrés Becerra Sandoval @ 2009-09-22 19:33 UTC (permalink / raw
  To: gentoo-user

On Sat, Aug 29, 2009 at 11:37 PM, Simon Hunt <chesemonkyloma@gmail.com> wrote:
> On Sat, Aug 29, 2009 at 10:30:02PM -0400, Simon Hunt wrote:
>> On Sat, Aug 29, 2009 at 02:00:35PM -0400, Simon Hunt wrote:
>> > I posted this on the forums but I want some more information. I have a
>> > bit of a dilemma. With these settings,
>> >
>> > xf86-video-intel: 2.6.3-r1 xorg-server: 1.6.2-r1 and 1.6.3 kernel
>> > module: i830 kernel: gentoo 2.6.29-r5 and 2.6.30-r4
>> >
>> > sometimes when stopping or starting X my computer would freeze and there
>> > would be no video output. However, other than that, inside Gnome Firefox
>> > ran pretty smoothly, not incredibly fast, but not sluggishly at all.
>> > With these settings,
>> >
>> > xf86-video-intel: 2.8.0 xorg-server: 1.6.3 kernel module: i915 kernel:
>> > vanilla 2.6.31_rc7
>> >
>> >
>> > X starts and stops very smoothly without ever freezing, I think because
>> > of the KMS. But Firefox runs sluggishly and my whole machine freezes in
>> > Firefox frequently. According to this,
>> > http://www.x.org/wiki/IntelGraphicsDriver, the 2.8.0 driver drops
>> > support for XAA and EXA, but has no UXA support for my graphics card
>> > (865G), so I think I'm getting no 2D acceleration. Could that be the
>> > reason Firefox is so slow? As for the freezes, I think that's just
>> > because the newer driver is unstable. What are the optimum driver and
>> > kernel versions for my graphics card, the 865G? Also, the reason I'm
>> > using the 2.6.31 kernel is because that X.Org wiki page says it works
>> > best with the 2.8.0 intel driver. Oh, and what exactly is the kernel
>> > module for and what are the differences between the i830 and i915?
>> >
>> > Pappy told me I should use kernel .27, and that KMS support right now
>> > for my card is very unstable. Anyway, I just want to know the best
>> > options right now for my card which is the 865G.
>>
>> Okay, my current setup is
>> xf86-video-intel: 2.7.1
>> xorg-server: 1.6.3.901
>> kernel: 2.6.30-r4 with i915
>>
>> and it never freezes while starting or stopping, and it never lags in
>> Firefox. The only way this differs from my old setup is the xorg-server,
>> so I think they may have fixed the freezing issue in the version. I
>> tried both suggestions, and I don't know why but they just didn't work
>> for me. Thanks for all the help though! Oh by the way, the only reason I
>> even tried this was because I had to use a different kernel to get into
>> X and it just happened to work perfectly!
>
> No, I was wrong. I also changed my xf86-video-intel, and THAT is what
> fixed the freezing problem, but now I have another freezing problem
> which I think is cause by the new intel driver because it happened in
> several versions of xorg-server.
>
>

Finally is working on gentoo (with extra patches):

x11-base/xorg-server-1.6.3.901-r2
sys-kernel/gentoo-sources-2.6.31
media-libs/mesa-7.5.1
x11-libs/libdrm-2.4.13

But kernel must be patched with:

http://lists.freedesktop.org/archives/intel-gfx/2009-September/004122.html

My /etc/X11/xorg.conf :

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        #Option                 "AIGLX"  "true"
EndSection

Section "Extensions"
    #Option "Composite" "Enable"
EndSection

Section "Device"
    Identifier  "int"
    Driver "intel"
    Option "AccelMethod"   "UXA"
    #Option "Tiling"        "False"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dri"
        Load  "dbe"
        Load  "glx"
        Load  "freetype"
EndSection

Section "Screen"
        Identifier "Screen0"
        Monitor    "Monitor0"
        Device     "int"
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


-- 
  Andrés



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-09-22 19:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-29 18:00 [gentoo-user] Intel dilemma Simon Hunt
2009-08-29 20:48 ` Andrés Becerra Sandoval
2009-08-29 21:55   ` Simon Hunt
2009-08-29 22:40   ` Keith Dart
2009-08-29 22:50     ` Simon Hunt
2009-08-29 23:44       ` Keith Dart
2009-08-29 23:55         ` Simon Hunt
2009-08-30  0:36           ` Simon Hunt
2009-08-30  1:15             ` Simon Hunt
2009-08-29 23:06   ` Simon Hunt
2009-08-29 23:26     ` [gentoo-user] Re: Gmail & mailing lists Stroller
2009-08-29 23:41       ` Simon Hunt
2009-08-29 23:06   ` [gentoo-user] Intel dilemma Simon Hunt
2009-08-30  1:29     ` Simon Hunt
2009-08-29 23:14   ` Simon Hunt
2009-08-30  2:30 ` [gentoo-user] " Simon Hunt
2009-08-30  4:37   ` Simon Hunt
2009-09-22 19:33     ` Andrés Becerra Sandoval

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox