[ANNOUNCE] libXdmcp 1.0.3

2009-09-23 Thread Peter Hutterer
A minor janitorial release, libXdmcp requires macros 1.3 now.

Alan Coopersmith (1):
  Add README with pointers to mailing list, bugzilla  git repos

Paulo Cesar Pereira de Andrade (2):
  Mark Xalloc, Xrealloc, and Xfree as weak symbols.
  Ansification and compile warning fixes.

Peter Hutterer (2):
  Require macros 1.3 for XORG_DEFAULT_OPTIONS.
  libXdmcp 1.0.3

git tag: libXdmcp-1.0.3

http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.0.3.tar.bz2
MD5: d60941d471800f41a3f19b24bea855a7  libXdmcp-1.0.3.tar.bz2
SHA1: 7efd71d29d6cfba797b8791398e4d81ade677d77  libXdmcp-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.0.3.tar.gz
MD5: c3f1bce1affc7dfbc222145e00e1310e  libXdmcp-1.0.3.tar.gz
SHA1: da19cf49767e6a3e113d228f3ed2cfcc0ab6166f  libXdmcp-1.0.3.tar.gz


pgpKJTAyQqupM.pgp
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xproto 7.0.16

2009-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A minor bugfix  janitorial release for X11R7.5

Improves compatibility with some current OS'es, at the cost of
decreased compatibility with premillennial OS'es and pre-C89 compilers.

Adam Jackson (5):
  Death to RCS tags.
  Remove all trace of X_NOT_STDC_ENV (#6527)
  Remove a bunch of garbage for unsupported platforms.
  __STDC__ is always defined in C89.
  Use ## catenation not /**/

Alan Coopersmith (8):
  Remove #ifdef macII code left over from ancient A/UX 3.0 support
  Removing dangling #else block from X_NOT_STDC_ENV removal
  Use indentation to provide a map through the twisty maze of ifdefs, all 
alike
  Drop support for SunOS 4 and Solaris releases older than 2.5 (1995)
  Get rid of unneeded  clause in list of LP64 ifdefs in Xmd.h
  Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
  Don't need an #ifdef when both cases just include the same file
  xproto 7.0.16

Jeremy Huddleston (1):
  Apple: Only define _DARWIN_C_SOURCE if it isn't already defined

Jon TURNEY (2):
  Cygwin/X: Don't destroy min/max macros in Xwindows.h
  Restore macro definition of sleep(), needed by Xming

git tag: xproto-7.0.16

http://xorg.freedesktop.org/archive/individual/proto/xproto-7.0.16.tar.bz2
MD5:  75c9edff1f3823e5ab6bb9e66821a901
SHA1: 0eda5588d42f2c810d8491da44fe84a4093e12bc

http://xorg.freedesktop.org/archive/individual/proto/xproto-7.0.16.tar.gz
MD5:  6e6b6510ccd568f82093ebd7ae58700b
SHA1: 132c65f06ef2a147b7211197789a2a9cbcd1447d


- --
-Alan Coopersmith-   alan.coopersm...@sun.com
 Sun Microsystems, Inc. - X Window System Engineering

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

iEYEARECAAYFAkq6uOMACgkQovueCB8tEw5+bQCdGyIUrNV7Fd+muB4FFhBkm1w4
dnEAmgKzxJwtJR1J3V1KXktthillAIF0
=FWGW
-END PGP SIGNATURE-
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] xinput 1.4.99.3

2009-09-23 Thread Peter Hutterer
Another snapshot for testing.
A new commandline option has been added: --set-prop.  This allows for
changing existing properties without having to worry about the format and
type of the property - those are chosen automatically.

Alan Coopersmith (1):
  Use __xorgversion__ instead of RCS $Date in man page header/footer

Julien Cristau (3):
  Add a format and type argument to the set_prop functions
  set-prop: add --type={atom,float,int} and --format={8,16,32} options
  Use do_set_prop for set_{atom,float,int}_prop

Peter Hutterer (3):
  test_xi2: Print the key repeat flag if it is set.
  Require xorg-macros 1.3 for XORG_DEFAULT_OPTIONS.
  Bump to 1.4.99.3

git tag: xinput-1.4.99.3

http://xorg.freedesktop.org/archive/individual/app/xinput-1.4.99.3.tar.bz2
MD5: cc2b98b561b6431bd1e06d13ad2c7b5e  xinput-1.4.99.3.tar.bz2
SHA1: 472dc49cf4fe8aabdd16cc410005f48f67d99875  xinput-1.4.99.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/xinput-1.4.99.3.tar.gz
MD5: 58eec938adaad28dcf1ff93481a16381  xinput-1.4.99.3.tar.gz
SHA1: d1930bb60361abcf59357baf9754a09080524a3c  xinput-1.4.99.3.tar.gz


pgpVvBbTbhSJO.pgp
Description: PGP signature
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


[ANNOUNCE] libXmu 1.0.5

2009-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


libXmu contains miscellaneous utility routines shared by multiple
programs in the X Window System.

This is a minor bug fix, build fix and janitorial release for X11R7.5.

Alan Coopersmith (5):
  Add libX11 to libXmu dependencies
  Add README with pointers to mailing list, bugzilla  git repos
  Add pointer to API docs in xorg-docs to README
  Migrate to xorg macros 1.3  XORG_DEFAULT_OPTIONS
  libXmu 1.0.5

Colin Harrison (2):
  Switch to winsock2
  Fix build problems on WIN32 platforms

Julien Cristau (1):
  libXmu: check for LONG64, not LONG_64

Matthieu Herrb (1):
  nuke RCS Ids

Paulo Cesar Pereira de Andrade (2):
  Compile warning fix by using Cardinal instead of int.
  Janitor: make distcheck, compiler warnings, .gitignore.

git tag: libXmu-1.0.5

http://xorg.freedesktop.org/archive/individual/lib/libXmu-1.0.5.tar.bz2
MD5:  fc4d66be7a1a1eb474954728415e46d6
SHA1: e7ff5960f2374852b941f909cdbdeafe7d29322f

http://xorg.freedesktop.org/archive/individual/lib/libXmu-1.0.5.tar.gz
MD5:  f49e3587cdc299707da0786a681f9c05
SHA1: 9e73471c66bdccb0d9caaa20e4698bdc46847e7d


- --
-Alan Coopersmith-   alan.coopersm...@sun.com
 Sun Microsystems, Inc. - X Window System Engineering

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

iEYEARECAAYFAkq6ycsACgkQovueCB8tEw7VzgCgiAdpnWDwfzdDBivDSimE2bhe
x7MAn1ENQio5aCDEqQViMQsakWp4Dmq5
=MKJo
-END PGP SIGNATURE-
___
xorg-announce mailing list
xorg-announce@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg-announce


Not able to get the display , mouse and keyboard aftre compiling Xorg6.7.0 from sources.

2009-09-23 Thread suganthan

Sir,
 I am trying to compile X11R6.7.0 on *MPC8641D* which has
* linux kernel 2.6.22 *running on it.

I have installed PMC706 ( *ATI RADEON MOBILITY M9*) on to a Curtiss 
Wrights* CW184  SBC*, through PMC slot.


I am using a *native ppc toolchain of PPC 74xx* to *compile X sources*.

When i compiled the sources with freetype , fontconfig, the compilation 
throwed error at these stages saying Dwarf error.


So , i disabled fontconfig,freetype, expat, zlib, Xt in the host .def file.

Then the compilation went threw, and i got the X binaries.

I did xorgcfg to generate the the X config file   i started running the
X using the config file that is generated.

When i see the process status  it says,


X as running.

But the problem here is
i could not see the keyboard and mouse working.
There is also no display.
I was not able to run any X application like xterm, xclock etc.

When i run xrandr -q , i am not getting any results.

When i opened the *Xorg.0.log*, it said

*(WW )Video BIOS not detected in PCI space!
*

I am not able to gauge what could be the problem.

I kindly request ppl to throw some lights on this issue.

I had also attached the xorg.conf and the Xorg.0.log file

Regards,
Suganthan.S







# XFree86 4 configuration created by redhat-config-xfree86

Section ServerLayout
Identifier XFree86 Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  speedo
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/mouse
EndSection

Section Monitor

#DisplaySize  310   230 # mm
Identifier   Monitor0
EndSection

Section Device

### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option NoAccel   # [bool]
#Option SWcursor  # [bool]
#Option Dac6Bit   # [bool]
#Option Dac8Bit   # [bool]
#Option ForcePCIMode  # [bool]
#Option CPPIOMode # [bool]
#Option CPusecTimeout # i
#Option AGPMode   # i
#Option AGPFastWrite  # [bool]
#Option AGPSize   # i
#Option RingSize  # i
#Option BufferSize# i
#Option EnableDepthMoves  # [bool]
#Option EnablePageFlip# [bool]
#Option NoBackBuffer  # [bool]
#Option PanelOff  # [bool]
#Option DDCMode   # [bool]
#Option CloneDisplay  # i
#Option CloneMode # [str]
#Option CloneHSync# [str]
#Option CloneVRefresh # [str]
#Option UseFBDev  # [bool]
#Option VideoKey  # i
#Option ForceLegacyCRT# i
Identifier  Card0
Driver  ati
VendorName  ATI Technologies Inc
BoardName   Radeon R250 Lf [Radeon Mobility 9000 M9]
BusID   PCI:131:4:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Depth 1
EndSubSection
SubSection Display
Depth 4
EndSubSection
SubSection Display
Depth 8
EndSubSection
SubSection Display
Depth 15
EndSubSection
SubSection Display
Depth 16
EndSubSection
SubSection Display
Depth 24
Modes1024x768 800x600 640x480
EndSubSection
EndSection

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/localhost:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

Release Date: 18 December 

problem with starting with xinit

2009-09-23 Thread Stephan Raue
Hi all,

i have a problem to start Xorg with my other programs with xinit. before 
i have updated to the new xorg-server with needed libs, protos etc. 
xorg-server has startet with xinit in 1-2 seconds. now starting xorg 
needs about 15 seconds. this problem i have some weeks.

i use xinit-1.1.1

my xserverrc:

   #!/bin/sh

   . /etc/sysconfig

   args=-s 0 -br -allowMouseOpenFail 

   mkdir -p /var/cache/xkb
   exec /usr/bin/X :0.0 vt$TTY ${args}  /dev/null 21

my xinitrc:

   #!/bin/sh

   . /etc/sysconfig

   for file in /etc/xinitrc.d/* ; do
 . ${file}
   done

where ${file} starts my programs.

i start xinit with:  xinit $XINITRC -- $XSERVERRC  /dev/null 21
when i am start

/usr/bin/X :0.0 vt01 -s 0 -br -allowMouseOpenFail  sleep 2  
/usr/bin/my_sript

the xorg starts in 1-2 seconds and my script 2 seconds later (because of 
the sleep that i need to let xorg-server starts)

what can i do to see what is wrong? can i start xorg without xinit and 
without a sleep, so my script starts directly when the xorg-server is up 
(i need a very very fast start - my goal is a 5sec. start from grub to 
my application)?

-- 
   ### OpenELEC.tv ###
The free and open Mediacenter Distribution 4 you
  http://www.openelec.tv

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: problem with starting with xinit

2009-09-23 Thread Cooper Yuan
try this command line:  /usr/bin/xinit  /path/to/your/script -- /usr/bin/X
-quiet

On Wed, Sep 23, 2009 at 3:07 PM, Stephan Raue mailingli...@openelec.tvwrote:

 Hi all,

 i have a problem to start Xorg with my other programs with xinit. before
 i have updated to the new xorg-server with needed libs, protos etc.
 xorg-server has startet with xinit in 1-2 seconds. now starting xorg
 needs about 15 seconds. this problem i have some weeks.

 i use xinit-1.1.1

 my xserverrc:

   #!/bin/sh

   . /etc/sysconfig

   args=-s 0 -br -allowMouseOpenFail 

   mkdir -p /var/cache/xkb
   exec /usr/bin/X :0.0 vt$TTY ${args}  /dev/null 21

 my xinitrc:

   #!/bin/sh

   . /etc/sysconfig

   for file in /etc/xinitrc.d/* ; do
 . ${file}
   done

 where ${file} starts my programs.

 i start xinit with:  xinit $XINITRC -- $XSERVERRC  /dev/null 21
 when i am start

 /usr/bin/X :0.0 vt01 -s 0 -br -allowMouseOpenFail  sleep 2 
 /usr/bin/my_sript

 the xorg starts in 1-2 seconds and my script 2 seconds later (because of
 the sleep that i need to let xorg-server starts)

 what can i do to see what is wrong? can i start xorg without xinit and
 without a sleep, so my script starts directly when the xorg-server is up
 (i need a very very fast start - my goal is a 5sec. start from grub to
 my application)?

 --
   ### OpenELEC.tv ###
 The free and open Mediacenter Distribution 4 you
  http://www.openelec.tv

 ___
 xorg mailing list
 xorg@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/xorg

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: problem with starting with xinit

2009-09-23 Thread Cooper Yuan
No idea, application and X start up in 1 sec on my side.

On Wed, Sep 23, 2009 at 4:53 PM, Stephan Raue mailingli...@openelec.tvwrote:

  Am 23.09.2009 10:28, schrieb Cooper Yuan:

 try this command line:  /usr/bin/xinit  /path/to/your/script -- /usr/bin/X
 -quiet

 this needs 15sec. too.
 i am trying /usr/bin/xinit  /usr/bin/glxgears -- /usr/bin/X -quiet with
 some problem

 Stephan


 On Wed, Sep 23, 2009 at 3:07 PM, Stephan Raue mailingli...@openelec.tvwrote:

 Hi all,

 i have a problem to start Xorg with my other programs with xinit. before
 i have updated to the new xorg-server with needed libs, protos etc.
 xorg-server has startet with xinit in 1-2 seconds. now starting xorg
 needs about 15 seconds. this problem i have some weeks.


 --
   ### OpenELEC.tv ###
 The free and open Mediacenter Distribution 4 you
  http://www.openelec.tv


___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] libpthread-stubs 0.2

2009-09-23 Thread Arkadiusz Miskiewicz
On Wednesday 23 of September 2009, Julien Danjou wrote:
 libpthread-stubs 0.2 is now available.

It looks broken.

 
 Samuel Thibault (1):
   Provide sem_* functions

configure:11001: x86_64-pld-linux-gcc -o conftest -O2 -fno-strict-aliasing -
fwrapv -march=x86-64 -gdwarf-2 -g2  -D_FORTIFY_SOURCE=2  -Wl,--as-needed -Wl,-
z,relro -Wl,-z,combreloc  conftest.c  5
/home/users/arekm/tmp/ccuskjrG.o: In function `main':
/home/users/arekm/rpm/BUILD/libpthread-stubs-0.2/conftest.c:69: undefined 
reference to `sem_init'

but sem_init is in libpthread.so library which configure.ac test doesn't link 
to.

This causes libpthread-stubs.so.* to be produced on Linux when it's 
unnecessary.

Also even if this is fixed resulting *.pc doesn't contain -pthread flag for 
cppflags/ldflags where it should IMO.
-- 
Arkadiusz MiśkiewiczPLD/Linux Team
arekm / maven.plhttp://ftp.pld-linux.org/
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] libpthread-stubs 0.2

2009-09-23 Thread Julien Cristau
On Wed, Sep 23, 2009 at 13:13:04 +0200, Arkadiusz Miskiewicz wrote:

 On Wednesday 23 of September 2009, Julien Danjou wrote:
  Samuel Thibault (1):
Provide sem_* functions
 
 configure:11001: x86_64-pld-linux-gcc -o conftest -O2 -fno-strict-aliasing -
 fwrapv -march=x86-64 -gdwarf-2 -g2  -D_FORTIFY_SOURCE=2  -Wl,--as-needed -Wl,-
 z,relro -Wl,-z,combreloc  conftest.c  5
 /home/users/arekm/tmp/ccuskjrG.o: In function `main':
 /home/users/arekm/rpm/BUILD/libpthread-stubs-0.2/conftest.c:69: undefined 
 reference to `sem_init'
 
 but sem_init is in libpthread.so library which configure.ac test doesn't link 
 to.
 
 This causes libpthread-stubs.so.* to be produced on Linux when it's 
 unnecessary.
 
 Also even if this is fixed resulting *.pc doesn't contain -pthread flag for 
 cppflags/ldflags where it should IMO.

No, not linking with -lpthread is the whole point of the stubs.
libpthread-stubs contains weak versions of these symbols that libraries
can use without adding the whole threading overhead for single threaded
apps.

Cheers,
Julien
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


XbkGetControls() fails...

2009-09-23 Thread Matthias Hopf
With the current Xserver XbkGetControls() fails with XkbBadKeyboard.

Is this a known issue? Is the call deprecated?


- cut -
XkbDescRec xkb;
Display *disp = XOpenDisplay (disp_name ? disp_name : :0);
memset (xkb, 0, sizeof(xkb));
ret = XkbGetControls (disp, XkbAllControlsMask, xkb);
- cut -


CU

Matthias

-- 
Matthias Hopf mh...@suse.de  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  m...@mshopf.de
Phone +49-911-74053-715   __)  |_|  __)  |__  R  D   www.mshopf.de
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [Q] Xorg VNC driver?

2009-09-23 Thread Pat Kane
Has anyone  ported xf4vnc to xorg-server  1.7 (1.6.99)?

After a quick look I see that the following needs to be done:

   1) calls to TryClientEvents in cutpaste.c  vncext.c
  need to be fixed.

   2) calls to  AddInputDevice, InitKeyboardDeviceStruct and
  InitPointerDeviceStruct in init.c need to be fixed.

what else needs to be done?

Pat
---





On Fri, Dec 5, 2008 at 12:53 PM, Alan Hourihane al...@fairlite.co.ukwrote:

 On Fri, 2008-12-05 at 11:37 -0600, Pat Kane wrote:
  Does anyone know of a loadable VNC driver for Xorg 1.5?
 
  What would it take to create such a thing?
 
  Would I need to create both an input driver and a
  video driver, or could I get by with one hybred beastie?

 Hi Pat,

 Check out xf4vnc.sf.net

 Alan.


___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [Q] Xorg VNC driver?

2009-09-23 Thread Alan Hourihane
On Wed, 2009-09-23 at 08:09 -0500, Pat Kane wrote:
 Has anyone  ported xf4vnc to xorg-server  1.7 (1.6.99)?
 
 After a quick look I see that the following needs to be done:
 
1) calls to TryClientEvents in cutpaste.c  vncext.c  
   need to be fixed.
 
2) calls to  AddInputDevice, InitKeyboardDeviceStruct and 
   InitPointerDeviceStruct in init.c need to be fixed.
 
 what else needs to be done?

When 1.7 is tagged for release I'll import that into xf4vnc and fixup
accordingly.

If you have any patches in the mean time, send 'em along.

Thanks,

Alan.

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [Q] Xorg VNC driver?

2009-09-23 Thread Matthias Hopf
On Sep 23, 09 08:09:58 -0500, Pat Kane wrote:
 Has anyone  ported xf4vnc to xorg-server  1.7 (1.6.99)?

Sorry, porting was only to 1.6.3.901 (just noted that). However, they
will probably a good start.

Matthias

-- 
Matthias Hopf mh...@suse.de  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  m...@mshopf.de
Phone +49-911-74053-715   __)  |_|  __)  |__  R  D   www.mshopf.de
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [Q] Xorg VNC driver?

2009-09-23 Thread Alan Hourihane
On Wed, 2009-09-23 at 15:46 +0200, Matthias Hopf wrote:
 On Sep 23, 09 08:09:58 -0500, Pat Kane wrote:
  Has anyone  ported xf4vnc to xorg-server  1.7 (1.6.99)?
 
 Sorry, porting was only to 1.6.3.901 (just noted that). However, they
 will probably a good start.

Thanks Matthias,

I'll get 1.6 imported and bring these in.

Alan.

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


1600x1200 not working on T42(Mobile 9000) DVI

2009-09-23 Thread Che-Wei Chang
I installed Ubuntu 9.04 on IBM T42 with ATI Mobile 9000 chipset.
The T42 is connected to an external monitor, Dell 2007FP, through DVI cable.
The native resolution of 2007FP is 1600x1200.

I set up dual monitors with build-in System/Preferences/Display.
The display panel detected the 2007FP, and showed that it can work on
1600x1200 mode.
However, the external monitor turned to power saving
while I changed the display mode. In the mean time, T42 screen works.

The dual monitors mode works OK when I lower the resolution of 2007FP
to 1280x1024, 1152x864, or 1024x768. Then, I turned off T42 monitor in
the display panel, and turned 2007FP to 1600x1200, still not working.
Therefore, I think this should be due to the video driver, not the
configuration.

I googled dual monitor set-up, and found there is a bug in kernel
2.68.28, then I upgraded kernel to 2.68.30. However, not luck here.
Following is information given from xrandr with 1152x864 mode.

Screen 0: minimum 320 x 200, current 2176 x 864, maximum 2176 x 1632
VGA-0 disconnected (normal left inverted right x axis y axis)
DVI-0 connected 1152x864+0+0 (normal left inverted right x axis y
axis) 367mm x 275mm
1600x1200 60.0 +
1280x1024 75.0 60.0
1152x864 75.0*
1024x768 75.0 60.0
800x600 75.0 60.3
640x480 75.0 59.9
720x400 70.1
LVDS connected 1024x768+1152+0 (normal left inverted right x axis y
axis) 0mm x 0mm
1024x768 60.0*+ 60.0
800x600 60.3 59.9
640x480 59.9 59.4
S-video disconnected (normal left inverted right x axis y axis)

Any suggestion?
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: 1600x1200 not working on T42(Mobile 9000) DVI

2009-09-23 Thread Alex Deucher
On Wed, Sep 23, 2009 at 12:20 PM, Che-Wei Chang mail...@gmail.com wrote:
 I installed Ubuntu 9.04 on IBM T42 with ATI Mobile 9000 chipset.
 The T42 is connected to an external monitor, Dell 2007FP, through DVI cable.
 The native resolution of 2007FP is 1600x1200.

 I set up dual monitors with build-in System/Preferences/Display.
 The display panel detected the 2007FP, and showed that it can work on
 1600x1200 mode.
 However, the external monitor turned to power saving
 while I changed the display mode. In the mean time, T42 screen works.

 The dual monitors mode works OK when I lower the resolution of 2007FP
 to 1280x1024, 1152x864, or 1024x768. Then, I turned off T42 monitor in
 the display panel, and turned 2007FP to 1600x1200, still not working.
 Therefore, I think this should be due to the video driver, not the
 configuration.

 I googled dual monitor set-up, and found there is a bug in kernel
 2.68.28, then I upgraded kernel to 2.68.30. However, not luck here.
 Following is information given from xrandr with 1152x864 mode.

 Screen 0: minimum 320 x 200, current 2176 x 864, maximum 2176 x 1632
 VGA-0 disconnected (normal left inverted right x axis y axis)
 DVI-0 connected 1152x864+0+0 (normal left inverted right x axis y
 axis) 367mm x 275mm
 1600x1200 60.0 +
 1280x1024 75.0 60.0
 1152x864 75.0*
 1024x768 75.0 60.0
 800x600 75.0 60.3
 640x480 75.0 59.9
 720x400 70.1
 LVDS connected 1024x768+1152+0 (normal left inverted right x axis y
 axis) 0mm x 0mm
 1024x768 60.0*+ 60.0
 800x600 60.3 59.9
 640x480 59.9 59.4
 S-video disconnected (normal left inverted right x axis y axis)

 Any suggestion?

IIRC, the DVI port on the thinkpad dock is limited to 1280x1024.

Alex
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


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.

 Alan,

 Have you given any thought to moving xf4vnc into git repos? It would
 make the merging much simpler, and it would allow others to keep up
 with xorg master much easier. Obviously, it's your project, but it
 would seem like a big win.

 Now that SF has git, I'll do that.

 I'll let you know when it's done.

Great. To facilitate merging with xorg-server, you may want to have
the server in it's own repository. If you want to pursue that, the
git-split script can be used to split the repo and keep history.

http://people.freedesktop.org/~jamey/git-split
http://github.com/rjp/git-split

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


xcompmgr -- Proposal 2: ARGB-window dropoff shadow

2009-09-23 Thread Eeri Kask
Hello,

it appears xcompmgr does not decorate windows with ARGB 32-bit
visuals; which at first sight seems probably a preference of
artistic taste than a result of engineering considerations. :-)

By the attached tweak may I suggest to turn this fixed setting into
an optional choice by command line boolean parameter  '-A'.  I.e. in
this case the computed shadow picture is cleaned in the middle
partially, in particular pixel-exactly covering the area of the
spoken window including its border, by XRenderFillRectangle() in
win_extents() in xcompmgr.c.

The attached patch should apply cleanly ontop of the 'Proposal:...'
as posted on

http://lists.freedesktop.org/archives/xorg/2009-September/047302.html

otherwise the hunk


@@ -1944,7 +1954,7 @@
 into;
 char   *rootfill = NULL;

-while ((o = getopt (argc, argv, D:I:O:d:r:o:l:t:b:scnfFCaS))
!= -1)
+while ((o = getopt (argc, argv, D:I:O:d:r:o:l:t:b:scnfFCaSA))
!= -1)
 {
switch (o) {
case 'd':


needs a minor edit.


Greetings,

Eeri Kask

--- xcompmgr.c.orig 2009-09-23 14:51:38.0 +0200
+++ xcompmgr.c  2009-09-23 14:54:08.0 +0200
@@ -190,6 +190,7 @@
 static BoolfadeWindows = False;
 static BoolexcludeDockShadows = False;
 static BoolfadeTrans = False;
+static BoolincludeARGBshadows = False;
 
 static BoolautoRedirect = False;
 
@@ -829,7 +830,7 @@
 r.height = w-a.height + w-a.border_width * 2;
 if (compMode != CompSimple  !(w-windowType == winDockAtom  
excludeDockShadows))
 {
-   if (compMode == CompServerShadows || w-mode != WINDOW_ARGB)
+   if (compMode == CompServerShadows || (includeARGBshadows == True || 
w-mode != WINDOW_ARGB))
{
XRectangle  sr;
 
@@ -853,6 +854,14 @@
w-a.width + w-a.border_width 
* 2,
w-a.height + w-a.border_width 
* 2,
w-shadow_width, 
w-shadow_height);
+   if (w-shadow != None  w-mode == WINDOW_ARGB)
+   {
+   XRenderColor c = {0}; /* set window/border area to 
transparent */
+   XRenderFillRectangle (dpy, PictOpSrc, w-shadow, c,
+   -w-shadow_dx, -w-shadow_dy,
+   w-a.width  + w-a.border_width 
* 2,
+   w-a.height + w-a.border_width 
* 2);
+   }
}
}
sr.x = w-a.x + w-shadow_dx;
@@ -1866,6 +1875,7 @@
 fprintf (stderr,-a\n  Use automatic server-side compositing. 
Faster, but no special effects.\n);
 fprintf (stderr,-c\n  Draw client-side shadows with fuzzy 
edges.\n);
 fprintf (stderr,-C\n  Avoid drawing shadows on dock/panel 
windows.\n);
+fprintf (stderr,-A\n  Draw rectangular shadows even on 
ARGB-visual windows.\n);
 fprintf (stderr,-f\n  Fade windows in/out when 
opening/closing.\n);
 fprintf (stderr,-F\n  Fade windows during opacity changes.\n);
 fprintf (stderr,-n\n  Normal client-side compositing with 
transparency support\n);
@@ -1944,7 +1954,7 @@
 into;
 char   *rootfill = NULL;
 
-while ((o = getopt (argc, argv, D:I:O:d:r:o:l:t:b:scnfFCaS)) != -1)
+while ((o = getopt (argc, argv, D:I:O:d:r:o:l:t:b:scnfFCaSA)) != -1)
 {
switch (o) {
case 'd':
@@ -1974,6 +1984,9 @@
case 'C':
excludeDockShadows = True;
break;
+   case 'A':
+   includeARGBshadows = True;
+   break;
case 'n':
compMode = CompSimple;
break;
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [Q] Xorg VNC driver?

2009-09-23 Thread Pat Kane
On Wed, Sep 23, 2009 at 8:46 AM, Matthias Hopf mh...@suse.de wrote:

 On Sep 23, 09 08:09:58 -0500, Pat Kane wrote:
  Has anyone  ported xf4vnc to xorg-server  1.7 (1.6.99)?
 Sorry, porting was only to 1.6.3.901 (just noted that). However, they
 will probably a good start.

They provide a very good staring point and  have saved me a lot of
work, thank you.

I think the the mouse init code, init.c, needs to look somthing like
the attached snippet
 of code (sorry I can not make patches yet).  Does that look right?

I am lookig forward to having the code in a git repo.

Pat
---
...

static int
rfbMouseProc(pDevice, onoff)
DeviceIntPtr pDevice;
int onoff;
{
#define NBUTTONS 3
#define NAXES 2
BYTE map[NBUTTONS + 1];
Atom btn_labels[NBUTTONS] = {0};
Atom axes_labels[NAXES] = {0};
DevicePtr pDev = (DevicePtr)pDevice;

switch (onoff)
{
case DEVICE_INIT:
PtrDeviceInit();
map[1] = 1;
map[2] = 2;
map[3] = 3;

btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT);
btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE);
btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT);

axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X);
axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y);


