Announcement

Collapse
No announcement yet.

help with beryl

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

    help with beryl

    i just reinstalled kubuntu fiesty and i am having a little trouble getting beryl working again i believe its xorg.conf

    # /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 "Files"
    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"
    # path to defoma fonts
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

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

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    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"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

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

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

    Section "Device"
    Identifier "nVidia Corporation NV18 [GeForce4 MX 4000]"
    Driver "nv"
    BusID "PCI:0:9:0"
    EndSection

    Section "Monitor"
    Identifier "FPD1520"
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "nVidia Corporation NV18 [GeForce4 MX 4000]"
    Monitor "FPD1520"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    EndSection

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

    Section "DRI"
    Mode 0666
    EndSection


    I am using a nvidia 64mb GeForce4 MX 4000 video card. Earlier today it was working great, I made the mistake of trying to add 64mb shared motherboard display and screwed everything up

    any help would be greatly appreciated

    #2
    Re: help with beryl

    Assuming you have made no other changes that would change xorg.conf, you could open a root konsole and change into /etc/X11 and rename the existing xorg.conf to say, xorg.conf_bad

    Then copy the xorg.conf.1 file to xorg.conf and restart X. This is assuming that the xorg.conf.1 contains the working setttings before you 'messed' it up?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: help with beryl

      I am still using this reinstall of kubuntu but I just can't get beryl up and running right

      I am not sure but I may even be missing a package (I went through them quickly) ,I have no reload window decorator or select window decorator available (they are non-selectable on the beryl menu) makes me think ,because when it was working correctly those options were available

      once again any help will be greatly appreciated!

      Comment


        #4
        Re: help with beryl

        If I recall there was a whole bunch of... ahem... stuff I had to do to the xorg.conf to get the windows decos to work right. Also, don't forget to install Aquamarine so Beryl can use your KDE theme. Here's mine so you can compare.

        GL!


        # nvidia-xconfig: X configuration file generated by nvidia-xconfig
        # nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 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 "dbe"
        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" "us"
        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 "FLATRON 774F"
        vendorname "LG Electronics Inc."
        modelname "LG Flatron 775 FT"
        HorizSync 30-70
        VertRefresh 50-160
        modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
        modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
        modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
        modeline "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
        modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
        modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
        modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
        modeline "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
        modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
        modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
        modeline "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
        modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
        modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
        modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
        modeline "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
        modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +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
        modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
        gamma 1.0
        EndSection

        Section "Device"
        identifier "nVidia Corporation NV34 [GeForce FX 5200]"
        boardname "NVIDIA GeForce FX (generic)"
        busid "PCI:1:0:0"
        driver "nvidia"
        screen 0
        vendorname "NVIDIA"
        EndSection
        Section "Screen"
        Identifier "Default Screen"
        Device "nVidia Corporation NV34 [GeForce FX 5200]"
        Monitor "FLATRON 774F"
        DefaultDepth 24

        # Enable 32-bit ARGB GLX Visuals
        option "AddARGBGLXVisuals" "True"
        option "DisableGLXRootClipping" "True"
        SubSection "Display"
        depth 24
        virtual 1400 1050
        modes "1024x768@60" "1024x768@43" "1024x768@70" "1152x864@75" "1024x768@75" "1280x960@60" "1024x768@85" "1280x1024@60" "832x624@75" "1400x1050@60" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
        EndSubSection
        EndSection

        Section "Extensions"
        option "Composite" "Enable"
        EndSection

        Section "device" #
        identifier "device1"
        boardname "NVIDIA GeForce FX (generic)"
        busid "PCI:1:0:0"
        driver "nvidia"
        screen 1
        vendorname "NVIDIA"
        EndSection
        Section "screen" #
        identifier "screen1"
        device "device1"
        defaultdepth 24
        monitor "monitor1"
        EndSection
        Section "monitor" #
        identifier "monitor1"
        gamma 1.0
        EndSection
        Section "ServerFlags"
        EndSection
        Dell SC1425<br />1 Xeon 3GHZ CPU<br />1GB ECC-DDR2 RAM<br />Onboard ATI Radeon 7000-M&nbsp; w/ 16MB Fixed/unshared RAM<br />Dual 82541Gl Gigabit Nic&#39;s<br />DVD-ROM/CD-RW Combo<br />73GB SCSI Drive.<br />Never got Compiz to run properly on the ATI, but that is secondary of course.

        Comment


          #5
          Re: help with beryl

          I still have not been able to successfully use beryl , I have had to reinstall feisty now for the 5th time since last night , just can't seem to get it working again , the red diamond comes up but window manager option (beryl) won't work it just falls back to kwin heres a copy of my latest xorg.conf file


          # /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 "Files"
          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"
          # path to defoma fonts
          FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
          EndSection

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

          Section "InputDevice"
          Identifier "Generic Keyboard"
          Driver "kbd"
          Option "CoreKeyboard"
          Option "XkbRules" "xorg"
          Option "XkbModel" "pc105"
          Option "XkbLayout" "us"
          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"
          Driver "wacom"
          Identifier "stylus"
          Option "Device" "/dev/input/wacom"
          Option "Type" "stylus"
          Option "ForceDevice" "ISDV4" # Tablet PC ONLY
          EndSection

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

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

          Section "Device"
          Identifier "nVidia Corporation NV18 [GeForce4 MX 4000]"
          Driver "nv"
          BusID "PCI:0:9:0"
          Option "AddARGBGLXVisuals" "True"
          Option "RenderAccel" "True"
          Option "AllowGLXWithComposite" "True"
          Option "backingstore" "True"
          Option "TripleBuffer" "True"
          EndSection

          Section "Extensions"
          Option "Composite" "Enable"
          Option "RENDER" "Enabled"
          EndSection

          Section "Monitor"
          Identifier "FPD1520"
          Option "DPMS"
          EndSection

          Section "Screen"
          Identifier "Default Screen"
          Device "nVidia Corporation NV18 [GeForce4 MX 4000]"
          Monitor "FPD1520"
          DefaultDepth 24
          SubSection "Display"
          Depth 1
          Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
          EndSubSection
          SubSection "Display"
          Depth 4
          Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
          EndSubSection
          SubSection "Display"
          Depth 8
          Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
          EndSubSection
          SubSection "Display"
          Depth 15
          Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
          EndSubSection
          SubSection "Display"
          Depth 16
          Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
          EndSubSection
          SubSection "Display"
          Depth 24
          Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
          EndSubSection
          EndSection

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

          Section "DRI"
          Mode 0666
          EndSection


          terminal glx test results

          ________@_________-desktop:~$ glxgears
          Xlib: extension "GLX" missing on display ":0.0".
          Error: couldn't get an RGB, Double-buffered visual
          ________@_________r-desktop:~$

          if that helps any

          Comment


            #6
            Re: help with beryl

            Section "Device"
            Identifier "nVidia Corporation NV18 [GeForce4 MX 4000]"
            Driver "nv"
            Try changing to:
            Code:
            Section "Device"
              Identifier  "nVidia Corporation NV18 [GeForce4 MX 4000]"
              Driver   "nvidia"
            Then restart xserver.
            Beryl should work.

            Comment


              #7
              Re: help with beryl

              Section "Device"
              Identifier "nVidia Corporation NV18 [GeForce4 MX 4000]"
              Driver "nv"



              Good call.
              Dell SC1425<br />1 Xeon 3GHZ CPU<br />1GB ECC-DDR2 RAM<br />Onboard ATI Radeon 7000-M&nbsp; w/ 16MB Fixed/unshared RAM<br />Dual 82541Gl Gigabit Nic&#39;s<br />DVD-ROM/CD-RW Combo<br />73GB SCSI Drive.<br />Never got Compiz to run properly on the ATI, but that is secondary of course.

              Comment


                #8
                Re: help with beryl

                Thank you guys for all the help unfortunatly with the new kernel its not possible to run glx with this video card (nvidia geforce mx 4000) its no longer supported even the 9631 will not work . So much for beryl on this tower for now

                Comment


                  #9
                  Re: help with beryl

                  What about
                  Code:
                  Option "AIGLX" "true"
                  in the section "server layout"?

                  Comment

                  Working...
                  X