Re: how exactly does X11 work with virtual terminals?

2011-12-26 Thread James Strother
Awesome. That is exactly what I needed. Thanks! On Mon, Dec 19, 2011 at 6:01 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On 12/19/11 14:20, James Strother wrote: Quite honestly, I have only a basic understanding for what the virtual terminals are and how they work, so I am

Re: Looking for **PAID** help with calling XSendEvent correctly

2011-12-23 Thread Sam Spilsbury
On Thu, Dec 22, 2011 at 9:20 AM, Aryeh Friedman aryeh.fried...@gmail.com wrote: I have a Java program that calls the following code but somehow the events are not rebroadcasted... from my very limited knowledge of X (I have known C for years but never used it for GUI work) I highly suspect I

Re: Looking for **PAID** help with calling XSendEvent correctly

2011-12-23 Thread Aryeh Friedman
Thanks for the clue it was not exactly what you said but it gave me the right idea (namely instead of rebroadcasting I use normal method calling to make a callback in Java for the keystroke) On Fri, Dec 23, 2011 at 4:58 AM, Sam Spilsbury smspil...@gmail.com wrote: On Thu, Dec 22, 2011 at 9:20

Re: XInput: Atmel maXTouch Digitizer touch screen

2011-12-22 Thread Ben Bucksch
On 22.12.2011 07:41, Chase Douglas wrote: You can fiddle with the input class like you have been to resolve this. Add these lines to your input class: Driver evdev Option Mode Absolute I did this, but then the clicks by tapping don't work at all anymore. I.e. mouse cursor follows my finger,

Re: XInput: Atmel maXTouch Digitizer touch screen

2011-12-22 Thread Chase Douglas
On 12/22/2011 04:48 AM, Ben Bucksch wrote: On 22.12.2011 07:41, Chase Douglas wrote: You can fiddle with the input class like you have been to resolve this. Add these lines to your input class: Driver evdev Option Mode Absolute I did this, but then the clicks by tapping don't work at all

Re: XInput: Atmel maXTouch Digitizer touch screen

2011-12-21 Thread Peter Hutterer
On Wed, Dec 21, 2011 at 11:52:39PM +0100, Ben Bucksch wrote: I have unsuccessfully tried the whole day to configure the Atmel maXTouch Digitizer with USB ID 03eb:211c . This is a touch screen and does appear in X.org as input device. It is working rudimentary, but bad enough to be unusable.

Re: XInput: Atmel maXTouch Digitizer touch screen

2011-12-21 Thread Ben Bucksch
Hey Chase, thanks for your answer. On 22.12.2011 01:41, Chase Douglas wrote: A capture of the evdev events would be necessary to debug the issue. You can use evtest to do this. Done http://www.bucksch.org/xfer/1.evtest The beginning of the log is my finger moving across the screen, in all 4

Re: XInput: Atmel maXTouch Digitizer touch screen

2011-12-21 Thread Chase Douglas
On 12/21/2011 09:25 PM, Ben Bucksch wrote: Hey Chase, thanks for your answer. On 22.12.2011 01:41, Chase Douglas wrote: A capture of the evdev events would be necessary to debug the issue. You can use evtest to do this. Done http://www.bucksch.org/xfer/1.evtest Your driver is

Re: how exactly does X11 work with virtual terminals?

2011-12-19 Thread Alan Coopersmith
On 12/19/11 14:20, James Strother wrote: Quite honestly, I have only a basic understanding for what the virtual terminals are and how they work, so I am baffled as to how I would resolve this issue. Does Xorg really need a virtual terminal, or can I start it without one? Is there another way to

Re: xorg Digest, Vol 77, Issue 8

2011-12-18 Thread masoud javadieh
Hi everybody How can I find best resolution for L1752S LG monitor and make changes in xorg.conf. Is there any other solution? My fedora14 does not recognize the monitor. Thanks ___ xorg@lists.freedesktop.org: X.Org support Archives:

Re: help with xorg.conf

2011-12-15 Thread James Strother
Hi Alan, Thanks for the info, that fixed the first problem. I had assumed that Xorg was looking in the config dir listed in the Xorg log, which was obviously a poor assumption. Thanks again, James On Wed, Dec 14, 2011 at 8:11 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On

Re: help with xorg.conf

2011-12-14 Thread Alan Coopersmith
On 12/14/11 14:08, James Strother wrote: Problem 1: Unable to access config file at non-default location as non-root - This seems like an extremely simple problem, but I'm stumped. I have

Re: evdev input module and multiple X screen support

2011-12-12 Thread Curtis Rubel
Peter, I have been looking at this for a while and have not been able to get my system setup correctly as it is a rather complex setup. I have 4 monitors on this system. The first one is NOT a touch screen and is at 800X600, the other 3 are touch screens at 1280X1024, with the center of those

