You are not logged in.

#1 2007-03-18 12:57:48

bragaster
Member
Registered: 2007-03-18
Posts: 7

Beryl not working

hi all, i'm having problems with running beryl in my laptop, this is the error:

[root@Giudecca ~]# beryl-manager
[root@Giudecca ~]# libGL warning: 3D driver claims to not support visual 0x5b
**************************************************************
* Beryl system compatibility check                           *
**************************************************************
Engine settings loaded

Detected xserver                                : AIGLX

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 ...

libGL warning: 3D driver claims to not support visual 0x5b
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 (2048x2048)

libGL warning: 3D driver claims to not support visual 0x5b
beryl: Failed to load slide: /home/robb/hotcorners_racarr.svg
beryl: Failed to load slide: /home/robb/hotcorners_racarr.svg
beryl: Plugin 'showdesktop' can't be activated because plugin 'fadeDesktop' is already providing feature 'showdesktop'
Couldn't initialize showdesktop. This should not happen!
No framebuffer_object support! (only simple Blur aviable).

** (beryl-manager:564): WARNING **: Beryl caught deadly signal 11

I have a Toshiba A110-180
Intel 945Gm and Intel Core Duo T2050.
Can anyone help me? :S thks smile

Last edited by bragaster (2007-03-18 12:58:17)

Offline

#2 2007-03-18 13:22:41

EPOWER
Member
Registered: 2007-03-10
Posts: 8

Re: Beryl not working

Are you using beryl (0.2.0-1) or beryl-svn ?

If you are using beryl-svn i suggest you try to remove it and install beryl.
That (Beryl caught deadly signal 11) was a problem with beryl-svn.


Long Live Beryl & The Arch Way !

Offline

#3 2007-03-20 12:55:12

bragaster
Member
Registered: 2007-03-18
Posts: 7

Re: Beryl not working

well, i had the beryl-svn, i've removed it and installed the beryl,
it works badly.... it has a lot of problems :S
screenshot1kr0.th.pngscreenshot2gr2.th.pngscreenshot3vh9.th.png

**************************************************************
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : AIGLX

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 ...

libGL warning: 3D driver claims to not support visual 0x5b
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 (2048x2048)

libGL warning: 3D driver claims to not support visual 0x5b
Reloading options
beryl: Failed to load slide: /home/robb/hotcorners_racarr.svg
beryl: Failed to load slide: /home/robb/hotcorners_racarr.svg
beryl: Plugin 'showdesktop' can't be activated because plugin 'fadeDesktop' is already providing feature 'showdesktop'
Couldn't initialise showdesktop. This should not happen!
No framebuffer_object support! (only simple Blur aviable).

the errors are still there, the only thing is that i now can use beryl.... but it's like those screens :S
can anybody help me plz? thks

Last edited by bragaster (2007-03-20 12:55:46)

Offline

#4 2007-03-20 14:20:02

Crooksey
Member
From: UK ~
Registered: 2006-08-14
Posts: 415
Website

Re: Beryl not working

xorg.conf ?


Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)

Offline

#5 2007-03-20 17:20:54

bragaster
Member
Registered: 2007-03-18
Posts: 7

Re: Beryl not working

#Section "ServerFlags"
#    Option "Xinerama" "On"
#EndSection

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

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen         0  "ScreenQ"
#    Screen           1  "ScreenD" RightOf "ScreenQ"
#    Option         "Xinerama" "true"
    Option           "AIGLX" "true"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Mouse1" "AlwaysCore"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "glx"
    Load  "extmod"
    Load  "dri"
    Load  "xtrap"
    Load  "record"
    Load  "dbe"
    Load  "freetype"
    Load  "type1"
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbLayout" "pt"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mouse0"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol" "ImPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    DisplaySize   260      160    # mm
    Identifier   "MonitorQ"
    VendorName   "AUO"
    ModelName    "1314"
EndSection

Section "Monitor"
#    DisplaySize  300 225
    Identifier   "MonitorD"
    VendorName   "DELL"
    HorizSync    28-49
    VertRefresh  43-72
EndSection

Section "Device"
    Identifier  "CardQ"
    Driver      "i810"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
    Screen      0
    Option      "MonitorLayout" "CRT, CRT+LFP"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
EndSection

Section "Device"
    Identifier  "CardD"
    Driver      "i810"
    VendorName  "Intel Corporation"
    BusID       "PCI:0:2:0"
    Option      "MonitorLayout" "CRT, CRT+LFP"
    Screen 1
EndSection

Section "Screen"
    Identifier "ScreenQ"
    Device     "CardQ"
    Monitor    "MonitorQ"
    DefaultDepth 24
    SubSection "Display"
        Depth     24
        Modes     "1280x800"
        #Modes     "1024x768"
    EndSubSection
EndSection

Section "Screen"
    Identifier "ScreenD"
    Device     "CardD"
    Monitor    "MonitorD"
    DefaultDepth 24
    SubSection "Display"
        Depth    24
        Modes    "1024x768"
    EndSubSection
EndSection

here it is smile

Last edited by bragaster (2007-03-20 17:21:52)

Offline

Board footer

Powered by FluxBB