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

2011-11-21 Thread Dan Nicholson
on|off' doesn't have any effect (like B above, i.e., doesn't restore system to normal) What does $COLUMNS say afterwards? Does stty columns 80 fix it? Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives

Re: udev action only for connecting VGA/HDMI cable but not for disconnecting

2011-08-19 Thread Dan Nicholson
of this is entirely in the drm kernel module, the xorg list may not be the best place to find out. What kernel are you running? It might make sense to ask on one of the dri mailing lists if no one responds here: http://dri.freedesktop.org/wiki/MailingLists -- Dan

Re: libX11 and libXext (at least) fail using prefix on make install

2011-06-21 Thread Dan Nicholson
with --disable-specs. If you're just installing X as a dependency, you may not care about the spec docs (they take a long time to build, too). I think the next release of these modules will have that fixed so the files follow --prefix, but I don't know when that will be. -- Dan

Re: evdev devices in xorg.conf

2011-05-03 Thread Dan Nicholson
these PreInit errors won't change that situation. -- 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

Re: xorg-macros does not install the .pc file in the standard location

2011-04-18 Thread Dan Nicholson
setting for PKG_CONFIG_PATH in pkg-config(1). -- 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

Re: A request for Matrox driver procedure

2011-03-21 Thread Dan Nicholson
for support. They would know the best way to supply working graphics on their platform. -- Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your

[drm:r600_ring_test] *ERROR* radeon: ring test failed (scratch(0x8504)=0xCAFEDEAD)

2011-02-15 Thread Dan
, which was working previously ... it gives the same error now. Any ideas? Thanks for any help :) Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo

Re: How to enable software rendering via X server

2011-02-15 Thread Dan Nicholson
that the X server opened, and it's not controlled by this variable. -- 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

Re: Brain-Wracking Configurations

2011-02-04 Thread Dan Nicholson
Option XkbModel macbook79 EndSection -- 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

Re: Custom modeline in 10-monitor.conf?

2010-12-05 Thread Dan Nicholson
intention wasn't to allow multiple Device/Monitor/Screen sections in xorg.conf.d installed by the distro. It seems like 10-monitor.conf is being generated on the fly and these aren't generic settings. Device/Monitor/Screen aren't really built to have multiple sections like InputClass. -- Dan

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-29 Thread Dan Nicholson
the libtool macros in the tree. -- 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

Re: latest git xserver without hal causes Hotplugging to be a bit tricky

2010-11-27 Thread Dan Nicholson
to disable hotplugging, or rebuild with --disable-config-udev to remove hotplugging entirely. -- Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your

Re: [ANNOUNCE] xcalc 1.0.4

2010-11-27 Thread Dan Nicholson
tarballs with a clean install-sh.   Sorry about that. (Strangely, make distcheck worked with the broken install-sh.) Probably because distcheck doesn't exercise install-strip as far as I can tell. It uses the normal install targets, which use /usr/bin/install on most hosts. -- Dan

Re: libX11 build error

2010-11-22 Thread Dan Nicholson
. Thank you for your time. Could you cd into the libX11 directory, run make V=1 and then paste the output here? We need to see the build error to know what went wrong. -- Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http

Re: Evdev keyboard sends keycodes but no keysyms

2010-11-17 Thread Dan Nicholson
in. I thought this log would give more info about how the settings are being merged together, but I guess that part never really got done. Looks like Peter confirmed it's a bug. -- Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http

Re: Evdev keyboard sends keycodes but no keysyms

2010-11-16 Thread Dan Nicholson
a ton of info. -- 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

Re: Evdev keyboard sends keycodes but no keysyms

2010-11-14 Thread Dan Nicholson
setting... Running with -logverbose will give more details on the merging of InputClass settings. -- Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg

Re: libX11 configure.ac patch

2010-11-05 Thread Dan Nicholson
that this should really be testing $host_alias or $host_os since that's what you're building the package for. The $target* variables are really only applicable when you're building a cross compiler or something like that. That's orthogonal, but should be fixed. -- Dan

Re: libX11 configure.ac patch

2010-11-05 Thread Dan Nicholson
On Fri, Nov 5, 2010 at 6:16 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: 2010/11/5 Dan Nicholson dbn.li...@gmail.com: On Fri, Nov 5, 2010 at 3:35 AM, Frans Meulenbroeks fransmeulenbro...@gmail.com wrote: Dear all, While trying to compile libX11 for nios2, I discovered

