Success. With an entry of " Gamma 1.0 " under the "monitor" section, the gamma problems seem to have been fixed - for the moment. All resolutions except 1920x1080 are locked out.
I still don't think kubuntu is compatible with 1080p though. The monitor adjustment menu is "broken" again.
I don't think it's the driver, as it exhibited this same behavior of "braking" that menu when I added my 1920x1080 modeline with the "nv" driver (although I did not have to lock it out of every other resolution then)
Should I email whoever works with kubuntu/ubuntu about this? I mean, has anyone ever got 1920x1080@60hz (1080p) to work in Ubuntu with no menu/xorg.conf-torture problems? I know very few users actually use a 1080p display for their PC, so maybe they just didn't think to add support for it? SUSE didn't natively support 1080p either (although 16:10 resolutions were supported).
With SUSE, the menu was 'somewhat' broken, in that it listed the resolution as being 640x480 when it was actually at 1080p (kind of like hacking games to run in widescreen in windows)
When I tried FC6, 1080p appeared to work (but that was one of the only aspects of Zod that DID work)
My "broken menu" error message is as follows:
Code:
The module Monitor & Display could not be loaded
The diagnostics is:
Possible reasons:
- An error occured during your last KDE upgrade leaving an orphaned control module
- You have old third party modules lying around
Check these points carefully and try to remove the module mentioned in the error message. If this fails, consider contacting your distributor or packager.
My xorg.conf configuration is as follows:
Code:
Section "Monitor"
identifier "LVM-42w2"
vendorname "Plug 'n' Play"
modelname "Plug 'n' Play"
modeline "1920x1080@60" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -vsync -hsync
modeline "1280x1024@60" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -vsync -hsync
modeline "1600x900@60" 119.00 1600 1696 1864 2128 900 901 904 932 -vsync -hsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -vsync -hsync
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
gamma 1.0
EndSection
Section "Device"
identifier "NVIDIA Corporation NVIDIA Default Card"
boardname "nv"
busid "PCI:1:0:0"
driver "nvidia"
screen 0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "LVM-42w2"
DefaultDepth 24
SubSection "Display"
depth 24
modes "1920x1080@60"
EndSubSection
EndSection
I don't know where this came from, it's leftover from the nvidia backup.
Section "device" #
identifier "device1"
boardname "nv"
busid "PCI:1:0:0"
driver "nvidia"
screen 1
EndSection
Section "screen" #
identifier "screen1"
device "device1"
defaultdepth 24
monitor "monitor1"
EndSection
Section "monitor" #
identifier "monitor1"
gamma 1.0
EndSection
Section "ServerFlags"
EndSection