[ANNOUNCE] util-macros 1.10.0

2010-06-25 Thread Gaetan Nadon
Gaetan Nadon (3):
  XORG_WITH_XMLTO: add HAVE_XMLTO_TEXT for text output format
  XORG_CHECK_SGML_DOCTOOLS: add interface for xorg stylesheet
  Version bump: 1.10.0

git tag: util-macros-1.10.0

http://xorg.freedesktop.org/archive/individual/util/util-macros-1.10.0.tar.bz2
MD5:  533b86bfdafadbde12c654e2f0144679  util-macros-1.10.0.tar.bz2
SHA1: 01bd26de7f76907ad502b430a5d18f64a896dc81  util-macros-1.10.0.tar.bz2

http://xorg.freedesktop.org/archive/individual/util/util-macros-1.10.0.tar.gz
MD5:  a0585d3004bc5ddfc64e4dcae0fdd3f6  util-macros-1.10.0.tar.gz
SHA1: 6672bec73302d850645eda542637cf3c4acc0c66  util-macros-1.10.0.tar.gz



signature.asc
Description: This is a digitally signed message part
___
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: arch...@mail-archive.com

Re: How to start clone mode when X is initialized

2010-06-25 Thread Wolfgang Draxinger
On Fri, 25 Jun 2010 09:57:44 -0700
Uri Okrent  wrote:

> The issue is, right now the operator has to go run up to the control 
> room to log in (because gdm only appears on display 0). What she does 
> now is after logging in, her nvidia settings are set up for clone
> mode, so after she's logged in she has the same display in the
> control room, at the operator's display, and on the projector.

If I remember correctly, nvidia-settings allows you to save the
settings into the xorg.conf file. Just do that.


Wolfgang
___
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: arch...@mail-archive.com


Re: Xinerama cursor problem

2010-06-25 Thread Hal V. Engel
On Friday 25 June 2010 03:07:18 am flora...@viatech.com.cn wrote:
> Dear All:
> 
>  Does anyone still use Xinerama mode?

Yes they do as there are some combinations of system hardware/drivers and user 
requirements that sill require the use of xinerama.  For example if you have a 
multi monitor system with an Nvidia card using the nvidia driver and you also 
do color critical work you MUST use xinerama since no other supported multi 
screen setup will allow you to calibrate the VCGT for each individual screen.

> 
>  Section "ServerLayout"
> 
> Identifier "X.org Configured"
> 
> Option"RandR" "false"
> 
> Screen  0  "Screen0" 0 0
> 
> Screen  1  "Screen1" RightOf "Screen0"
> 
> Option "Xinerama""on"
> 
> InputDevice"Mouse0" "CorePointer"
> 
> InputDevice"Keyboard0" "CoreKeyboard"
> 
> EndSection
> 
> 
> 
> If  "Screen  1  "Screen1" RightOf "Screen0"",  "Screen  1
> "Screen1" Below "Screen0"" the cursor is OK
> 
> If  "Screen  1  "Screen1" LeftOf "Screen0", you move cursor to the
> left, the cursor will abnormal, cursor jump in the edge, can not move to
> center
> 
> The xorg print error info:
> 
> Backtrace:
> 
> 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e937b]
> 
> 1: /usr/bin/X (mieqEnqueue+0x1ab) [0x80e8b6b]
> 
> 2: /usr/bin/X (xf86PostMotionEventP+0xd2) [0x80c2d02]
> 
> 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x4ad000+0x48a1) [0x4b18a1]
> 
> 4: /usr/lib/xorg/modules/input/evdev_drv.so (0x4ad000+0x4b96) [0x4b1b96]
> 
> 5: /usr/bin/X (0x8048000+0x6d5bf) [0x80b55bf]
> 
> 6: /usr/bin/X (0x8048000+0x122794) [0x816a794]
> 
> 7: (vdso) (__kernel_sigreturn+0x0) [0x429400]
> 
> 8: /usr/bin/X (0x8048000+0x144d5e) [0x818cd5e]
> 
> 9: /usr/bin/X (0x8048000+0x1441cc) [0x818c1cc]
> 
> 10: /usr/bin/X (miPointerUpdateSprite+0x172) [0x80a04b2]
> 
> 11: /usr/bin/X (0x8048000+0x5863d) [0x80a063d]
> 
> 12: /usr/bin/X (0x8048000+0x170957) [0x81b8957]
> 
> 13: /usr/bin/X (0x8048000+0x33a2b) [0x807ba2b]
> 
> 14: /usr/bin/X (0x8048000+0x38a8c) [0x8080a8c]
> 
> 15: /usr/bin/X (0x8048000+0xe00c2) [0x81280c2]
> 
> 16: /usr/bin/X (0x8048000+0x103678) [0x814b678]
> 
> 17: /usr/bin/X (mieqProcessDeviceEvent+0x1e4) [0x80e8744]
> 
> 18: /usr/bin/X (mieqProcessInputEvents+0x6c) [0x80e87dc]
> 
> 19: /usr/bin/X (ProcessInputEvents+0x17) [0x80b57e7]
> 
> 20: /usr/bin/X (0x8048000+0x2a1a0) [0x80721a0]
> 
> 21: /usr/bin/X (0x8048000+0x1ed7a) [0x8066d7a]
> 
> 22: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0x1d0bd6]
> 
> 23: /usr/bin/X (0x8048000+0x1e961) [0x8066961]
> 
> [mi] EQ overflowing. The server is probably stuck in an infinite loop.
> 
> 
> 
> Does anyone can offer some info about this? Thanks a lot !
> 
> BRS
> 
> Flora
> 