Re: evdev input module and multiple X screen support

2011-12-12 Thread Curtis Rubel
Peter, I did attempt to try setting the values to those I sent you below and when I touch any of the touch screens, my cursor still remains in the first monitor screen and I never see it move to any of the other 3 touch monitors. Is there something else I need to do other than set the xinput

Re: evdev input module and multiple X screen support

2011-12-12 Thread Peter Hutterer
On Mon, Dec 12, 2011 at 09:02:29AM -0500, Curtis Rubel wrote: Peter, I have been looking at this for a while and have not been able to get my system setup correctly as it is a rather complex setup. I have 4 monitors on this system. The first one is NOT a touch screen and is at 800X600,

Re: evdev input module and multiple X screen support

2011-12-12 Thread Curtis Rubel
Peter, What I am seeing when I run with the settings I sent you below, is that the cursor actually stays in the first monitor. However it appear to be scaled so that as I touch the other 3 touch screens the cursor will move further and further right until I am finally on my last touch screen

Re: evdev input module and multiple X screen support

2011-12-11 Thread Curtis Rubel
Thank you... I will take a look at the new info Regards Curtis Rubel Sent from my iPhone On Dec 9, 2011, at 23:37, Peter Hutterer peter.hutte...@who-t.net wrote: On Fri, Dec 09, 2011 at 12:47:10PM -0500, Curtis Rubel wrote: Hello xorg... Can someone tell me if multiple X screen support

Re: Good afternoon

2011-12-10 Thread walter harms
hi Samuel, i have never heard about virtual gl and it seems that this is more a problem of VirtualGL. i used google to found the mail below may be it can help you. http://www.mail-archive.com/virtualgl-users@lists.sourceforge.net/msg00023.html re, wh Am 09.12.2011 08:48, schrieb Samuel

Re: evdev input module and multiple X screen support

2011-12-09 Thread Peter Hutterer
On Fri, Dec 09, 2011 at 12:47:10PM -0500, Curtis Rubel wrote: Hello xorg... Can someone tell me if multiple X screen support is planned for the evdev input module? We have a number of multiple X screen systems here running Xorg using the older evtouch input library and from what I can see

Re: rRadeon 9000 + X.Org 1.11.2 + EnablePageFlip + opengl = crash

2011-12-07 Thread Michel Dänzer
On Die, 2011-12-06 at 17:44 -0500, Alex Deucher wrote: On Tue, Dec 6, 2011 at 5:04 PM, Giuliano Pochini poch...@shiny.it wrote: I also tried KMS. When EnablePageFlip is enabled glxgears renders nothing and X freezes immediately except the mouse pointer. After a few second the screen

Re: Question about pixman,x11perf and xserver

2011-12-06 Thread Adam Jackson
On 12/5/11 6:39 AM, 杨帅 wrote: 1.I recompile the pixman with enable-neon,but when I use the x11perf for testing ,I can‘t see the significant difference between the pixman with neon and pixman without neon.That's why? Presumably because you're not hitting a neon-accelerated path. You've not

Re: rRadeon 9000 + X.Org 1.11.2 + EnablePageFlip + opengl = crash

2011-12-06 Thread Giuliano Pochini
On Tue, 6 Dec 2011 08:46:41 + Dave Airlie airl...@gmail.com wrote: On Mon, Dec 5, 2011 at 8:41 PM, Giuliano Pochini poch...@shiny.it wrote: First, my config: :00:10.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 If [Radeon 9000] (rev 01) Linux Jay 3.1.0 #3

Re: 8k resolution video causes X Error

2011-12-05 Thread Donald McLachlan
On 05/12/2011 2:03 AM, Maarten Maathuis wrote: On Sun, Dec 4, 2011 at 6:11 PM, Donald McLachlan donald.mclach...@crc.ca wrote: Hi, I don't know where to start to resolve this problem and guessed maybe this is a good place to start. If not, please point me in the right direction. Our

Re: 8k resolution video causes X Error

2011-12-05 Thread Donald McLachlan
On 05/12/2011 9:38 AM, Donald McLachlan wrote: On 05/12/2011 2:03 AM, Maarten Maathuis wrote: On Sun, Dec 4, 2011 at 6:11 PM, Donald McLachlan donald.mclach...@crc.ca wrote: Hi, I don't know where to start to resolve this problem and guessed maybe this is a good place to start. If not,

Re: Question about pixman,x11perf and xserver

2011-12-05 Thread Peter Harris
On 2011-12-05 06:39, 杨帅 wrote: 1.I recompile the pixman with enable-neon,but when I use the x11perf for testing ,I can‘t see the significant difference between the pixman with neon and pixman without neon.That's why? x11perf is an older test suite, and mostly only tests core graphics. Only

