[blfs-support] 回复: 回复: AIGLX: Screen 0 is not DRI2 capable

2012-06-29 Thread Omar
The mail with attachment may be on the way. Send the mail without it again.

 
T hanks Armin.
 I've fixed the errors which you pointed. The following is the status now.
 
 
   libGL: screen 0 does not appear to be DRI2 capable
   libGL: OpenDriver: trying /usr/lib/dri/swrast_dri.so
   libGL: Can't open configuration file /etc/drirc: No such file or 
  directory.
   libGL: Can't open configuration file /root/.drirc: No such file or 
 
  directory.
   ..
   [   962.866] (II) AIGLX: Screen 0 is not DRI2 capable
   [   962.867] (II) AIGLX: Screen 0 is not DRI capable
   [   962.908] (II) AIGLX: Loaded and initialized swrast
 
 The messages above is still there. I extract some new messages I consider 
 important below.
 
 [    24.861] (WW) vmware(0): Disabling 3D support.
 [    24.861] (WW) vmware(0): Disabling Render Acceleration.
 [    24.861] (WW) vmware(0): Disabling RandR12+ support.
 [    24.862] (--) vmware(0): VMware SVGA regs at (0x10d0, 0x10d1)
 ...
 [    25.096] (II) vmware(0): Not using default mode 320x175 (bad 
 mode clock/interlace/doublescan)
 ...
 [    25.133] (II) UnloadModule: vesa
 [    25.133] (II) Unloading vesa
 [    25.133] (II) UnloadModule: fbdev
 [    25.133] (II) Unloading fbdev
 [    25.133] (II) UnloadSubModule: fbdevhw
 [    25.133] (II) Unloading fbdevhw
 
 I will find them in kernel again.
 Omar
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] AIGLX: Screen 0 is not DRI2 capable

2012-06-29 Thread Armin K.
On 06/29/2012 12:44 PM, Ken Moffat wrote:
 On Fri, Jun 29, 2012 at 10:29:41AM +0800, Omar wrote:
 Just attachment of this mail.

   If you need to compress a large file to attach it, use a linux
 compressor - 99% of people here cannot open rar files.  In this
 case, I don't think we need it.


Luckily I had unrar installed when I updated it in the book, but I am 
strongly against using it in Linux based stuff. Zip could be ok since 
most of us may already have it if building mozilla products or such, but 
not rar.

 Thank you all.
 1. My environment is based on LFS7.1 on VMware.

   Google thinks you need the correct options when building Mesa.
 According to debian bug 652501 you need the svga gallium driver.
 That driver is enabled in the book's instructions for Mesa.

 ĸen


To be more specific, you need gallium svga driver AND libxatracker 
(--enable-xa in Mesa instructions). That is already enabled in default 
Mesa instructions in BLFS, and Xorg VMware driver will pick it up. But, 
you need vmwgfx kernel driver, which is now in the place as the other 
DRM drivers in kernel, but is in staging area in pre 3.3 kernels. It is 
not enabled by default tough in any case. And the last point is ... Your 
host system needs to have working 3D stuff. On windows host, any 
DirectX9 capable card should work very well, including some newer i915, 
possibly r200 ones and geforce4 or better. ones. I had hard time getting 
3D acceleration to work on Linux hosts and Intel card. It wouldn't be of 
any problem with propretary ATI or NVidia, but since intel is open 
source, and VMware player needs s3tc GL extension which is patented by 
SIS so Mesa devs can't integrate it in Mesa source tree. There is 
however external library at freedesktop.org for that, and I just got 
that last night after few months of giving up on 3d in vmware! I guess 
same thing would be needed for open source radeon and nouveau drivers.

Also, for good 3D support, you need at least Player 4.0 or Workstation 
8.0. There is some 3D support in Player 3.1/Workstation 7.1, but not 
that good.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] AIGLX: Screen 0 is not DRI2 capable

