From: Nicolas B. <ni...@bo...> - 2004-12-13 13:46:52
|
Hi, As far as I can see, at least in ddc-probe-4-out, it seems to work fine (using direct PCI access, not the I2C devices, but it doesn't matter). Maybe is it not well documented, but you should be able to read the contrast value with this command: # ddccontrol pci:01:00.0-1 -r 0x12 and then write to it using: # ddccontrol pci:01:00.0-1 -r 0x12 -w X (where X is a number between 0 and 100) Have you tried the Gnome tool? To build it, configure ddccontrol with # ./configure --enable-gnome Then a new application named gddccontrol should be built in src/gddccontrol. It is much more user-friendly than the command line tool. Best regards, Nicolas Boichat On Mon, 2004-12-13 at 11:32 +0300, Konstantin Abramenko wrote: > Hi, > > On Fri, 03 Dec 2004 18:28:06 +0100 > Nicolas Boichat <ni...@bo...> wrote: > > > Hi, > > > > Could you provide the full results of "ddccontrol -p -v -v" and "lsmod"? > > > > Which graphics card are you using? > > Uff. After some war with i2c modules I've achieved that there is NO message "no such device" for /dev/i2c-0. > > Nevertheless, ddccontrol does not work. I'm afraid, that video card does not support DDC-CI protocol. > I use now GeForce 2 MX with NVidia chip. > > Output streams of `ddccontrol -p -v -v` and `lsmod` are attached. > > Thanks, > |