On my xinerama system the cursor will some times hang at the left edge of 
right screen.  This hangs X and all user input stops working (mouse, tablet, 
keyboard..).  It does not happen very often so I have not spent any time 
trying to figure out what is causing it.

I am running the nvidia driver with a 7950 card.   It has been doing this for 
some time with different versions of the x server and different versions of the 
nvidia driver.

Hal
___
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: arch...@mail-archive.com


How to start clone mode when X is initialized

2010-06-25 Thread Uri Okrent
Hey all, it seems like there should be a simple way to do this but I 
don't know how. I have a theater set up with a linux box. The box has 
two video cards, the first is connected to a muxer which drives a 
display in the control room, and the second drives the operator's 
display in the theater, as well as the projector.


The issue is, right now the operator has to go run up to the control 
room to log in (because gdm only appears on display 0). What she does 
now is after logging in, her nvidia settings are set up for clone mode, 
so after she's logged in she has the same display in the control room, 
at the operator's display, and on the projector.


Basically, what I don't know how to do is start up clone mode *before* 
she logs in, so that gdm appears using clone mode on all the diplays.


It seems like I should be able to drop some command into the 
/etc/gdm/PreSession/Default script to start up nvidia's clone mode. Is 
there a nvidia-settings, or other command that can start clone mode there?


Thanks!

And, by the way, thanks for all the excellent work, x.org!
--
   Uri 瓜

Please consider the environment before printing this message.
http://www.panda.org/how_you_can_help/
___
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: arch...@mail-archive.com

Re: libXfont 1.4.2 build issue

2010-06-25 Thread Gaetan Nadon
On Fri, 2010-06-25 at 11:46 +0200, walter harms wrote:

> 
> please do not drop txt support. txt is much more
> accessable/processable that
> html. txt can always be read without special tools.
> 

I thought so, thanks for confirming. I submitted a patch to skip the
text format if lynx is missing.
This will prevent breaking the build for those who do not have lynx,
links or w3m.


signature.asc
Description: This is a digitally signed message part
___
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: arch...@mail-archive.com

Re: libXfont 1.4.2 build issue

2010-06-25 Thread Dan Nicholson
On Fri, Jun 25, 2010 at 2:55 AM, Mikhail Gusarov
 wrote:
>
> Twas brillig at 11:46:12 25.06.2010 UTC+02 when wha...@bfs.de did gyre and 
> gimble:
>
>  wh> please do not drop txt support. txt is much more accessable/processable 
> that
>  wh> html. txt can always be read without special tools.
>
> lynx -dump

In fact, that's what the default xmlto txt backend does. See
/usr/share/xmlto/format/docbook/txt.

--
Dan
___
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: arch...@mail-archive.com

