Video problems on beryl

Status
Not open for further replies.

jonmon6691

In Runtime
Messages
106
Hey i just installed beryl but when i have a video playing on totem, and i drag it around the vid doesnt stay in the frame until i stop draging and when i goto the cube spin the vid goes black and when the window goes out of focus it goes black also and if there is more that three window on a workspace it goes blank, is it a problem with the vid player or my configuration

I am using Ubuntu 6.06 LTS beryl 0.1.1
 
Im sticking with 6.06 because i want it to be stable, also 6.1 doesnt have support for 1280x1024 resolution and it doesnt come with ndiswrapper which i need to access the internet.

when a release of ubuntu has those fetures, then i will change. Until then, is there a way to correct this.
 
???

jonmon6691 said:
Im sticking with 6.06 because i want it to be stable, also 6.1 doesnt have support for 1280x1024 resolution and it doesnt come with ndiswrapper which i need to access the internet.

when a release of ubuntu has those fetures, then i will change. Until then, is there a way to correct this.

6.10 will do whatever resolution you want. I think maybe you should gain some expertise in configuring X before you mess with Beryl/XGL/etc.

Ndiswrapper can be installed (apt-get install ndiswrapper), it doesn't have to be packaged with the distro. The reason it probably doesn't come pre-installed is because 6.10 is packaged with a newer kernel which has support for more wireless cards.

Sticking with old software doesn't mean sticking with stable software, it means having to deal with compatibility problems with new stuff (like Beryl). Either way, all versions of Ubuntu are equally unstable so it really won't make a difference.

Is there a way to correct it? Couldn't tell you. Probably because you're using an older version of Xorg than what Beryl is written to work with. Possibly because you haven't configured X properly, or because you haven't installed the right video drivers (what kind of video card do you have?) Probably because you are missing some libs that Beryl needs. I don't know.
 
apt-get requires an internet connection (unless your trying to say its an option on the disk) which i dont have without ndiswrapper, ubuntu doesnt have support for my card, i already have a partition with 6.10 in order to test it.

But i will keep an open mind, btw how do you add more resolution options, i've found other threads about editing the config and putting the resolutions there but when i go to change them they dont show up, this is in 6.10
 
Dapper seems to have drivers that work well with my ATI X300 card, i dont know if edgy has the same drivers
 
ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]
thats the string in the xorg.config

SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
that is the display configuration as u can c 1280x1024 is there

default depth is 24

and this is a section from the xorg log file /var/log

(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz

it looks like it is supported
 
Yes i can plug in and heres my 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# 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 "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

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

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

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

Section "Device"
Identifier "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "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
 
Did you say that Beryl was working at all? Because that's impossible. XGL/AIGLX will not run on those drivers because they don't support 3D hardware acceleration. You need to install the FGLRX drivers for it to work.
 
Status
Not open for further replies.
Back
Top Bottom