if (! InitPointerDeviceStruct(pDev, map, 
  NBUTTONS, btn_labels,
  (PtrCtrlProcPtr)NoopDDA, 
  GetMotionHistorySize(), 
  NAXES, axes_labels))
{
ErrorF(Could not initialize device '%s'. Out of memory.\n,
   pDev-name);
return BadAlloc; /* IPDS only fails on allocs */
}
pDev-valuator-axisVal[0] = screenInfo.screens[0]-width / 2;
pDev-last.valuators[0]= pDev-valuator-axisVal[0];
pDev-valuator-axisVal[1] = screenInfo.screens[0]-height / 2;
pDev-last.valuators[1]= pDev-valuator-axisVal[1];

vncSetPointerDevice(pDevice);
break;

case DEVICE_ON:

  ...
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

MPX: Is there somewhere a wiki listing activities?

2009-09-23 Thread Marc Weber
I tried MPX yesterday (xorg master sources). Everything seems to run
fine except the popup trouble.

mpwm does no longer compile due to change.

  Manager.o -MD -MP -MF .deps/Manager.Tpo -c -o Manager.o Manager.cpp
  Manager.cpp: In member function 'void 
Manager::handleHierarchyEvent(XIHierarchyEvent*)':
  Manager.cpp:752: error: 'XIFreeEventData' was not declared in this scope
  make[2]: *** [Manager.o] Error 1

