Daniel Iliev wrote:
> Jesús Guerrero wrote:
>
>> El Mon, 26 Feb 2007 16:31:54 +0100
>> Paul de Vrieze <[EMAIL PROTECTED]> escribió:
>>
>>
>>
>>> On Friday 12 January 2007 23:45, Daniel Iliev wrote:
>>>
>>>
>>>> Richard Fish wrote:
>>>>
>>>>
>>>>> man xorg.conf. "Load" and "SubSection" are two ways to specify
>>>>> the same thing for modules, so you should use one or the other,
>>>>> not both.
>>>>>
>>>>> -Richard
>>>>>
>>>>>
>>>> I tried this:
>>>> --snip--
>>>> Section "Module"
>>>> # Load "extmod"
>>>>
>>>> SubSection "extmod"
>>>> Option "omit xfree86-dga"
>>>>
>>>>
>>> I'm a bit late, but this line is wrong. It should probably be
>>> Option "omit" "xfree86-dga"
>>> (note the extra two double quotes).
>>>
>>> Paul
>>>
>>>
>>>
>> To quote the xorg.conf man page
>>
>> MODULE SECTION
>> [...]
>> Example: the extmod module (which contains a miscellaneous group
>> of server extensions) can be loaded, with the XFree86-DGA extension
>> disabled by using the following entry:
>>
>> SubSection "extmod"
>> Option "omit XFree86-DGA"
>> EndSubSection
>>
>> The same is true for xfree86.
>>
>>
>
>
>
>
> I gave a try to
>
> Option "omit" "xfree86-dga"
>
> and to
>
> Option "omit" "XFree86-DGA"
>
> and it makes no difference:
>
> grep DGA /var/log/Xorg.0.log
> (II) Loading extension XFree86-DGA
>
>
>
Try cutting out "extra double quotes". :) Without it works just fine.
michelle video # cat /etc/X11/xorg.conf | grep omit
Option "omit xfree86-dga" # don't initialise the DGA extension
michelle video # cat /var/log/Xorg.0.log | grep DGA
(no output)
___________________________________________________________
Try the all-new Yahoo! Mail. "The New Version is radically easier to use" The
Wall Street Journal
http://uk.docs.yahoo.com/nowyoucan.html
--
[email protected] mailing list