Announcement

Collapse
No announcement yet.

nvidia-settings latest drivers solve (saving xorg-settings)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    nvidia-settings latest drivers solve (saving xorg-settings)

    installed kubuntu,
    installed latest nvidia drivers
    it does not save monitor settings (xorg.conf write error)
    i didn't want to manually edit /etc/X11/xorg.conf, though it's easy after some expirience with nv/nvidia/freebsd

    googled for this problem, there are many tips and hints, some workarounds like "click show ouptut button, edit xorg.conf" etc
    nvidia-settins prints: error in nvidia-polkit.py (module gtk not found)
    so i did
    1) sudo %favoriteEditor% /usr/share/screen-resolution-extra/nvidia-polkit.py
    2) change
    import gtk, gobject, sys, dbus, logging, os, re
    to:
    import sys, dbus, logging, os, re
    gtk is not needed to edit xorg.conf, lol
    3)
    nvidia-settings prints: pkg-config not found
    apt-get install pkg-config

    everything works ok. it was nvidia drivers bug.

    if this problem is already solved, then delete this post.
Working...
X