PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Ubuntu 7.04 Feisty, Problem mit Beryl



xenon.mr
27.06.07, 16:38
Tach erstma,

wie ich hier im Forum gesehen habe, wurde dieses Thema schon oft angesprochen, jedoch hat mich keine der dort beschriebenen Lösungen ans Ziel geführt. Beryl läuft immer noch nicht.

Mein System ist ein Amilo A1630 Notebook:
AMD Athlon64 3200+
ATI Mobility Radeon 9700 Pro
1,5 GB RAM

Bei Eingabe von "fglrxinfo" spuckt er folgendes aus:



display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700
OpenGL version string: 2.0.6334 (8.34.8)


Daher gehe ich davon aus, dass die Grafikkarte funktioniert.

Nach Eingabe von "glxinfo | grep rendering" folgendes:



direct rendering: Yes


Hier noch meine "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" "de"

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 "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"

Driver "fglrx"

Option "VideoOverlay" "on"

Option "OpenGLOverlay" "off"

Option "EnablePageFlip" "1"

Option "ColorTiling" "1"

Option "AGPMode" "4"

Busid "PCI:1:0:0"

EndSection



Section "Monitor"

Identifier "Standardbildschirm"

Option "DPMS"

Horizsync 28-51

Vertrefresh 43-60

EndSection



Section "Screen"

Identifier "Default Screen"

Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"

Monitor "Standardbildschirm"

Defaultdepth 24

SubSection "Display"

Depth 1

Modes "1280x800" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 4

Modes "1280x800" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 8

Modes "1280x800" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 15

Modes "1280x800" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 16

Modes "1280x800" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 24

Modes "1280x800" "1024x768" "800x600" "640x480"

EndSubSection

EndSection



Section "ServerLayout"

Option "AIGLX" "on"

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



Section "Extensions"

Option "Composite" "Disable"

EndSection


Ich hoffe mir kann jemand weiter helfen, denn nach allen Versuchen die ich gestartet habe, ist noch keine Funktion in Sicht.

Beim Start von Beryl kommt folgende Nachricht:



************************************************** ************
* Beryl system compatiblity check *
************************************************** ************
Detected xserver : AIGLX
Checking Display :0.0 ...
Checking for XComposite extension : failed
No composite extension
beryl: No composite extension


Vielen Dank schonmal

Gruß Mark

Dirk.M
27.06.07, 18:14
Hallo Mark,
ändere mal ein deiner xorg.conf den Eintrag



Section "Extensions"

Option "Composite" "Disable"

EndSection


in



Section "Extensions"

Option "Composite" "Enable"

EndSection


Problem wurde erst vor ein paar Tagen hier besprochen. Die Sufu kann dir helfen.
Gruß Dirk

Toobles
27.06.07, 18:54
Composite sollte eigentlich auf Disable bleiben weil der fglrx Composite in Verbindung mit DRI nicht kann. Also entweder den ati-Treiber von XOrg oder mit XGL.

Rain_maker
27.06.07, 19:09
*Ehm*

Was vor allem das Problem sein dürfte:


************************************************** ************
* Beryl system compatiblity check *
************************************************** ************
Detected xserver : AIGLX
Checking Display :0.0 ...
Wäre mir neu, daß der fglrx mittlerweile mit AIGLX umgehen kann.

BTW:

Ich betreibe unter openSUSE 10.2 (also eine 'ältere' Distribution als Dein Feisty, deshalb müsste das auch dort funktionieren), die _selbe_ Karte mit dem OSS-Treiber "radeon" und AIGLX/Beryl _ohne_ Probleme.

Greetz,

RM

xenon.mr
27.06.07, 22:01
Vielen Dank schonmal für die Antworten, war eben Stirb Langsam 4 gucken un geh nu erstma pennen.

Ich werd das Morgen mal testen.

Gruß Mark

EDIT: Bis jetzt noch keine Änderung...

Könnte es an dem 64 Bit Feisty liegen das ich es nicht zum Laufen bekommen, oder ist das alles kompatibel dazu?

xenon.mr
28.06.07, 20:19
Nun funktioniert es.

Jedoch habe ich nun beim Abspielen von Videos ein schwarzes Bild. Auch das manuelle umstellen in VLC auf X11 als Ausgabemodus stelle hilft nicht. Wenn ich unter Beryl Manager-erweiterte Optionen für Beryl auf Copy stelle, dann hab ich überall merkwürdige Fragmente auf meinem Screen, verwaschene Farben etc.

Hab mal die 32 Bit Ubuntu 7.04 installiert, nach install dann die Desktop Effekte aktiviert unter System-Einstellungen-Desktop Effekte.

Anschließend die Paketquellen zu Beryl und Beryl Manager installiert und siehe da, hat auf Anhieb funktioniert.

Gruß Mark

EDIT: alles funktioniert, bitte closen