You are not logged in.

#1 2010-10-12 14:01:48

triplc
Member
From: Hanoi, Vietnam
Registered: 2009-08-23
Posts: 39

[solved] How to set gamma for Nouveau, DVI port?

When it was VGA port, the setting of Gamma in xorg.conf works just fine:

Section "Monitor"
    Identifier "Monitor1"
    Option "DPMS"
    Gamma 0.75 0.75 0.75
EndSection

I can see it in /var/log/Xorg.0.log.

However after changing to DVI cable it the Gamma setting does not work. Same card (Geforce GE3700GS), same monitor, same driver (nouveau), only the cable is changed from VGA to DVI.

Is that a bug, or it is just that with DVI we cannot change Gamma?

Last edited by triplc (2010-10-13 13:02:27)

Offline

#2 2010-10-12 15:08:45

kfgz
Member
From: Supraśl, Poland
Registered: 2009-03-02
Posts: 114

Re: [solved] How to set gamma for Nouveau, DVI port?

You can use xgamma.

Offline

#3 2010-10-13 12:55:13

triplc
Member
From: Hanoi, Vietnam
Registered: 2009-08-23
Posts: 39

Re: [solved] How to set gamma for Nouveau, DVI port?

Thanks

~% xgamma
-> Red  0.750, Green  0.750, Blue  0.750
~% grep gamma /var/log/Xorg.0.log
[    15.603] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.

So, apparently, the 'Gamma 0.75 0.75 0.75' directive in xorg.conf works. It's just that it does not show in /var/log/Xorg.0.log

Thanks for fast and helpful advice.

Last edited by triplc (2010-10-13 12:58:41)

Offline

Board footer

Powered by FluxBB