Thread View: gmane.linux.debian.user
2 messages
2 total messages
Started by Kushal Koolwal
Mon, 15 Jun 2009 18:58
Xorg driver from Ubuntu in Lenny
Author: Kushal Koolwal
Date: Mon, 15 Jun 2009 18:58
Date: Mon, 15 Jun 2009 18:58
53 lines
1846 bytes
1846 bytes
Hi, The graphics driver for my chipset (xserver-xorg-video-psb) has not yet made into Debian's repo (not even experimental) but is available in Ubuntu repo. http://packages.ubuntu.com/ro/hardy/i386/xserver-xorg-video-psb/download I see that I can install the above package on my Debian 5.0 (2.6.30 kernel - x86) system however, the X server won't start and gives the following error messages: (II) Module Intel Poulsbo: vendor="X.Org Foundation" compiled for 1.3.0, module version = 0.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (EE) module ABI major version (1) doesn't match the server's version (2) (II) UnloadModule: "psb" (II) Unloading /usr/lib/xorg/modules/drivers//psb_drv.so (EE) Failed to load module "psb" (module requirement mismatch, 0) (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.3.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.3.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (EE) No drivers available. Fatal server error: no screens found Any ideas how to use a Ubuntu package in Debian and is there any way I can resolve the above error messages (compiling by source)? Thanks Kushal Koolwal I do blog at http://blogs.koolwal.net/ _________________________________________________________________ Windows LiveΒ: Keep your life in sync. http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009
Re: Xorg driver from Ubuntu in Lenny
Author: Andreas Juch
Date: Tue, 16 Jun 2009 18:35
Date: Tue, 16 Jun 2009 18:35
71 lines
2708 bytes
2708 bytes
--Sig_/6aAkQsx1zY8dBX4NEwGwYnX Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Am Mon, 15 Jun 2009 18:58:20 -0700 schrieb Kushal Koolwal <kushalkoolwal@hotmail.com>: > > Hi, > > The graphics driver for my chipset (xserver-xorg-video-psb) has not > yet made into Debian's repo (not even experimental) but is available > in Ubuntu repo. > http://packages.ubuntu.com/ro/hardy/i386/xserver-xorg-video-psb/download > > I see that I can install the above package on my Debian 5.0 (2.6.30 > kernel - x86) system however, the X server won't start and gives the > following error messages: > > (II) Module Intel Poulsbo: vendor="X.Org Foundation" > compiled for 1.3.0, module version = 0.0.1 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 1.2 > (EE) module ABI major version (1) doesn't match the server's version > (2) (II) UnloadModule: "psb" > (II) Unloading /usr/lib/xorg/modules/drivers//psb_drv.so > (EE) Failed to load module "psb" (module requirement mismatch, 0) > (II) LoadModule: "mouse" > (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so > (II) Module mouse: vendor="X.Org Foundation" > compiled for 1.4.0.90, module version = 1.3.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.0 > (II) LoadModule: "kbd" > (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor="X.Org Foundation" > compiled for 1.4.0.90, module version = 1.3.1 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.0 > (EE) No drivers available. The psb-package was compiled for a newer Xserver than the one your are running. Compiling the package yourself is necessary. Add the source-repository of ubuntu to your sources.list and do 'apt-get source xserver-xorg-video-psb'. Install the devscripts-package, change to the source directory of the psb module and do 'debuild'. It will tell you which -dev package are missing, install them and repeat. If everything goes well, you should have a debian package which can be installed with 'dpkg -i xserver-xorg...deb'. If the module cannot be used with an old xserver, you'll have to install a newer one, but try to build the package first. Andreas --Sig_/6aAkQsx1zY8dBX4NEwGwYnX Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAko3yeQACgkQVvCR1ywr9bE2OwCdEPoKm3eYWCybhK7rvLkgz6iH VkYAnjCUEYb/CrcEqkXpPVvi6ncYo/+x =jFr1 -----END PGP SIGNATURE----- --Sig_/6aAkQsx1zY8dBX4NEwGwYnX--
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads