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

2011-10-24 Thread Nithin Sujir
On 10/24/2011 10:49 AM, Jeremy Huddleston wrote: 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

Re: remapping XInput axes

2011-10-23 Thread Tamas Papp
On Fri, 21 Oct 2011, Tamas Papp wrote: and button events are detected, but the cursor doesn't move. xinput test reveals that the X and Y axes are a[2] and a[3]: $ xinput test 21 # (excerpt) motion a[0]=1130 a[1]=525 a[2]=946 a[3]=0 a[4]=0 a[5]=0 motion a[6]=0 a[7]=0 a[8]=0 a[9]=0 a[10]=0

Re: remapping XInput axes

2011-10-23 Thread Peter Hutterer
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 that the X and Y axes are a[2] and a[3]: [...]

Re: Anyone using a large panning desktop

2011-10-22 Thread walt
On 10/14/2011 02:29 PM, Harry Putnam wrote: Is anyone here running a large panning (pannable) desktop. If so would you mind posting your combination of hardware and X related settings and versions? I saw your questions about broken panning in another mailing list, so I tried adding Virtual

Re: libpciaccess

2011-10-22 Thread walter harms
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://lists.freedesktop.org/archives/xorg/2011-October/053700.html )related

Re: Compositing issues with 30-bit RGB visuals

2011-10-19 Thread Kai-Uwe Behrmann
Am 18.10.11, 20:10 -0700 schrieb Pierre-Loup A. Griffais: On 10/17/2011 11:41 PM, Kai-Uwe Behrmann wrote: I am not sure where to start and seek for input on a problem with KWin and Compiz. They show very similiar wrong rendering of borders, shadows and the logout screens. In compiz is a RGBA

Re: Compositing issues with 30-bit RGB visuals

2011-10-19 Thread Pierre-Loup A. Griffais
On 10/19/2011 12:24 AM, Kai-Uwe Behrmann wrote: Am 18.10.11, 20:10 -0700 schrieb Pierre-Loup A. Griffais: On 10/17/2011 11:41 PM, Kai-Uwe Behrmann wrote: I am not sure where to start and seek for input on a problem with KWin and Compiz. They show very similiar wrong rendering of borders,

Re: (EE) [drm] drmOpen failed

2011-10-19 Thread courten
Just a try Remove /etc/x11/xorg.conf Start x without xorg.conf Then post your logfile jh_wang2004 jh_wang2...@163.com Wed Oct 19 11:29:14 CEST 2011 xorg@lists.freedesktop.org (EE) [drm] drmOpen failed Forwarding messages From: jh_wang2004 jh_wang2...@163.com Date:

Re: X11 3.2.2.3 doesn't close with Quest vWorkspace

2011-10-19 Thread Simon Farnsworth
On Tuesday 18 October 2011, Christopher Smoot ch...@cxp.com wrote: X11 3.2.2.3 doesn't close with Quest vWorkspace. When we try to logging back into a VDI using vWorkspace, it will not open because X11 is already open and does not switch to the VDI. If I manually close X11 I can log back into

Re: How to enable the X Render extension?

2011-10-19 Thread Thomas Lübking
Am Wed, 19 Oct 2011 11:52:23 +0800 schrieb zhouzy zho...@fjyxd.com: I want to install aMule,it depends wxwidgets,gtk2. My os is rhel5.1,too old.so I need reinstalled the X11R6.9.0-src.tar.bz2.It works now. But when I built wxwidgets,I got two errors: [...] It means my X11R6 does not enable

Re: libxrandr code examples

2011-10-19 Thread walter harms
Did you look at the randr programm source ? re, wh Am 19.10.2011 16:28, schrieb Dirk De Becker: Hi all, I hope this is the right list for this question. I am looking for a good tutorial on how to use libxrandr from another program. What I want to do, is for example enabling/disabling

Re: libxrandr code examples

2011-10-19 Thread Dirk De Becker
Yes I did. However, I was hoping to find some tutorial that has a little bit more elaborate explanation about the concepts that are used withing libXrandr. Regards, Dirk On 10/19/2011 05:09 PM, walter harms wrote: Did you look at the randr programm source ? re, wh Am 19.10.2011 16:28

Fwd: RE: X11 3.2.2.3 doesn't close with Quest vWorkspace

2011-10-19 Thread Simon Farnsworth
, Christopher www.Expetec.com www.CxP.com -Original Message- From: Simon Farnsworth [mailto:simon.farnswo...@onelan.co.uk] Sent: Wednesday, October 19, 2011 6:39 AM To: xorg@lists.freedesktop.org Cc: Christopher Smoot; x...@freedesktop.org Subject: Re: X11 3.2.2.3 doesn't close

Re: [PATCH xserver] composite: Update borderClip in compAllocPixmap()

