tripmix
April 26th, 2007, 08:15 AM
If I run beryl from "beryl manager" it crashes and returns to using kwin. If I run it from a command line I get
[code:f91b6][tripmix@anubis:~] $ beryl --replace & --display :0.0 --screen 0 --no-context-share
************************************************** ************
* Beryl system compatiblity 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)
Checking Screen 1 ...
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)
2 screens detected.
Currently we cannot guarantee that Beryl will work correctly with multiple X screens.
Please report any success to the beryl developer mailing list. The list can be found at lists.beryl-project.org
Relaunching beryl with __GL_YIELD="NOTHING"
************************************************** ************
* Beryl system compatiblity 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)
Checking Screen 1 ...
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)
2 screens detected.
Currently we cannot guarantee that Beryl will work correctly with multiple X screens.
Please report any success to the beryl developer mailing list. The list can be found at lists.beryl-project.org
beryl: Another window manager is already running on screen: 0
beryl: No manageable screens found on display :0.0[/code:f91b6]
I'm trying to use aquamarine with kde on debian sid 64bit and I only want it on screen 0.
There is no "aquamarine" entry in beryl manager and running it from command line gives me the same as above and anything from missing window borders and stuff to complete x freeze. Iv been messing with this for a long time now and tried many different setting and ways of starting it with the above error as the most hopeful.
Using beryl 0.2.0 and nvidia amd64 v9755, xorg.conf got everything it needs.
EDIT: Some more info.
/etc/X11/xorg.conf
[code:f91b6]# My config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" #0 0
Screen 1 "Screen1" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/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 "glx"
Load "int10"
Load "vbe"
# Load "dri"
# Load "GLcore"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "no"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
#Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1" #TV
HorizSync 30-50
VertRefresh 60
DisplaySize 656 369
Option "DPI" "100 x 100"
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
Option "RenderAccel" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "TripleBuffer" "true"
screen 0
EndSection
Section "Device"
Driver "nvidia"
Identifier "TV-out"
Screen 1
Option "TVOutFormat" "SVIDEO" #or Composite etc
Option "TVStandard" "PAL-B" #or NTSC-M etc
Option "ConnectedMonitor" "Monitor1"
Option "TVOverScan" "0.6"
#Option "RenderAccel" "true"
BusID "PCI:6:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection
Section "Screen"
Device "TV-out"
Identifier "Screen1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "720x480" "720x576" "640x480"
#Modes "640x480_60"
#Modes "1024x768_60"
#Modes "1024x576_60"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "SyncMaster"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
[/code:f91b6]
I have a window in "kde control center" that says beryl aquamarine, but I asume beryl must be running for that to have any effect.
EDIT2: this command gives me a slightly different error:
[code:f91b6][tripmix@anubis:~] $ aquamarine --display :0.0 --screen 0 --no-context-share --replace &
[1] 9212
Found not compatible window manager. Waiting...[/code:f91b6]
and stays like that till I cancle it.
And some pictures.
Before: http://www.hidebehind.com/6FB666
After: http://www.hidebehind.com/385EF9
using this command:
[code:f91b6]beryl --display :0.0 --screen 0 --no-context-share --replace &[/code:f91b6]
and many slightly different ones. I can still use the mouse but the keyboard only works for cltrl+alt+F1 sometimes the programs stop responding to mouse clicks too. And I always have to restart xorg to get everything back.
[code:f91b6][tripmix@anubis:~] $ beryl --replace & --display :0.0 --screen 0 --no-context-share
************************************************** ************
* Beryl system compatiblity 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)
Checking Screen 1 ...
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)
2 screens detected.
Currently we cannot guarantee that Beryl will work correctly with multiple X screens.
Please report any success to the beryl developer mailing list. The list can be found at lists.beryl-project.org
Relaunching beryl with __GL_YIELD="NOTHING"
************************************************** ************
* Beryl system compatiblity 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)
Checking Screen 1 ...
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)
2 screens detected.
Currently we cannot guarantee that Beryl will work correctly with multiple X screens.
Please report any success to the beryl developer mailing list. The list can be found at lists.beryl-project.org
beryl: Another window manager is already running on screen: 0
beryl: No manageable screens found on display :0.0[/code:f91b6]
I'm trying to use aquamarine with kde on debian sid 64bit and I only want it on screen 0.
There is no "aquamarine" entry in beryl manager and running it from command line gives me the same as above and anything from missing window borders and stuff to complete x freeze. Iv been messing with this for a long time now and tried many different setting and ways of starting it with the above error as the most hopeful.
Using beryl 0.2.0 and nvidia amd64 v9755, xorg.conf got everything it needs.
EDIT: Some more info.
/etc/X11/xorg.conf
[code:f91b6]# My config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" #0 0
Screen 1 "Screen1" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/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 "glx"
Load "int10"
Load "vbe"
# Load "dri"
# Load "GLcore"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "no"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
#Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1" #TV
HorizSync 30-50
VertRefresh 60
DisplaySize 656 369
Option "DPI" "100 x 100"
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
Option "RenderAccel" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "TripleBuffer" "true"
screen 0
EndSection
Section "Device"
Driver "nvidia"
Identifier "TV-out"
Screen 1
Option "TVOutFormat" "SVIDEO" #or Composite etc
Option "TVStandard" "PAL-B" #or NTSC-M etc
Option "ConnectedMonitor" "Monitor1"
Option "TVOverScan" "0.6"
#Option "RenderAccel" "true"
BusID "PCI:6:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection
Section "Screen"
Device "TV-out"
Identifier "Screen1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "720x480" "720x576" "640x480"
#Modes "640x480_60"
#Modes "1024x768_60"
#Modes "1024x576_60"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "SyncMaster"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
[/code:f91b6]
I have a window in "kde control center" that says beryl aquamarine, but I asume beryl must be running for that to have any effect.
EDIT2: this command gives me a slightly different error:
[code:f91b6][tripmix@anubis:~] $ aquamarine --display :0.0 --screen 0 --no-context-share --replace &
[1] 9212
Found not compatible window manager. Waiting...[/code:f91b6]
and stays like that till I cancle it.
And some pictures.
Before: http://www.hidebehind.com/6FB666
After: http://www.hidebehind.com/385EF9
using this command:
[code:f91b6]beryl --display :0.0 --screen 0 --no-context-share --replace &[/code:f91b6]
and many slightly different ones. I can still use the mouse but the keyboard only works for cltrl+alt+F1 sometimes the programs stop responding to mouse clicks too. And I always have to restart xorg to get everything back.