Kirk, On 04/08/2012 09:57 AM, Kirk Wallace wrote: > Sorry for the off topic, but I'd like to get GLX working on a 10.04 > system so I can remote ssh -X LinuxCNC. The PC has an Intel chipset. I > am currently using the vesa driver because the i810 driver crashes. The > 8.04 i810 driver works fine. I had the idea that maybe I could just put > my 8.04 disk in the drive and use Synaptic to install the older driver. > Sounds easy, but I haven't been able to find out how to do this. Anyone > have any hints or keywords to search?
Not sure if this helps: Note: alias acse='apt-cache search ' acse i810 i810switch - Enables/disables video output to CRT/LCD on i810 video hardware xserver-xorg-video-intel - X.Org X server -- Intel i8xx, i9xx display driver xserver-xorg-video-intel-dbg - X.Org X server -- Intel i8xx, i9xx display driver (debug symbols) root@proteus:~# acse xserver-xorg-video xserver-xorg-video-geode - X.Org X server -- Geode GX2/LX display driver xserver-xorg-video-geode-dbg - Geode GX2/LX display driver (debugging symbols) xserver-xorg-video-amd - Geode GX2/LX display driver (dummy transitional package) ........ some output deleted acse GLX libegl1-mesa - free implementation of the EGL API -- runtime libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development files libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime libgl1-mesa-swx11 - free implementation of the OpenGL API -- runtime libgl1-mesa-swx11-dbg - free implementation of the OpenGL API -- debugging symbols libgl1-mesa-swx11-dev - free implementation of the OpenGL API -- development files libva-glx1 - Video Acceleration (VA) API for Linux -- GLX runtime libxcb-glx0 - X C Binding, glx extension libxcb-glx0-dbg - X C Binding, glx extension, debugging symbols libxcb-glx0-dev - X C Binding, glx extension, development files cairo-dock - Light and eye-candy dock to launch your programs (metapackage) cairo-dock-core - Light and eye-candy dock to launch your programs (core package) cairo-dock-data - Light and eye-candy dock to launch your programs (common files) cairo-dock-dev - Light and eye-candy dock to launch your programs (dev package) libclutter-cil - Open GL based interactive canvas library -- CLI Bindings libgl1-mesa-dri-experimental - free implementation of the OpenGL API -- Extra DRI modules libgl1-mesa-dri-experimental-dbg - Debugging symbols for the experimental Mesa DRI modules libopengl-perl - Perl interface providing graphics display using OpenGL libswt-glx-gtk-3-jni - Standard Widget Toolkit for GTK+ GLX JNI library mesa-utils - Miscellaneous Mesa GL utilities rss-glx - Really Slick Screensavers GLX Port fglrx-dev - Video driver for the AMD graphics accelerators (devel files) fglrx-updates-dev - Video driver for the AMD graphics accelerators (devel files) That way you might get the names of the packages. Then you look into package details like this: acsh libgl1-mesa-glx Package: libgl1-mesa-glx Priority: optional Section: libs Installed-Size: 512 Maintainer: Ubuntu X-SWAT <[email protected]> Original-Maintainer: Debian X Strike Force <[email protected]> Architecture: amd64 Source: mesa Version: 7.11-0ubuntu3 Replaces: libgl1, libgl1-mesa-dri (<< 6.4.0) Provides: libgl1 Depends: libc6 (>= 2.4), libdrm2 (>= 2.3.1), libglapi-mesa (= 7.11-0ubuntu3), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxxf86vm1 Pre-Depends: multiarch-support Recommends: libgl1-mesa-dri (>= 7.2) Conflicts: libgl1, libgl1-mesa-dri (<< 6.4.0) Breaks: fglrx (<= 2:8.850-0ubuntu1), nvidia-173 (<= 173.14.30-0ubuntu2), nvidia-96 (<= 96.43.19-0ubuntu8), nvidia-current (<= 275.09.07-0ubuntu1) Filename: pool/main/m/mesa/libgl1-mesa-glx_7.11-0ubuntu3_amd64.deb Size: 100194 MD5sum: 35ccc25eb39e300d05ff8f9c408c59a7 SHA1: 0e472a71feebdf863ef46f38a20ef9410139745a SHA256: 68e5cf14f001fd92d0265096dbe94b2e71b9f40d0b3dc23120bd2a80a948c40c Description-en: free implementation of the OpenGL API -- GLX runtime This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. Multi-Arch: same Homepage: http://mesa3d.sourceforge.net/ Description-md5: f14d0747e501f6641f25adcad5ebe418 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-mobile-desktop, kubuntu-mobile, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, lubuntu-core, ubuntustudio-desktop Note: alias acse='apt-cache search ' alias acsh='apt-cache show ' this might also be of some help: http://www.addictivetips.com/ubuntu-linux-tips/how-to-enable-backports-in-ubuntu-linux/ -- Rafael ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
