Re: The PCI device 0x10de087d (ION) at 02@00:00:0 has a kernel module claiming it.

2011-11-22 Thread Aaron Plattner
Check the output of lsmod for modules that can claim that device. It's probably either nvidia or nouveau. I think you can find out for sure by running readlink /sys/bus/pci/devices/:02:00.0/driver Unload the conflicting driver and try again. On 11/22/2011 02:58 AM, Anatolii Ivashyna

Re: Xlib: extension NV-GLX missing on display

2011-09-28 Thread Aaron Plattner
On 09/28/2011 01:43 PM, Alan Coopersmith wrote: On 09/28/11 12:38 PM, al...@verizon.net wrote: Each and every time I go back to the command line after using a browser in the X11 environment, I find one or multiple messages, Xlib: extension NV-GLX missing on display :0.0 on the

Re: rminitadapter failed

2011-08-19 Thread Aaron Plattner
On Fri, Aug 19, 2011 at 01:18:08AM -0700, Sapfeer wrote: Hi all! I'm stuck with possible X server error - when I boot OS it works for a while, 5-15 minutes and the X crashes with message 'rminitadapter failed'. I start it again after several minutes and it works fine for some time and then

[ANNOUNCE] xts 0.99.0

2011-05-24 Thread Aaron Plattner
This is the first modular release of the X Test Suite. It's designed to test an X server and its drivers against the X11 specification. If you've ever used the old CVS versions of this suite, this is a significant rewrite of the build system thanks to Dan Nicholson, Peter Hutterer, and a few

[ANNOUNCE] xts 0.99.0

2011-05-24 Thread Aaron Plattner
This is the first modular release of the X Test Suite. It's designed to test an X server and its drivers against the X11 specification. If you've ever used the old CVS versions of this suite, this is a significant rewrite of the build system thanks to Dan Nicholson, Peter Hutterer, and a few

Re: dummy driver and maximum resolutions, config hacks via LD_PRELOAD, etc

2011-04-06 Thread Aaron Plattner
On Wed, Apr 06, 2011 at 02:37:52PM -0700, Antoine Martin wrote: On 04/06/2011 09:13 PM, Adam Jackson wrote: On 4/6/11 6:51 AM, Antoine Martin wrote: 1) I can't seem to make it use resolutions higher than 2048x2048 which is a major showstopper for me: Virtual height (2560) is too large

Re: glXSwapBuffers very slow, potential problems?

2010-10-06 Thread Aaron Plattner
On Wed, Oct 06, 2010 at 07:20:11AM -0700, Roland Plüss wrote: On 10/05/2010 06:48 PM, Aaron Plattner wrote: On Tue, Oct 05, 2010 at 08:05:47AM -0700, Roland Plüss wrote: I'm running here into a heavy performance problem on both ATI and nVidia cards and the culprit is the glXSwapBuffers

Re: glXSwapBuffers very slow, potential problems?

2010-10-05 Thread Aaron Plattner
On Tue, Oct 05, 2010 at 08:05:47AM -0700, Roland Plüss wrote: I'm running here into a heavy performance problem on both ATI and nVidia cards and the culprit is the glXSwapBuffers call. I've got here two performance readings showing the problem. The first reading is in a case where

Re: xrandr -o left at wrong monitor in dual-monitor configuration always messes up both monitor displays

2010-09-26 Thread Aaron Plattner
On Sun, Sep 26, 2010 at 10:00:22AM -0700, ddrea...@ms93.url.com.tw wrote: My Equipment * ASUS M51SN with nVIDIA 9500M * Ubuntu 10.04 * Current nVIDIA proprietary driver * 2 Monitors: one with the laptop, another is SAMSUNG 24 supporting HDMI I have configured the two monitors

Re: Howto create a window with ARGB32-visual?

2010-09-24 Thread Aaron Plattner
On Fri, Sep 24, 2010 at 05:25:05AM -0700, Clemens Eisserer wrote: Hi, I would like to create a Window with ARGB32-visual to reproduce a bug I experience with shaped ARGB32 windows when not using a composition manager, however I always get a BadMatch error. My attemp tried to find a

[ANNOUNCE] libvdpau 0.4.1

2010-09-08 Thread Aaron Plattner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry I haven't released one of these in a long while. This minor update just changes a few small, but important, documentation details. - -- Aaron Aaron Plattner (1): Bump version to 0.4.1 Anssi Hannula (1): vdpau.h: Clarify video