Re: jhBuild

2010-11-04 Thread Dan Nicholson
it depends on (headers/libraries) in their final location. I think the best you can do is try running it in a chroot, but that has its own issues. Otherwise, you'd need to handle the packages like you're cross compiling them. I don't think jhbuild is prepared for that. -- Dan

Re: [ANNOUNCE] xorg-server 1.8.99.904

2010-07-01 Thread Dan Nicholson
. It's just a portion of it and we would have to include DRI, Mesa, drivers, etc to get a more accurate analysis. It would be cool to run it on Mesa. It will be mostly vmware, but that's certainly a very active and significant part of the graphics puzzle. -- Dan

Re: Questions about X server abort

2010-06-25 Thread Dan Nicholson
On Wed, Jun 23, 2010 at 7:31 PM, 邓逸昕 bupt.dengyi...@gmail.com wrote: Hi Dan Nicholson : Glad to talk with you! I have a question to bother you about X server abort. My X server's version is xorg-server-1.8.1 on May 11st. However, if using the latest X server version, the problem still

Re: libXfont 1.4.2 build issue

2010-06-25 Thread Dan Nicholson
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

Re: restore from suspend to ram

2010-06-08 Thread Dan Nicholson
. On intel you can try installing intel-gpu-tools[1] and then using intel_reg_dumper before and after suspend to see if some state is not getting restored correctly. Also, asking on intel-...@lists.freedesktop.org would help. -- Dan 1. http://cgit.freedesktop.org/xorg/app/intel-gpu-tools

Re: mouse gets stuck on second screen

2010-06-07 Thread Dan Nicholson
if that will fix the input issues. -- 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

Re: configuring a 3 button mouse.

2010-06-07 Thread Dan Nicholson
it is. -- 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

Re: configuring a 3 button mouse.

2010-06-07 Thread Dan Nicholson
On Mon, Jun 7, 2010 at 12:54 PM, Geoffrey li...@serioustechnology.com wrote: Dan Nicholson wrote: On Mon, Jun 7, 2010 at 12:21 PM, Geoffrey li...@serioustechnology.com wrote: I recently upgraded my Mandriva install and now it appears that my 3 button mouse is emulating a 2 button mouse

Re: mouse gets stuck on second screen

2010-06-07 Thread Dan Nicholson
On Mon, Jun 7, 2010 at 1:04 PM, David Bridgham d...@froghouse.org wrote: On 06/07/2010 03:22 PM, Dan Nicholson wrote: So, this is zaphod mode with the radeonhd driver. Maybe you can try using the radeon driver? I know there have been some fixes recently to zaphod mode, although I don't know

Re: xorg can't load qxl driver

2010-06-07 Thread Dan Nicholson
. I don't know the debian/ubuntu package name, but it might be xserver-xorg-input-void. Anyway, your log would help. Thanks Dan, that is a start.  Since the instructions didn't mention putting the drivers anywhere special I just put them in my home folder. Please excuse any dumb mistakes, I'm

Re: xorg can't load qxl driver

2010-06-07 Thread Dan Nicholson
someone familiar with qxl to diagnose it. -- 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

Re: configuring a 3 button mouse.

2010-06-07 Thread Dan Nicholson
the driver emulating 3 buttons. Looking at the old mouse source, it should be giving you a message like (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50. Can you run xev and look for the what codes it gives you when you press the middle button and left+middle? -- Dan

Re: Transition from HAL to udev - mouse config

2010-05-14 Thread Dan Nicholson
-mouse.conf EOF Section InputClass Identifier My Mouse Tweaks Option AccelerationProfile 2 Option AdaptiveDeceleration 2 ... EndSection EOF See the InputClass section in xorg.conf(5). -- Dan ___ xorg@lists.freedesktop.org: X.Org support Archives

Re: getting device path or sysfs name of input device

2010-05-12 Thread Dan Nicholson
match this to whatever specific configuration you require for this kind of touchpads. FWIW, I have a patchset to add PnP and USB ID matching in InputClass. Basically, I want to be able to convert the existing synaptics and wacom fdi files to InputClass, and they rely on PnP at least. -- Dan

Re: no screens found problem

2010-04-22 Thread Dan Nicholson
where n is greater than 3 to get some more information. Updating to a newer Xorg might be a challenge, but newer releases of the intel driver do support that graphics hardware. -- Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http

Re: xorg-server may use dri.pc?

2010-04-08 Thread Dan Nicholson
to it. I don't remember when dridriverdir got added, but it seems like we demand a very new dri.pc anyway. Thanks for the reminder. -- Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http

Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-03 Thread Dan Nicholson
On Fri, Apr 2, 2010 at 2:29 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Fri, Apr 2, 2010 at 2:25 PM, Julien Cristau jcris...@debian.org wrote: On Fri, Apr  2, 2010 at 14:10:47 -0700, Dan Nicholson wrote: On Fri, Apr 02, 2010 at 01:20:26PM -0700, Keith Packard wrote: On Fri, 2 Apr 2010 21

Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Dan Nicholson
? It should be picking up the InputClass settings from the installed xorg.conf.d/10-evdev.conf. See the INPUTCLASS section in xorg.conf(5). They're basically like the fdi stubs used with the hal backend. -- Dan ___ xorg@lists.freedesktop.org: X.Org support

Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Dan Nicholson
+ path basename from -configdir 3. /etc/X11/xorg.conf.d Export the default in xorg-server.pc: confdir=${sysconfdir}/X11/xorg.conf.d Then it's straightforward to know where the right location is. -- Dan ___ xorg@lists.freedesktop.org: X.Org support

Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Dan Nicholson
config file search path to look in a sensible place rather than $(prefix)/etc/X11 This is untested, but I think the patch below is all it would take to add support for a second system directory in $prefix/lib/X11 with lowest priority. -- Dan diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86

Re: [ANNOUNCE] xf86-input-synaptics 1.2.2

2010-03-26 Thread Dan Nicholson
on xserver-1.8+. Also, do we need to limit to /dev/input/event* devices? Unlike evdev, synaptics is used on multiple platforms that probably don't have the same device layout. I think it's safe to just have MatchIsTouchpad and let later rules sort out when that should not be synaptics. -- Dan

Re: Missing symbol error when building X.org from git

2010-03-19 Thread Dan Nicholson
On Thu, Mar 18, 2010 at 9:12 PM, Joel Feiner jafei...@gmail.com wrote: On Thu, Mar 18, 2010 at 4:58 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Thu, Mar 18, 2010 at 12:41 PM, Joel Feiner jafei...@gmail.com wrote: On Thu, Mar 18, 2010 at 3:32 PM, Dan Nicholson dbn.li...@gmail.com wrote

Re: Missing symbol error when building X.org from git

2010-03-19 Thread Dan Nicholson
On Fri, Mar 19, 2010 at 8:17 AM, Joel Feiner jafei...@gmail.com wrote: On Fri, Mar 19, 2010 at 10:05 AM, Dan Nicholson dbn.li...@gmail.com wrote: On Thu, Mar 18, 2010 at 9:12 PM, Joel Feiner jafei...@gmail.com wrote: On Thu, Mar 18, 2010 at 4:58 PM, Dan Nicholson dbn.li...@gmail.com wrote

Re: Missing symbol error when building X.org from git

2010-03-18 Thread Dan Nicholson
causing the reference errors, though. -- Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Missing symbol error when building X.org from git

2010-03-18 Thread Dan Nicholson
On Thu, Mar 18, 2010 at 12:41 PM, Joel Feiner jafei...@gmail.com wrote: On Thu, Mar 18, 2010 at 3:32 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Thu, Mar 18, 2010 at 10:54 AM, Joel Feiner jafei...@gmail.com wrote: The error that comes up is this: libtool: link: gcc -DHAVE_DMX_CONFIG_H

xrandr and vmware resize issue

2010-03-14 Thread Dan Savilonis
wonder if there is some other way to get this to work or if I'm missing something. Any thoughts? Thanks, Dan ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman

Re: X doesn't start in minilinux

2010-03-04 Thread Dan Nicholson
, but the server has version 1.6.4. Might this cause the problem? YES.   ABI is important to Xorg now. Xorg does usually maintain ABI through a minor release series. So, a 1.6.x driver should work with a 1.6.y server without recompiling. -- Dan ___ xorg mailing

Re: Boot resolution

2010-03-03 Thread Dan Nicholson
between splashy stopping and xserver starting... Boot with quiet? -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: cosmetic udev glitches

2010-03-03 Thread Dan Nicholson
. Not for the parent, either? Does hal give you anything for info.product/input.product? -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: cosmetic udev glitches

2010-03-02 Thread Dan Nicholson
down so users don't get scared… The other thing hal does here is ignore all devices except those where the sysfs path ends in event%d. Maybe we should do the same. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org

Re: cosmetic udev glitches

2010-03-02 Thread Dan Nicholson
==input DRIVERS== ATTRS{name}==ImExPS/2 Logitech Wheel Mouse ATTRS{phys}==isa0060/serio1/input0 ATTRS{uniq}== Can you try the patch below that uses the name attribute instead of the value from the uevent? I ran it through a little test app, but not in X. Dan From

Re: cosmetic udev glitches

2010-03-02 Thread Dan Nicholson
On Tue, Mar 2, 2010 at 4:16 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Mar 02, 2010 at 02:47:22PM -0800, Dan Nicholson wrote: Can you try the patch below that uses the name attribute instead of the value from the uevent? I ran it through a little test app, but not in X. From

Re: cosmetic udev glitches

2010-03-02 Thread Dan Nicholson
On Wed, Mar 03, 2010 at 10:40:16AM +1000, Peter Hutterer wrote: On Tue, Mar 02, 2010 at 04:29:41PM -0800, Dan Nicholson wrote: On Tue, Mar 2, 2010 at 4:16 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Mar 02, 2010 at 02:47:22PM -0800, Dan Nicholson wrote: Can you try

Re: Problems Compiling from Git

2010-02-18 Thread Dan Nicholson
d6f55492af3cb82b0113fe6beac0f3494b6e2956. trap and exit on ERR shouldn't be used blindly since it's entirely possible there are commands that safely fail in mklib. Not to mention that it's not portable. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http

Re: Problems Compiling from Git

2010-02-18 Thread Dan Nicholson
On Thu, Feb 18, 2010 at 2:52 PM, Mike Lothian m...@fireburn.co.uk wrote: On 18 February 2010 22:46, Dan Nicholson dbn.li...@gmail.com wrote: On Thu, Feb 18, 2010 at 2:36 PM, Mike Lothian m...@fireburn.co.uk wrote: I'm experiencing 3 issues at the moment xorg-server master isn't compiling I

Re: [ANNOUNCE] xorg-server 1.7.99.901

2010-02-12 Thread Dan Nicholson
both in: Don't use AC_CHECK_FILE for fontpath checks when cross compiling xfree86: Handle config files ending without newline -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: modular build, libGL make install fails

2010-01-31 Thread Dan Nicholson
/local, apparently. I don't know what jhbuild is doing, but obviously we'd need to see more context. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Xorg-1.7.3 XCALIBRATE touchscreen

2010-01-15 Thread Dan Nicholson
would be greatly appreciated. If any functionality is missing I'd like to get a hint about how to proceed to implement, debug and test it. Can you post Xorg.log? Did configure give you any messages about xcalibrate when you used --enable-xcalibrate? -- Dan

Re: Xorg-1.7.3 XCALIBRATE touchscreen

2010-01-15 Thread Dan Nicholson
On Fri, Jan 15, 2010 at 11:13 AM, Marco Cavallini koansoftw...@gmail.com wrote: Dan Nicholson ha scritto, Il 15/01/2010 18:38: On Fri, Jan 15, 2010 at 9:25 AM, Marco Cavallini koansoftw...@gmail.com wrote: Hi, I am using an ARM based architecture and I am trying to enable touchscreen

Re: Xorg-1.7.3 XCALIBRATE touchscreen

2010-01-15 Thread Dan Nicholson
On Fri, Jan 15, 2010 at 12:33 PM, Marco Cavallini koansoftw...@gmail.com wrote: Dan Nicholson ha scritto, Il 15/01/2010 19:17: The config.log says that you don't have the XCALIBRATE extension built into the server. XCALIBRATE_TRUE='#' That means the automake conditional to build

Re: [ANNOUNCE] xorg-server 1.7.99.2

2010-01-12 Thread Dan Nicholson
On Mon, Jan 11, 2010 at 10:40 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Jan 11, 2010 at 08:54:59AM +0100, Stephan Raue wrote: Hi Peter, Dan, do you dont forgot this also to commit before release? Dan, this patch doesn't seem to be in master yet. were you waiting for me

Re: I don't want my IR handset to act like a keyboard

2010-01-12 Thread Dan Nicholson
marked with ID_INPUT by udev. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Xorg crashes...

2010-01-08 Thread Dan Nicholson
On Fri, Jan 8, 2010 at 6:01 AM, Ryan Daly d...@ctc.com wrote: On 01/07/2010 06:11 PM, Dan Nicholson wrote: Not sure this will work, but if it's a symbol resolving problem, you can try to get it to crash faster by using LD_BIND_NOW. LD_BIND_NOW=1 startx `which xterm` X will not start

Re: Xorg crashes...

2010-01-08 Thread Dan Nicholson
On Fri, Jan 8, 2010 at 8:19 AM, Dan Nicholson dbn.li...@gmail.com wrote: On Fri, Jan 8, 2010 at 7:19 AM, Ryan Daly d...@ctc.com wrote: On 01/08/2010 10:11 AM, Tom Cowell wrote: I was responding to this remark from Peter Hutterer: uhm. SIGTERM is the termination signal. Something's shutting

Re: Xorg crashes...

2010-01-08 Thread Dan Nicholson
. The mysterious SIGTERM might be tough to handle since it could come from anywhere. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Xorg crashes...

2010-01-07 Thread Dan Nicholson
not killing the server. If you run startx then switch back to the VT you started from, you'll see those errors are only generated during initialization (unless you plug in another keyboard later). If you run startx `which xterm` so that you're just running a terminal, does the server still exit? -- Dan

Re: Xorg crashes...

2010-01-07 Thread Dan Nicholson
be?  Have you picked up anything from the backtrace that's attached to the bug report at bugs.launchpad.net? Not sure this will work, but if it's a symbol resolving problem, you can try to get it to crash faster by using LD_BIND_NOW. LD_BIND_NOW=1 startx `which xterm` -- Dan

Re: X11 XTEST Error when starting Xine

2010-01-04 Thread Dan Nicholson
. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [news] TWM -- Revised Edition -- Again

2010-01-03 Thread Dan Nicholson
it into the modern world. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xorg-server 1.7.99.2

2009-12-20 Thread Dan Nicholson
the fallback behavior. If you want to specify the fontpath, use --with-default-font-path. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xorg-server 1.7.99.2

2009-12-20 Thread Dan Nicholson
On Sun, Dec 20, 2009 at 11:24 AM, Stephan Raue mailingli...@openelec.tv wrote: Zitat von Dan Nicholson dbn.li...@gmail.com: On Sun, Dec 20, 2009 at 5:19 AM, Stephan Raue mailingli...@openelec.tv wrote: Hi all, when i am crosscompiling xorg-server i get an error from configure: checking

Re: xinput: Do I want xorg.conf? Do I want hal? Do I want udev?

2009-11-27 Thread Dan Nicholson
keys into the HAL configuration, but that'll go away eventually with udev. The best proposal for static configuration were Dan's xorg.conf.d patches but I don't know how much they have progressed in the last months. Maybe Dan can comment on that? Just finished it yesterday (been too busy

DPMS trouble

2009-10-31 Thread Dan Hatton
it seems all individual components work OK, and it's the combination of computer 2 and monitor B that's problematic. In each case, the monitor behaviour when the computer is switched off altogether is the same as that in response to xset dpms force off. Thanks very much, Dan Some details

Re: asciidoc requirement for man pages ?

2009-10-22 Thread Dan Nicholson
/xorg/lib/libXi/commit/?id=e43d88541e815aa64108a6c5bc3dae5816c822dc I had this working correctly at some point. I'll try to fix it up so that it does the right thing either for people building from git or from tarballs. -- Dan ___ xorg mailing list xorg

Re: pixman and perl

2009-10-22 Thread Dan
thought more about it. What did Perl do to you anyway? Just curious. Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: xorg error : Failed to activate core devices

2009-10-10 Thread Dan Nicholson
, is there any reason why we don't do AC_PATH_PROG(XKBCOMP, xkbcomp, '${bindir}/xkbcomp') in the server? I know that xkbcomp should die a fiery death, but in the meantime I think that would make the user experience nicer. -- Dan ___ xorg mailing list xorg

Re: Finishing the X11R7.5 katamari

2009-10-03 Thread Dan Nicholson
part of their window system. That was basically it. xinit was still in and I mentioned that there could be a problem because half the apps being run in the default xinitrc had been removed from the katamari. Ajax solved that problem by removing xinit from the katamari. :) -- Dan