Xinerama cursor problem

2010-06-25 Thread FloraGui
Dear All:

 Does anyone still use Xinerama mode?

 Section "ServerLayout"

Identifier "X.org Configured"

Option"RandR" "false"

Screen  0  "Screen0" 0 0

Screen  1  "Screen1" RightOf "Screen0"

Option "Xinerama""on"

InputDevice"Mouse0" "CorePointer"

InputDevice"Keyboard0" "CoreKeyboard"

EndSection

 

If  "Screen  1  "Screen1" RightOf "Screen0"",  "Screen  1
"Screen1" Below "Screen0"" the cursor is OK

If  "Screen  1  "Screen1" LeftOf "Screen0", you move cursor to the
left, the cursor will abnormal, cursor jump in the edge, can not move to
center

The xorg print error info:

Backtrace:

0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e937b]

1: /usr/bin/X (mieqEnqueue+0x1ab) [0x80e8b6b]

2: /usr/bin/X (xf86PostMotionEventP+0xd2) [0x80c2d02]

3: /usr/lib/xorg/modules/input/evdev_drv.so (0x4ad000+0x48a1) [0x4b18a1]

4: /usr/lib/xorg/modules/input/evdev_drv.so (0x4ad000+0x4b96) [0x4b1b96]

5: /usr/bin/X (0x8048000+0x6d5bf) [0x80b55bf]

6: /usr/bin/X (0x8048000+0x122794) [0x816a794]

7: (vdso) (__kernel_sigreturn+0x0) [0x429400]

8: /usr/bin/X (0x8048000+0x144d5e) [0x818cd5e]

9: /usr/bin/X (0x8048000+0x1441cc) [0x818c1cc]

10: /usr/bin/X (miPointerUpdateSprite+0x172) [0x80a04b2]

11: /usr/bin/X (0x8048000+0x5863d) [0x80a063d]

12: /usr/bin/X (0x8048000+0x170957) [0x81b8957]

13: /usr/bin/X (0x8048000+0x33a2b) [0x807ba2b]

14: /usr/bin/X (0x8048000+0x38a8c) [0x8080a8c]

15: /usr/bin/X (0x8048000+0xe00c2) [0x81280c2]

16: /usr/bin/X (0x8048000+0x103678) [0x814b678]

17: /usr/bin/X (mieqProcessDeviceEvent+0x1e4) [0x80e8744]

18: /usr/bin/X (mieqProcessInputEvents+0x6c) [0x80e87dc]

19: /usr/bin/X (ProcessInputEvents+0x17) [0x80b57e7]

20: /usr/bin/X (0x8048000+0x2a1a0) [0x80721a0]

21: /usr/bin/X (0x8048000+0x1ed7a) [0x8066d7a]

22: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0x1d0bd6]

23: /usr/bin/X (0x8048000+0x1e961) [0x8066961]

[mi] EQ overflowing. The server is probably stuck in an infinite loop.

 

Does anyone can offer some info about this? Thanks a lot !

BRS

Flora

___
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: arch...@mail-archive.com

Re: libXfont 1.4.2 build issue

2010-06-25 Thread Mikhail Gusarov

Twas brillig at 11:46:12 25.06.2010 UTC+02 when wha...@bfs.de did gyre and 
gimble:

 wh> please do not drop txt support. txt is much more accessable/processable 
that
 wh> html. txt can always be read without special tools.

lynx -dump

-- 
  http://fossarchy.blogspot.com/


pgpAEYzug2pb0.pgp
Description: PGP signature
___
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: arch...@mail-archive.com

Re: libXfont 1.4.2 build issue

2010-06-25 Thread walter harms


Gaetan Nadon schrieb:
> On Wed, 2010-06-23 at 14:40 -0400, Marty Jack wrote:
> 
>> I suggest the following patch to discontinue generating the .txt
>> version entirely.
>>
> 
> I'll see if I can skip the build if lynx is not installed. I think there
> are still people working on character based platforms.
> 
> In the mean type you can configure the package --without-xmlto
> 


please do not drop txt support. txt is much more accessable/processable that
html. txt can always be read without special tools.

re,
 wh
___
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: arch...@mail-archive.com