|
|
#1 | |
|
Registered User
Join Date: Mar 2007
Posts: 20
|
Greetings
In Xorg.0.log, if you have an extension disabled in the configuration file, you will see: (**) Extension DAMAGE disabled In the first few lines ... however, later on you see (II) Initializing built-in extension DAMAGE So which is it? Is there a memory map or something I can dump and view to see which extensions are actually loaded into the X server? |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jan 2009
Posts: 171
|
Code:
xdpyinfo -queryExtensions |awk '{print; if (NF<=1) exit;}'
__________________
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2007
Posts: 20
|
Many thanks!!
|
|
|
|
![]() |
| Thread Tools | |
|
|