From owner-freebsd-questions@FreeBSD.ORG Wed Feb 4 23:31:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A31A1065670 for ; Wed, 4 Feb 2009 23:31:15 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id 197A98FC0A for ; Wed, 4 Feb 2009 23:31:14 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.195] (unknown [202.172.126.254]) by angel.comcen.com.au (Postfix) with ESMTP id 76ADE5C2F5D2 for ; Thu, 5 Feb 2009 10:32:14 +1100 (EST) From: Da Rock To: freebsd-questions@freebsd.org In-Reply-To: <20090204175652.GB64529@slackbox.xs4all.nl> References: <1233756631.66655.11.camel@laptop1.herveybayaustralia.com.au> <20090204175652.GB64529@slackbox.xs4all.nl> Content-Type: text/plain Date: Thu, 05 Feb 2009 09:31:24 +1000 Message-Id: <1233790284.66655.20.camel@laptop1.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: Xlib: extension "Generic Event Extension" missing on display ":0.0" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2009 23:31:15 -0000 On Wed, 2009-02-04 at 18:56 +0100, Roland Smith wrote: > On Thu, Feb 05, 2009 at 12:10:30AM +1000, Da Rock wrote: > > Ok, I give up... wtf am I missing here? > > The Xext library has the extension, but the server hasn't yet. It should > be harmless. I don't notice any problems with it. (7.1-RELEASE amd64 > with Xorg 7.4) > > > I can now confirm this problem in several ways: > > 1) I just ran xine, mplayer, and file-roller and the error came up > > causing all programs bar file-roller to crash. > > I've got mplayer playing fine with this message. > > > Logs don't show anything, this error is just on screen (wierd?). Another > > clarification to this is that it only happens in media players after > > content is attempted to load. > > What driver are you using in X? And what kind of video output driver are > you using in mplayer? > > X is working fine here on a Radeon X1650 on 7.1-RELEASE with rnoland's > last patch to update the kernel direct rendering support (which should > be in 7-STABLE by now). Accellerated X works, 2D and 3D. Xv also works. This is getting very interesting now. Based On your comments as well as others this could be related to intel. So far all good reports are from radeon video drivers, but I happen to be running onboard intel videos. xorg.conf (Let me know if there could be any security risk in posting this verbatim, I couldn't see how myself.): Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "True" EndSection Section "Files" # RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "GLcore" Load "xtrap" Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 330 210 # mm Identifier "Monitor0" VendorName "SEC" ModelName "4945" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile GM965/GL960 Integrated Graphics Controller" BusID "PCI:0:2:0" #Option "LVDS24Bit" "True" Option "AddARGBGLXVisuals" "True" Option "DRI" "True" Option "AccelMethod" "EXA" Option "XAANoOffscreenPixmaps" "True" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "DRI" Mode 0666 EndSection This is just on my laptop, I set this up in my testing compiz-fusion, the other is just generic (no conf). I'm going to test the EXA instead of XAA now (noticed that might be a common feature- most likely a driver issue though), but I'm sending this message before I have to restart X. Cheers