Announcement

Collapse
No announcement yet.

Slow Beryl startup

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Slow Beryl startup

    Since a few day's Beryl is really slow starting up
    It takes more than two minutes !?

    Here is the output, maybe someone could help me...

    johan@johan-desktop:~$ beryl-manager
    johan@johan-desktop:~$ X Error: BadDevice, invalid or uninitialized input device 169
    Major opcode: 147
    Minor opcode: 3
    Resource id: 0x0
    Failed to open device
    X Error: BadDevice, invalid or uninitialized input device 169
    Major opcode: 147
    Minor opcode: 3
    Resource id: 0x0
    Failed to open device
    ************************************************** ************
    * Beryl system compatibility check *
    ************************************************** ************

    Detected xserver : NVIDIA

    Checking Display :0.0 ...

    Checking for XComposite extension : passed (v0.3)
    Checking for XDamage extension : passed
    Checking for RandR extension : passed
    Checking for XSync extension : passed

    Checking Screen 0 ...

    Checking for GLX_SGIX_fbconfig : passed
    Checking for GLX_EXT_texture_from_pixmap : passed
    Checking for non power of two texture support : passed
    Checking maximum texture size : passed (4096x4096)

    [Warning ]: Relaunching beryl with __GL_YIELD="NOTHING"

    ************************************************** ************
    * Beryl system compatibility check *
    ************************************************** ************

    Detected xserver : NVIDIA

    Checking Display :0.0 ...

    Checking for XComposite extension : passed (v0.3)
    Checking for XDamage extension : passed
    Checking for RandR extension : passed
    Checking for XSync extension : passed

    Checking Screen 0 ...

    Checking for GLX_SGIX_fbconfig : passed
    Checking for GLX_EXT_texture_from_pixmap : passed
    Checking for non power of two texture support : passed
    Checking maximum texture size : passed (4096x4096)

    [Warning ]: UnmapNotify event, but couldn't find the window.

    Thanks,

    Main system: Dell Studio XPS 8100 with Kubuntu 10.04<br />Main system: Dell Inspiron 1720 with Ubuntu 10.04<br />Second system: Acer Aspire 1500 with Ubuntu 10.04<br />Third system: Dell Dimension Desktop with Kubuntu 10.04 and Windows Vista<br />Fourth system: Dell Inspiron with Ubuntu 10.04 and Windows Vista

    #2
    Re: Slow Beryl startup

    Originally posted by cantodea
    X Error: BadDevice, invalid or uninitialized input device 169
    Major opcode: 147
    Minor opcode: 3
    Resource id: 0x0
    Failed to open device
    X Error: BadDevice, invalid or uninitialized input device 169
    Major opcode: 147
    Minor opcode: 3
    Resource id: 0x0
    Failed to open device
    This stuff is irrelevant to Beryl -- it is the "wacom driver not needed here" problem.

    ************************************************** ************
    * Beryl system compatibility check *
    ************************************************** ************
    .
    .
    .

    [Warning ]: Relaunching beryl with __GL_YIELD="NOTHING"
    Now here's an actual problem.

    ************************************************** ************
    * Beryl system compatibility check *
    ************************************************** ************
    .
    .
    .

    [Warning ]: UnmapNotify event, but couldn't find the window.
    and here it is again.

    It looks like "GLX" or "AIGLX" isn't functional. This is something that your graphics driver needs to implement, and then the appropriate command/option needs to be in /etc/X11/xorg.conf. So, what is your graphics chip, and what driver are you using with it?

    Comment


      #3
      Re: Slow Beryl startup

      It's Nvidia 7300 LE with graphic driver 1.0-9755

      Main system: Dell Studio XPS 8100 with Kubuntu 10.04<br />Main system: Dell Inspiron 1720 with Ubuntu 10.04<br />Second system: Acer Aspire 1500 with Ubuntu 10.04<br />Third system: Dell Dimension Desktop with Kubuntu 10.04 and Windows Vista<br />Fourth system: Dell Inspiron with Ubuntu 10.04 and Windows Vista

      Comment


        #4
        Re: Slow Beryl startup

        Says here that your card is supported by the latest Nvidia driver. I'd install it and find out if that fixes it.

        You'll either have to use the Nvidia do-it-yourself method, or download and install the Envy script installer from here to do the job, because the latest driver is not yet in the repo packages.

        Comment


          #5
          Re: Slow Beryl startup

          Just did all the above, but no result

          Maybe something missing in Xorg.conf ?

          # nvidia-xconfig: X configuration file generated by nvidia-xconfig
          # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Jun 13 18:39:30 PDT 2007

          # /etc/X11/xorg.conf (xorg X Window System server configuration file)
          #
          # This file was generated by dexconf, the Debian X Configuration tool, using
          # values from the debconf database.
          #
          # Edit this file with caution, and see the xorg.conf(5) manual page.
          # (Type "man xorg.conf" at the shell prompt.)
          #
          # This file is automatically updated on xserver-xorg package upgrades *only*
          # if it has not been modified since the last upgrade of the xserver-xorg
          # package.
          #
          # If you have edited this file but would like it to be automatically updated
          # again, run the following command:
          # sudo dpkg-reconfigure -phigh xserver-xorg

          Section "ServerLayout"
          Identifier "Default Layout"
          Screen 0 "Default Screen" 0 0
          InputDevice "Generic Keyboard"
          InputDevice "Configured Mouse"
          InputDevice "stylus" "SendCoreEvents"
          InputDevice "cursor" "SendCoreEvents"
          InputDevice "eraser" "SendCoreEvents"
          EndSection

          Section "Files"

          # path to defoma fonts
          FontPath "/usr/share/fonts/X11/misc"
          FontPath "/usr/share/fonts/X11/cyrillic"
          FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
          FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
          FontPath "/usr/share/fonts/X11/Type1"
          FontPath "/usr/share/fonts/X11/100dpi"
          FontPath "/usr/share/fonts/X11/75dpi"
          FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
          EndSection

          Section "Module"
          Load "i2c"
          Load "bitmap"
          Load "ddc"
          Load "extmod"
          Load "freetype"
          Load "int10"
          Load "vbe"
          Load "glx"
          Load "v4l"
          EndSection

          Section "InputDevice"
          Identifier "Generic Keyboard"
          Driver "kbd"
          Option "CoreKeyboard"
          Option "XkbRules" "xorg"
          Option "XkbModel" "pc105"
          Option "XkbLayout" "be"
          EndSection

          Section "InputDevice"
          Identifier "Configured Mouse"
          Driver "mouse"
          Option "CorePointer"
          Option "Device" "/dev/input/mice"
          Option "Protocol" "ImPS/2"
          Option "ZAxisMapping" "4 5"
          Option "Emulate3Buttons" "true"
          EndSection

          Section "InputDevice"
          Identifier "stylus"
          Driver "wacom"
          Option "Device" "/dev/input/wacom"
          Option "Type" "stylus"
          Option "ForceDevice" "ISDV4"# Tablet PC ONLY
          EndSection

          Section "InputDevice"
          Identifier "eraser"
          Driver "wacom"
          Option "Device" "/dev/input/wacom"
          Option "Type" "eraser"
          Option "ForceDevice" "ISDV4"# Tablet PC ONLY
          EndSection

          Section "InputDevice"
          Identifier "cursor"
          Driver "wacom"
          Option "Device" "/dev/input/wacom"
          Option "Type" "cursor"
          Option "ForceDevice" "ISDV4"# Tablet PC ONLY
          EndSection

          Section "Monitor"
          Identifier "Generieke beeldscherm"
          VendorName "Generic"
          ModelName "1280x1024 @ 60 Hz"
          HorizSync 31.5 - 64.3
          VertRefresh 50.0 - 70.0
          Gamma 1
          ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
          ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
          ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
          ModeLine "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
          ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
          ModeLine "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
          ModeLine "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
          EndSection

          Section "Monitor"
          Identifier "monitor1"
          VendorName "Plug 'n' Play"
          ModelName "Plug 'n' Play"
          Gamma 1
          ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
          EndSection

          Section "Device"
          Identifier "nVidia Corporation GeForce 7300 LE"
          Driver "nvidia"
          BoardName "nv"
          BusID "PCI:1:0:0"
          Screen 0
          EndSection

          Section "Device"
          Identifier "device1"
          Driver "nv"
          BoardName "nv"
          BusID "PCI:1:0:0"
          Screen 1
          EndSection

          Section "Screen"
          Identifier "Default Screen"
          Device "nVidia Corporation GeForce 7300 LE"
          Monitor "Generieke beeldscherm"
          DefaultDepth 24
          Option "AddARGBGLXVisuals" "True"
          SubSection "Display"
          Virtual 1280 1024
          Depth 24
          Modes "1280x1024@60" "1280x960@60" "1024x768@60" "1024x768@70" "800x600@60" "800x600@56" "640x480@60"
          EndSubSection
          EndSection

          Section "Screen"

          #
          Identifier "screen1"
          Device "device1"
          Monitor "monitor1"
          DefaultDepth 24
          SubSection "Display"
          Depth 24
          Modes "640x480@60"
          EndSubSection
          EndSection

          Section "Extensions"
          Option "Composite" "Enable"
          EndSection

          Main system: Dell Studio XPS 8100 with Kubuntu 10.04<br />Main system: Dell Inspiron 1720 with Ubuntu 10.04<br />Second system: Acer Aspire 1500 with Ubuntu 10.04<br />Third system: Dell Dimension Desktop with Kubuntu 10.04 and Windows Vista<br />Fourth system: Dell Inspiron with Ubuntu 10.04 and Windows Vista

          Comment


            #6
            Re: Slow Beryl startup

            Yep, one thing for sure. In the FIRST "Device" stanza, where it says "Driver" "nv", you need to change that to say "nvidia". And unless you're attempting to run multiple displays, you don't need the SECOND "Device" stanza, so I would delete that one.

            Comment


              #7
              Re: Slow Beryl startup

              ok,
              I give it a try
              Main system: Dell Studio XPS 8100 with Kubuntu 10.04<br />Main system: Dell Inspiron 1720 with Ubuntu 10.04<br />Second system: Acer Aspire 1500 with Ubuntu 10.04<br />Third system: Dell Dimension Desktop with Kubuntu 10.04 and Windows Vista<br />Fourth system: Dell Inspiron with Ubuntu 10.04 and Windows Vista

              Comment


                #8
                Re: Slow Beryl startup

                Also, in /etc/default/linux-restricted-modules-common, you may need to edit the last line so that it reads:

                DISABLED_MODULES="nv"

                Comment


                  #9
                  Re: Slow Beryl startup

                  Thanks

                  Beryl works fine now. This is my new xorg.conf

                  # nvidia-xconfig: X configuration file generated by nvidia-xconfig
                  # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Jun 13 18:39:30 PDT 2007

                  Section "ServerLayout"
                  Identifier "Layout0"
                  Screen 0 "Screen0"
                  InputDevice "Keyboard0" "CoreKeyboard"
                  InputDevice "Mouse0" "CorePointer"
                  EndSection

                  Section "Files"
                  RgbPath "/usr/lib/X11/rgb"
                  EndSection

                  Section "Module"
                  Load "dbe"
                  Load "extmod"
                  Load "type1"
                  Load "freetype"
                  Load "glx"
                  EndSection

                  Section "InputDevice"
                  # generated from default
                  Identifier "Mouse0"
                  Driver "mouse"
                  Option "Protocol" "auto"
                  Option "Device" "/dev/psaux"
                  Option "Emulate3Buttons" "no"
                  Option "ZAxisMapping" "4 5"
                  EndSection

                  Section "InputDevice"
                  # generated from default
                  Identifier "Keyboard0"
                  Driver "kbd"
                  EndSection

                  Section "Monitor"
                  Identifier "Monitor0"
                  VendorName "Unknown"
                  ModelName "Unknown"
                  HorizSync 30.0 - 110.0
                  VertRefresh 50.0 - 150.0
                  Option "DPMS"
                  EndSection

                  Section "Device"
                  Identifier "Device0"
                  Driver "nvidia"
                  VendorName "NVIDIA Corporation"
                  EndSection

                  Section "Screen"
                  Identifier "Screen0"
                  Device "Device0"
                  Monitor "Monitor0"
                  DefaultDepth 24
                  Option "AddARGBGLXVisuals" "True"
                  SubSection "Display"
                  Depth 24
                  Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
                  EndSubSection
                  EndSection

                  Section "Extensions"
                  Option "Composite" "Enable"
                  EndSection

                  Thanks again
                  Main system: Dell Studio XPS 8100 with Kubuntu 10.04<br />Main system: Dell Inspiron 1720 with Ubuntu 10.04<br />Second system: Acer Aspire 1500 with Ubuntu 10.04<br />Third system: Dell Dimension Desktop with Kubuntu 10.04 and Windows Vista<br />Fourth system: Dell Inspiron with Ubuntu 10.04 and Windows Vista

                  Comment


                    #10
                    Re: Slow Beryl startup

                    Very nice -- I didn't know you knew about using nvidia-xconfig. Good job!

                    Now, let's see you put the "Coolbits" option in, and overclock your 7300!

                    Comment

                    Working...
                    X