Re: Exclusive Fullscreen Mode

2010-09-06 Thread Aaron Plattner
On Mon, Sep 06, 2010 at 04:29:22PM -0700, Tomas Carnecky wrote: On 9/6/10 8:51 PM, Roland Plüss wrote: 1) What about changing resolution? SDLMAME as far as I know changes the resolution while full screen and some games do this too (typically commercial ones like UT*, Quake* and company).

Re: Getting crazy over transparency

2010-08-02 Thread Aaron Plattner
On Mon, 2010-08-02 at 09:37 -0700, Rashid wrote: I dont know why, but im to stupid to blitting transparent images with xlib. DAMN, with SDL was ist quite easy. Dont know if someone want to help me, but im trying it since days and getting mad over time... Can someone have a quick look,

[ANNOUNCE] xf86-video-nv 2.1.18

2010-07-30 Thread Aaron Plattner
refuses to load if a kernel module is bound to the device, which will prevent it from interfering with the nouveau module's framebuffer driver. - -- Aaron Aaron Plattner (10): Bug #24787: Don't crash if LVDS initialization fails Update MCP6x supported products. Revert Refuse to bind

[PATCH xcb] Check for POLLERR, POLLHUP, and POLLNVAL in _xcb_conn_wait.

2010-07-11 Thread Aaron Plattner
Fixes the XTS XConnectionNumber test. This test creates a display connection, closes its file descriptor, tries to send a no-op, and then expects an error. XCB just goes into an infinite loop because poll() returns immediately with POLLNVAL set. Signed-off-by: Aaron Plattner aplatt

Re: xorg-server 1.8.99.904 doesn't support mi overlay either?

2010-07-02 Thread Aaron Plattner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jul 02, 2010 at 09:14:39AM -0700, diblidabliduu wrote: Hi xorg-server folks, I just tried the xorg-server RC4 today and I get the same error message as with RC2: dlopen: /usr/lib/xorg/modules/drivers/nvidia_drv.so: undefined symbol:

Re: Video overlay - Window updating

2010-03-11 Thread Aaron Plattner
On Mon, Mar 08, 2010 at 04:41:46AM -0800, Iban Rodriguez wrote:   Good Morning,   I have a question about video overlay and window repainting. I have a project in which I need to show a video on a non-rect part of an application window. After some attempts I decided to use play the video on

Re: State of Zaphod dual screen support

2010-03-08 Thread Aaron Plattner
On Mon, Mar 08, 2010 at 08:38:04AM -0800, David Mohr wrote: On Wed, Mar 3, 2010 at 1:24 PM, Aaron Plattner aplatt...@nvidia.com wrote: On Tue, 2010-03-02 at 22:24 -0800, David Mohr wrote: On Mon, Mar 1, 2010 at 6:07 PM, David Mohr damaili...@mcbf.net wrote: On Mon, Mar 1, 2010 at 3:38 PM

[ANNOUNCE] xf86-video-nv 2.1.17

2010-03-08 Thread Aaron Plattner
. - -- Aaron Aaron Plattner (6): Bug #26612: Separate LUTs per output. G80: Log unrecognized outputs Bug #19545: Add support for MCP7x-based integrated GPUs. G80: Cast register reads before shifting them to avoid truncation to 32 bits. More products nv 2.1.17 Alan

[ANNOUNCE] libvdpau 0.4

2010-01-28 Thread Aaron Plattner
different vendors that have different VDPAU implementations. To enable this support in libvdpau, you must install dri2proto version 2.2 or higher. Otherwise, it will fall back to the default of nvidia. - -- Aaron Aaron Plattner (4): $(docdir) apparently requires autoconf 2.60 Query DRI2

Re: please help - MIT-SHM extension XShmCreatePixmap issue

