background preloader

Hardware

Facebook Twitter

Data-storage

Freebsd. X. Ssd. Ubuntu. HP Inkjet Driver Project. Hpinkjet.sourceforge.net The Hewlett-Packard Inkjet Driver Project is a add-on to the GNU Ghostscript application. This driver is open source software based on the Hewlett Packard Appliance Printing Development Kit APDK for deskjet printers. Table of contents 1 Overview The Hewlett-Packard Inkjet Driver Project (HPIJS) is a add-on printer driver for GNU Ghostscript.

This driver is open source software based on the Hewlett-Packard Appliance Printing Development Kit APDK for deskjet printers. The driver will take RGB rasters from Ghostscript and converts them to printer-ready-bits. Ghostscript uses a generalized IPC interface for HPIJS communications. There are two parts to the IJS interface - IJS client that resides in GNU Ghostscript and the IJS server. GNU Ghostscript is a software application that interprets PostScript and displays the results on the screen or converts the PostScript into a form you can print on a non-PostScript printer. Ghostscript is not a gui application. 2 License.

LCD Panel Technology Explained - S-IPS, H-IPS, S-PVA, MVA and TN. There are many different LCD panel technologies used in the production of LCD monitors. They range from budget TN panels to expensive, professional quality H-IPS and MVA panels. The average consumer usually has no idea what LCD panel technology is used in their LCD. In fact, many power users are also unaware, simply because the panel type is not often advertised in a prominent area. Sometimes the panel type is even absent from the monitor specifications. Many users buy monitors based solely on how much it will lighten their wallets. IPS Panel Technology IPS (In Plane Switching) panels are generally considered the best overall LCD technology for image quality, color accuracy and viewing angles. All these benefits raise IPS monitors to a higher price range comapred to VA and especially affordable TN panel LCD displays. S-IPS panels can often be identified buy a slight purple hue on blacks when viewed from a wide angle.

IPS LCD Monitor Recommendations What is Super PLS? VA Panel Technology. Installing Ubuntu Intrepid Ibex (8.10) on an X301. Please improve on this preliminary effort. Overview Now that Intrepid is out the door, get it while it's fresh! Keyboard pretty much all of the fn+... keys work (not all tested yet) tested: lock screen, brightness, sleep, hibernation, battery status, thinklight Ethernet Works OOB Wireless Works OOB: The Ubuntu 8.10 Kernel (2.6.27) ships with support for the IWL5100 (iwlagn driver) Fan Works fine. Power Mgmt Seems to work fine. Display Works fine OOB Suspend and Hibernate This script offers a solution to the black-freeze-on-resume problem. my suspend now works flawlessly Sound Works out of the box on the generic kernel, i've run into some trouble with my custom kernel - feel free to report on what i'm missing. alsamixer reports the Conexant chip being used so i've selected that one in the snd-hda-intel driver (selecting them all didn't help either) i haven't extensively tested this feature untested remain: usage with a sound server (esd) microphone headphone -works correct so far with pulseaudio Camera.

HP Linux Imaging and Printing. EeePC. DriverLoader for Wireless LAN devices - Windows Drivers. Welcome to LinuxBIOS - LinuxBIOS. Coreboot is an Open Source project aimed at replacing the proprietary BIOS (firmware) found in most computers. coreboot performs a little bit of hardware initialization and then executes additional boot logic, called a payload. With the separation of hardware initialization and later boot logic, coreboot can scale from specialized applications that run directly from firmware, run operating systems in flash, load custom bootloaders, or implement firmware standards, like PC BIOS services or UEFI. This allows for systems to only include the features necessary in the target application, reducing the amount of code and flash space required. coreboot currently supports over 230 different mainboards.

Check the Support page to see if your system is supported. coreboot was formerly known as LinuxBIOS. Acer Ferrari 5000-5832 15.4" Notebook PC (AMD Turion 64 X2. Linux Incompatibility List. Karl's Home Page - Bluetooth on Linux. From reading the Raspberry Pi forum, I see many are wanting to control their hardware projects from the web. Here I will show a method of integrating Python with the Apache web server, and allowing the Apache server access to the GPIO and UART ports without having to run it as root, if you have PHP already installed, both will run in the same environment.

For this I am using am using Debian from here: , on a freshly installed SD card. Part One: Installation, configuration and testing As root, install the following packages: # apt-get update # apt-get upgrade # apt-get install apache2 libapache2-mod-wsgi python-setuptools python-flask edit your virtual host in /etc/apache2/sites-enabled , here I have added the wsgi components to the default host 000-default . Set permissions: Apache on Debian runs as the user www-data, for access to the serial port and GPIO on the Raspberry Pi you will need to add that user to the relevant groups.

Arduino - HomePage. Log/2006/05/24. Have you ever felt teased when driver developers of other operating systems teased you about a lack of a "proper" driver development kit for Linux? Have you felt left out of the crowd when looking at the 36 cdrom package of documentation and example source code that other operating systems provide for their developers? Well feel ashamed no longer! In coordination with the FreedomHEC conference this week in Seattle, WA, USA, I'm proud to announce the first release of the Linux Device Driver Kit.

It is a cd image that contains everything that a Linux device driver author would need in order to create Linux drivers, including a full copy of the O'Reilly book, "Linux Device Drivers, third edition" and pre-built copies of all of the in-kernel docbook documentation for easy browsing. It even has a copy of the Linux source code that you can directly build external kernel modules against. It can be downloaded for free here.