XPS Led Changer 0.6-beta (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News XPS Led Changer 0.6-beta (Default branch)
# 1  
Old 10-28-2008
XPS Led Changer 0.6-beta (Default branch)

Image XPS Led Changer is a graphical front-end for the dellLEDCtl program so you can easily change the colors and intensity of your Dell XPS notebook with just some mouse clicks. You can also save your selection so it keeps your choice between reboots. License: GNU General Public License (GPL) Changes:
D-bus is now used, so the program doesn't need to be run as root. The labels will be set correctly on the XPS m1730. Various little code changes were made. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Android Device ID Changer shell script

this is worked "ANDROID NOUGAT" how can i use it for "ANDROID OREO" -plz help me... ------------------------------------------- echo " Ã-~-DEVICE ID CHANGINGÃ-~-" sleep 2 echo " " COUNT=1 while do ; echo "settings put secure android_id " | tr -d '\n' > X1... (4 Replies)
Discussion started by: f4is4l
4 Replies

2. Hardware

is rhel 6 compatible with dell xps 14

is rhel 6 compatible with dell xps 14.I tried to install it but could not install.Installation hanged at detecting hardware (1 Reply)
Discussion started by: shamapraveen
1 Replies

3. Solaris

Medium Changer not detected.

Hello Gurus, We are in the process of configuring SAN based backup for our DB hosted on Solaris 10 (SPARC and X86) Servers. But the Robotic arm (Medium Changer - HP) is not getting detected on the server. Need experts help in checking this from the host (Solaris Server) end. Thank You. (0 Replies)
Discussion started by: EmbedUX
0 Replies
Login or Register to Ask a Question
ppmdist(1)                                                    General Commands Manual                                                   ppmdist(1)

NAME
ppmdist - simplistic grayscale assignment for machine generated, color images SYNOPSIS
ppmdist [-intensity|-frequency] [ppmfile] DESCRIPTION
Reads a portable pixmap as input, performs a simplistic grayscale assignment intended for use with grayscale or bitmap printers. Often conversion from ppm to pgm will yield an image with contrast too low for good printer output. The program maximizes contrast between the gray levels output. A ppm input of n colors is read, and a pgm of n gray levels is written. The gray levels take on the values 0..n-1, while maxval takes on n-1. The mapping from color to stepped grayscale can be performed in order of input pixel intensity, or input pixel frequency (number of repeti- tions). OPTIONS
-frequency Sort input colors by the number of times a color appears in the input, before mapping to evenly distributed graylevels of output. -intensity Sort input colors by their grayscale intensity, before mapping to evenly distributed graylevels of out- put. This is the default. BUGS
Helpful only for images with a very small number of colors. Perhaps should have been an option to ppmtopgm(1). SEE ALSO
ppmtopgm(1), ppmhist(1), ppm(5) AUTHOR
Copyright (C) 1993 by Dan Stromberg. 22 July 1992 ppmdist(1)