Re: Which package has "X11/extensions/Print.h"

2009-09-08 Thread Colin Guthrie
'Twas brillig, and Peng Yu at 07/09/09 22:04 did gyre and gimble:
> On Mon, Sep 7, 2009 at 1:47 PM, Amit Pundir wrote:
>> On Mon, Sep 7, 2009 at 10:02 PM, Colin Guthrie wrote:
>>> 'Twas brillig, and Peng Yu at 07/09/09 15:49 did gyre and gimble:
 Is there a way so that I can search what package is missing by
 specifying a missing file without asking in the mailing list?
>>> Depends on your distro... in RH yum search may do it (not sure), in
>>> Mandriva urpmf does this.
>>>
>> In Ubuntu you can try "apt-file search " it will list out
>> the available packages which contains that file.
>>
>> In your case:
>> $ apt-file search X11/extensions/Print.h
>> x11proto-print-dev: /usr/include/X11/extensions/Print.h
>>
>> So install:
>> $ sudo apt-get install x11proto-print-dev
> 
> I don't have root permission in my system.

That shouldn't stop you searching via the package system (in most cases) 
which in turn would point you to the source file.

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]

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


Card detection fails because card resources are disabled. (Mach64, Multihead) X Server 1.6.3

2009-09-08 Thread Domen Štangar
I just installed slackware 13 and tried new packages but detection fails.

(II) MACH64: Driver for ATI Mach64 chipsets
(II) Primary Device is: PCI 0...@00:10:0
mach64: card at 1:6:0 is claimed by a Device section
xf86AllocateScreen - xf86Screens[0]->pScreen = (nil)
Enable access 0
(==) MACH64(0): Depth 24, (--) framebuffer bpp 32
(**) MACH64(0): Option "force_pci_mode" "1"
(==) MACH64(0): Using XAA acceleration architecture
(WW) MACH64: Mach64 in slot 1:6:0 could not be detected!

01:06.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27) 
(prog-if 00 [VGA controller])
   Subsystem: ATI Technologies Inc Rage XL
   Flags: stepping, medium devsel, IRQ 10
   Memory at fd00 (32-bit, non-prefetchable) [disabled] [size=16M]
   I/O ports at e000 [disabled] [size=256]
   Memory at febff000 (32-bit, non-prefetchable) [disabled] [size=4K]
   Expansion ROM at 8000 [disabled] [size=128K]
   Capabilities: [5c] Power Management version 2
   Kernel modules: atyfb

And card is disabled. So detection fails because reading from port gives 
0x.
But card works fine if i set it to primary card then resources are enabled.
This also works fine on slackware 12.2 and drivers 
xf86-video-mach64-6.8.2 works fine.
Is this problem with libpciaccess ? Can anyone point me to right 
direction so i can fix it myself.

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


[ANNOUNCE] xf86-input-mouse 1.4.99.1

2009-09-08 Thread Peter Hutterer
First and most likely last snapshot of the upcoming xf86-input-mouse 1.5.0.

One new feature: wheel emulation now allows button 0 as trigger.
If button 0 is set and wheel emulation is enabled, any motion on this device
is converted into wheel events.

Note that this package requires xorg-server 1.6.

Alan Coopersmith (3):
  sun_mouse: Check if streams module is already on the stack before pushing 
it
  Remove check for OS/2
  sun_mouse: Don't try calling ioctls if mouse fd wasn't opened

Charlie (2):
  Conditionally declare some variables that are only used conditionally.
  Conditionally declare some variables that are only used conditionally.

