[ANNOUNCE] xcalc 1.0.4.1

2010-11-26 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This brown-paper-bag release just rebuilds the tarballs to include the
correct install-sh from the autotools instead of the broken one in the
1.0.4 tarballs.   Sorry about that.

Alan Coopersmith (1):
  xcalc 1.0.4.1

git tag: xcalc-1.0.4.1

http://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.4.1.tar.bz2
MD5:  052c59f7d917b1302e7142bbd888d808
SHA1: 2206fc4bf3719c43fa13a6c64a37b40607d8e5e2

http://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.4.1.tar.gz
MD5:  7ab5fb1474ec4cf5e6121e3e98b10020
SHA1: 9ef3c0198e17244f48ea0c4032de6ad608ccca53

- --
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkzwLbQACgkQovueCB8tEw4hEgCgiupk1/vRHzkrbVO4988n5aew
fMEAn1oQRC++Hm9sSEioTESuGZQIlSMY
=yEXB
-END PGP SIGNATURE-
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


Re: No mouse acceleration in latest Git X.org

2010-11-26 Thread Simon Thum
On 11/25/2010 07:42 AM, Joel Feiner wrote:
 On Wed, Nov 24, 2010 at 5:44 PM, Simon Thum simon.t...@gmx.de wrote:
 
 On 11/23/2010 06:33 AM, Joel Feiner wrote:
 Mouse acceleration seems to have gone away as of a week or so ago.  I'm
 not
 sure which component did it and I don't recall when it actually changed
 since I use Linux now irregularly and only update once in a while.
 Yes, It's a known problem originating from the recent masked valuators
 introduction.  I patched what's obvious but that didn't fix it, so if
 you want to help out just go ahead ;)


 It does seem to fix it for me.  I just rebuilt from Git this evening after I
 had a chance to reboot into Linux.  Acceleration is now working.
Same here, it seems that one of the other patches in my queue was
stopping the show. Git master is fine again.

Cheers,

Simon



 
 

 I have only one file in my /etc/X11/xorg.conf.d, which is to change some
 settings for my Radeon card.  There are not settings for input and I use
 the
 default HAL config (which will probably go away soon as HAL is dead).  My
 xorg.0.log is attached but it did not seem to shed any light on the
 issue.
  Of note is that the Gentoo build of Xorg, which calls itself 1.9.2.901
 (as
 opposed to the Git build, which calls itself 1.9.99.1), works just fine.
  The config files are exactly the same when I switch between the two.  So
 there must be something wrong with the code.




 ___
 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: simon.t...@gmx.de

 ___
 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: jafei...@gmail.com

 
 
 

___
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: [ANNOUNCE] xcalc 1.0.4

2010-11-26 Thread Somchai Smythe
Hello list,

Am I doing something wrong?  The install-sh seems to be broken now:

make install-strip DESTDIR=/tmp/package-xcalc V=1
make  INSTALL_PROGRAM=/bin/sh /tmp/xcalc-1.0.4/install-sh -c -s \
  install_sh_PROGRAM=/bin/sh /tmp/xcalc-1.0.4/install-sh -c
-s INSTALL_STRIP_FLAG=-s \
  `test -z '' || \
echo INSTALL_PROGRAM_ENV=STRIPPROG=''` install
make[1]: Entering directory `/tmp/xcalc-1.0.4'
make[2]: Entering directory `/tmp/xcalc-1.0.4'
test -z /usr/X11R7/bin || /bin/mkdir -p /tmp/package-xcalc/usr/X11R7/bin
  /bin/sh /tmp/xcalc-1.0.4/install-sh -c -s xcalc