2012-06-29 Thread Armin K.
On 06/29/2012 10:23 AM, Omar wrote:
 Thanks Armin.
 I've fixed the errors which you pointed. The following is the status now.


   libGL: screen 0 does not appear to be DRI2 capable
   libGL: OpenDriver: trying /usr/lib/dri/swrast_dri.so
   libGL: Can't open configuration file /etc/drirc: No such file or
 directory.
   libGL: Can't open configuration file /root/.drirc: No such file or
 directory.
   ..
   [   962.866] (II) AIGLX: Screen 0 is not DRI2 capable
   [   962.867] (II) AIGLX: Screen 0 is not DRI capable
   [   962.908] (II) AIGLX: Loaded and initialized swrast

 The messages above is still there. I extract some new messages I consider 
 important below.

 [24.861] (WW) vmware(0): Disabling 3D support.
 [24.861] (WW) vmware(0): Disabling Render Acceleration.
 [24.861] (WW) vmware(0): Disabling RandR12+ support.
 [24.862] (--) vmware(0): VMware SVGA regs at (0x10d0, 0x10d1)
 ...
 [25.096] (II) vmware(0): Not using default mode 320x175 (bad mode 
 clock/interlace/doublescan)
 ...
 [25.133] (II) UnloadModule: vesa
 [25.133] (II) Unloading vesa
 [25.133] (II) UnloadModule: fbdev
 [25.133] (II) Unloading fbdev
 [25.133] (II) UnloadSubModule: fbdevhw
 [25.133] (II) Unloading fbdevhw

 I will find them in kernel again.
 Omar


If you are using any kernel before 3.3, you should take a look at 
Staging Drivers in Drivers subtree of kernel. There is Driver for 
VMware Virtual GPU or whatever (CONFIG_DRM_VMWGFX config option). I 
would suggest that you build it as module, because I haven't tried it 
the other way. Other thing is that you need 3D capable video card and 
drivers on your host, 3D switch needs to be enabled in virtual machine 
configuration section. And at last, for better 3D support use Player 4.0 
or Workstation 8.0. There is also 3D support in Player 3.1/Workstation 
7.1, but first one is lot better. And if everything else fails, I'd try 
newer kernel, presumably 3.4 one, but I think that 3.2 should work good 
enough.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] KDELIBS-4.8.4 cmake error

2012-06-29 Thread Armin K.
On 06/28/2012 10:29 AM, Ragnar Thomsen wrote:
 On Thu, Jun 28, 2012 at 2:54 AM, tony lemaire tony@live.fr wrote:
 I'm trying to build the KDE desktop in 4.8.4 version, not the 4.8.3 like
 BLFS.
 I have all pre-requises install in my distro, but the cmake failed. Here is
 the log :

 I have built KDE 4.8.4 without problems.


Have you used Polkit version currently in the book?


 There seems to be a problem with your polkit/polkit-qt installation.
 What versions of these do you have?

 Did you create the polkit link as mentioned on the page KDE
 Pre-installation Configuration?


Can you check if polkit-qt works well with latest polkit since there was 
some big change like dropping libpolkit-backend, reintroducing polkit 
user and polkit rules configuration files format.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] KDELIBS-4.8.4 cmake error

2012-06-29 Thread tony lemaire

 I'm trying to build the KDE desktop in 4.8.4 version, not the 4.8.3 like
 BLFS.
 I have all pre-requises install in my distro, but the cmake failed. Here is
 the log :
 
 I have built KDE 4.8.4 without problems.
 
.
 WARNING: Installation prefix does not match PolicyKit install prefixes. You
 probably will need to move files installed in POLICY_FILES_INSTALL_DIR and
 by dbus_add_activation_system_service to the? prefix
 -- Building PolkitQt-1 KAuth backend
 CMake Error at kdecore/auth/ConfigureChecks.cmake:138 (string):
 ? string sub-command REPLACE requires at least four arguments.
 Call Stack (most recent call first):
 ? kdecore/CMakeLists.txt:38 (include)
..
 
 There seems to be a problem with your polkit/polkit-qt installation.
 What versions of these do you have?
 
 Did you create the polkit link as mentioned on the page KDE
 Pre-installation Configuration?I have found a solution. I edit in VIM the 
 file /lib/cmake/PolkitQt-1/PolkitQt-1Config.cmake

I have the line set(POLKITQT-1_INSTALL_DIR ) what i change for 
set(POLKITQT-1_INSTALL_DIR /usr) and now cmake is OK.

I don't know if it's a real solution but it works for me. I'm running make.
I'll tell you when make will finish.

regards,
Tony

  -- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-support] Playing DVDs with vlc ?

2012-06-29 Thread Ken Moffat
 My current system is working pretty well, but I have a few niggles.
