nvidia-settings missing features
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nvidia-graphics-drivers-340 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I installed Ubuntu Mate 16.04 32 bit from the daily builds on an old PC with an Nvidia GeForce 6200 card. After installation and applying all available updates I went to "Additional Drivers" and installed the recommended Nvidia driver 304.131 As part of that install nvidia-settings version 352.21 was installed. When I accessed nvidia-settings I find the "menu" (left column) containing only:
Application Profiles
nvidia-settings Configuration.
I had previously installed Ubuntu Mate 15.10 on the same PC (different hard drive) and installed the same Nvidia drivers. The same version of nvidia-settings was also installed. This time nvidia-settings lists:
X Server Information
X Server Display Configuration
X Screen 0
X Screen 1
GPU 0 - (GeForce 6200)
nvidia-settings Configuration
The X Screen and GPU entries have additional options under each main topic. Please note that I already had two monitors configured as separate X screens on the 15.10 OS when I wrote down the above list. (Doing this added the X Screen 1 topic.)
On the 16.04 OS I started over and reinstalled everything. Same issue. I installed the OS, added the repository ppa:graphics-
n.b. In an attempt to see what the "menu" looked like on 15.10 before I setup the separate X screens I uninstalled the Nvidia driver using the Additional Drivers feature - going back to Nouveau. I invoked nvidia-settings. In this case it showed only the two menu choices as described on 16.04. This makes me think that the Nvidia drivers are perhaps not really being installed on 16.04. Perhaps that will provide a clue.
Please advise if I can provide any additional information.
Related branches
- Ubuntu branches: Pending requested
-
Diff: 25885 lines (+5586/-14793)123 files modifiedMakefile (+8/-199)
debian/changelog (+23/-0)
debian/control (+1/-1)
debian/patches/04_nvidia-settings_natty_ftbs.patch (+4/-5)
debian/patches/series (+0/-1)
debian/rules (+8/-5)
dist-files.mk (+0/-60)
doc/Makefile (+115/-0)
doc/src.mk (+2/-0)
doc/version.mk (+1/-0)
samples/Makefile (+7/-3)
samples/nv-control-dpy.c (+162/-21)
samples/nv-control-dvc.c (+1/-1)
samples/nv-control-events.c (+303/-337)
samples/nv-control-gvi.c (+8/-21)
samples/nv-control-info.c (+14/-7)
samples/nv-control-targets.c (+1/-1)
samples/src.mk (+2/-0)
samples/version.mk (+1/-0)
src/Makefile (+174/-0)
src/command-line.c (+9/-55)
src/command-line.h (+0/-2)
src/common-utils/common-utils.c (+337/-1)
src/common-utils/common-utils.h (+77/-1)
src/common-utils/gen-manpage-opts-helper.c (+181/-0)
src/common-utils/gen-manpage-opts-helper.h (+24/-0)
src/common-utils/nvgetopt.c (+125/-0)
src/common-utils/nvgetopt.h (+24/-0)
src/common-utils/src.mk (+6/-0)
src/config-file.c (+2/-2)
src/gen-manpage-opts.c (+5/-114)
src/glxinfo.c (+1/-0)
src/gtk+-2.x/ctk3dvisionpro.c (+1/-0)
src/gtk+-2.x/ctkbanner.c (+1/-2)
src/gtk+-2.x/ctkbanner.h (+0/-1)
src/gtk+-2.x/ctkclocks.c (+1/-0)
src/gtk+-2.x/ctkcolorcontrols.c (+94/-58)
src/gtk+-2.x/ctkcolorcontrols.h (+1/-5)
src/gtk+-2.x/ctkcolorcorrection.c (+13/-12)
src/gtk+-2.x/ctkconfig.c (+1/-0)
src/gtk+-2.x/ctkcursorshadow.c (+1/-0)
src/gtk+-2.x/ctkcurve.c (+1/-0)
src/gtk+-2.x/ctkdisplayconfig-utils.c (+481/-206)
src/gtk+-2.x/ctkdisplayconfig-utils.h (+3/-3)
src/gtk+-2.x/ctkdisplayconfig.c (+708/-557)
src/gtk+-2.x/ctkdisplayconfig.h (+26/-7)
src/gtk+-2.x/ctkdisplaydevice-crt.c (+0/-415)
src/gtk+-2.x/ctkdisplaydevice-crt.h (+0/-87)
src/gtk+-2.x/ctkdisplaydevice-dfp.c (+0/-1433)
src/gtk+-2.x/ctkdisplaydevice-dfp.h (+0/-106)
src/gtk+-2.x/ctkdisplaydevice-tv.c (+74/-114)
src/gtk+-2.x/ctkdisplaydevice-tv.h (+2/-4)
src/gtk+-2.x/ctkdisplaydevice.c (+717/-0)
src/gtk+-2.x/ctkdisplaydevice.h (+93/-0)
src/gtk+-2.x/ctkdisplaylayout.c (+37/-231)
src/gtk+-2.x/ctkdisplaylayout.h (+22/-5)
src/gtk+-2.x/ctkditheringcontrols.c (+174/-140)
src/gtk+-2.x/ctkditheringcontrols.h (+8/-8)
src/gtk+-2.x/ctkdropdownmenu.c (+1/-0)
src/gtk+-2.x/ctkecc.c (+1/-0)
src/gtk+-2.x/ctkedid.c (+23/-19)
src/gtk+-2.x/ctkedid.h (+3/-7)
src/gtk+-2.x/ctkevent.c (+26/-21)
src/gtk+-2.x/ctkframelock.c (+187/-265)
src/gtk+-2.x/ctkgauge.c (+1/-0)
src/gtk+-2.x/ctkglx.c (+1/-0)
src/gtk+-2.x/ctkgpu.c (+8/-61)
src/gtk+-2.x/ctkgvi.c (+3/-2)
src/gtk+-2.x/ctkgvo-banner.c (+1/-0)
src/gtk+-2.x/ctkgvo-csc.c (+1/-0)
src/gtk+-2.x/ctkgvo-sync.c (+1/-0)
src/gtk+-2.x/ctkgvo.c (+112/-1371)
src/gtk+-2.x/ctkgvo.h (+3/-33)
src/gtk+-2.x/ctkhelp.c (+2/-1)
src/gtk+-2.x/ctkimagesliders.c (+130/-157)
src/gtk+-2.x/ctkimagesliders.h (+3/-6)
src/gtk+-2.x/ctklicense.c (+1/-0)
src/gtk+-2.x/ctkmultisample.c (+33/-19)
src/gtk+-2.x/ctkopengl.c (+90/-0)
src/gtk+-2.x/ctkopengl.h (+1/-0)
src/gtk+-2.x/ctkpowermizer.c (+1/-0)
src/gtk+-2.x/ctkpowersavings.c (+1/-0)
src/gtk+-2.x/ctkrandr.c (+0/-644)
src/gtk+-2.x/ctkrandr.h (+0/-92)
src/gtk+-2.x/ctkscale.c (+1/-0)
src/gtk+-2.x/ctkscreen.c (+11/-79)
src/gtk+-2.x/ctkserver.c (+1/-0)
src/gtk+-2.x/ctkslimm.c (+2/-2)
src/gtk+-2.x/ctkthermal.c (+1/-0)
src/gtk+-2.x/ctkutils.c (+96/-16)
src/gtk+-2.x/ctkutils.h (+3/-2)
src/gtk+-2.x/ctkvcs.c (+2/-1)
src/gtk+-2.x/ctkwindow.c (+102/-103)
src/gtk+-2.x/ctkxvideo.c (+1/-0)
src/gtk+-2.x/src.mk (+0/-99)
src/image_data/rotate_left_off_pixdata.h (+0/-138)
src/image_data/rotate_left_on_pixdata.h (+0/-135)
src/image_data/rotate_right_off_pixdata.h (+0/-138)
src/image_data/rotate_right_on_pixdata.h (+0/-135)
src/image_data/rotation_orientation_horz_pixdata.h (+0/-2304)
src/image_data/rotation_orientation_vert_pixdata.h (+0/-2425)
src/image_data/rotation_pixdata.h (+0/-1347)
src/image_data/src.mk (+0/-99)
src/libXNVCtrl/Makefile (+1/-0)
src/libXNVCtrl/NVCtrl.h (+183/-156)
src/libXNVCtrl/nv_control.h (+4/-1)
src/libXNVCtrlAttributes/NvCtrlAttributes.c (+3/-32)
src/libXNVCtrlAttributes/NvCtrlAttributes.h (+1/-22)
src/libXNVCtrlAttributes/NvCtrlAttributesPrivate.h (+0/-14)
src/libXNVCtrlAttributes/NvCtrlAttributesXrandr.c (+0/-391)
src/libXNVCtrlAttributes/src.mk (+0/-14)
src/lscf.c (+3/-0)
src/msg.c (+3/-0)
src/msg.h (+0/-43)
src/option-table.h (+39/-35)
src/parse.c (+80/-45)
src/parse.h (+7/-3)
src/query-assign.c (+55/-48)
src/src.mk (+248/-0)
src/version.mk (+1/-0)
src/xpm_data/src.mk (+0/-24)
utils.mk (+18/-12)
version.mk (+1/-1)
I've installed a fresh copy of the Ubuntu 16.04 LTS, then i tried to install the prop. NVIDIA Drivers from the System. After rebooting my screen resolution dropped and i was not able to change it in the normal settings and i got the SAME bug like Ken.
Its was not possible to enter the Nvidia Settings menue and its was also not possible to adjust the screen resolution.
System:
Ubuntu 16.04 LTS, fresh install
Geforce GTX 660