Probably this is easy to fix. It will take me some time because I'm not
that fimiliar with xorg at all yet.

Now I wonder whether there is a wiki or such describing who is working
on which features / applications to make them work smoothly with mpx
features representing a global state of this all?

How is clipboard handled exactly? It would be nice if every core pointer
had its own clipoard which could be copied synced with a global
keyboard.

Marc Weber
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


GMA 4500MHD

2009-09-23 Thread Stan Goodman
Is there driver support currently for the subject graphics card?
-- 
Stan Goodman
Qiryat Tiv'on
Israel
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: MPX: Is there somewhere a wiki listing activities?

2009-09-23 Thread Peter Hutterer
On Wed, Sep 23, 2009 at 10:05:31PM +0200, Marc Weber wrote:
 I tried MPX yesterday (xorg master sources). Everything seems to run
 fine except the popup trouble.
 
 mpwm does no longer compile due to change.
 
   Manager.o -MD -MP -MF .deps/Manager.Tpo -c -o Manager.o Manager.cpp
   Manager.cpp: In member function 'void 
 Manager::handleHierarchyEvent(XIHierarchyEvent*)':
   Manager.cpp:752: error: 'XIFreeEventData' was not declared in this scope
   make[2]: *** [Manager.o] Error 1
 
 Probably this is easy to fix. It will take me some time because I'm not
 that fimiliar with xorg at all yet.

mpwm is dead. I resurrect it from time to time for testing but that's about
it. The above error should be fixable by using XFreeEventData instead
though.

 Now I wonder whether there is a wiki or such describing who is working
 on which features / applications to make them work smoothly with mpx
 features representing a global state of this all?

I don't think there's a plan as such. I know there's people working on GTK,
there was a compiz change floating around a while ago (not sure if that's
up-to-date) and there's various people using it for their app.

the XI2 wiki page is now http://wiki.x.org/wiki/XI2 but I intend to use it
more for tracking missing features.

 How is clipboard handled exactly? It would be nice if every core pointer
 had its own clipoard which could be copied synced with a global
 keyboard.

strictly speaking, clipboards are handled in the client (though with the use
of the ICCCM specs). the server doesn't really have a say there.
 
Cheers,
  Peter
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: GMA 4500MHD

2009-09-23 Thread Miguel Angel
There is, the intel driver has support to it:
http://intellinuxgraphics.org/documentation.html

On Wed, Sep 23, 2009 at 11:40 PM, Stan Goodman
stan.good...@hashkedim.comwrote:

 Is there driver support currently for the subject graphics card?
 --
 Stan Goodman
 Qiryat Tiv'on
 Israel
 ___
 xorg mailing list
 xorg@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/xorg

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

[ANNOUNCE] libXdmcp 1.0.3

2009-09-23 Thread Peter Hutterer
A minor janitorial release, libXdmcp requires macros 1.3 now.

Alan Coopersmith (1):
  Add README with pointers to mailing list, bugzilla  git repos

Paulo Cesar Pereira de Andrade (2):
  Mark Xalloc, Xrealloc, and Xfree as weak symbols.
  Ansification and compile warning fixes.

Peter Hutterer (2):
  Require macros 1.3 for XORG_DEFAULT_OPTIONS.
  libXdmcp 1.0.3

git tag: libXdmcp-1.0.3

