Announcement

Collapse
No announcement yet.

NVIDIA Error Message

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NVIDIA Error Message

    RandR extension is not present. What should I do?

    I have Linux Mint on a DELL laptop and an external display attached. What I want to do is make the external the main but don't see where I can do that.

  • #2
    What version of mint(cat /etc/lsb-release)?
    What desktop environment are you using?
    What drivers are you using?
    What kind of display configuration do you want: multimonitor, xinerama, rotation etc.?

    For advance I think your problem is that you are using nvidia binary driver from the mint repos, which are too old to support randr1.2 thus the error message(randr1.2 support came from driver version 302.x).

    Comment


    • #3
      Here's the information you requested:
      Version of Mint: Mint 13 Maya
      DE: MATE
      Driver:
      DIsplay Configuration: Xinerama


      My goal is two fold, one to have the attached monitor be primary and secondly, if possible, to close the lid on the laptop w/o turning off the attached display.
      Last edited by bushy; 06 November 2012, 08:18 AM. Reason: correct typo

      Comment


      • #4
        Originally posted by bushy View Post
        Here's the information you requested:
        Version of Mint: Mint 13 Maya
        DE: MATE
        Driver:
        DIsplay Configuration: Xinerama


        My goal is two fold, one to have the attached monitor be primary and secondly, if possible, to close the lid on the laptop w/o turning off the attached display.
        That does not really sound that you would need xinerama. Closing lid with laptop usually means that laptop will go to sleep, that is usually controlled by DE's power manager settings. Turning panel off is possible with xrandr.

        I presume that you are trying to change display properties from mate's own display settings, it is just only gui for command xrandr which might not have all its capabilities. If you are confidient enough yourself, you could try xrandr:


        But if you are using nvidia binary driver I recommend you to use nvidia-settings, it has nice monitor configuration page that will work without xrandr. If you are unsure which driver do you use, please check what module are loaded with command lsmod(It list all modules that kernel has loaded). If one of them is nvidia, you are using binary driver, if not you are using open source driver(i.e. then there should be module nouveau or vesa or etc.).

        Comment

        Working...
        X