2010-01-15 Thread Aaron Plattner
On Fri, Jan 15, 2010 at 11:02:13AM -0800, mark wrote: Hello all, I've got a question regarding an error that I'm getting trying to communicate with the X server. It seems my XShmCreatePixmap call is returning: X Error of failed request: BadImplementation (server does not implement

[ANNOUNCE] xf86-video-nv 2.1.16

2009-12-15 Thread Aaron Plattner
310 0x0A74 - GeForce G210M 0x0A78 - Quadro FX 380 LP 0x0CA3 - GeForce GT 240 0x0CA8 - GeForce GTS 260M 0x0CA9 - GeForce GTS 250M - -- Aaron Aaron Plattner (5): New boards More new boards Remove an unnecessary (and typo'd) gitignore comment New board names

[ANNOUNCE] xf86-video-nv 2.1.16

2009-12-15 Thread Aaron Plattner
310 0x0A74 - GeForce G210M 0x0A78 - Quadro FX 380 LP 0x0CA3 - GeForce GT 240 0x0CA8 - GeForce GTS 260M 0x0CA9 - GeForce GTS 250M - -- Aaron Aaron Plattner (5): New boards More new boards Remove an unnecessary (and typo'd) gitignore comment New board names

Re: PCIe and PCI dual cards?

2009-11-29 Thread Aaron Plattner
On Sat, Nov 28, 2009 at 02:35:19AM -0800, Timothy S. Nelson wrote: On Thu, 26 Nov 2009, Jaguar Finch wrote: I'm trying to get a PCIe and a PCI video card to work together for a multi-monitor setup but I'm getting (EE) No devices detected.  Fatal server error:  no screens found.

[ANNOUNCE] libvdpau 0.3

2009-11-20 Thread Aaron Plattner
about where the libraries are installed. It also includes some documentation updates and code to build the documentation with Doxygen. - -- Aaron Aaron Plattner (4): Build documentation. Fix distcheck. Move VDPAU drivers into their own module directory. Bump version

[ANNOUNCE] libvdpau 0.2

2009-09-17 Thread Aaron Plattner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm pleased to announce the first release of libvdpau as a standalone library. This package contains the libvdpau wrapper library and the libvdpau_trace debugging library, along with the header files needed to build VDPAU applications. To actually

Re: [ANNOUNCE] libvdpau 0.2

2009-09-17 Thread Aaron Plattner
On Thu, Sep 17, 2009 at 02:48:24PM -0700, Dave Airlie wrote: On Fri, Sep 18, 2009 at 4:58 AM, Aaron Plattner aplatt...@nvidia.com wrote: I'm pleased to announce the first release of libvdpau as a standalone library.  This package contains the libvdpau wrapper library and the libvdpau_trace

Re: latest git xserver fails to startx on x86_64

2009-08-09 Thread Aaron Plattner
On Fri, Aug 07, 2009 at 11:28:57AM -0700, Justin P. Mattock wrote: Dave Airlie wrote: On Fri, Aug 7, 2009 at 3:52 PM, Justin P. Mattockjustinmatt...@gmail.com wrote: Dave Airlie wrote: On Fri, Aug 7, 2009 at 2:37 PM, Justin P. Mattockjustinmatt...@gmail.comwrote: with a

Re: Support for 30bit color?

2009-07-20 Thread Aaron Plattner
On Mon, Jul 20, 2009 at 04:53:42PM -0700, Andrew Theurer wrote: Hello, I am trying to figure out if 30bit color (10R/10G/10B) is possible on X. I see a number of video cards claiming support for 30bit color, but I am not so sure it's supported in X. Are there any examples out there of

Re: status with the latest git xserver

2009-07-19 Thread Aaron Plattner
On Sat, Jul 18, 2009 at 12:07:17AM -0700, Justin P. Mattock wrote: This is a status from over here: macbook pro ati chipset works perfectly with the latest git xserver, minor issue due to me getting a bit confused but nothing out of the ordinary. As for my other machine the imac nvidia

[ANNOUNCE] xf86-video-nv 2.1.14

2009-07-02 Thread Aaron Plattner
Aaron Plattner (6): Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+ More chip names. New chip support. Fix modesets on certain GPUs that were broken by the previous commit. More new chips Bump to 2.1.14 Adam Jackson (1): Remove useless

Re: Xorg resolution with VGA Switch

2009-05-27 Thread Aaron Plattner
On Wed, May 27, 2009 at 07:49:18AM -0700, Aurélien PROVIN wrote: Hi, I bought a VGA switch to switch some devices on one monitor. But resolution of my X session is limited to 1024x768 instead of 1920x1200. If I hotplug the switch when the X session is started in 1920x1200, it works. It

Re: Accessing an openGL viewport's pixels on multiple X servers

2009-05-25 Thread Aaron Plattner
On Mon, May 25, 2009 at 07:15:33AM -0700, Jerome Guilmette wrote: Hi everyone, I hope this is the good list to send my question to for it is a rather a specific matter. All my tests were done using an NVIDIA GeForce 8600M, driver version 180.29, under the Fedora 10 OS. Here is my issue: I

Re: How to make xorg prefer nvidia over nv driver in a xorg.conf less configuration?

2009-05-14 Thread Aaron Plattner
On Wed, May 13, 2009 at 11:58:44PM -0700, Francesco Pretto wrote: Stefan Dirsch sndirsch at suse.de writes: See discussion on http://lists.freedesktop.org/archives/xorg/2008-July/037098.html and the following commmits in git master of xserver: commit

Re: Changing Xorg-Configuration on the fly

2009-04-09 Thread Aaron Plattner
On Wed, Apr 08, 2009 at 09:17:52AM -0700, Leif Bergerhoff wrote: Remi Cardona wrote: Unless you're using the closed nVidia driver, the xrandr tool will do _exactly_ what you're looking for. Take a look at man xrandr, especially the --pos option. I don't think this is true. The --pos

Re: XVideo support in xf86-video-nv / G90

2009-02-23 Thread Aaron Plattner
On Sun, Feb 22, 2009 at 09:26:11AM -0800, Henry-Nicolas Tourneur wrote: I would like to know if there are any plans to add XVideo support for G90 cards to the nvidia free 2D driver. I'm afraid not. XV on those GPUs requires the 3D engine, and setting that up is too complicated to be within the

Commit 56f6fb [randr: Avoid re-querying...] breaks Twinview dynamic display configuration

2009-02-04 Thread Aaron Plattner
This commit causes a regression in dynamic display configuration with the NVIDIA driver, where trying to switch to a new configuration with nvidia-settings fails. The problem is that nvidia-settings adds the new mode to the list, then queries the mode pool with RRGetScreenInfo. This now fails to

Re: [PATCH] dix: die if we can't activate or init the VCP/VCK.

2009-02-03 Thread Aaron Plattner
failed, and if that happens for the VCP/VCK, die semi-gracefully. Reported by Aaron Plattner. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Looks good to me: (EE) XKB: Couldn't open rules file /X/share/X11/xkb/rules/evdev XKB: Failed to compile keymap Keyboard

Re: general question: xorg Nvdriver

2009-01-28 Thread Aaron Plattner
On Wed, Jan 28, 2009 at 11:12:23AM -0800, Florian Lier wrote: Hey all, I'm trying to get the current (X.Org X Server 1.6.99.1) X running on several test-systems for like 2 or 3 months now. (for mpx purposes) I tested several systems with ATI, INTEL and NVIDIA gcards... The most difficult

Re: [PATCH] Additional pci-id for the nv driver

2009-01-26 Thread Aaron Plattner
On Sat, Jan 24, 2009 at 04:09:47AM -0800, Alberto Milone wrote: On Saturday 24 January 2009 01:02:37 you wrote: On Fri, 2009-01-23 at 09:16 -0800, Alberto Milone wrote: Dear Aaron, I've noticed that the nv driver is not automatically chosen for my Geforce 7300 GT unless I don't

Re: [PATCH] Additional pci-id for the nv driver

2009-01-23 Thread Aaron Plattner
On Fri, 2009-01-23 at 09:16 -0800, Alberto Milone wrote: Dear Aaron, I've noticed that the nv driver is not automatically chosen for my Geforce 7300 GT unless I don't specify the nv driver in the xorg.conf. Sorry, now that I look at it some more, something else must be wrong. The 0x2E2

Re: Very large resolutions

2009-01-06 Thread Aaron Plattner
On Tue, Jan 06, 2009 at 12:58:49PM -0800, Steve W wrote: I seem to remember a thread a while back where someone was talking about the limits of the size of a combined screen that can be produced. I run a 6 screen setup with 3 video cards (all nvidia) under a OS from redmond, and I've

Re: X server exported symbols broken

2008-12-11 Thread Aaron Plattner
On Thu, Dec 11, 2008 at 09:18:30AM -0800, Paulo C?sar Pereira de Andrade wrote: I changed the script to check for the dirname of the header being processed also, instead of only checking if the path is relative. Thanks, Paulo. This fixed the xorg_symbols table on my NFS build setup. --

Re: Weird corruption with Xephyr

2008-12-11 Thread Aaron Plattner
On Thu, Dec 11, 2008 at 07:50:41AM -0800, Yan Seiner wrote: I'm seeing this rather weird corruption with Xephyr. The system is running Debian Lenny with a custom 2.6.27.4 kernel. I am running Xephyr 1.5.3. I've captured an image of this here: http://seiner.com/images/imga0018.jpg

Re: [RFC] Xorg symbols that should not be public

2008-12-09 Thread Aaron Plattner
On Tue, Dec 09, 2008 at 02:46:15AM -0200, Paulo C?sar Pereira de Andrade wrote: Hi Aaron, Can you test with a install of the current X Server git master, and check what symbols are missing if any? Just use the script attached. Nifty script! I took the liberty of making it print out the

Re: [RFC] Xorg symbols that should not be public

2008-12-08 Thread Aaron Plattner
On Tue, Dec 09, 2008 at 12:36:01AM -0200, Paulo C?sar Pereira de Andrade wrote: Hi, In my Linux x86 computer, using only git master, and with X Server configured with --prefix=/usr --disable-builtin-fonts --enable-dri2 --enable-dri --enable-xephyr With all buildable modules also

Re: xserver: Branch 'master' - 2 commits

2008-10-15 Thread Aaron Plattner
it. -- Aaron Aaron Plattner escreveu: hw/xfree86/common/xf86.h |4 + hw/xfree86/common/xf86Events.c | 84 +++-- hw/xfree86/loader/xf86sym.c|2 3 files changed, 62 insertions(+), 28 deletions(-) New commits: commit

Re: xserver: Branch 'master'

2008-10-10 Thread Aaron Plattner
On Thu, Oct 09, 2008 at 09:34:49PM +1030, Peter Hutterer wrote: Apologies for not spotting this earlier. On Mon, Sep 08, 2008 at 08:51:56AM -0700, Aaron Plattner wrote: commit 079625570d51e41569b73b2fd9237eb8f967f408 Author: Aaron Plattner [EMAIL PROTECTED] Date: Mon Sep 8 08:50:52

Re: Building X

2008-09-23 Thread Aaron Plattner
On Tue, Sep 23, 2008 at 11:40:19AM -0400, James Cloos wrote: Adam == Adam Jackson [EMAIL PROTECTED] writes: Adam You say this as though taste wasn't a good reason. Not everyone agrees, though, that the traditional pattern and cursor on startup is less tasteful than your preference.

[ANNOUNCE] xf86-video-nv 2.1.12

2008-08-28 Thread Aaron Plattner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The last release had an unfortunate bug that caused CPUToScreenColorExpandFill to treat transparent pixels as black instead. Sorry about that! - -- Aaron Aaron Plattner (2): G80: Fix a CPUToScreenColorExpandFill bug introduced by commit

[ANNOUNCE] xf86-video-nv 2.1.10

2008-06-30 Thread Aaron Plattner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This release adds chip names for the GeForce 9 mobile chips and the GeForce GTX GPUs. It also adds code to read DDC-based EDIDs for LVDS panels that have such a thing. - -- Aaron Aaron Plattner (9): GeForce 9 mobile chips. GeForce GTX

[ANNOUNCE] xf86-video-nv 2.1.9

2008-05-09 Thread Aaron Plattner
modes, so enable this option at your own risk. - -- Aaron Aaron Plattner (8): Bug #14885: Add missing static keywords. I win at C. Sort the IsSupported table. Fix a few startup bugs. More G80s. Add an option to allow validation of dual-link DVI modes

[ANNOUNCE] xf86-video-nv 2.1.8

2008-03-06 Thread Aaron Plattner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aaron Plattner (5): G80: Fix connector mapping and TMDS initialization on certain GPUs. GeForce 9600 GT. More new chip names. Add xf86gtf.c to the compat file list. Bump to 2.1.8. Søren Sandmann Pedersen (1): Bug

[ANNOUNCE] xf86-video-nv 2.1.2

2007-07-10 Thread Aaron Plattner
. - -- Aaron Aaron Plattner (6): Put the GPU into don't corrupt the framebuffer mode to work around MacBook wackiness. Work around more MacBook wackiness. GeForce 8600M GT. G80: Add a dithering property and corresponding config file option. More GeForce 8 series mobile

[ANNOUNCE] xf86-video-nv 2.1.1

2007-07-02 Thread Aaron Plattner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aaron Plattner (3): Support configs with BAR1 total RAM 256 MB. GeForce 8400M G. Bump to 2.1.1. git tag: nv-2.1.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nv-2.1.1.tar.bz2 MD5