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

JD jd1008 at gmail.com
Sun Aug 15 01:48:44 UTC 2010


  On 08/14/2010 06:01 PM, James McKenzie wrote:
> JD wrote:
>>    $ xset r rate 3 30
>> Xlib:  extension "XFree86-Misc" missing on display ":0.0".
>>
> This is saying that your display settings are missing.  Reading the
> below, it does look like they are.
>> .
>> .
>> .
>> Section "Module"
>>           Load  "record"
>>           Load  "extmod"
>>           Load  "dri2"
>>           Load  "dbe"
>>           Load  "glx"
>>           Load  "dri"
>> EndSection
>>
>> Section "InputDevice"
>>           Identifier      "Keyboard0"
>>           Driver          "kbd"
>>           Option "Protocol" "Standard"
>>           Option "XkbLayout" "us"
>>           Option "XkbRules" "xfree86"
>> EndSection
>>
>> So, what am I missing?
>>
>>
> This is for your keyboard.  Are there any sections that say Monitor0?
>
> James McKenzie
>

Here's the whole xorg.conf

Section "ServerLayout"
         Identifier     "X.org Configured"
         Screen      0  "Screen0" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
         ModulePath   "/usr/lib/xorg/modules"
         FontPath     "catalogue:/etc/X11/fontpath.d"
         FontPath     "built-ins"
EndSection

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

Section "InputDevice"
         Identifier      "Keyboard0"
         Driver          "kbd"
         Option "Protocol" "Standard"
         Option "XkbLayout" "us"
         Option "XkbRules" "xfree86"
EndSection

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "auto"
         Option      "Device" "/dev/input/mice"
         Option      "ZAxisMapping" "4 5 6 7"
EndSection


Section "Monitor"
         Identifier   "Monitor0"
         VendorName   "Monitor Vendor"
         ModelName    "Monitor Model"
         HorizSync    24.0 - 85.0
         VertRefresh  48.0 - 76.0
EndSection

Section "Device"
         Identifier  "Card0"
         Driver      "radeon"
         VendorName  "ATI Technologies Inc"
         BoardName   "RV350 [Mobility Radeon 9600 M10]"
         BusID       "PCI:1:0:0"
EndSection

Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         SubSection "Display"
                 Viewport   0 0
                 Depth     1
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     4
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     8
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     15
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     16
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     24
         EndSubSection
EndSection



More information about the users mailing list