This is the first : when I play a DVD in vlc, it plays in bursts,
with pauses between.  That is, it plays for a little while, then
reads the next part of the disk.  This makes it unusable.

 In the vlc there is mention of using hdparm to turn on DMA - ah,
the old days before libata, when the CD/DVD drive was /dev/hdX.
Trying that on /dev/sr0 is, of course a no go [ invalid ioctl for
device : I did actually try it ].

 Has anyone managed to play a DVD (using the kernel's  libata
drivers) with vlc ?

 In case anyone asks - xine works fine for doing this, but I'd like
to see if an app using ffmpeg does it differently.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-support] Parole : CDs and DVDs

2012-06-29 Thread Ken Moffat
 The second of my current niggles : parole is fine with my stored
multimedia files, but it doesn't let me play real DVDs or CDs - the
menu options only lead to an option to play from an iso file.

 Any ideas what I'm missing, please ?

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-support] Midori - icons

2012-06-29 Thread Ken Moffat
 My final niggle with current packages!  I hadn't used midori for
several months, but thought I'd try the current version (0.4.6) with
gtk+-2.  Three of the icons are missing (open a new tab, add a new
bookmark, and reopen a previously closed tab or bookmark).

 I've never had this problem on midori before (the last version I
tried was 0.4.2 with the experimental gtk+-3 build), but google
found various people with similar problems in the past.  Generally
solved by specifying a different theme in ~/.gtkrc-2.0.  I added
gtk-engines-2.20.2 and tried all the themes, no joy.  Another past
suggestion was to use Tango so I installed tango-icon-theme-0.8.90
and changed my gtkrc-2.0 but it made no difference.

 Then I realised that xfce has gtk-xfce-engine so I added that.
Still no joy.

 Interestingly, if I run midori from a term it reports on stderr
that all of the following are missing from my theme: stock_new-tab,
gtk-add, bookmark-new, stock_add-bookmark, gnome-stock_trash,
gtk-undo-ltr.  Any clues, please ?

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] KDELIBS-4.8.4 cmake error

2012-06-29 Thread Ragnar Thomsen
On Friday 29 June 2012 16:16:37 tony lemaire wrote:
I have found a solution. I edit in VIM the file 
/lib/cmake/PolkitQt-1/PolkitQt-1Config.cmake

I have the line set(POLKITQT-1_INSTALL_DIR ) what i change for 
set(POLKITQT-1_INSTALL_DIR /usr) and now cmake is OK.

I don't know if it's a real solution but it works for me. I'm running make.
I'll tell you when make will finish.

On my system the line says:
set(POLKITQT-1_INSTALL_DIR /opt/kde4)

It seems like your polkit-qt installation somehow got screwed up, but I have 
no idea how. Did you use the exact syntax from blfs when configuring polkit-
qt?
 I tried installing polkit-qt in /usr and the line shows, correctly:
set(POLKITQT-1_INSTALL_DIR /usr)

And Armin, I verified that polkit-qt-0.103 builds and runs with the new polkit 
(0.106). No problems there. I'll add automoc4 as a dep, thanks.

-Ragnar--- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Midori - icons

2012-06-29 Thread Armin K.
On 06/29/2012 08:35 PM, Ken Moffat wrote:
   My final niggle with current packages!  I hadn't used midori for
 several months, but thought I'd try the current version (0.4.6) with
 gtk+-2.  Three of the icons are missing (open a new tab, add a new
 bookmark, and reopen a previously closed tab or bookmark).

   I've never had this problem on midori before (the last version I
 tried was 0.4.2 with the experimental gtk+-3 build), but google
 found various people with similar problems in the past.  Generally
 solved by specifying a different theme in ~/.gtkrc-2.0.  I added
 gtk-engines-2.20.2 and tried all the themes, no joy.  Another past
 suggestion was to use Tango so I installed tango-icon-theme-0.8.90
 and changed my gtkrc-2.0 but it made no difference.

   Then I realised that xfce has gtk-xfce-engine so I added that.
 Still no joy.

   Interestingly, if I run midori from a term it reports on stderr
 that all of the following are missing from my theme: stock_new-tab,
 gtk-add, bookmark-new, stock_add-bookmark, gnome-stock_trash,
 gtk-undo-ltr.  Any clues, please ?

 ĸen