Dima Kogan (2):
  Allow 0 as wheel emulation button for unconditional scrolling (#20529)
  Restrict wheel emulation to a single axis at a time.

Donald Kayser (1):
  signed/unsigned fixes for delta x,y movement

Gaetan Nadon (1):
  xf86-input-mouse: Remove unused .cvsignore file #23776

Paulo Cesar Pereira de Andrade (1):
  Janitor: use $PKG_CONFIG and update .gitignore.

Peter Hutterer (5):
  Require xorg-server 1.5.99.901 or higher.
  Remove xf86MouseProtocolIDToName and xf86MouseProtocolNameToID.
  Remove ModuleInfoRec and associated bits.
  Protect against ABI_XINPUT_VERSION 7.
  mouse 1.4.99.1

git tag: xf86-input-mouse-1.4.99.1

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-mouse-1.4.99.1.tar.bz2
MD5: 092c125d0d45a98f8450aefaffd5c10f  xf86-input-mouse-1.4.99.1.tar.bz2
SHA1: 048ea21d9ab975e4ede5188ebbbc9bd639e6dd02  
xf86-input-mouse-1.4.99.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-mouse-1.4.99.1.tar.gz
MD5: c3b84b0ae32cdff4d1fd8a4f2e5bf834  xf86-input-mouse-1.4.99.1.tar.gz
SHA1: fe42d720f4c24ad0b7a00f849424c1f128089550  xf86-input-mouse-1.4.99.1.tar.gz


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

[ANNOUNCE] xf86-input-keyboard 1.3.99.1

2009-09-08 Thread Peter Hutterer
First and likely last snapshot of the upcoming xf86-input-keyboard-1.4.0.

The keyboard driver has seen some serious cleanup, with lots of cruft
and special key handling removed.

Aaron Zang (1):
  sun_kbd: Use HID ioctl variants to get/set direct mode on usbhid devices

Alan Coopersmith (13):
  Remove unused variables from Solaris code
  Make LED masks more consistently unsigned long to clear compiler/lint 
warnings
  Move ifdefs to clear "warning: statement has no consequent: if"
  Add note on hal-based configuration to man page
  Use XKB_DFLT_RULES from xorg-server.h for default xkb rules filename
  Add README with pointers to mailing list, bugzilla & git repos
  Remove Initialised static variable (not used since xf86AddModuleInfo 
removal)
  Solaris keyboard fixes for HAL hotplugging support
  Override HKTG & BSlash2 keycodes on Solaris
  Stop checking for #ifdef __SOL8__ - assume Solaris is at least Solaris 8
  Sun bug 6852921: Recycling Xorg runs out of file descriptors in kbd driver
  sun_kbd: re-open keyboard if needed in KbdOn
  sun_kbd: Check if streams module is already on the stack before pushing it

Alan Curry (1):
  KDGETLED needs a char, not an int.

Daniel Stone (8):
  Remove SpecialKey handling.
  Remove leftover ifdef XINPUT.
  Change KbdCtrlProc to a void
  Remove special support for Panix106
  No more special sun keyboards anymore.
  nec/jp layout is just "jp" these days.
  No autorepeat handling in the driver.
  Switch to new XKB API

David Miller (1):
  Fix xf86-input-keyboard build on Linux/sparc

Paulo Cesar Pereira de Andrade (1):
  Janitor: compiler warnings, .gitignore.

Peter Hutterer (6):
  unifdef XKB and remove all "noXkb" handling.
  Don't set xkb repeat rate from the driver.
  Really remove autorepeat.
  Return BadValue if the server failed to init the keyboard. (#21278)
  Remove ModuleInfoRec.
  keyboard 1.3.99.1

git tag: xf86-input-keyboard-1.3.99.1

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-keyboard-1.3.99.1.tar.bz2
MD5: 94a849a5eb041124b993e3fe4eaaa7f1  xf86-input-keyboard-1.3.99.1.tar.bz2
SHA1: 4120bbc9db29f30d78955c368188bb2ae384f6c5  
xf86-input-keyboard-1.3.99.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-keyboard-1.3.99.1.tar.gz
MD5: 67d903e4130ca447398cd80085fa4cd1  xf86-input-keyboard-1.3.99.1.tar.gz
SHA1: 68edea72f763582f1d3ad4b692b758b82ccd3191  
xf86-input-keyboard-1.3.99.1.tar.gz


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

[ANNOUNCE] xf86-video-vmware 10.16.8

2009-09-08 Thread Philip Langdale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dave Airlie (3):
   vmware: update for resources/RAC API removal
   vmware: fix resource removal properly
   vmware: change to using ABI version check

Gaetan Nadon (1):
   xf86-video-vmware: Remove unused .cvsignore file #23776

Philip Langdale (1):
   Bump fo 10.16.8 Release

GIT tag: xf86-video-vmware-10.16.8


25287a202c986b33bd79fbe379c96a16  xf86-video-vmware-10.16.8.tar.bz2
4e35512b53620d076c95bd774417eba00065b525  xf86-video-vmware-10.16.8.tar.bz2
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-10.16.8.tar.bz2

d6cbc4487b6073d58b836dc5187292d7  xf86-video-vmware-10.16.8.tar.gz
bf601fd49fac0649ac18bc3dde904f6cd850ff0f  xf86-video-vmware-10.16.8.tar.gz
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-10.16.8.tar.gz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqnPB4ACgkQ+NaxlGp1aC7dzgCeJR9PE3m03dLc5POh3CMXLjxo
8ZcAn2smwyCITBXgvEMnFrLstMsxL1Ns
=jvwb
-END PGP SIGNATURE-
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg