GLX is compiled with wrong version (Display resolution and hardware acceleration stopped working) Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!What is wrong with my nginx reverse proxy configuration, with single server (and more later)SSL Version and Open SSL version are different in ubuntu 14.04 with php version 5.6

Should man-made satellites feature an intelligent inverted "cow catcher"?

What is the ongoing value of the Kanban board to the developers as opposed to management

"Destructive force" carried by a B-52?

Does traveling In The United States require a passport or can I use my green card if not a US citizen?

How to keep bees out of canned beverages?

How to create a command for the "strange m" symbol in latex?

Trying to enter the Fox's den

Is there a verb for listening stealthily?

Married in secret, can marital status in passport be changed at a later date?

Help Recreating a Table

Is "ein Herz wie das meine" an antiquated or colloquial use of the possesive pronoun?

Is it OK if I do not take the receipt in Germany?

Can I ask an author to send me his ebook?

false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'

Knights and Knaves question

Why these surprising proportionalities of integrals involving odd zeta values?

Is my guitar’s action too high?

Assertions In A Mock Callout Test

How to produce a PS1 prompt in bash or ksh93 similar to tcsh

What were wait-states, and why was it only an issue for PCs?

Weaponising the Grasp-at-a-Distance spell

Why is one lightbulb in a string illuminated?

Why did Israel vote against lifting the American embargo on Cuba?

/bin/ls sorts differently than just ls



GLX is compiled with wrong version (Display resolution and hardware acceleration stopped working)



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!What is wrong with my nginx reverse proxy configuration, with single server (and more later)SSL Version and Open SSL version are different in ubuntu 14.04 with php version 5.6



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I have two Ubuntu 14 Desktops (identical). Both were working fine until Friday.
Some updates appear to have been performed on the non-working machine...



2019-03-18 02:29:32 install linux-base:all <keine> 4.5ubuntu1~14.04.1
2019-03-18 02:29:32 install linux-modules-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-image-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-modules-extra-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:36 install linux-image-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:36 install linux-headers-3.13.0-167:all <keine> 3.13.0-167.217
2019-03-18 02:29:38 install linux-headers-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:39 install linux-headers-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-modules-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-image-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-modules-extra-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:44 install linux-headers-4.4.0-143:all <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:46 install linux-headers-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2


Now the display resolution (and apparently the hardware acceleration) are not working on the broken machine. Using glxgears shows the following error...



enter image description here



lshw shows the Nvidia card as UNattached (please excuse the German)



*-display UNGEFORDERT
Beschreibung: VGA compatible controller
Produkt: NVIDIA Corporation
Hersteller: NVIDIA Corporation
Physische ID: 0
Bus-Informationen: pci@0000:01:00.0
Version: a1
Breite: 64 bits
Takt: 33MHz
Fähigkeiten: pm msi pciexpress vga_controller bus_master cap_list
Konfiguration: latency=0
Ressourcen: memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(Größe=128) memory:df000000-df07ffff


And the /var/log/Xorg.o.log shows that different GLX modules are being called (glxserver_nvidia versus libglx.so)...



Working machine



[ 99380.611] (**) NVIDIA(0): Enabling 2D acceleration
[ 99380.611] (II) Loading sub module "glxserver_nvidia"
[ 99380.611] (II) LoadModule: "glxserver_nvidia"
[ 99380.611] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglxserver_nvidia.so
[ 99380.633] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 99380.633] compiled for 4.0.2, module version = 1.0.0
[ 99380.633] Module class: X.Org Server Extension


NON-WORKING MACHINE



[ 1042.464] (II) "glx" will be loaded by default.
[ 1042.464] (II) LoadModule: "glx"
[ 1042.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1042.489] (II) Module glx: vendor="X.Org Foundation"
[ 1042.490] compiled for 1.18.3, module version = 1.0.0
[ 1042.490] ABI class: X.Org Server Extension, version 9.0


I've reinstalled all the original drivers...



apt-get --reinstall install nvidia-410 nvidia-410-dev nvidia-modprobe nvidia-opencl-icd-410 nvidia-settings
apt --reinstall install libxcb-glx0 libxcb-glx0-dev
apt install libcudnn5 libcudnn5-dev -y


My Google'ing hasn't given me any direction towardsinstalling glxserver_nvidia










share|improve this question




























    1















    I have two Ubuntu 14 Desktops (identical). Both were working fine until Friday.
    Some updates appear to have been performed on the non-working machine...



    2019-03-18 02:29:32 install linux-base:all <keine> 4.5ubuntu1~14.04.1
    2019-03-18 02:29:32 install linux-modules-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
    2019-03-18 02:29:33 install linux-image-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
    2019-03-18 02:29:33 install linux-modules-extra-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
    2019-03-18 02:29:36 install linux-image-generic:amd64 <keine> 3.13.0.167.178
    2019-03-18 02:29:36 install linux-headers-3.13.0-167:all <keine> 3.13.0-167.217
    2019-03-18 02:29:38 install linux-headers-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
    2019-03-18 02:29:39 install linux-headers-generic:amd64 <keine> 3.13.0.167.178
    2019-03-18 02:29:39 install linux-generic:amd64 <keine> 3.13.0.167.178
    2019-03-18 02:29:39 install linux-modules-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
    2019-03-18 02:29:40 install linux-image-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
    2019-03-18 02:29:40 install linux-modules-extra-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
    2019-03-18 02:29:44 install linux-headers-4.4.0-143:all <keine> 4.4.0-143.169~14.04.2
    2019-03-18 02:29:46 install linux-headers-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2


    Now the display resolution (and apparently the hardware acceleration) are not working on the broken machine. Using glxgears shows the following error...



    enter image description here



    lshw shows the Nvidia card as UNattached (please excuse the German)



    *-display UNGEFORDERT
    Beschreibung: VGA compatible controller
    Produkt: NVIDIA Corporation
    Hersteller: NVIDIA Corporation
    Physische ID: 0
    Bus-Informationen: pci@0000:01:00.0
    Version: a1
    Breite: 64 bits
    Takt: 33MHz
    Fähigkeiten: pm msi pciexpress vga_controller bus_master cap_list
    Konfiguration: latency=0
    Ressourcen: memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(Größe=128) memory:df000000-df07ffff


    And the /var/log/Xorg.o.log shows that different GLX modules are being called (glxserver_nvidia versus libglx.so)...



    Working machine



    [ 99380.611] (**) NVIDIA(0): Enabling 2D acceleration
    [ 99380.611] (II) Loading sub module "glxserver_nvidia"
    [ 99380.611] (II) LoadModule: "glxserver_nvidia"
    [ 99380.611] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglxserver_nvidia.so
    [ 99380.633] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
    [ 99380.633] compiled for 4.0.2, module version = 1.0.0
    [ 99380.633] Module class: X.Org Server Extension


    NON-WORKING MACHINE



    [ 1042.464] (II) "glx" will be loaded by default.
    [ 1042.464] (II) LoadModule: "glx"
    [ 1042.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1042.489] (II) Module glx: vendor="X.Org Foundation"
    [ 1042.490] compiled for 1.18.3, module version = 1.0.0
    [ 1042.490] ABI class: X.Org Server Extension, version 9.0


    I've reinstalled all the original drivers...



    apt-get --reinstall install nvidia-410 nvidia-410-dev nvidia-modprobe nvidia-opencl-icd-410 nvidia-settings
    apt --reinstall install libxcb-glx0 libxcb-glx0-dev
    apt install libcudnn5 libcudnn5-dev -y


    My Google'ing hasn't given me any direction towardsinstalling glxserver_nvidia










    share|improve this question
























      1












      1








      1








      I have two Ubuntu 14 Desktops (identical). Both were working fine until Friday.
      Some updates appear to have been performed on the non-working machine...



      2019-03-18 02:29:32 install linux-base:all <keine> 4.5ubuntu1~14.04.1
      2019-03-18 02:29:32 install linux-modules-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
      2019-03-18 02:29:33 install linux-image-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
      2019-03-18 02:29:33 install linux-modules-extra-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
      2019-03-18 02:29:36 install linux-image-generic:amd64 <keine> 3.13.0.167.178
      2019-03-18 02:29:36 install linux-headers-3.13.0-167:all <keine> 3.13.0-167.217
      2019-03-18 02:29:38 install linux-headers-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
      2019-03-18 02:29:39 install linux-headers-generic:amd64 <keine> 3.13.0.167.178
      2019-03-18 02:29:39 install linux-generic:amd64 <keine> 3.13.0.167.178
      2019-03-18 02:29:39 install linux-modules-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
      2019-03-18 02:29:40 install linux-image-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
      2019-03-18 02:29:40 install linux-modules-extra-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
      2019-03-18 02:29:44 install linux-headers-4.4.0-143:all <keine> 4.4.0-143.169~14.04.2
      2019-03-18 02:29:46 install linux-headers-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2


      Now the display resolution (and apparently the hardware acceleration) are not working on the broken machine. Using glxgears shows the following error...



      enter image description here



      lshw shows the Nvidia card as UNattached (please excuse the German)



      *-display UNGEFORDERT
      Beschreibung: VGA compatible controller
      Produkt: NVIDIA Corporation
      Hersteller: NVIDIA Corporation
      Physische ID: 0
      Bus-Informationen: pci@0000:01:00.0
      Version: a1
      Breite: 64 bits
      Takt: 33MHz
      Fähigkeiten: pm msi pciexpress vga_controller bus_master cap_list
      Konfiguration: latency=0
      Ressourcen: memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(Größe=128) memory:df000000-df07ffff


      And the /var/log/Xorg.o.log shows that different GLX modules are being called (glxserver_nvidia versus libglx.so)...



      Working machine



      [ 99380.611] (**) NVIDIA(0): Enabling 2D acceleration
      [ 99380.611] (II) Loading sub module "glxserver_nvidia"
      [ 99380.611] (II) LoadModule: "glxserver_nvidia"
      [ 99380.611] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglxserver_nvidia.so
      [ 99380.633] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
      [ 99380.633] compiled for 4.0.2, module version = 1.0.0
      [ 99380.633] Module class: X.Org Server Extension


      NON-WORKING MACHINE



      [ 1042.464] (II) "glx" will be loaded by default.
      [ 1042.464] (II) LoadModule: "glx"
      [ 1042.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
      [ 1042.489] (II) Module glx: vendor="X.Org Foundation"
      [ 1042.490] compiled for 1.18.3, module version = 1.0.0
      [ 1042.490] ABI class: X.Org Server Extension, version 9.0


      I've reinstalled all the original drivers...



      apt-get --reinstall install nvidia-410 nvidia-410-dev nvidia-modprobe nvidia-opencl-icd-410 nvidia-settings
      apt --reinstall install libxcb-glx0 libxcb-glx0-dev
      apt install libcudnn5 libcudnn5-dev -y


      My Google'ing hasn't given me any direction towardsinstalling glxserver_nvidia










      share|improve this question














      I have two Ubuntu 14 Desktops (identical). Both were working fine until Friday.
      Some updates appear to have been performed on the non-working machine...



      2019-03-18 02:29:32 install linux-base:all <keine> 4.5ubuntu1~14.04.1
      2019-03-18 02:29:32 install linux-modules-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
      2019-03-18 02:29:33 install linux-image-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
      2019-03-18 02:29:33 install linux-modules-extra-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
      2019-03-18 02:29:36 install linux-image-generic:amd64 <keine> 3.13.0.167.178
      2019-03-18 02:29:36 install linux-headers-3.13.0-167:all <keine> 3.13.0-167.217
      2019-03-18 02:29:38 install linux-headers-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
      2019-03-18 02:29:39 install linux-headers-generic:amd64 <keine> 3.13.0.167.178
      2019-03-18 02:29:39 install linux-generic:amd64 <keine> 3.13.0.167.178
      2019-03-18 02:29:39 install linux-modules-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
      2019-03-18 02:29:40 install linux-image-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
      2019-03-18 02:29:40 install linux-modules-extra-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
      2019-03-18 02:29:44 install linux-headers-4.4.0-143:all <keine> 4.4.0-143.169~14.04.2
      2019-03-18 02:29:46 install linux-headers-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2


      Now the display resolution (and apparently the hardware acceleration) are not working on the broken machine. Using glxgears shows the following error...



      enter image description here



      lshw shows the Nvidia card as UNattached (please excuse the German)



      *-display UNGEFORDERT
      Beschreibung: VGA compatible controller
      Produkt: NVIDIA Corporation
      Hersteller: NVIDIA Corporation
      Physische ID: 0
      Bus-Informationen: pci@0000:01:00.0
      Version: a1
      Breite: 64 bits
      Takt: 33MHz
      Fähigkeiten: pm msi pciexpress vga_controller bus_master cap_list
      Konfiguration: latency=0
      Ressourcen: memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(Größe=128) memory:df000000-df07ffff


      And the /var/log/Xorg.o.log shows that different GLX modules are being called (glxserver_nvidia versus libglx.so)...



      Working machine



      [ 99380.611] (**) NVIDIA(0): Enabling 2D acceleration
      [ 99380.611] (II) Loading sub module "glxserver_nvidia"
      [ 99380.611] (II) LoadModule: "glxserver_nvidia"
      [ 99380.611] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglxserver_nvidia.so
      [ 99380.633] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
      [ 99380.633] compiled for 4.0.2, module version = 1.0.0
      [ 99380.633] Module class: X.Org Server Extension


      NON-WORKING MACHINE



      [ 1042.464] (II) "glx" will be loaded by default.
      [ 1042.464] (II) LoadModule: "glx"
      [ 1042.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
      [ 1042.489] (II) Module glx: vendor="X.Org Foundation"
      [ 1042.490] compiled for 1.18.3, module version = 1.0.0
      [ 1042.490] ABI class: X.Org Server Extension, version 9.0


      I've reinstalled all the original drivers...



      apt-get --reinstall install nvidia-410 nvidia-410-dev nvidia-modprobe nvidia-opencl-icd-410 nvidia-settings
      apt --reinstall install libxcb-glx0 libxcb-glx0-dev
      apt install libcudnn5 libcudnn5-dev -y


      My Google'ing hasn't given me any direction towardsinstalling glxserver_nvidia







      ubuntu-14.04 display nvidia






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 18 at 10:56









      BurningKromeBurningKrome

      181111




      181111




















          1 Answer
          1






          active

          oldest

          votes


















          2














          From my experience, if glxserver_nvidia is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).



          I used to face the same problem on my server. I fixed it by using nvidia-xconfig to attach virtual monitors to my nvidia graphic cards.






          share|improve this answer








          New contributor




          Sy Love is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "2"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f958767%2fglx-is-compiled-with-wrong-version-display-resolution-and-hardware-acceleration%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            From my experience, if glxserver_nvidia is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).



            I used to face the same problem on my server. I fixed it by using nvidia-xconfig to attach virtual monitors to my nvidia graphic cards.






            share|improve this answer








            New contributor




            Sy Love is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.
























              2














              From my experience, if glxserver_nvidia is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).



              I used to face the same problem on my server. I fixed it by using nvidia-xconfig to attach virtual monitors to my nvidia graphic cards.






              share|improve this answer








              New contributor




              Sy Love is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






















                2












                2








                2







                From my experience, if glxserver_nvidia is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).



                I used to face the same problem on my server. I fixed it by using nvidia-xconfig to attach virtual monitors to my nvidia graphic cards.






                share|improve this answer








                New contributor




                Sy Love is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                From my experience, if glxserver_nvidia is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).



                I used to face the same problem on my server. I fixed it by using nvidia-xconfig to attach virtual monitors to my nvidia graphic cards.







                share|improve this answer








                New contributor




                Sy Love is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                Sy Love is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Apr 16 at 14:52









                Sy LoveSy Love

                361




                361




                New contributor




                Sy Love is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Sy Love is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Sy Love is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f958767%2fglx-is-compiled-with-wrong-version-display-resolution-and-hardware-acceleration%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                    Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                    Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070