You can install gnome-icon-theme{,-extras,-symbolic} if necesary. Those 
are not really gnome-dependent. You can also install oxygen-icon-theme 
if you like. It's just icon theme. I always install those no matter what 
setup I have.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Midori - icons

2012-06-29 Thread Ken Moffat
On Fri, Jun 29, 2012 at 10:34:10PM +0200, Armin K. wrote:
 On 06/29/2012 08:35 PM, Ken Moffat wrote:
My final niggle with current packages!  I hadn't used midori for
  several months, but thought I'd try the current version (0.4.6) with
  gtk+-2.  Three of the icons are missing (open a new tab, add a new
  bookmark, and reopen a previously closed tab or bookmark).
 
[...]
 
Interestingly, if I run midori from a term it reports on stderr
  that all of the following are missing from my theme: stock_new-tab,
  gtk-add, bookmark-new, stock_add-bookmark, gnome-stock_trash,
  gtk-undo-ltr.  Any clues, please ?
 
  ĸen
 
 
 You can install gnome-icon-theme{,-extras,-symbolic} if necesary. Those 
 are not really gnome-dependent. You can also install oxygen-icon-theme 
 if you like. It's just icon theme. I always install those no matter what 
 setup I have.

 Thanks - that machine already has all three of the current gnome
icon theme variants.  I'll take a look at oxygen.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Midori - icons

2012-06-29 Thread Armin K.
On 06/29/2012 11:51 PM, Ken Moffat wrote:
 On Fri, Jun 29, 2012 at 10:34:10PM +0200, Armin K. wrote:
 On 06/29/2012 08:35 PM, Ken Moffat wrote:
My final niggle with current packages!  I hadn't used midori for
 several months, but thought I'd try the current version (0.4.6) with
 gtk+-2.  Three of the icons are missing (open a new tab, add a new
 bookmark, and reopen a previously closed tab or bookmark).

 [...]

Interestingly, if I run midori from a term it reports on stderr
 that all of the following are missing from my theme: stock_new-tab,
 gtk-add, bookmark-new, stock_add-bookmark, gnome-stock_trash,
 gtk-undo-ltr.  Any clues, please ?

 ĸen


 You can install gnome-icon-theme{,-extras,-symbolic} if necesary. Those
 are not really gnome-dependent. You can also install oxygen-icon-theme
 if you like. It's just icon theme. I always install those no matter what
 setup I have.

   Thanks - that machine already has all three of the current gnome
 icon theme variants.  I'll take a look at oxygen.

 ĸen


Um, is that GTK+2 or GTK+3 version of Midori? Because I'm sure that you 
need to specify icon theme in gtkrc for GTK+2 or settings.ini for GTK+3

$ cat /etc/gtk-2.0/gtkrc
gtk-fallback-icon-theme = gnome

$ cat /etc/gtk-3.0/settings.ini
[Settings]
gtk-theme-name = Adwaita
gtk-fallback-icon-theme = gnome

Afaik, without this it will fall back to hicolor-icon-theme which does 
not have all those icons :)
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Parole : CDs and DVDs

2012-06-29 Thread Andrew Benton
On Fri, 29 Jun 2012 19:13:54 +0100
Ken Moffat zarniwh...@ntlworld.com wrote:

  The second of my current niggles : parole is fine with my stored
 multimedia files, but it doesn't let me play real DVDs or CDs - the
 menu options only lead to an option to play from an iso file.
 
  Any ideas what I'm missing, please ?

Have you tried clicking Media Open location and entering dvd:// into
the box? http://www.linuxfromscratch.org/blfs/view/svn/xfce/parole.html

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Parole : CDs and DVDs

2012-06-29 Thread Armin K.
On 06/30/2012 12:55 AM, Andrew Benton wrote:
 On Fri, 29 Jun 2012 19:13:54 +0100
 Ken Moffat zarniwh...@ntlworld.com wrote:

   The second of my current niggles : parole is fine with my stored
 multimedia files, but it doesn't let me play real DVDs or CDs - the
 menu options only lead to an option to play from an iso file.

   Any ideas what I'm missing, please ?

 Have you tried clicking Media Open location and entering dvd:// into
 the box? http://www.linuxfromscratch.org/blfs/view/svn/xfce/parole.html

 Andy


Since Parole uses GStreamer, you could try to check if you have 
cdparanoia and/or libcdio GStreamer plugins.  I think that they should 
handle CD's. Anyways, I used parole when I first built Xfce, but I can't 
remember if there was any open disc option ...
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Midori - icons

2012-06-29 Thread Ken Moffat
On Sat, Jun 30, 2012 at 12:23:05AM +0200, Armin K. wrote:
 On 06/29/2012 11:51 PM, Ken Moffat wrote:
 
Thanks - that machine already has all three of the current gnome
  icon theme variants.  I'll take a look at oxygen.
 
 
 Um, is that GTK+2 or GTK+3 version of Midori? Because I'm sure that you 
 need to specify icon theme in gtkrc for GTK+2 or settings.ini for GTK+3
 
 $ cat /etc/gtk-2.0/gtkrc
 gtk-fallback-icon-theme = gnome
 
 $ cat /etc/gtk-3.0/settings.ini
 [Settings]
 gtk-theme-name = Adwaita
 gtk-fallback-icon-theme = gnome
 
 Afaik, without this it will fall back to hicolor-icon-theme which does 
 not have all those icons :)

 It is gtk+-2, using the book's instructions for 1.4.5 - my previous
build of 1.4.3 with gtk+-3 was unsatisfactory (I forget why), so I
decided to go back to gtk+-2.  And that's why I was changing theme
names in .gtkrc-2.0.

 I took a look at oxygen-icons-4.8.4 (so big a tarball!), but it
only contains one of the icons that were reported on stderr as
missing, so I don't think it will help.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Parole : CDs and DVDs

2012-06-29 Thread Ken Moffat
On Fri, Jun 29, 2012 at 11:55:17PM +0100, Andrew Benton wrote:
 On Fri, 29 Jun 2012 19:13:54 +0100
 Ken Moffat zarniwh...@ntlworld.com wrote:
 
   The second of my current niggles : parole is fine with my stored
  multimedia files, but it doesn't let me play real DVDs or CDs - the
  menu options only lead to an option to play from an iso file.
  
   Any ideas what I'm missing, please ?
 
 Have you tried clicking Media Open location and entering dvd:// into
 the box? http://www.linuxfromscratch.org/blfs/view/svn/xfce/parole.html
 
 Andy

 Didn't notice that in the instructions (maybe I should wear glasses
at my machine), but I did find it on google, so I was going to say
'yes, but can't remember the error message' so I tried it again.
Brown paper bag moment.  My apologies for asking something that
you've already documented in the book.

 Do you know if it's necessary to insert the DVD before starting
parole (I had a problem like that with xfburn telling me the drive
was empty). ?  I think the error on my previous attempt was something
like 'no such device'.  Perhaps I mistyped.

 Playing nicely, but I'm still puzzled by those menu options.  No
matter.

 Thanks.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Midori - icons

2012-06-29 Thread Andrew Benton
On Sat, 30 Jun 2012 00:50:58 +0100
Ken Moffat zarniwh...@ntlworld.com wrote:

  I took a look at oxygen-icons-4.8.4 (so big a tarball!), but it
 only contains one of the icons that were reported on stderr as
 missing, so I don't think it will help.

I use the Elementary Icon Theme
http://gnome-look.org/content/show.php/Elementary+Icon?content=150749
But now I come to look at it I think I've edited the index.theme a
little so that it has:
Inherits=oxygen-refit-2,hicolor
So maybe it's inheriting the icons that Midori is asking for from
oxygen-refit-2?
http://gnome-look.org/content/show.php/Oxygen+Refit+2?content=79756

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Midori - icons

2012-06-29 Thread Ken Moffat
On Sat, Jun 30, 2012 at 01:15:06AM +0100, Andrew Benton wrote:
 
 I use the Elementary Icon Theme
 http://gnome-look.org/content/show.php/Elementary+Icon?content=150749
 But now I come to look at it I think I've edited the index.theme a
 little so that it has:
 Inherits=oxygen-refit-2,hicolor
 So maybe it's inheriting the icons that Midori is asking for from
 oxygen-refit-2?
 http://gnome-look.org/content/show.php/Oxygen+Refit+2?content=79756
 
 Andy

 Thanks.  I've not see an Inherits line before.  I'll take a look at
those two themes.  Later.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page