You are not logged in.

#1 2007-04-05 12:26:59

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

want to use xrandr, but it says extension "RANDR" is missing

hello!

i have a problem and i don't know why, i think i have everything done to be able to use xrandr (nvidia-settings needs it). but i can't.
that is my problem:

$ xrandr
Xlib:  extension "RANDR" missing on display ":0.0".
RandR extension is missing

here is my xorg log:

$ cat /var/log/Xorg.0.log | grep -i randr
(**) Option "RandR" "on"
(**) RandR enabled
(II) Initializing built-in extension RANDR

these are all errors:

$ cat /var/log/Xorg.0.log | grep EE
(EE) NVIDIA(1): Unable to find available Display Device for screen 1.

this is my xorg.conf:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:39:38 PST 2007

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "touchpad" "CorePointer"
    InputDevice    "usbmouse" "SendCoreEvents"
#    Option    "AIGLX" "true"
EndSection

Section "Files"
    
    RgbPath         "/usr/lib/X11/rgb"

    FontPath   "/usr/share/fonts/misc/
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/TrueType/"
    FontPath   "/usr/share/fonts/freefont/"

    ModulePath "/usr/lib/xorg/modules"
    
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
    Load           "synaptics"
    Load           "xtrap"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
    Option       "RandR" "on"
EndSection

##########

Section "InputDevice"
    # generated from default
    Identifier    "touchpad"
    Driver    "synaptics"
    Option "Protocol"    "auto-dev"
    Option "Device"      "/dev/input/mice"
    Option "SHMConfig" "on"
    Option "HorizScrollDelta" "0"

EndSection

Section "InputDevice"
    Identifier    "usbmouse"
    Driver    "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"    "/dev/input/mice"
    Option "Buttons"    "5"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "800"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
#    Option         "XkbVariant" "nodeadkeys"
EndSection

##########

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "AUO"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: unknown, VertRefresh source: unknown
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "TV-0"
    HorizSync       0.0 - 0.0
    VertRefresh     0.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce Go 7300"
    BusID          "PCI:1:0:0"
    Screen          0
    Option       "RandRRotation" "true"
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce Go 7300"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "DFP: 1280x800 +0+0; DFP: 1024x768 +0+0; DFP: 800x600 +0+0; DFP: 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "TV: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

can someone help me?

package infos: nvidia(-suspend2 / -utils) 1.0.9755-1, newest xorg-packages, also libxrandr and randrproto.

thank you for your help...
mfg iggy


sorry for my bad english smile

Offline

#2 2007-04-18 20:40:16

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: want to use xrandr, but it says extension "RANDR" is missing

no one, who can help me...


sorry for my bad english smile

Offline

Board footer

Powered by FluxBB