Find the answer to your Linux question:
Results 1 to 7 of 7
when running sax2 -r i get this message any idea on what it means if its a problem how can i fix it Xlib: extension "XFree86-Misc" missing on display ":0.0"....
  1. #1
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029

    Xlib: extension "XFree86-Misc" missing on display ":0.0".

    when running sax2 -r
    i get this message any idea on what it means if its a problem how can i fix it

    Xlib: extension "XFree86-Misc" missing on display ":0.0".

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which version of OpenSUSE are you using? Post the contents of xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    sax2 and the xorg.conf stuff is being phased out. Why are you running sax2?

  4. #4
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    opensuse 11.2 i am running sax2 cause i read it on the nvidia site



    Section "ServerFlags"
    Option "AllowMouseOpenFail" "on"
    Option "ZapWarning" "on"
    EndSection

    Section "Module"
    Load "dri"
    Load "dbe"
    Load "extmod"
    Load "glx"
    EndSection

    Section "InputDevice"
    # Driver "kbd" will be disabled unless 'Option "AutoAddDevices" "off"'
    # is set in "ServerFlags" section.
    Driver "kbd"
    Identifier "Keyboard[0]"
    Option "Protocol" "Standard"
    Option "XkbLayout" "us"
    Option "XkbModel" "microsoftpro"
    Option "XkbRules" "xfree86"
    EndSection

    Section "InputDevice"
    # Driver "mouse" will be disabled unless 'Option "AutoAddDevices" "off"'
    # is set in "ServerFlags" section.
    Driver "mouse"
    Identifier "Mouse[1]"
    Option "Buttons" "14"
    Option "Device" "/dev/input/mice"
    Option "Name" "Logitech USB Receiver"
    Option "Protocol" "explorerps/2"
    Option "Vendor" "Sysp"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "Monitor"
    Option "CalcAlgorithm" "XServerPool"
    DisplaySize 315 230
    HorizSync 30-70
    Identifier "Monitor[0]"
    ModelName "FLATRON 775FT"
    Option "DPMS"
    Option "PreferredMode" "1280x768"
    VendorName "LG ELECTRONICS"
    VertRefresh 50-160
    UseModes "Modes[0]"
    EndSection

    Section "Modes"
    Identifier "Modes[0]"
    Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +HSync +VSync
    Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808
    EndSection

    Section "Screen"
    DefaultDepth 24
    SubSection "Display"
    Depth 15
    Modes "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
    EndSubSection
    Device "Device[0]"
    Identifier "Screen[0]"
    Monitor "Monitor[0]"
    EndSection

    Section "Device"
    BoardName "GeForce FX 5600XT"
    Driver "nvidia"
    Identifier "Device[0]"
    VendorName "NVIDIA"
    EndSection

  5. #5
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    See if following this suggestion helps

    # Driver "kbd" will be disabled unless 'Option "AutoAddDevices" "off"'
    # is set in "ServerFlags" section.

    Also try creating the xorg.conf from the nvidia-config program. Should be in the system-configuration menu.

    Also don't know about this line

    Option "XkbRules" "xfree86"


    Did you do an upgrade?? This may be a hold over from previous versions.
    Try renaming xorg.conf and then run sax2.

  6. #6
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    This is the NVIDIA command it must be run as root to make the xorg.conf

    nvidia-settings as su

  7. #7
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    thanx will try that

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...