http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.0.3.tar.bz2
MD5: d60941d471800f41a3f19b24bea855a7  libXdmcp-1.0.3.tar.bz2
SHA1: 7efd71d29d6cfba797b8791398e4d81ade677d77  libXdmcp-1.0.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.0.3.tar.gz
MD5: c3f1bce1affc7dfbc222145e00e1310e  libXdmcp-1.0.3.tar.gz
SHA1: da19cf49767e6a3e113d228f3ed2cfcc0ab6166f  libXdmcp-1.0.3.tar.gz


pgpb9lhiqPqkf.pgp
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: GMA 4500MHD

2009-09-23 Thread Stan Goodman
At 01:30:27 on Thursday Thursday 24 September 2009, Miguel Angel 
mitot...@gmail.com wrote:
 There is, the intel driver has support to it:
 http://intellinuxgraphics.org/documentation.html

I see there only GMA950.

Actually, what I meant, perhaps out of misunderstanding of the content of 
this group, is: Does the xorg-x11-driver-video-intel package support the 
GMA 4500MHD graphics card?

I may asked, for a change, too concise a question.

 On Wed, Sep 23, 2009 at 11:40 PM, Stan Goodman

 stan.good...@hashkedim.comwrote:
  Is there driver support currently for the subject graphics card?
  --
  Stan Goodman
  Qiryat Tiv'on
  Israel
  ___
  xorg mailing list
  xorg@lists.freedesktop.org
  http://lists.freedesktop.org/mailman/listinfo/xorg



-- 
Stan Goodman
Qiryat Tiv'on
Israel
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xproto 7.0.16

2009-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A minor bugfix  janitorial release for X11R7.5

Improves compatibility with some current OS'es, at the cost of
decreased compatibility with premillennial OS'es and pre-C89 compilers.