'/tmp/package-xcalc/usr/X11R7/bin'
/tmp/xcalc-1.0.4/install-sh: line 139: syntax error near unexpected token `;;'
/tmp/xcalc-1.0.4/install-sh: line 139: `shift;;'
make[2]: *** [install-binPROGRAMS] Error 2
make[2]: Leaving directory `/tmp/xcalc-1.0.4'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/tmp/xcalc-1.0.4'
make: *** [install-strip] Error 2

I compared it to the install-sh in xcalc-1.0.3 and it seems random
lines were deleted from the case statement.  I'm using bash 4.1.9 if
it matters.

--- xcalc-1.0.3/install-sh  2009-12-18 10:52:00.0 +0700
+++ xcalc-1.0.4/install-sh  2010-11-21 01:54:55.0 +0700
@@ -136,21 +136,17 @@

 -d) dir_arg=true;;

--g) chgrpcmd=$chgrpprog $2
shift;;

---help) echo $usage; exit $?;;

 -m) mode=$2
case $mode in
  *' '* | *''* | *'
 '*   | *'*'* | *'?'* | *'['*)
-   echo $0: invalid mode: $mode 2
exit 1;;
esac
shift;;

--o) chowncmd=$chownprog $2
shift;;

 -s) stripcmd=$stripprog;;

(and many more changes after that).


On 11/25/10, Alan Coopersmith alan.coopersm...@oracle.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 xcalc is a Xaw-toolkit based scientific calculator X11 client
 that can emulate a TI-30 or an HP-10C.

 This minor maintenance release provides the usual recent collection of
 improvements to the calculation of the build configuration and other
 janitorial cleanups.

 Alan Coopersmith (7):
   config: upgrade to util-macros 1.8 for additional man page support
   config: Remove unnecessary calls from configure.ac
   config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
   config: Explicitly check for xt  x11 pkgs, since xcalc calls those
 directly
   Purge RCS/CVS version tags
   create_keypad: declare list of button name strings as const
   xcalc 1.0.4

 Gaetan Nadon (3):
   configure.ac: use backticks rather than $() for cmd subs
   config: move CWARNFLAGS from configure.ac to Makefile.am
   config: update AC_PREREQ statement to 2.60

 git tag: xcalc-1.0.4

 http://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.4.tar.bz2
 MD5:  261ccaa767420ece55bceeff9463e7e6
 SHA1: 25e96001331e03a5aae38184887fa0d92eaaf647

 http://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.4.tar.gz
 MD5:  e8a07c7b23ae8372312183754cadb5dd
 SHA1: 95c866d82f7fa7f70e99d7e6677dbf127b926955


 - --
   -Alan Coopersmith-alan.coopersm...@oracle.com
Oracle Solaris Platform Engineering: X Window System

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.9 (SunOS)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEARECAAYFAkztq2QACgkQovueCB8tEw6b9gCePZeWi6+0H39BKGGu5ZOKntOS
 mxYAn0YHTKZx3floV3pZwRho3bgOh6Hk
 =CXlH
 -END PGP SIGNATURE-
 ___
 xorg-announce mailing list
 xorg-annou...@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/xorg-announce

___
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: Dual (virtual) screen support under Xephyr (or Xnest)?

2010-11-26 Thread Paulo Zanoni
If you have two screens on display :1 and want to open a xterm on each of them:
DISPLAY=:1.0 xterm
DISPLAY=:1.1 xterm

If you want to be able to move the mouse between the screens, you can
try using Xorg on top of Xorg with the nestedv driver. It's still in
veeery early development stage, but it allows you to have 2 screens
and use something like 'Screen screen1 RightOf screen2 in
xorg.conf.

There's a multi-screen xorg.conf example on the README file. You can
also use Option Origin to set the X/Y coordinates where the screens
will be opened on the bottom-layer X. Notice that if you want input
devices you'll have to read them directly from /dev/input (you still
can't get the input events from the bottom-layer Xorg, but luckly
there is a group of people working to solve this issue).

http://gitorious.org/xf86-drivers-nested

On Wed, Nov 24, 2010 at 1:06 PM, m h sesqu...@gmail.com wrote:
 Hey Folks-

 I'm trying to debug some multiscreen issues with a wm [0] I'm
 contributing to.  This wm is scriptable so it makes development pretty
 cool, you write a test and it runs the tests in Xephyr.

 There are some issues with dual monitor support which I'd like to get
 ironed out.  Sadly I can't get Xephyr, Xdmx or Xnest to work with dual
 (virtual) screens.  It be great to test under them rather than using
 my real desktop.

 Here's what I've tried:


 # old command
 Xephyr -br +extension RANDR +xinerama -mouse evdev -screen 500x600
 -screen 400x300+500+0  :1 -ac  (sleep 1; env DISPLAY=:1
 ~/work/pylibs/qtile/qtile -d -c /home/matt/.config/qtile/mattdev.py  
 env DISPLAY=:1 xterm)

 Brings up 2 windows, but I can't use xrandr to place them next to each
 other.  In fact xrandr only sees (can connect to) one of the windows.
 Both windows seem to overlap.

 # Xdmx attempt
 Xephyr :3.0 -a -ac -br +extension RANDR +xinerama -screen 300×400 
 Xephyr :4.0 -a -ac -br +extension RANDR +xinerama -screen 200×400 
 (sleep 2; Xdmx :5 -display localhost:3 -display localhost:4 +xinerama) 
 (sleep 4; env DISPLAY=:5 ~/work/pylibs/qtile/qtile -d -c
 /home/matt/.config/qtile/mattdev.py   env DISPLAY=:5 xterm)

 Seems to bring up 2 windows next to each other, but doesn't want to
 let the wm draw anything other than windows:
 (**) dmx: dmxErrorHandler: RenderBadPicture (invalid Picture parameter)
 (**) dmx:                  Major opcode: 143 (RENDER)
 (**) dmx:                  Minor opcode: 10 (RenderTrapezoids)
 (**) dmx:                  ResourceID:   0x2000ae
 (**) dmx:                  Failed serial number:  1195
 (**) dmx:                  Current serial number: 1196


 # xnest

 Xnest :1 -ac -br +xinerama -scrns 2 -geometry 1000x500  (sleep 1; env
 DISPLAY=:1 ~/work/pylibs/qtile/qtile -d -c
 /home/matt/.config/qtile/mattdev.py   env DISPLAY=:1 xterm)

 This segfaults.

 I'm running on an intel t61p thinkpad with gentoo.  xorg 1.7.7, intel
 drivers 2.13.

 Any hints or suggestions would be wonderful.  As a last resort I could
 develop under my real (non-nested) wm.

 thanks much!

 -matt

 0 - http://www.qtile.org/
 ___
 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: przan...@gmail.com




-- 
Paulo Zanoni
___
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


app-xcalc 1.0.4: install-sh fails on install-strip target - Was:Re: [ANNOUNCE] xcalc 1.0.4

2010-11-26 Thread Gaetan Nadon
On Fri, 2010-11-26 at 22:00 +0700, Somchai Smythe wrote:

 Hello list,
 
 Am I doing something wrong?  The install-sh seems to be broken now:

I can reproduce the problem. Simply invoking make install-strip will
do it.
I don't know the root cause of the problem, but a workaround is to
autoreconf -vfi and then ./configure --prefix ... 
This will re-create the configuration using your version of automake.
That fixed it for me.

The tarball was created from Automake 2.68, I have 2.63.
Further investigation is required, it could be the level of automake
or just some accident on disk.


 
 make install-strip DESTDIR=/tmp/package-xcalc V=1
 make  INSTALL_PROGRAM=/bin/sh /tmp/xcalc-1.0.4/install-sh -c -s \
   install_sh_PROGRAM=/bin/sh /tmp/xcalc-1.0.4/install-sh -c
 -s INSTALL_STRIP_FLAG=-s \
   `test -z '' || \
 echo INSTALL_PROGRAM_ENV=STRIPPROG=''` install
 make[1]: Entering directory `/tmp/xcalc-1.0.4'
 make[2]: Entering directory `/tmp/xcalc-1.0.4'
 test -z /usr/X11R7/bin || /bin/mkdir -p
 /tmp/package-xcalc/usr/X11R7/bin
   /bin/sh /tmp/xcalc-1.0.4/install-sh -c -s xcalc
 '/tmp/package-xcalc/usr/X11R7/bin'
 /tmp/xcalc-1.0.4/install-sh: line 139: syntax error near unexpected
 token `;;'
 /tmp/xcalc-1.0.4/install-sh: line 139: `shift;;'
 make[2]: *** [install-binPROGRAMS] Error 2
 make[2]: Leaving directory `/tmp/xcalc-1.0.4'
 make[1]: *** [install-am] Error 2
 make[1]: Leaving directory `/tmp/xcalc-1.0.4'
 make: *** [install-strip] Error 2
 
 I compared it to the install-sh in xcalc-1.0.3 and it seems random
 lines were deleted from the case statement.  I'm using bash 4.1.9 if
 it matters.
 


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: [ANNOUNCE] xcalc 1.0.4

2010-11-26 Thread Alan Coopersmith
Somchai Smythe wrote:
 Hello list,
 
 Am I doing something wrong?  The install-sh seems to be broken now:
 
 I compared it to the install-sh in xcalc-1.0.3 and it seems random
 lines were deleted from the case statement. 

We just pass through install-sh from the autotools - certainly I am
using newer versions of those in current releases than I did last
year - right now I'm building releases with:
autoconf (GNU Autoconf) 2.68
automake (GNU automake) 1.11.1
libtool (GNU libtool) 2.2.10

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

___
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: companies contributing to X [was: Re: Respository vandalism by r...@...fd.o]

2010-11-26 Thread Alan Coopersmith
Matthew Garrett wrote:
 The lack of documentation for various aspects of the server doesn't help 
 either. I found X development far more intimidating than getting 
 involved in the kernel.

That is something we know we've been lacking for a long time, and have been
working to correct.   So far most of the efforts have been around getting the
docs to a place where people can edit them and then have the toolchain around
to see the html/pdf/etc. output.   (Matt  Gaetan have made amazing progress
here over the last year after years of the rest of us talking about it, though
most of that is around client library  protocol level documentation, since
that's where the bulk of our existing documentation is, and not so much
server/driver side.)

For Xorg 1.9, I got the server internals docs in-tree and building with the
standardish xmlto tools - now comes the hard part of getting them up-to-date
again and having useful contents.

The X.Org Board has recently approved Bart's proposal to set aside a few days
before the 2011 X Developer Conference for a book sprint to produce
documentation for developers and hopefully we'll be able to build upon the
existing docs, Matt's Summer of Code KMS docs, and Stephane's draft driver
writing guide to actually have some good docs for people.

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

___
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: [ANNOUNCE] xcalc 1.0.4

2010-11-26 Thread Alan Coopersmith
Somchai Smythe wrote:
 I compared it to the install-sh in xcalc-1.0.3 and it seems random
 lines were deleted from the case statement. 
 --g) chgrpcmd=$chgrpprog $2

*sigh*   I see what happened now - the lines deleted are very much not
random - they're the lines with $ in, due to my use of perl to remove
CVS tags from * in that directory, not noticing I had a copy of install-sh
in there (I usually build in separate directories so my git repos don't
normally have those in).

I'll go post new tarballs with a clean install-sh.   Sorry about that.
(Strangely, make distcheck worked with the broken install-sh.)

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

___
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


[ANNOUNCE] xcalc 1.0.4.1

2010-11-26 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This brown-paper-bag release just rebuilds the tarballs to include the
correct install-sh from the autotools instead of the broken one in the
1.0.4 tarballs.   Sorry about that.

Alan Coopersmith (1):
  xcalc 1.0.4.1

git tag: xcalc-1.0.4.1

http://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.4.1.tar.bz2
MD5:  052c59f7d917b1302e7142bbd888d808
SHA1: 2206fc4bf3719c43fa13a6c64a37b40607d8e5e2

http://xorg.freedesktop.org/archive/individual/app/xcalc-1.0.4.1.tar.gz
MD5:  7ab5fb1474ec4cf5e6121e3e98b10020
SHA1: 9ef3c0198e17244f48ea0c4032de6ad608ccca53

- --
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (SunOS)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkzwLbQACgkQovueCB8tEw4hEgCgiupk1/vRHzkrbVO4988n5aew
fMEAn1oQRC++Hm9sSEioTESuGZQIlSMY
=yEXB
-END 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: [ANNOUNCE] xcalc 1.0.4

2010-11-26 Thread Jeremy Huddleston
And here I thought this might've been because the git repos were compromised...


duck /

... too soon? 


On Nov 26, 2010, at 16:42, Alan Coopersmith wrote:

 Somchai Smythe wrote:
 I compared it to the install-sh in xcalc-1.0.3 and it seems random
 lines were deleted from the case statement. 
 --g) chgrpcmd=$chgrpprog $2
 
 *sigh*   I see what happened now - the lines deleted are very much not
 random - they're the lines with $ in, due to my use of perl to remove
 CVS tags from * in that directory, not noticing I had a copy of install-sh
 in there (I usually build in separate directories so my git repos don't
 normally have those in).
 
 I'll go post new tarballs with a clean install-sh.   Sorry about that.
 (Strangely, make distcheck worked with the broken install-sh.)
 
 -- 
   -Alan Coopersmith-alan.coopersm...@oracle.com
Oracle Solaris Platform Engineering: X Window System
 
 ___
 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: jerem...@freedesktop.org

___
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


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

2010-11-26 Thread Justin Mattock
hello,
Not sure how to really handle this here(maybe I missed something), but
under xorg.conf
I see:
/usr/lib/X11/fonts/100dpi/,
/usr/lib/X11/fonts/75dpi/
[   280.713] (**) ModulePath set to /usr/lib/xorg/modules
[   280.713] (WW) Hotplugging is on, devices using drivers 'kbd',
'mouse' or 'vmmouse' will be disabled.
[   280.713] (WW) Disabling Mouse0
[   280.713] (WW) Disabling Keyboard0
[   280.713] (II) Loader magic: 0x7c9900
[   280.713] (II) Module ABI versions:
[   280.713]X.Org ANSI C Emulation: 0.4

startx works but I've no mouse or keyboard..
(HAL is not installed)

if I

Section ServerFlags
Option AutoAddDevices False
EndSection

startx gets me a blank screen.

is there a new option that I need to add to xorg.conf in order to startx
and have radeon work right as well as the mouse and keyboard?
or is this dependant on hal and/or device manager?
(machine is a macbook pro)

-- 
Justin P. Mattock
___
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-26 Thread Super Biscuit
What OS are you using?

--- On Sat, 11/27/10, Justin Mattock justinmatt...@gmail.com wrote:

From: Justin Mattock justinmatt...@gmail.com
Subject: latest git xserver without hal causes Hotplugging to be a bit tricky
To: x...@freedesktop.org
Date: Saturday, November 27, 2010, 4:24 AM

hello,
Not sure how to really handle this here(maybe I missed something), but
under xorg.conf
I see:
    /usr/lib/X11/fonts/100dpi/,
    /usr/lib/X11/fonts/75dpi/
[   280.713] (**) ModulePath set to /usr/lib/xorg/modules
[   280.713] (WW) Hotplugging is on, devices using drivers 'kbd',
'mouse' or 'vmmouse' will be disabled.
[   280.713] (WW) Disabling Mouse0
[   280.713] (WW) Disabling Keyboard0
[   280.713] (II) Loader magic: 0x7c9900
[   280.713] (II) Module ABI versions:
[   280.713]     X.Org ANSI C Emulation: 0.4

startx works but I've no mouse or keyboard..
(HAL is not installed)

if I

Section ServerFlags
    Option AutoAddDevices False
EndSection

startx gets me a blank screen.

is there a new option that I need to add to xorg.conf in order to startx
and have radeon work right as well as the mouse and keyboard?
or is this dependant on hal and/or device manager?
(machine is a macbook pro)

-- 
Justin P. Mattock
___
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: super_bisq...@yahoo.com



  ___
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-26 Thread Justin P. Mattock




--- On *Sat, 11/27/10, Justin Mattock /justinmatt...@gmail.com/* wrote:


From: Justin Mattock justinmatt...@gmail.com
Subject: latest git xserver without hal causes Hotplugging to be a
bit tricky
To: x...@freedesktop.org
Date: Saturday, November 27, 2010, 4:24 AM

hello,
Not sure how to really handle this here(maybe I missed something), but
under xorg.conf
I see:
/usr/lib/X11/fonts/100dpi/,
/usr/lib/X11/fonts/75dpi/
[ 280.713] (**) ModulePath set to /usr/lib/xorg/modules
[ 280.713] (WW) Hotplugging is on, devices using drivers 'kbd',
'mouse' or 'vmmouse' will be disabled.
[ 280.713] (WW) Disabling Mouse0
[ 280.713] (WW) Disabling Keyboard0
[ 280.713] (II) Loader magic: 0x7c9900
[ 280.713] (II) Module ABI versions:
[ 280.713] X.Org ANSI C Emulation: 0.4

startx works but I've no mouse or keyboard..
(HAL is not installed)

if I

Section ServerFlags
Option AutoAddDevices False
EndSection

startx gets me a blank screen.

is there a new option that I need to add to xorg.conf in order to startx
and have radeon work right as well as the mouse and keyboard?
or is this dependant on hal and/or device manager?
(machine is a macbook pro)

--
Justin P. Mattock
___
xorg@lists.freedesktop.org
/mc/compose?to=x...@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: super_bisq...@yahoo.com
/mc/compose?to=super_bisq...@yahoo.com




On 11/26/2010 09:07 PM, Super Biscuit wrote:
 What OS are you using?

Im using my own cblfs version..

Justin P. Mattock
___
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