Re: [Q] Xorg VNC driver?

2009-09-23 Thread Dan Nicholson
On Wed, Sep 23, 2009 at 7:19 AM, Alan Hourihane al...@fairlite.co.uk wrote: On Wed, 2009-09-23 at 07:00 -0700, Dan Nicholson wrote: On Wed, Sep 23, 2009 at 6:20 AM, Alan Hourihane al...@fairlite.co.uk wrote: When 1.7 is tagged for release I'll import that into xf4vnc and fixup accordingly

Re: Problem regarding configuring X server.

2009-09-18 Thread Dan Nicholson
know what distro you're on, but it's glib2-devel on fedora. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Blank screen on starting X

2009-09-15 Thread Dan Nicholson
it start X for you. Just make sure you setup gdm to use your Xorg in /opt/MPX (it will default to /usr/bin/X or similar). I don't recall the exact way to do this on newer gdm, but documentation is here: http://library.gnome.org/admin/gdm/ -- Dan

Re: generic touchscreen calibration

2009-09-14 Thread Dan Nicholson
app. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: File `-lselinux' does not exist.

2009-08-16 Thread Dan Nicholson
On Sun, Aug 16, 2009 at 4:52 PM, Dan Nicholsondbn.li...@gmail.com wrote: On Sun, Aug 16, 2009 at 2:11 PM, Justin Mattockjustinmatt...@gmail.com wrote: I've been racking my brain on this for a few days without any results. I can compile the xserver normally, but as seen as I enable selinux I

Re: File `-lselinux' does not exist.