Re: 8k resolution video causes X Error

2011-12-05 Thread Alan Cox
/usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 180.902] (II) Module nvidia: vendor=NVIDIA Corporation [ 180.902] compiled for 4.0.2, module version = 1.0.0 [ 180.902] Module class: X.Org Video Driver [ 180.902] (II) NVIDIA dlloader X Driver 285.05.09 Fri

Re: 8k resolution video causes X Error

2011-12-04 Thread Maarten Maathuis
On Sun, Dec 4, 2011 at 6:11 PM, Donald McLachlan donald.mclach...@crc.ca wrote: Hi, I don't know where to start to resolve this problem and guessed maybe this is a good place to start. If not, please point me in the right direction. Our ultimate goal is to stream 8k resolution video using

Re: [Xcb] [admin] X.Org list configuration change

2011-12-03 Thread Josh Triplett
[Dropping the CCs to announce and commit lists.] On Fri, Dec 02, 2011 at 06:19:44PM +, Daniel Stone wrote: Hi all, To clean things up a bit, we will be moving the following lists from lists.freedesktop.org to lists.x.org on Tuesday afternoon European time: xorg@lists.freedesktop.org

Re: [Xcb] [admin] X.Org list configuration change

2011-12-02 Thread Daniel Stone
Hi, On 2 December 2011 18:34, Josh Triplett j...@joshtriplett.org wrote: On Fri, Dec 02, 2011 at 06:19:44PM +, Daniel Stone wrote: Hi all, To clean things up a bit, we will be moving the following lists from lists.freedesktop.org to lists.x.org on Tuesday afternoon European time: [...]

Re: EXA performance problem

2011-11-28 Thread Christoph Bartoschek
Am 28.11.2011 07:43, schrieb Maarten Maathuis: ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: madman2...@gmail.com

Re: Disabling EXA

2011-11-28 Thread Alex Deucher
On Sat, Nov 26, 2011 at 10:33 AM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Hi, how can I disable EXA and use XAA? I am on opensuse and added the following section to /etc/X11/xorg.conf.d/50-device.conf: Section Device  Option AccelMethod xaa  Identifier Default Device

Re: hdmi output not detected by xrandr

2011-11-28 Thread sashan
On Tue Nov 29 00:00:34 2011, sashan wrote: On Sun Nov 27 18:51:03 2011, sashan wrote: On Sat Nov 26 22:13:49 2011, Keith Packard wrote: On Sun, 27 Nov 2011 16:01:52 +1100, sashan sas...@zenskg.net wrote: Hi I'm trying to figure out why the external hdmi output on my laptop

Re: EXA performance problem

2011-11-28 Thread Christoph Bartoschek
Am 28.11.2011 10:35, schrieb Christoph Bartoschek: Now one has to look at (*pGC-ops-PolyRectangle)(pDrawable, pGC, nRects, pRects); Here is what I see so far: - damagePolyRectangle is called for 2044 rectangles. - the damage region is computed it consists of about 1000 rectangles each

Re: [ANNOUNCE] xf86-video-ati 6.14.3

2011-11-28 Thread samuel
snip      * vdpau/XvMC support (currently only available for = R3xx via        Gallium3D). /snip How can i test this? Do I need to configure something? Is there a way to check if this works? Hardware: fusion e350 in lenovo x121e ___

Re: EXA performance problem

2011-11-28 Thread Maarten Maathuis
On Mon, Nov 28, 2011 at 4:49 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Am 28.11.2011 10:35, schrieb Christoph Bartoschek: Now one has to look at (*pGC-ops-PolyRectangle)(pDrawable, pGC, nRects, pRects); Here is what I see so far: - damagePolyRectangle is called for 2044

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Peter Hutterer
On Sun, Nov 20, 2011 at 03:20:11PM -0800, Keith Packard wrote: We discussed doing regular releases from master, and Jeremy suggested (sensibly) that we just do them whenever there's a stable release. I completely spaced that plan, nor was I looking at the Google X.org calendar. In any

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Peter Hutterer
On Sun, Nov 27, 2011 at 07:29:53PM -0800, Keith Packard wrote: On Mon, 28 Nov 2011 11:39:31 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: We probably won't get X Input 2.2 done if the release is moved forward to Feb 8th. What's the date for the merge window end? If we followed

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Keith Packard
On Mon, 28 Nov 2011 13:36:35 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Nov 27, 2011 at 07:29:53PM -0800, Keith Packard wrote: On Mon, 28 Nov 2011 11:39:31 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: We probably won't get X Input 2.2 done if the release is

Re: EXA performance problem

2011-11-27 Thread Maarten Maathuis
On Sun, Nov 27, 2011 at 3:55 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Hi, I still have a huge performance problem with Xorg. One application that painted 2 Mio rectangles on the screen within a second or so with XFree86 needs about a minute with Xorg. Most of the time is

Re: EXA performance problem

2011-11-27 Thread Chris Wilson
On Sun, 27 Nov 2011 15:55:12 +0100, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Hi, I still have a huge performance problem with Xorg. One application that painted 2 Mio rectangles on the screen within a second or so with XFree86 needs about a minute with Xorg. The easiest way

Re: EXA performance problem

2011-11-27 Thread Christoph Bartoschek
Am 27.11.2011 16:13, schrieb Maarten Maathuis: On Sun, Nov 27, 2011 at 3:55 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Hi, I still have a huge performance problem with Xorg. One application that painted 2 Mio rectangles on the screen within a second or so with XFree86 needs

Re: EXA performance problem

2011-11-27 Thread Maarten Maathuis
On Sun, Nov 27, 2011 at 9:40 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: Am 27.11.2011 16:13, schrieb Maarten Maathuis: On Sun, Nov 27, 2011 at 3:55 PM, Christoph Bartoschek bartosc...@or.uni-bonn.de  wrote: Hi, I still have a huge performance problem with Xorg. One

Re: What will happen when the X server doesn't support XKB(XKEYBOARD)

2011-11-27 Thread Peter Hutterer
On Mon, Nov 21, 2011 at 07:35:21PM +0800, Adam Q wrote: There is a X server for win32 which doesn't support XKB extension(I know it's unbelievable). There is something strange when I try to use the gnome-keyboard-properties and system-config-keyboard to change the X server's keyboard

Re: EXA performance problem

2011-11-27 Thread Christoph Bartoschek
I have new information. I am no longer sure whether it is a problem with EXA. I have a testcase that currently takes 90 seconds to draw all rectangles. I see that in damage.c two functions are mainly used: damagePolyRectangle damagePolyFillRectangle The first function calls for each given

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Keith Packard
On Mon, 28 Nov 2011 11:39:31 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: We probably won't get X Input 2.2 done if the release is moved forward to Feb 8th. What's the date for the merge window end? If we followed the 1.11 schedule, the non-critical bug window would close three weeks

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Peter Hutterer
On Sun, Nov 27, 2011 at 07:29:53PM -0800, Keith Packard wrote: On Mon, 28 Nov 2011 11:39:31 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: We probably won't get X Input 2.2 done if the release is moved forward to Feb 8th. What's the date for the merge window end? If we followed

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Keith Packard
On Mon, 28 Nov 2011 13:36:35 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Nov 27, 2011 at 07:29:53PM -0800, Keith Packard wrote: On Mon, 28 Nov 2011 11:39:31 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: We probably won't get X Input 2.2 done if the release is

Re: EXA performance problem

2011-11-27 Thread Maarten Maathuis
On Mon, Nov 28, 2011 at 2:41 AM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: I have new information. I am no longer sure whether it is a problem with EXA. I have a testcase that currently takes 90 seconds to draw all rectangles. I see that in damage.c two functions are mainly used:

Re: EXA performance problem

2011-11-27 Thread Maarten Maathuis
On Mon, Nov 28, 2011 at 7:43 AM, Maarten Maathuis madman2...@gmail.com wrote: On Mon, Nov 28, 2011 at 2:41 AM, Christoph Bartoschek bartosc...@or.uni-bonn.de wrote: I have new information. I am no longer sure whether it is a problem with EXA. I have a testcase that currently takes 90 seconds

Re: hdmi output not detected by xrandr

2011-11-26 Thread Keith Packard
On Sun, 27 Nov 2011 16:01:52 +1100, sashan sas...@zenskg.net wrote: Hi I'm trying to figure out why the external hdmi output on my laptop doesn't work but am not sure where the problem is or if this is the right mailing list. I'd bet money that the hdmi connector is only hooked up to the

Re: hdmi output not detected by xrandr

2011-11-26 Thread sashan
On Sat Nov 26 22:13:49 2011, Keith Packard wrote: On Sun, 27 Nov 2011 16:01:52 +1100, sashan sas...@zenskg.net wrote: Hi I'm trying to figure out why the external hdmi output on my laptop doesn't work but am not sure where the problem is or if this is the right mailing list. I'd

Re: Cannot setup dual monitors

2011-11-24 Thread Githin Alapatt
Sorry! I got that to work. I had not installed mesa-utils. This seemed to solve this problem. However, my graphics is quite slow. Text scrolls slowly in Iceweasel. I checked glxgears and got only 400fps in windowed view and about 50fps in full screen. All this time, my processor utilzation is

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

2011-11-23 Thread Anatolii Ivashyna
...@freedesktop.org Subject: Re: The PCI device 0x10de087d (ION) at 02@00:00:0 has a kernel module claiming it. 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

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

2011-11-23 Thread Corbin Simpson
On Wed, Nov 23, 2011 at 4:48 AM, Anatolii Ivashyna t...@aurora.com.ua wrote: Thanks for reply, as you told there is nouveau driver block my driver. Is this possible to unload it? All the best, Anatolii Ivashyna Is it not possible to just use the nouveau driver instead of nv? nv is pretty

Re: Failed to compile keymap using ptxdist

2011-11-22 Thread Wingston Sharon
thing is i cant find xkbcomp in menuconfig or kernelconfig.. i searched through.. is there an easy way to identify where the packages menu entry would be? [Wilson Wingston Sharon] On Mon, Nov 21, 2011 at 1:30 PM, Dirk Wallenstein hals...@t-online.de wrote: On Fri, Nov 18, 2011 at 02:09:17PM

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: Failed to compile keymap using ptxdist

2011-11-21 Thread Dirk Wallenstein
On Fri, Nov 18, 2011 at 02:09:17PM +0530, Wingston Sharon wrote:  I'm using the pengutronix ptxdist BSP for the mini2440 and i wanted to set up an xwindow system. but got this error.. when trying to start Xorg.. i have enabled anxkeymap entry in menuconfig but i cant find a keymap   entry in

Re: Failed to compile keymap using ptxdist

2011-11-21 Thread Dirk Wallenstein
On Mon, Nov 21, 2011 at 01:43:05PM +0530, Wingston Sharon wrote: thing is i cant find xkbcomp in menuconfig or kernelconfig.. i searched through.. is there an easy way to identify where the packages menu entry would be? [Wilson Wingston Sharon] Sorry, I don't know pengutronix ptxdist BSP.

Re: Problem: After exiting X-intel, console command line wraps around

2011-11-21 Thread Dan Nicholson
On Nov 19, 2011 9:45 PM, al...@verizon.net wrote: Hello, System: (B)LFS, i686-pc-linux-gnu, kernel-3.1.0, Udev-173, Xorg-7.6 xorg-server-1.11.2 xf86-video-intel-2.17.0 xf86-input-keyboard-1.6.0 (not used - for reference) xf86-input-mouse-1.7.1(not used - for reference)

Re: Is there any client program which can test what extension the server support?

2011-11-17 Thread Tormod Volden
On Thu, Nov 17, 2011 at 1:36 PM, Adam Q wrote: Sorry for disturbing everyone. May someone tell me is there any client program that can test what extension the X server supports? xdpyinfo Regards, Tormod ___ xorg@lists.freedesktop.org: X.Org support

Re: Third level chooser dysfunct in untrusted clients

2011-11-17 Thread Lasse Kliemann
* Message by -Andreas Wettstein- from Mon 2011-11-14: When I try to load the layout via setxkbmap from the untrusted client, it says that the XKB extension is not available. You could try the pre-XKB way and use an additional group instead of an additional level. xmodmap is easier to use

Re: No action for keyboard on YOCTO

2011-11-16 Thread Xiaofeng Yan
On 2011年11月17日 13:07, Xiaofeng Yan wrote: Hi all, I had a trouble with no action for keyboard when running command Xfbdev on qemuarm and OS is yocto, the version is 1.4.4 The version of xserver is 1.11.1, not 1.4.4 The detailed steps are follow: $Xfbdev :0 -keybd keyboard -mouse tslib

Re: Third level chooser dysfunct in untrusted clients

2011-11-15 Thread Andreas Wettstein
When I try to load the layout via setxkbmap from the untrusted client, it says that the XKB extension is not available. You could try the pre-XKB way and use an additional group instead of an additional level. xmodmap is easier to use for this than setxkbmap: keysym q = q Q slash

Re: Strange problem that might be a hardware malfunction.[Follow up]

2011-11-12 Thread James Richard Tyrer
On 11/10/2011 09:34 PM, James Richard Tyrer wrote: I had a Radeon 9200 video card which I used for some time. For apparently no reason, it started showing vertical Magenta stripes that are in the frame buffer since they also showed up in a screen shot: http://on.fb.me/sGUVX3 I have a lot of

Re: Strange problem that might be a hardware malfunction.

2011-11-11 Thread Michel Dänzer
On Fre, 2011-11-11 at 04:00 -0700, James Richard Tyrer wrote: On 11/11/2011 03:07 AM, Michel Dänzer wrote: On Don, 2011-11-10 at 21:34 -0700, James Richard Tyrer wrote: I am using the radeon driver: xf86-video-ati-6.12.4 and Linux 3.0.4 with X.Org 1.7.1. All 32 bit. Please provide the

Re: your mail

2011-11-10 Thread Peter Hutterer
On Thu, Nov 10, 2011 at 09:06:10AM -0800, Sebastian Glita wrote: Hello, Had 48 hours with no mouse movement since commit b450efdf95999cad08de23ce069f04a66bdae24b to xorg/driver/xf86-input-evdev Seems below #endif went one line too far: @@ -1136,10 +1141,12 @@

Re: [ANNOUNCE] libXi 1.4.99.1

2011-11-09 Thread Russell Shaw
On 09/11/11 12:16, Peter Hutterer wrote: A month late but I just noticed that I never sent an announcement out for this. libXi is the first snapshot for XI 2.1 support. At this point I consider it unlikely that any major protocol changes will happen to the smooth scrolling support. If you're

Re: [ANNOUNCE] libXi 1.4.99.1

2011-11-09 Thread Peter Hutterer
On Wed, Nov 09, 2011 at 07:24:08PM +1100, Russell Shaw wrote: On 09/11/11 12:16, Peter Hutterer wrote: A month late but I just noticed that I never sent an announcement out for this. libXi is the first snapshot for XI 2.1 support. At this point I consider it unlikely that any major protocol

Re: savage2 with free radeon drivers on AMD Radeon 6850

2011-11-07 Thread Sven Arvidsson
On Sat, 2011-11-05 at 19:30 -0500, Alexey I Korepanov wrote: Hello. I found Savage2 in Supported Program List for Free Radeon Drivers ( http://www.x.org/wiki/RadeonProgram ), it has with platinum rating on Northern Islands. I wonder how I make it run on my Radeon 6850. My attempts fail:

Re: rotate display

2011-11-04 Thread Neil Whelchel
This has been a major thorn in my side with Nvidia. Their driver does not support rotating a single display, it is all or nothing. The work-around is to use Xinerama. I have included the related parts of my config file, monitor 0 is normal and monitors 1 and 2 are rotated. As far as I can tell,

Re: Simulating a mouse click

2011-11-04 Thread Markus Kramer
Thanks for the help. I was able to fix this now by setting the time member correctly. I had it set to CurrentTime before, but that didn't fix it. Cheers, Markus On 03.11.2011 00:34, Peter Hutterer wrote: On Wed, Nov 02, 2011 at 03:27:42PM +0100, Markus Kramer wrote: Hi, I'm attempting to

Re: xrender issue

2011-11-04 Thread Chris Wilson
On Fri, 04 Nov 2011 11:26:07 +0100, Hans-Peter Budek peter.bu...@gmx.de wrote: Hi, if I set an alpha-map to a destination picture via XRenderChangePicture(s-Dpy, Dest, CPAlphaMap, Att) ; the following XRenderComposite() call crash my X-server: Backtrace: [ 9911.289] 0: /usr/X11R6/bin/X

Re: xrender issue

2011-11-04 Thread Chris Wilson
On Fri, 04 Nov 2011 15:11:28 +0100, Hans-Peter Budek peter.bu...@gmx.de wrote: Chris Wilson wrote: Do you mind describing you use-case for alphamaps and could you create a little benchmark for your workload? -Chris I´am programming a animated crossfade from one window to

Re: xrender issue

2011-11-04 Thread Hans-Peter Budek
Chris Wilson wrote: Do you mind describing you use-case for alphamaps and could you create a little benchmark for your workload? -Chris I´am programming a animated crossfade from one window to another. Both windows are not created by my application. The content of both windows is

Re: xrender issue

2011-11-04 Thread Hans-Peter Budek
Hi, So what I think you want to achieve is: dst = a * srcA + (1-a) * srcB yes, that's my intension which can be acheived (and hitting the accelerated paths) with: Picture a = XRenderCreateSolidFill(dpy, (XRenderColor){.alpha = 0x * Fade}); Picture ia =

Re: XRandR EDID missed with Cedar on LVDS

2011-11-02 Thread Alex Deucher
On Wed, Nov 2, 2011 at 5:03 PM, Kai-Uwe Behrmann k...@gmx.de wrote: While testing a ATI Cedar equiped laptop I could not get the EDID for the interal LVDS in user space. I tried xrandr and xcmddc with no results. But the /var/log/Xorg.0.log showed that EDID was detected and hwinfo gives the

Re: XRandR EDID missed with Cedar on LVDS

2011-11-02 Thread Kai-Uwe Behrmann
Am 02.11.11, 17:41 -0400 schrieb Alex Deucher: On Wed, Nov 2, 2011 at 5:03 PM, Kai-Uwe Behrmann k...@gmx.de wrote: While testing a ATI Cedar equiped laptop I could not get the EDID for the interal LVDS in user space. I tried xrandr and xcmddc with no results. But the /var/log/Xorg.0.log showed

Re: XRandR EDID missed with Cedar on LVDS

2011-11-02 Thread Alex Deucher
On Wed, Nov 2, 2011 at 6:34 PM, Kai-Uwe Behrmann k...@gmx.de wrote: Am 02.11.11, 17:41 -0400 schrieb Alex Deucher: On Wed, Nov 2, 2011 at 5:03 PM, Kai-Uwe Behrmann k...@gmx.de wrote: While testing a ATI Cedar equiped laptop I could not get the EDID for the interal LVDS in user space. I tried

Re: Simulating a mouse click

2011-11-02 Thread Peter Hutterer
On Wed, Nov 02, 2011 at 03:27:42PM +0100, Markus Kramer wrote: Hi, I'm attempting to use xlib to simulate a series of mouse clicks in an application (gedit). I found some posts that describe how to do this and it essentially works. I can do left clicks on buttons and so on. But if I generate

Re: x crash and auto log me out

2011-11-01 Thread walter harms
Hi Di Zhang, thx for the report but please be more verbose with your bugreport and give the developer a chance to recreate the circumstances where the bug shows up. E.g. What version of xserver are you running ? (F16=Fedora 16 Beta ?) What graphiccard you are using ? When exactly does it happen ?

Re: x crash and auto log me out

2011-11-01 Thread Julien Cristau
On Tue, Nov 1, 2011 at 09:17:58 +0800, Di Zhang wrote: Hello everyone: X crash and automatic log me out always happen in my F16 beta, can you give me some help to solve this problem, because this problem makes me lose a lot of work. Below is the error log in the Xorg.o.log.old file:

Re: keyboard mapping error

2011-10-30 Thread Dwijadas Dey
Hi All I have downgraded xorg 1.7.99.2 to 1.7.7 and the first warning about kbd driver has gone (WW) module ABI major version (7) doesn't match the server's version (8) and xorg log is now . . (**) Option CoreKeyboard (**) Keyboard0: always reports core events (**)

Re: xorg open driver and ati card Radeon 9200 agp

2011-10-30 Thread Simon Thum
Hi Valter, I had this problem long ago with a very similar configuration. It vanished when Alex Deucher modified some details (like rounding) in the Radeon mode setting/calculation code. I don't know about the details, but maybe you can copy the modeline generated by the proprietary driver and

Re: No screens found on intel sandy bridge / centos 5.7 / kernel 2.6.39

2011-10-29 Thread Dwijadas Dey
Hi Solved the problem, i had compiled kernel 2.6.39 without drm support earlier, now compiled again with drm intel support i got the screen. Thanks On 10/27/11, Tino Keitel tino.keitel+x...@tikei.de wrote: On Tue, Oct 25, 2011 at 13:56:56 +0530, Dwijadas Dey wrote: Hi After

RE: Intel 845GME with newer xorg

2011-10-28 Thread ??
Hi all! I'm now trying Running xorg-server on arm6(S3C6410), my xorg.log is attached, why can't find /dev/fb0 ? BR -Original Message- From: xorg-bounces+anf=siso.edu...@lists.freedesktop.org on behalf of jarek Sent: Thu 10/27/2011 10:36 PM To: xorg@lists.freedesktop.org Subject:

Re: Missing events sometimes

2011-10-28 Thread Olivier Fourdan
Hi Peter, On Fri, Oct 28, 2011 at 12:44 AM, Peter Hutterer peter.hutte...@who-t.net wrote: [...] I'm not sure on the actual code but there's a race condition for both - if the release event happens before the server receives/processes the GrabKey/Pointer request you may drop the event on the

Re: No screens found on intel sandy bridge / centos 5.7 / kernel 2.6.39

2011-10-27 Thread Tino Keitel
On Tue, Oct 25, 2011 at 13:56:56 +0530, Dwijadas Dey wrote: Hi After successfully compiling and installing xorg-server-1.7.7, xf86-video-intel-2.13.903 when i run startx -- /opt/xorg/bin/Xorg -verbose i got Fatal server error: no screens found. [...] (II) intel: Driver for Intel

Re: Missing events sometimes

2011-10-27 Thread Peter Hutterer
On Tue, Oct 25, 2011 at 10:16:17AM +0200, Olivier Fourdan wrote: I have been facing a bug in the xfce [1] window manager xfwm4 [2], for a very long time, no doubt the fault is with my code yet I fail to find the fix. Sometimes, when the system is heavily loaded and/or swapping intensively,

Re: [v2 PATCH] libpciaccess: close mtrr fd on pci_cleanup

2011-10-25 Thread Jeremy Huddleston
Thanks, I reviewed and pushed this with a small modification. --Jeremy On Oct 24, 2011, at 12:15 PM, Nithin Nayak Sujir wrote: Since the fd is not closed, calling pci_system_init and pci_system_cleanup more than 1024 times results in too many files open error. v2: Modified the patch to

Re: libpciaccess

2011-10-24 Thread Dwijadas Dey
suggestion/time Dwdy On 10/22/11, walter harms wha...@bfs.de wrote: undefined reference to means there is an object file or library missing in the final stage of linking. re, wh Am 22.10.2011 16:13, schrieb Dwijadas Dey: Hi list Able to solve the problem ( http

Re: remapping XInput axes

2011-10-24 Thread Tamas Papp
On Mon, 24 Oct 2011, Peter Hutterer wrote: On Fri, Oct 21, 2011 at 02:45:06PM +0200, Tamas Papp wrote: Hi, I just purchased an Intellipen Pro digital pen. It shows up fine in xinput list: [...] and button events are detected, but the cursor doesn't move. xinput test reveals

Re: [PATCH] libpciaccess: close mtrr fd on pci_cleanup

2011-10-24 Thread Jeremy Huddleston
While possibly safe in practice, this doesn't look like the correct fix. It is possible that this will result in a close(0) if HAVE_MTRR is defined and mtrr_fd was just never set. HAVE_MTRR is defined if asm/mtrr.h exists. mtrr_fd is set if HAVE_MTRR is defined and linux_sysfs is used.

Re: [PATCH] libpciaccess: close mtrr fd on pci_cleanup

2011-10-24 Thread Jeremy Huddleston
The module which opens the fd should be the same module that closes it. Letting that cross between the common/specific boundary seems problematic. I'd prefer to see a new hook added for implementation-specific cleanup, and the close() live in linux_sysfs.c itself. That will allow for better

Re: Monitor doesn't display anything. EDID trouble ?

2011-10-24 Thread Alex Deucher
On Mon, Oct 24, 2011 at 3:01 PM, Xavier Bestel xavier.bes...@free.fr wrote: Hi, I know it may be off-topic, but the experience is there. I've just bought a used 30 monitor (HP ZR30w), and it doesn't display anything, even at BIOS time. The backlight is on, but I see nothing except a faint

Re: Monitor doesn't display anything. EDID trouble ?

2011-10-24 Thread Alex Deucher
On Mon, Oct 24, 2011 at 4:49 PM, Xavier Bestel xavier.bes...@free.fr wrote: Le lundi 24 octobre 2011 à 15:16 -0400, Alex Deucher a écrit : On Mon, Oct 24, 2011 at 3:01 PM, Xavier Bestel xavier.bes...@free.fr wrote: Hi, I know it may be off-topic, but the experience is there. I've just

Re: Monitor doesn't display anything. EDID trouble ?

2011-10-24 Thread Xavier Bestel
Le lundi 24 octobre 2011 à 16:53 -0400, Alex Deucher a écrit : On Mon, Oct 24, 2011 at 4:49 PM, Xavier Bestel xavier.bes...@free.fr wrote: Le lundi 24 octobre 2011 à 15:16 -0400, Alex Deucher a écrit : On Mon, Oct 24, 2011 at 3:01 PM, Xavier Bestel xavier.bes...@free.fr wrote: Hi,

Re: Monitor doesn't display anything. EDID trouble ?

2011-10-24 Thread Alex Deucher
On Mon, Oct 24, 2011 at 5:03 PM, Xavier Bestel xavier.bes...@free.fr wrote: Le lundi 24 octobre 2011 à 15:16 -0400, Alex Deucher a écrit : On Mon, Oct 24, 2011 at 3:01 PM, Xavier Bestel xavier.bes...@free.fr wrote: Hi, I know it may be off-topic, but the experience is there. I've just

Re: remapping XInput axes

2011-10-24 Thread Peter Hutterer
On Mon, Oct 24, 2011 at 01:59:50PM +0200, Tamas Papp wrote: On Mon, 24 Oct 2011, Peter Hutterer wrote: On Fri, Oct 21, 2011 at 02:45:06PM +0200, Tamas Papp wrote: Hi, I just purchased an Intellipen Pro digital pen. It shows up fine in xinput list: [...] and button

Re: xf86-video-intel-2.14.0 compilation error

2011-10-24 Thread Sérgio Basto
On Mon, 2011-10-24 at 22:23 +0530, Dwijadas Dey wrote: Hi I have compiled and installed xorg-server-1.7.99.2 and now i am trying to compile xf86-video-intel-2.14.0 on centos 5.7 [kernel 2.6.39] using the following configure command Most of time what you have in system should be good

Re: [PATCH] libpciaccess: close mtrr fd on pci_cleanup

2011-10-24 Thread Nithin Sujir
On 10/24/2011 09:51 AM, Jeremy Huddleston wrote: While possibly safe in practice, this doesn't look like the correct fix. It is possible that this will result in a close(0) if HAVE_MTRR is defined and mtrr_fd was just never set. HAVE_MTRR is defined ifasm/mtrr.h exists. mtrr_fd is set if

  1   2   3   4   5   6   7   8   9   10   >