2011-10-19 Thread Ville Syrjälä
On Tue, Oct 18, 2011 at 10:07:29AM +0200, Clemens Eisserer wrote: Thanks a lot for fixing this bug :) You're welcome. And thanks for writing the test case. It was a very good starting point to tracking the problem down. BTW I also added a test for this bug to my test tool

Re: (EE) [drm] drmOpen failed

2011-10-19 Thread Matt Turner
On Wed, Oct 19, 2011 at 5:29 AM, jh_wang2004 jh_wang2...@163.com wrote:     I use ubuntu9.04, my video card is intel G41. in the xorg.0.log X.Org X Server 1.6.0 Release Date: 2009-2-25 (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor=X.Org Foundation   

Re: libxrandr code examples

2011-10-19 Thread Matt Turner
On Wed, Oct 19, 2011 at 11:13 AM, Dirk De Becker dirk.debecker.n...@gmail.com wrote: Yes I did. However, I was hoping to find some tutorial that has a little bit more elaborate explanation about the concepts that are used withing libXrandr. Regards, Dirk xrandr was the only example I could

Re: Compositing issues with 30-bit RGB visuals

2011-10-18 Thread Pierre-Loup A. Griffais
On 10/17/2011 11:41 PM, Kai-Uwe Behrmann wrote: I am not sure where to start and seek for input on a problem with KWin and Compiz. They show very similiar wrong rendering of borders, shadows and the logout screens. In compiz is a RGBA buffer used to contruct window borders and shadows: /* all

Re: Problem with Intel emgd (GMA500)

2011-10-17 Thread Éric Piel
Op 10-10-11 14:52, Alan Cox schreef: xrandr: Failed to get size of gamma for output default xrandr: screen cannot be larger that 640x480 (desired size 800x600) xrandr: Configure crtc 0 failed xrandr won't allow you to change modes on the fbdev interface. The libdrm tools will if it detected

Re: Xrandr and Nouveau

2011-10-16 Thread Harry Putnam
Krzysztof Halasa k...@pm.waw.pl writes: [...] I don't know if my desktops are large though :-) Hehe... thats true... it could be 5 feet or more wide by todays' standards. Of course I meant larger than you're actual monitor real estate (as you know).

Re: Xrandr and Nouveau

2011-10-16 Thread Harry Putnam
Krzysztof Halasa k...@pm.waw.pl writes: I do, using nouveau (there were driver bugs in such config, I had to use vertical X Y equal to xrandr X Y), radeons (work fine except the cursor sometimes behaves interestingly near the physical border) and intels (probably same cursor oddities?). I'm

Re: Xrandr and Nouveau

2011-10-15 Thread Harry Putnam
Krzysztof Halasa k...@pm.waw.pl writes: Harry Putnam rea...@newsguy.com writes: xrandr --output DVI-I-1 --mode 1440x900 --panning 1680x1050 Appear to grow the screen real estate quite dramatically, as judged by a portrait image I use for background, growing quite noticeably and the panel

Re: Xrandr and Nouveau

2011-10-15 Thread Krzysztof Halasa
Harry Putnam rea...@newsguy.com writes: May I ask if you personally use a large panning desktop? I do, using nouveau (there were driver bugs in such config, I had to use vertical X Y equal to xrandr X Y), radeons (work fine except the cursor sometimes behaves interestingly near the physical

Re: XPutImage stops returning to caller

2011-10-15 Thread walter harms
with getting my application to link to libX11-6-dbg would also be appreciated. (OS: Ubuntu 10.04.3, IDE: Code::Blocks 8.04) x11perf also supports XPutImage (see man page). Perhaps you can try to replicate that effect. re, wh ___ xorg@lists.freedesktop.org

Re: multiseat on lap top

2011-10-15 Thread stompdagg...@yahoo.com
...@yahoo.com Sent: Saturday, October 15, 2011 9:37 PM Subject: Re: multiseat on lap top Thanx I am aware of the necessity of hub for in and mouse. The only thing I have to overcome is setting a conf besides  kdmrc or xephyre to use a single graphic card with two output port for monitors which

Re: xorg-server 1.11.1.901 (1.11.2R C1)

2011-10-14 Thread Harry Putnam
Jeremy Huddleston jerem...@freedesktop.org writes: == Description == This is the first release candidate for xorg-server 1.11.2 and contains fixes for various crashes and correctness issues fixed since the previous release. Not to be a pest but I don't see anything dealing with Bug 39949

Re: xorg-server 1.11.1.901 (1.11.2R C1)

2011-10-14 Thread Jeremy Huddleston
On Oct 14, 2011, at 5:29 PM, Harry Putnam wrote: Jeremy Huddleston jerem...@freedesktop.org writes: == Description == This is the first release candidate for xorg-server 1.11.2 and contains fixes for various crashes and correctness issues fixed since the previous release. Not to be a

Re: xorg-server 1.11.1.901 (1.11.2R C1)

2011-10-14 Thread Harry Putnam
Jeremy Huddleston jerem...@apple.com writes: On Oct 14, 2011, at 5:29 PM, Harry Putnam wrote: Jeremy Huddleston jerem...@freedesktop.org writes: == Description == This is the first release candidate for xorg-server 1.11.2 and contains fixes for various crashes and correctness issues

Re: multiseat on lap top

2011-10-14 Thread stompdagg...@yahoo.com
assuming you have only one gpu, yes. you can try and see if getting an external gpu is worthwhile.   : , . An wise Scandinavian old man once said: in the end, everything is going to be alright From: masoud javadieh javadieh@gmail.com To:

Re: xinput - core pointer - Transformation?

2011-10-13 Thread Roman Seidl
Thnaks for answering my request. Well it does not seem to be a Problem with Xournal - it ist the same with the current stable and the development version. Furthermore it ist the same problem with GIMP when i activate the Xinput. So is there any information onf how the pointer gets

Re: fn+f8 switch video mode does not work (keycodes scancodes keymaps)

2011-10-13 Thread =JeffH
My guess would be that fn+f8 sends winkey + p, since that is the standard presentation mode shortcut on windows 7. This would also explain the 'p' you're seeing. thx for your thoughts on it. however, I'm not pressing the key marked with the windows logo on the keyboard, I'm pressing the Fn

Re: fn+f8 switch video mode does not work (keycodes scancodes keymaps)

2011-10-13 Thread Dimitar Toshev
On 13 October 2011 19:57, =JeffH jeff.hod...@kingsmountain.com wrote: My guess would be that fn+f8 sends winkey + p, since that is the standard presentation mode shortcut on windows 7. This would also explain the 'p' you're seeing. thx for your thoughts on it. however, I'm not pressing the

Re: New to X, problem with centOS6

2011-10-13 Thread Alex Deucher
On Thu, Oct 13, 2011 at 4:25 PM, Bob Hoffman b...@bobhoffman.com wrote: Hello,  I hope I came to the right place. I have an issue that I think revolves around my onboard video card and probably not setting up x correctly on my centos 6..at least I hope so. Below is the video info and the

Re: fn+f8 switch video mode does not work (keycodes scancodes keymaps)

2011-10-13 Thread Alan Coopersmith
On 10/13/11 09:57 AM, =JeffH wrote: My guess would be that fn+f8 sends winkey + p, since that is the standard presentation mode shortcut on windows 7. This would also explain the 'p' you're seeing. thx for your thoughts on it. however, I'm not pressing the key marked with the windows

Re: xinput - core pointer - Transformation?

2011-10-13 Thread Peter Hutterer
On Thu, Oct 13, 2011 at 01:51:26PM +0200, Roman Seidl wrote: Thnaks for answering my request. Well it does not seem to be a Problem with Xournal - it ist the same with the current stable and the development version. Furthermore it ist the same problem with GIMP when i activate the Xinput.

Re: radeon - no video after leaving X

2011-10-12 Thread Michel Dänzer
On Mit, 2011-10-12 at 10:08 +0200, jarek wrote: I have installed Xorg (version 7.6) with radeon driver. It works fine, but there is no video in text console After Ctrl+Alt+F1 monitors goes off. Also after exit from X there is no video - system is still operational, I can blindly start X

Re: fn+f8 switch video mode does not work (keycodes scancodes keymaps)

2011-10-12 Thread Dimitar Toshev
On 9 October 2011 21:01, =JeffH jeff.hod...@kingsmountain.com wrote: Hi, I have a Dell E6500 (with nvidia Quadro NVS 160M GPU) with (k)ubuntu 10.04 installed (and up-to-date), and upon which I've installed the proprietary nvidia driver (which seems to work fine (and sleep works)).

Re: intel and 8 bit pseudo colour mode

2011-10-12 Thread Christopher Harvey
On Wed, 12 Oct 2011 07:42:50 +0200, Maarten Maathuis wrote: On Tue, Oct 11, 2011 at 10:31 PM, Christopher Harvey ch...@basementcode.com wrote: I'm having problems with an Intel card (82915G/GV/910GL) running in 8 bit colour mode. [ snip ] I think this is at least related to a known

Re: intel and 8 bit pseudo colour mode

2011-10-11 Thread Maarten Maathuis
On Tue, Oct 11, 2011 at 10:31 PM, Christopher Harvey ch...@basementcode.com wrote: I'm having problems with an Intel card (82915G/GV/910GL) running in 8 bit colour mode. I could post a screenshot if required, but basically the screen is gray scale and some (but not all) of the pixels seem to

Re: Problem with Intel emgd (GMA500)

2011-10-10 Thread Alan Cox
xrandr: Failed to get size of gamma for output default xrandr: screen cannot be larger that 640x480 (desired size 800x600) xrandr: Configure crtc 0 failed xrandr won't allow you to change modes on the fbdev interface. The libdrm tools will if it detected any other modes, however it tries to

Re: Xrandr and Nouveau

2011-10-10 Thread Harry Putnam
Harry Putnam rea...@newsguy.com writes: [Note there are many drivers installed, apparently from the initial install. But I'm sure most are not really doing anything. I can see Nouveau being loaded in Xorg.0.log which I will provide at the end.] Sorry I forgot to inline Xorg.0.log [

Re: Building NV driver from git

2011-10-10 Thread Julien Cristau
On Sun, Oct 9, 2011 at 19:35:24 -0500, Harry Putnam wrote: I will describe what I see following this xrandr cmd: xrandr --output DVI-I-1 --mode 1440x900 --panning 1680x1050 I see an image I have been using for background grow quite a lot. The panel that fluxbox has put on the bottom of

Re: wireless keyboard and mouse doesn't work on multiseat

2011-10-10 Thread stompdagg...@yahoo.com
, September 20, 2011 8:24 AM Subject: Re: wireless keyboard and mouse doesn't work on multiseat On Mon, Sep 19, 2011 at 09:58:12PM -0700, stompdagg...@yahoo.com wrote: Hello, Thanks for the response, I've tried using the mouse event, the behavior is the same. maybe your udev rules are messed up

Re: wireless keyboard and mouse doesn't work on multiseat

2011-10-10 Thread Peter Hutterer
...@yahoo.com stompdagg...@yahoo.com Cc: xorg@lists.freedesktop.org xorg@lists.freedesktop.org Sent: Tuesday, September 20, 2011 8:24 AM Subject: Re: wireless keyboard and mouse doesn't work on multiseat On Mon, Sep 19, 2011 at 09:58:12PM -0700, stompdagg...@yahoo.com wrote: Hello

Re: Help: XF86DGAGetVideo:failed to map video memory. I used libXxf86dga-1.1.1 on Ubuntu 10.04 on intel GMA 4500MHD(Intel GM45 chipset)

2011-10-10 Thread Corbin Simpson
On Mon, Oct 10, 2011 at 6:12 PM, Focus.Luo luoyanq...@sjtu.org wrote: Hi all, 1, Does the intel GM45 chipset support DGA(direct graphic access)? 2, If it supports, why I used the function XF86DGAGetVideo(dis, DefaultScreen(dis), addr, width, bank, ram); and It returen XF86DGAGetVideo:failed

RE: Help: XF86DGAGetVideo:failed to map video memory. I used libXxf86dga-1.1.1 on Ubuntu 10.04 on intel GMA 4500MHD(Intel GM45 chipset)

2011-10-10 Thread Focus . Luo
: Re: Help: XF86DGAGetVideo:failed to map video memory. I used libXxf86dga-1.1.1 on Ubuntu 10.04 on intel GMA 4500MHD(Intel GM45 chipset) On Mon, Oct 10, 2011 at 6:12 PM, Focus.Luo luoyanq...@sjtu.org wrote: Hi all, 1, Does the intel GM45 chipset support DGA(direct graphic access)? 2

Re: Help: XF86DGAGetVideo:failed to map video memory. I used libXxf86dga-1.1.1 on Ubuntu 10.04 on intel GMA 4500MHD(Intel GM45 chipset)

2011-10-10 Thread Ville Syrjälä
On Mon, Oct 10, 2011 at 07:31:02PM -0700, Corbin Simpson wrote: On Mon, Oct 10, 2011 at 6:12 PM, Focus.Luo luoyanq...@sjtu.org wrote: Hi all, 1, Does the intel GM45 chipset support DGA(direct graphic access)? 2, If it supports, why I used the function XF86DGAGetVideo(dis, 

Re: Building NV driver from git

2011-10-09 Thread Peter Hutterer
On Sun, Oct 09, 2011 at 05:07:47PM -0500, Harry Putnam wrote: Running Debian wheezy After cloning the git repo for: git://anongit.freedesktop.org/xorg/driver/xf86-video-nv I got a slug of errors when running ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.ac:

Re: Building NV driver from git

2011-10-09 Thread Corbin Simpson
On Sun, Oct 9, 2011 at 3:07 PM, Harry Putnam rea...@newsguy.com wrote: Running Debian wheezy After cloning the git repo for:   git://anongit.freedesktop.org/xorg/driver/xf86-video-nv I got a slug of errors when running ./autogen.sh autoreconf: Entering directory `.' autoreconf:

Re: Problem with Intel emgd (GMA500)

2011-10-07 Thread Alan Cox
I've no idea what is wrong. With vesa driver it works, but very slowly. Any help will be appreciated. The current kernel has a GMA500 KMS driver that will give you sensible native modes with the framebuffer driver as well as support multiple outputs properly. There are some basic

Re: Xorg -config failure

2011-10-07 Thread Harry Putnam
Harry Putnam rea...@newsguy.com writes: Setup: Single user machine running Debian (wheezy) 3.0.0-1-686-pae Graphics card: Nvidia FX 5700 LE At present X is setup without any xorg.conf. I'm able to `startx' with no problems. However, I wanted to use an old setting from previous OS's on

Re: reachedMaximum number of clients

2011-10-06 Thread Alan Coopersmith
On 10/ 5/11 07:52 AM, Bernd Schubert wrote: Hello, I'm getting out of ideas how to get rid of an annoying problem: Maximum number of clients reachedMaximum number of clients reachedMaximum number of clients reachedMaximum number of clients reachedError: cannot open display: :0 Somehow I get

Re: Shift-Backspace kills X?

2011-10-05 Thread Octoploid
walt w41ter at gmail.com writes: On 10/04/2011 09:19 AM, Octoploid wrote: walt w41ter at gmail.com writes: (sleep 2 xmodmap -e keycode 22 = BackSpace BackSpace BackSpace BackSpace NoSymbol NoSymbol Terminate_Server) That evidently does the same as editing

Re: Shift-Backspace kills X?

2011-10-05 Thread Alan Coopersmith
BTW, xkeyboard-config 2.4.1 was just published with the fix for this, so time to poke your distros to pull this in if it's affecting you. http://lists.freedesktop.org/archives/xorg-announce/2011-October/001739.html -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle

Re: [ANNOUNCE] xkeyboard-config 2.4.1

2011-10-05 Thread Arkadiusz Miśkiewicz
On Wednesday 05 of October 2011, Sergey Udaltsov wrote: Peter Hutterer (1): rules: rename Bengali variants for 'in' to Bengali (India) Sergey V. Udaltsov (4): fixed version number Synced description Fixing keys using CTRL+ALT type preparing emergency 2.4.1

Re: [ANNOUNCE] xkeyboard-config 2.4.1

2011-10-05 Thread Sergey Udaltsov
Could you pls let me know what xev says about that? On Oct 5, 2011 11:19 AM, Arkadiusz Miśkiewicz ar...@maven.pl wrote: On Wednesday 05 of October 2011, Sergey Udaltsov wrote: Peter Hutterer (1): rules: rename Bengali variants for 'in' to Bengali (India) Sergey V. Udaltsov (4):

Re: [ANNOUNCE] xkeyboard-config 2.4.1

2011-10-05 Thread Arkadiusz Miśkiewicz
On Wednesday 05 of October 2011, Sergey Udaltsov wrote: Could you pls let me know what xev says about that? F12 seen, shift_r seen, both == VoidSymbol not working: KeyRelease event, serial 35, synthetic NO, window 0x5e1, root 0x13c, subw 0x0, time 242333121, (167,-13), root:(170,10),

Re: VESA and DDC

2011-10-05 Thread Alex Deucher
On Wed, Oct 5, 2011 at 8:39 AM, Vasiliy Vylegzhanin 6va...@gmail.com wrote: I'm fiddling with VESA driver and it seems to totally ignore DDC info and both DDCMode  and PreferredMode options. What is the reason of such behavior and possible workaround? It's a limitation of VESA. Only the modes

Re: VESA and DDC

2011-10-05 Thread Vasiliy Vylegzhanin
But it uses screen resolutions out of monitor's range, why not to check it's capabilities via DDC and select appropriate video mode? On Wed, Oct 5, 2011 at 5:37 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Wed, Oct 5, 2011 at 8:39 AM, Vasiliy Vylegzhanin 6va...@gmail.com wrote: I'm

Re: Shift-Backspace kills X?

2011-10-04 Thread Alan Coopersmith
On 10/ 4/11 06:46 AM, walt wrote: I often type Shift-Backspace by mistake, and I must have been doing it since I bought my current keyboard a year ago or more. Just lately I've found that Shift-Backspace terminates my X session just the way Ctrl-Alt-Backspace did in the old days. This was an

Re: Shift-Backspace kills X?

2011-10-04 Thread Octoploid
walt w41ter at gmail.com writes: I often type Shift-Backspace by mistake, and I must have been doing it since I bought my current keyboard a year ago or more. Just lately I've found that Shift-Backspace terminates my X session just the way Ctrl-Alt-Backspace did in the old days. This was

Re: Shift-Backspace kills X?

2011-10-04 Thread walt
On 10/04/2011 09:19 AM, Octoploid wrote: walt w41ter at gmail.com writes: Just lately I've found that Shift-Backspace terminates my X session just the way Ctrl-Alt-Backspace did in the old days. Yes, I've hit the same problem. I came up with this hack in .xinitrc , which solves the issue

Re: Ctl+C logout in multiseat

2011-10-04 Thread Peter Hutterer
On Wed, Oct 05, 2011 at 02:38:59AM +0330, masoud javadieh wrote: Ctl+c log out multiseat in fedora14, x server 1.10.3. Any solution ? sounds like the console isn't set to raw mode and the ctrl+c is delivered to the tty, cancelling the X server process. Cheers, Peter

Re: Identify parent window of menus and tooltips

2011-10-03 Thread Markus Kramer
Thanks, that's exactly what I've been looking for. Unfortunately, for GTK, it only seems to be set for menus and not for tooltips. Weird, considering that GTK has been around for such a long time. On 29.09.2011 18:40, Marty Jack wrote: On 09/29/2011 12:07 PM, Markus Kramer wrote: Is

Re: Identify parent window of menus and tooltips

2011-10-03 Thread Markus Kramer
Thanks, that's exactly what I've been looking for. Unfortunately, for GTK, it only seems to be set for menus and not for tooltips. Weird, considering that GTK has been around for such a long time. 2011/9/29 Marty Jack marty...@comcast.net: On 09/29/2011 12:07 PM, Markus Kramer wrote: Is

Re: How does Xorg deal with the brightness control keys?

2011-10-01 Thread Marty Jack
On 09/30/2011 07:40 PM, Georgiy Treyvus wrote: In attempting to help fix a possible bug in Openbox I ran into a few questions. Rather awkward situation. Don't know how to explain. Here's the backstory. A bug report is worth 1000 words: https://bugzilla.icculus.org/show_bug.cgi?id=5234

Re: instead of xorg.conf

2011-10-01 Thread Marty Jack
On 10/01/2011 11:14 AM, Mohsen Pahlevanzadeh wrote: Dear all, According of xorg's documentation, xorg.conf file was deprecated and xorg use just memory, of course accepts xorg.conf if /etc/X11/xorg.conf exists. Now, very interesting that i want to add to xorg structure such as sections

Re: instead of xorg.conf

2011-10-01 Thread Mohsen Pahlevanzadeh
On Sat, 2011-10-01 at 12:07 -0400, Marty Jack wrote: On 10/01/2011 11:14 AM, Mohsen Pahlevanzadeh wrote: Dear all, According of xorg's documentation, xorg.conf file was deprecated and xorg use just memory, of course accepts xorg.conf if /etc/X11/xorg.conf exists. Now, very

Re: Identify parent window of menus and tooltips

2011-09-29 Thread Marty Jack
On 09/29/2011 12:07 PM, Markus Kramer wrote: Is there a way to identify the parent window of a menu or tooltip? I know that menus and tooltips are top level windows. So their parent would be the root window. I'm wondering if there is some other property which tells me to what window they

Re: xinput - core pointer - Transformation?

2011-09-29 Thread Peter Hutterer
On Wed, Sep 28, 2011 at 11:36:41PM +0200, roman wrote: Hi! I have a tablet and i want to use an external monitor that covers just a part of the screen. This is no problem concering xrandr as i can set a scale and a position. The problem is with the pen. The pen core pointer is

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-28 Thread Alon Levy
On Tue, Sep 27, 2011 at 11:00:50PM -0700, Eric Anholt wrote: On Tue, 27 Sep 2011 20:41:19 +0300, Alon Levy al...@redhat.com wrote: On Tue, Sep 27, 2011 at 09:50:06PM +0800, zhigang gong wrote: Hi Keith, Here is the pull request to merge glamor. Basically, it has three parts. The

Re: Xlib: extension NV-GLX missing on display

2011-09-28 Thread Alan Coopersmith
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 console. They come from libXext. Not

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: Xlib: extension NV-GLX missing on display

2011-09-28 Thread alupu
Sep 28, 2011 04:45:22 PM, Alan wrote: On 09/28/11 12:38 PM, Alex 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 console. They come from

Re: Xlib: extension NV-GLX missing on display

2011-09-28 Thread alupu
Apologies.In the previous post I said, Firefox (6.0) NO longer puts out the "NV-GLX" message(s).WRONG.Nothing has changed. Firefox still emits the "NV-GLX" message(s).Sorry about that.Back to square one.A humbled,-- Alex ___ xorg@lists.freedesktop.org:

Re: Xlib: extension NV-GLX missing on display

2011-09-28 Thread alupu
Apologies. In the previous post I said, Firefox (6.0) NO longer puts out the NV-GLX message(s). WRONG. Nothing has changed. Firefox still emits the NV-GLX message(s). Sorry about that. Back to square one. A humbled, -- Alex ___

Re: [PATCH] xserver: add udev/systemd multi-seat support

2011-09-27 Thread Dave Airlie
http://www.freedesktop.org/wiki/Software/systemd/multiseat Hi Lennart, this patch caused a build regression on our RHEL6 builder, http://tinderbox.x.org/builds/2011-09-27-0006/logs/xserver/#build Can you please provide a patch to fix the build against older udevs, and just not do

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-27 Thread Alan Coopersmith
On 09/27/11 06:50 AM, zhigang gong wrote: [Over 225 commits] 47 files changed, 10484 insertions(+), 14 deletions(-) That's a huge amount of change without any Reviewed-by: tags, which makes it seem very premature for requesting a Pull, especially as it's the first time xorg-devel has

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-27 Thread Alon Levy
On Tue, Sep 27, 2011 at 09:50:06PM +0800, zhigang gong wrote: Hi Keith, Here is the pull request to merge glamor. Basically, it has three parts. The first part is the 2D rendering acceleration implementation in glamor directory. It supports both OpenGL/GLESv2. The second part is in

Re: net-color spec renamed to X Color Management

2011-09-27 Thread Matt Dew
Is this related to GNOME's color management stuff in this article: http://libregraphicsworld.org/articles.php?article_id=42 Matt On 09/26/2011 12:21 AM, Kai-Uwe Behrmann wrote: The net-color spec from the libXcm repository is renamed [1]. The _NET_ prefix is reserved inside the Xorg atom

Re: multiuser system

2011-09-27 Thread Matt Dew
On 09/13/2011 07:54 PM, Alan Coopersmith wrote: On 09/13/11 11:47 AM, Felix Miata wrote: On 2011/09/13 11:58 (GMT-0400) D.H. Bahr composed: I have a GNU/Linux distro based on Ubuntu, runing on a PC with multiple SVGA ports (3 at the time, but maybe more in time). What I need is to configure

Re: [ANNOUNCE] xorg-server 1.11.1

2011-09-24 Thread Ville Syrjälä
* #22566: [from 1.5.x] Random artifacts whith Composite extension enabled * This is a longstanding issue without much motion, needs status update This looks like something to do with implicit redirect. Should be re-tested w/ 1.11 as all of my composite changes weren't in 1.10. * #4652: Race

Re: Backing Store not working in 8 Bit color depth with vesa driver

2011-09-20 Thread Michel Dänzer
On Mon, 2011-09-19 at 12:52 -0400, James Cloos wrote: IIRC, the current server code requires that one use a compositing manager to do backing store. It has beena while since this last come up, though. I may be mis- remembering. You are. Backing store was rewritten to use the composite

Re: Backing Store not working in 8 Bit color depth with vesa driver

2011-09-20 Thread Patrick O'Donnell
Date: Mon, 19 Sep 2011 13:49:30 -0500 From: Doug Kuvaas doug.kuv...@gmail.com On Mon, Sep 19, 2011 at 1:03 PM, Patrick O'Donnell p...@ascent.com wrote: Date: Mon, 19 Sep 2011 10:20:12 -0500 From: Doug Kuvaas doug.kuv...@gmail.com I posted to this list earlier about not getting color in 8 bit

Re: Backing Store not working in 8 Bit color depth with vesa driver

2011-09-20 Thread James Cloos
MD == Michel Dänzer mic...@daenzer.net writes: JC It has beena while since this last come up, though. I may be JC misremembering. MD You are. Backing store was rewritten to use the composite layer, MD but that doesn't require a compositing manager. Ah. Good to know. Thanks. -JimC -- James

Re: Issues running Xorg in 8 bit color mode:q

2011-09-20 Thread Sérgio Basto
On Tue, 2011-09-20 at 10:00 -0500, Doug Kuvaas wrote: When I was looking into getting the Nvidia proprietary driver working, I found that the nomodeset kernel flag had to be set for the driver to work properly. Once I did that, the vesa driver did work. I've got the 8 bit color working,

Re: Issues running Xorg in 8 bit color mode:q

2011-09-16 Thread Michel Dänzer
On Don, 2011-09-15 at 14:26 -0500, Doug Kuvaas wrote: I have a legacy application that is run from a UNIX host computer that does not function properly if executed with color depths greater than 8 bits. When I try to run Xorg in the form of Xorg :0 +bs -wm -retro -depth 8 -fbbpp 8, all I end

Re: multiuser system

2011-09-13 Thread Alan Coopersmith
On 09/13/11 11:47 AM, Felix Miata wrote: On 2011/09/13 11:58 (GMT-0400) D.H. Bahr composed: I have a GNU/Linux distro based on Ubuntu, runing on a PC with multiple SVGA ports (3 at the time, but maybe more in time). What I need is to configure XServer so that I can have multiple terminals (a

Re: Are elographics working now?

2011-09-12 Thread Peter Hutterer
On Sat, Sep 10, 2011 at 03:03:26AM +0400, Ivan Afonichev wrote: I don't see any usage of calibration options MaxX MinX MaxY MinY in http://cgit.freedesktop.org/xorg/driver/xf86-input-elographics/tree/src/xf86Elo.c after this commit

Re: sluggish window dragging on r600

2011-09-12 Thread Alex Deucher
On Mon, Sep 12, 2011 at 3:28 PM, Matthew Monaco dgbale...@0x01b.net wrote: I have a desktop with an integrated Radeon HD 4200 (RS880), AMD Phenom II X4 965. Driver v6.14.2 I also have a laptop with an i915, Intel Core i3 M370. Driver v2.16.0 Both are on linux 3.0.4. Both are running gnome 3

Re: sluggish window dragging on r600

2011-09-12 Thread Matthew Monaco
On 09/12/2011 11:08 PM, Alex Deucher wrote: On Mon, Sep 12, 2011 at 3:28 PM, Matthew Monacodgbale...@0x01b.net wrote: I have a desktop with an integrated Radeon HD 4200 (RS880), AMD Phenom II X4 965. Driver v6.14.2 I also have a laptop with an i915, Intel Core i3 M370. Driver v2.16.0 Both are

Re: sluggish window dragging on r600

2011-09-12 Thread Alex Deucher
On Tue, Sep 13, 2011 at 1:18 AM, Matthew Monaco dgbale...@0x01b.net wrote: On 09/12/2011 11:08 PM, Alex Deucher wrote: On Mon, Sep 12, 2011 at 3:28 PM, Matthew Monacodgbale...@0x01b.net  wrote: I have a desktop with an integrated Radeon HD 4200 (RS880), AMD Phenom II X4 965. Driver v6.14.2

Re: sluggish window dragging on r600

2011-09-12 Thread Matthew Monaco
On 09/12/2011 11:25 PM, Alex Deucher wrote: On Tue, Sep 13, 2011 at 1:18 AM, Matthew Monacodgbale...@0x01b.net wrote: On 09/12/2011 11:08 PM, Alex Deucher wrote: On Mon, Sep 12, 2011 at 3:28 PM, Matthew Monacodgbale...@0x01b.net wrote: I have a desktop with an integrated Radeon HD 4200

Re: Sudden blank black screen

2011-09-09 Thread Matthew Monaco
On 09/09/2011 12:46 AM, DarkKnight BrightWarrior wrote: Hello all, I am using kernel 2.6.38 with X Server 1.9.4 with radeon open source driver. I am facing a strange issue. I am using DVI Monitor. Sometimes while doing logout and login the display is lost. Monitor shows a blank black screen

Re: Sudden blank black screen

2011-09-09 Thread Marty Jack
On 09/09/2011 01:15 PM, Matthew Monaco wrote: On 09/09/2011 12:46 AM, DarkKnight BrightWarrior wrote: Hello all, I am using kernel 2.6.38 with X Server 1.9.4 with radeon open source driver. I am facing a strange issue. I am using DVI Monitor. Sometimes while doing logout and login the

Re: Sudden blank black screen

2011-09-09 Thread Alex Deucher
On Fri, Sep 9, 2011 at 1:35 PM, Marty Jack marty...@comcast.net wrote: On 09/09/2011 01:15 PM, Matthew Monaco wrote: On 09/09/2011 12:46 AM, DarkKnight BrightWarrior wrote: Hello all, I am using kernel 2.6.38 with X Server 1.9.4 with radeon open source driver. I am facing a strange issue.

Re: High /usr/bin/X CPU Usage

2011-09-08 Thread Robert Massaioli
Thankyou for that advice and I will be sure to do that; recording all of the system calls that it makes would be useful I imagine. I am still trying to solve this problem as best as I can though. The latest thing that I have tried is just upgrading my NVIDIA drivers to the absolute latest beta

Re: High /usr/bin/X CPU Usage

2011-09-08 Thread Solerman Kaplon
Em 05-09-2011 21:46, Robert Massaioli escreveu: In a nutshell: I am having issues with /usr/bin/X taking up way too much CPU and, when it does start to use more CPU, my entire user experience becomes quite laggy. I have tried really hard to solve the problem on my own but I was unable to find

Re: High /usr/bin/X CPU Usage

2011-09-08 Thread Chris Robinson
Kane pekan...@gmail.com Cc: x...@freedesktop.org Sent: Thursday, 8 September 2011 12:18 PM Subject: Re: High /usr/bin/X CPU Usage Thankyou for that advice and I will be sure to do that; recording all of the system calls that it makes would be useful I imagine.  I am still trying to solve

Re: High /usr/bin/X CPU Usage

2011-09-07 Thread Marty Jack
On 09/07/2011 02:49 AM, Robert Massaioli wrote: Hi Tormod and Chris, Thankyou for the great responses so far! But unfortunately still no luck. Let me explain the results of what happened after I tried what was suggested. I tried looking into the CPU and GPU issues that people were

Re: poor video playback performace with radeon

2011-09-06 Thread Michel Dänzer
On Mon, 2011-09-05 at 15:37 +0300, Taneli Vähäkangas wrote: On Sun, Sep 04, 2011 at 11:44:44PM +0300, Taneli Vähäkangas wrote: I made some changes that make it not fail for I and P pictures (B pictures still fail that assertion). After the changes, the video I noticed that the problem is

<    1   2   3   4   5   6   7   8   9   10   >