2009-08-16 Thread Dan Nicholson
to libselinux? Just want to make sure before I push the patch. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Evdev touchscreen calibration?

2009-07-22 Thread Dan Nicholson
and set the Evdev Axis Calibration property accordingly. Is there a tool which does that? I've only found ts_calibrate so far, which is just for framebuffer devices. You can set any input properties with a recent xinput tool. -- Dan ___ xorg mailing list

Re: xkeyboard-config woes/keymap compile errors with new Git Xorg stack build

2009-07-20 Thread Dan Nicholson
. That means that xkbcomp failed. Is there anything on stdout? Do you have xkbcomp in /usr/local/bin? Sadly, the server build hardcodes the xkbcomp location as $bindir/xkbcomp. You can make a symlink to where your system's xkbcomp is located if you don't want to build a new one. -- Dan

Radeon KMS testing ( RV280 )

2009-07-13 Thread Dan
Hi all. I've finally built a 2.6.31-rc kernel that boots. Not sure what's been going on there. Anyway, I've been keen to test KMS TTM stuff. Unfortunatley, it's a double no-go. When the radeon module loads ( I assume for flicker-free boot, I'll have to build it into the kernel, and not as a

Re: setting evdev properties from HAL?

2009-07-01 Thread Dan Nicholson
an equivalent xorg.conf option since it's intended for runtime calibration. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: How to run the X xserver in a chroot environment

2009-06-14 Thread Dan Nicholson
even leverage most of the client side that's already installed and just focus on server/drivers. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Strange issue with hal and Xorg

2009-06-12 Thread Dan Nicholson
On Fri, Jun 12, 2009 at 5:46 AM, Matt Hayesdomin...@slackadelic.com wrote: Hrm.. so where the heck is the 32 buttons coming from?  That's very odd and causes mapping of buttons to be a pita. The evdev driver. Perhaps you were using the mouse driver in xorg.conf? -- Dan

Re: X.org release engineering?

2009-06-08 Thread Dan Nicholson
and sit back while tons of tests fail. Should be ready for public consumption in a week or so even if some of the edges are still pretty sharp. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: XI2 pull warning

2009-06-02 Thread Dan Nicholson
triggering it but without success. My theory is that it's a race condition, where due to the recursive call of make the same man page is built at the same time by both processes and then the second mv fails. Can you show the error? -- Dan ___ xorg

Re: Error During Autoconf

2009-05-31 Thread Dan Nicholson
On Sat, May 30, 2009 at 10:07 PM, Joe Sprankle jspran...@awlship.com wrote: On Sat, 2009-05-30 at 21:37 -0700, Dan Nicholson wrote: On Sat, May 30, 2009 at 8:11 PM, Joe Sprankle jspran...@awlship.com wrote: Hi all, Brand new to this. I'm attempting to learn to build kdrive and not off

Re: Error During Autoconf **UPDATE**

2009-05-31 Thread Dan Nicholson
On Sat, May 30, 2009 at 11:04 PM, jspran...@awlship.com wrote:  ---Original Message---  From: Dan Nicholson dbn.li...@gmail.com  Subject: Re: Error During Autoconf  Sent: May 31 '09 04:37  On Sat, May 30, 2009 at 8:11 PM, Joe Sprankle jspran...@awlship.com wrote:   Hi all

Re: [cgit] No repositories found

2009-05-31 Thread Dan Nicholson
/driver/xf86-video-intel/commit/?id=f53bdad1 So, it's there, but someone would probably have to dig into cgit to see where it's failing. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Xorg support to import options for non-Input sections?

2009-05-12 Thread Dan Nicholson
that seems relevant anywhere and all examples I have found are exclusively related to keyboard or pointer settings. Is this possible (or planned)? No. Only the input devices pick up configuration through HAL, and I think people would prefer if that went away some day. -- Dan

Re: Xorg support to import options for non-Input sections?

2009-05-12 Thread Dan Nicholson
On Tue, May 12, 2009 at 10:23 AM, Kevin Stange ke...@simguy.net wrote: Dan Nicholson wrote: On Tue, May 12, 2009 at 1:58 AM, Kevin Stange ke...@simguy.net wrote: I am trying to find out whether I can define options for non-input devices via HAL fdi files. Â My goal is to specify settings

Re: Xorg support to import options for non-Input sections?

2009-05-12 Thread Dan Nicholson
On Tue, May 12, 2009 at 3:33 PM, Robert Noland rnol...@2hip.net wrote: On Tue, 2009-05-12 at 15:24 -0700, Dan Nicholson wrote: On Tue, May 12, 2009 at 2:41 PM, Alan Coopersmith alan.coopersm...@sun.com wrote: Colin Guthrie wrote: 'Twas brillig, and Kevin Stange at 12/05/09 18:23 did gyre

Re: Xorg support to import options for non-Input sections?

2009-05-12 Thread Dan Nicholson
On Tue, May 12, 2009 at 4:41 PM, Robert Noland rnol...@2hip.net wrote: On Tue, 2009-05-12 at 16:16 -0700, Dan Nicholson wrote: On Tue, May 12, 2009 at 3:33 PM, Robert Noland rnol...@2hip.net wrote: On Tue, 2009-05-12 at 15:24 -0700, Dan Nicholson wrote: On Tue, May 12, 2009 at 2:41 PM, Alan

Re: multiseat, -sharevts, and suspend/hibernate

2009-05-12 Thread Dan Nicholson
to stomp on another processes' resources. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: multiseat, -sharevts, and suspend/hibernate

2009-05-12 Thread Dan Nicholson
On Tue, May 12, 2009 at 5:37 PM, McDonald, Michael-p7438c michael.mcdon...@gdc4s.com wrote: -Original Message- From: Dan Nicholson [mailto:dbn.li...@gmail.com] Sent: Tuesday, May 12, 2009 4:51 PM To: McDonald, Michael-p7438c Cc: vigna...@freedesktop.org; x...@freedesktop.org

Re: AllowEmptyInput and HAL (SOLVED!!!)

2009-05-08 Thread Dan Nicholson
for xkbcomp currently. The entire interaction with xkbcomp by the server is a complete eye sore. I've been working to make this go away, but it took a lot of surgery and hasn't been reviewed yet. -- Dan ___ xorg mailing list xorg@lists.freedesktop.org http

  1   2   3   >