Adam Jackson (5):
  Death to RCS tags.
  Remove all trace of X_NOT_STDC_ENV (#6527)
  Remove a bunch of garbage for unsupported platforms.
  __STDC__ is always defined in C89.
  Use ## catenation not /**/

Alan Coopersmith (8):
  Remove #ifdef macII code left over from ancient A/UX 3.0 support
  Removing dangling #else block from X_NOT_STDC_ENV removal
  Use indentation to provide a map through the twisty maze of ifdefs, all 
alike
  Drop support for SunOS 4 and Solaris releases older than 2.5 (1995)
  Get rid of unneeded  clause in list of LP64 ifdefs in Xmd.h
  Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
  Don't need an #ifdef when both cases just include the same file
  xproto 7.0.16

Jeremy Huddleston (1):
  Apple: Only define _DARWIN_C_SOURCE if it isn't already defined

Jon TURNEY (2):
  Cygwin/X: Don't destroy min/max macros in Xwindows.h
  Restore macro definition of sleep(), needed by Xming

git tag: xproto-7.0.16

http://xorg.freedesktop.org/archive/individual/proto/xproto-7.0.16.tar.bz2
MD5:  75c9edff1f3823e5ab6bb9e66821a901
SHA1: 0eda5588d42f2c810d8491da44fe84a4093e12bc

http://xorg.freedesktop.org/archive/individual/proto/xproto-7.0.16.tar.gz
MD5:  6e6b6510ccd568f82093ebd7ae58700b
SHA1: 132c65f06ef2a147b7211197789a2a9cbcd1447d


- --
-Alan Coopersmith-   alan.coopersm...@sun.com
 Sun Microsystems, Inc. - X Window System Engineering

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

iEYEARECAAYFAkq6uOMACgkQovueCB8tEw5+bQCdGyIUrNV7Fd+muB4FFhBkm1w4
dnEAmgKzxJwtJR1J3V1KXktthillAIF0
=FWGW
-END PGP SIGNATURE-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


[ANNOUNCE] xinput 1.4.99.3

2009-09-23 Thread Peter Hutterer
Another snapshot for testing.
A new commandline option has been added: --set-prop.  This allows for
changing existing properties without having to worry about the format and
type of the property - those are chosen automatically.

Alan Coopersmith (1):
  Use __xorgversion__ instead of RCS $Date in man page header/footer

Julien Cristau (3):
  Add a format and type argument to the set_prop functions
  set-prop: add --type={atom,float,int} and --format={8,16,32} options
  Use do_set_prop for set_{atom,float,int}_prop

Peter Hutterer (3):
  test_xi2: Print the key repeat flag if it is set.
  Require xorg-macros 1.3 for XORG_DEFAULT_OPTIONS.
  Bump to 1.4.99.3

git tag: xinput-1.4.99.3

http://xorg.freedesktop.org/archive/individual/app/xinput-1.4.99.3.tar.bz2
MD5: cc2b98b561b6431bd1e06d13ad2c7b5e  xinput-1.4.99.3.tar.bz2
SHA1: 472dc49cf4fe8aabdd16cc410005f48f67d99875  xinput-1.4.99.3.tar.bz2

http://xorg.freedesktop.org/archive/individual/app/xinput-1.4.99.3.tar.gz
MD5: 58eec938adaad28dcf1ff93481a16381  xinput-1.4.99.3.tar.gz
SHA1: d1930bb60361abcf59357baf9754a09080524a3c  xinput-1.4.99.3.tar.gz


pgpqd5WjZGIgE.pgp
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

[ANNOUNCE] libXmu 1.0.5

2009-09-23 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


libXmu contains miscellaneous utility routines shared by multiple
programs in the X Window System.

This is a minor bug fix, build fix and janitorial release for X11R7.5.

Alan Coopersmith (5):
  Add libX11 to libXmu dependencies
  Add README with pointers to mailing list, bugzilla  git repos
  Add pointer to API docs in xorg-docs to README
  Migrate to xorg macros 1.3  XORG_DEFAULT_OPTIONS
  libXmu 1.0.5

Colin Harrison (2):
  Switch to winsock2
  Fix build problems on WIN32 platforms

Julien Cristau (1):
  libXmu: check for LONG64, not LONG_64

Matthieu Herrb (1):
  nuke RCS Ids

Paulo Cesar Pereira de Andrade (2):
  Compile warning fix by using Cardinal instead of int.
  Janitor: make distcheck, compiler warnings, .gitignore.

git tag: libXmu-1.0.5

http://xorg.freedesktop.org/archive/individual/lib/libXmu-1.0.5.tar.bz2
MD5:  fc4d66be7a1a1eb474954728415e46d6
SHA1: e7ff5960f2374852b941f909cdbdeafe7d29322f

http://xorg.freedesktop.org/archive/individual/lib/libXmu-1.0.5.tar.gz
MD5:  f49e3587cdc299707da0786a681f9c05
SHA1: 9e73471c66bdccb0d9caaa20e4698bdc46847e7d


- --
-Alan Coopersmith-   alan.coopersm...@sun.com
 Sun Microsystems, Inc. - X Window System Engineering

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

iEYEARECAAYFAkq6ycsACgkQovueCB8tEw7VzgCgiAdpnWDwfzdDBivDSimE2bhe
x7MAn1ENQio5aCDEqQViMQsakWp4Dmq5
=MKJo
-END PGP SIGNATURE-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Xserver crashes with ATI RADEON MOBILITY M9.

2009-09-23 Thread suganthan

Sir,
  Thanks for your valid input.
Now i got the values of Video Bios,What i tried is ?

   I put the card in a  an Intel based desktop, Hacked 
the bios location  loaded its  values to a file, hardcoded the values 
in the radeon_driver.c file.


Now when in run the X it passes that location  the Xserver crashes.

PFA with attached the Xorg.0.log file.

I kindly need some inputs.

Regards,
Suganthan.S




Alex Deucher wrote:

On Wed, Sep 23, 2009 at 2:26 AM, suganthan sugant...@rttsindia.com wrote:
  

Sir,
  I am trying to compile X11R6.7.0 on MPC8641D which has
 linux kernel 2.6.22 running on it.

I have installed PMC706 ( ATI RADEON MOBILITY M9) on to a Curtiss Wrights
CW184  SBC, through PMC slot.

I am using a native ppc toolchain of PPC 74xx to compile X sources.

When i compiled the sources with freetype , fontconfig, the compilation
throwed error at these stages saying Dwarf error.

So , i disabled fontconfig,freetype, expat, zlib, Xt in the host .def file.

Then the compilation went threw, and i got the X binaries.

I did xorgcfg to generate the the X config file   i started running the
X using the config file that is generated.

When i see the process status  it says,


X as running.

But the problem here is
i could not see the keyboard and mouse working.
There is also no display.
I was not able to run any X application like xterm, xclock etc.

When i run xrandr -q , i am not getting any results.

When i opened the Xorg.0.log, it said

(WW )Video BIOS not detected in PCI space!


I am not able to gauge what could be the problem.

I kindly request ppl to throw some lights on this issue.



Does the m9 card you are using have an x86 bios rom?  If not, the
driver has no way to initialize the card.  If it has an x86 rom, your
best bet is to use use the drm kms (kernel modesetting) in 2.6.31 or
newer as it is able to initialize cards using the the tables in the
x86 video bios rom.

Alex

  


_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/localhost:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.6.22.6CWCEC-B ppc [ELF] 
Current Operating System: Linux localhost 2.6.22.6CWCEC-B #100 SMP Tue Sep 22 11:53:56 IST 2009 ppc
Build Date: 07 February 2036
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Thu Feb  7 09:00:17 2036
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to /usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.7
	X.Org XInput driver : 0.4
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=X.Org Foundation
	compiled for 6.7.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=X.Org Foundation
	compiled for 6.7.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1957,7011 card , rev 20 class 0b,20,00 hdr 01
(II) PCI: 01:00:0: chip 10b5,8516 card , rev bb class 06,04,00 hdr 01
(II) PCI: 02:01:0: chip 10b5,8516 card , rev bb class 06,04,00 hdr 01
(II) PCI: 02:02:0: chip 10b5,8516 card , rev bb class 06,04,00 hdr 01
(II) PCI: 03:00:0: chip 10e3,8114 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 04:03:0: chip 10e3,0148 card 10e3, rev 01 class 06,80,00 hdr 00
(II) PCI: 05:00:0: chip 10b5,8111 card , rev 21 class 06,04,00 hdr 01
(II) PCI: 06:03:0: chip 104c,ac56 card , rev 00 class 06,07,00 hdr 02
(II) PCI: 06:04:0: chip ccec,0184 card , rev 00 class 00,00,00 hdr 00
(II) PCI: 06:05:0: chip 1131,1561 card 1131,1561 rev 11 class 

Re: XbkGetControls() fails...

2009-09-23 Thread Peter Hutterer
On Wed, Sep 23, 2009 at 03:16:38PM +0200, Matthias Hopf wrote:
 With the current Xserver XbkGetControls() fails with XkbBadKeyboard.
 
 Is this a known issue? Is the call deprecated?
 
 
 - cut -
 XkbDescRec xkb;
 Display *disp = XOpenDisplay (disp_name ? disp_name : :0);
 memset (xkb, 0, sizeof(xkb));
 ret = XkbGetControls (disp, XkbAllControlsMask, xkb);
 - cut -

Tricky. xkb.device_spec is 0, which used to be the core keyboard (up to
1.5). Now 0 is a reserved ID. If you add
   xkb.device_spec = XkbUseCoreKbd;
before the call it picks the right keyboard. Strictly speaking, the code
sample was never valid, it just happened to work.

Is this one of your test programs or a client that actually failed?
 
Cheers,
  Peter
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg