Announcement

Collapse
No announcement yet.

XGL + Beryl + FC6 + whitescreen

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by anewcomb View Post
    I had the same problem, but only with beryl-xgl. When I run just "beryl" it works fine. I had to add an entry for "beryl" in my session properties startup dialogue otherwise beryl-manager chose compiz as my desktop manager.

    Aaron Newcomb
    http://www.thesourceshow.org
    I can't run beryl using XGL.Only beryl-xgl can work with XGL.
    I don't know how to make beryl run under XGL.
    Could you please tell me ???

    Comment


    • #12
      same problem !

      I have the same problem: white screen with ATI + XGL + BERYL
      Furthermore, I can login with xgl + beryl only once from time to time; Xgl dies very often before kde is started

      Is there any chance to have this very beautiful manager ?????

      Comment


      • #13
        works a little with --use-copy

        it works if i use --use-copy as option for beryl-xgl
        (or beryl-manager -> rendering path -> copy)
        but performances must be slower than with tfp, and 3D applications dont work
        for instance, fgl_glxgears does not work:

        # fgl_glxgears
        Using GLX_SGIX_pbuffer
        Xlib: extension "XFree86-DRI" missing on display ":1.0".
        Error: couldn't get fbconfig

        and also xgl si very unstable.....

        i have to wait for a ATI driver including TFP ......

        Comment


        • #14
          I have the same problem...

          I use FC6 latest ATI drivers and beryl 0.1.4

          I get Direct rendering enabled in Xorg.0.log and I can run fgl_glxgears without problem.

          Code:
          (II) fglrx(0): X context handle = 0x1
          (II) fglrx(0): [DRI] installation complete
          (II) fglrx(0): Direct rendering enabled
          (==) fglrx(0): Using hardware cursor
          (II) fglrx(0): Interrupt handler installed at IRQ 177.
          (II) fglrx(0): Exposed events to the /proc interface
          (==) RandR enabled
          When I start beryl-manager and then choose beryl the screen turns grey first and then fades to white. I can see cursor changes and I can even click stuff even though I don't see anything... the screen is completely white.

          in the beryl-log I get:

          Code:
          beryl: GLX_EXT_texture_from_pixmap is missing
          beryl: Using non-tfp mode
          beryl: GLX_SGIX_fbconfig is missing
          beryl: Failed to manage screen: 0
          beryl: No manageable screens found on display :0.0
          XGL Present
          If I go to another console and killall beryl-xgl I get my screen back and also beryl-manager is still started so I can try diffrent options there... I have tried most things there but no luck, always the white screen.

          This is my xorg.conf:

          Code:
          # Xorg configuration created by system-config-display
          
          Section "ServerLayout"
                  Identifier     "single head configuration"
                  Screen      0  "aticonfig-Screen[0]" 0 0
                  InputDevice    "Keyboard0" "CoreKeyboard"
                  Option         "AIGLX" "False"
          EndSection
          
          Section "Files"
          EndSection
          
          Section "Module"
                  Load   "dri"
                  Load   "glx"
          #       Load   "extmod"
                  SubSection "extmod"
                          Option "omit xfree86-dga"
                  EndSubSection
          EndSection
          
          Section "Extensions"
                  Option "Composite" "false"
          EndSection
          
          Section "DRI"
                  Mode 0666
          EndSection
          
          Section "InputDevice"
                  Identifier  "Keyboard0"
                  Driver      "kbd"
                  Option      "XkbModel" "pc105"
                  Option      "XkbLayout" "us"
          EndSection
          
          Section "Monitor"
                  Identifier   "aticonfig-Monitor[0]"
                  Option      "VendorName" "ATI Proprietary Driver"
                  Option      "ModelName" "Generic Autodetecting Monitor"
                  Option      "DPMS" "true"
          EndSection
          
          Section "Device"
                  Identifier  "Videocard0"
                  Driver      "radeon"
          EndSection
          
          Section "Device"
                  Identifier  "aticonfig-Device[0]"
                  Driver      "fglrx"
                  Option "AddARGBGLXVisuals" "True"
          EndSection
          
          #Section "Screen"
          #       Identifier "Screen0"
          #       Device     "Videocard0"
          #       DefaultDepth     24
          #       SubSection "Display"
          #               Viewport   0 0
          #               Depth     24
          #               Modes    "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x1024" "1280x960" "1280x960" "1280x800" "1280x800" "1152x864" "1152x864" "1152x768" "1152x768" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
          #       EndSubSection
          #EndSection
          
          Section "Screen"
                  Identifier "aticonfig-Screen[0]"
                  Device     "aticonfig-Device[0]"
                  Monitor    "aticonfig-Monitor[0]"
                  DefaultDepth     24
                  SubSection "Display"
                          Viewport   0 0
                          Depth     24
                  EndSubSection
          EndSection
          Does anyone know how to fix this issue?

          Tonight I will try with another grapichs card to see if I get the same problem... I will let you know how it turns out!

          / Morgan

          Comment

          Working...
          X