Problem med Beryl (ATI)

Användarvisningsbild
keerd
Inlägg: 96
Blev medlem: 31 maj 2007, 18:05
OS: Ubuntu
Ort: Jönköpning
Kontakt:

Problem med Beryl (ATI)

Inlägg av keerd »

Hej Grabbar!
Jag installerade Ubuntu för några dagar sedan och trivs oerhört bra med det.
Självklart ville jag prova detta underverk Beryl.
Jag hade rätt stora problem med att få igång det eftersom min dator (HP NX9420 med ATI X1600) inte är så kompatibel med saker och ting.
Men till slut gick det och beryl gick igång. Helt enastående!
Sen några timmar senare så funkar inte beryl längre, och jag har ingen aning om varför det inte vill sig.
Jag antar att ni vet precis vad jag ska göra. Jag är ju som sagt väldigt ny på detta område :)

här kommer lite outputs:
fglrxinfo

Kod: Markera allt

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1600
OpenGL version string: 2.0.6458 (8.36.
beryl --replace

Kod: Markera allt

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

Detected xserver                                : XGL

Checking Display :1.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

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 :1.0
efter lite ominstallationer osv osv ska jag köra igång beryl-manager och får detta:

Kod: Markera allt

** (beryl-manager:31409): CRITICAL **: beryl-xgl kan inte köras: Lyckat

** (beryl-manager:31409): CRITICAL **: beryl-xgl kan inte köras: Lyckat

** (beryl-manager:31409): CRITICAL **: beryl-xgl kan inte köras: Lyckat

** (beryl-manager:31409): CRITICAL **: beryl-xgl kan inte köras: Lyckat

** (beryl-manager:31409): CRITICAL **: beryl-xgl kan inte köras: Lyckat

** (beryl-manager:31409): CRITICAL **: beryl-xgl kan inte köras: Lyckat
det var allt jag kan komma på som kanske hjälper er att lösa mitt problem ;/
tack på förhand :)
HP NX9420 - Ubuntu FeistyFawn
Intel Core 2 Duo 2 MB cache 1,83 GHz
DDR II SDRAM - 667MHz - PC2-5300 2 GB
ATI Mobility Radeon X1600 256 MB

[img width=88 height=31]http://ubuntucounter.geekosophical.net/img/ubuntu-user2.php?user=15335"[/img]
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Problem med Beryl (ATI)

Inlägg av Okänd »

tror jag hittade problemet. kan du posta din xorg fil här?

med kommandot:
sudo gedit /etc/X11/xorg.conf


och:

Kod: Markera allt

glxinfo | grep "direct rendering"
Användarvisningsbild
keerd
Inlägg: 96
Blev medlem: 31 maj 2007, 18:05
OS: Ubuntu
Ort: Jönköpning
Kontakt:

SV: Problem med Beryl (ATI)

Inlägg av keerd »

Hehe.. nu har vi samma saker i två trådar ju ;/

Jag klistrar in här ocskå, fall i fall...

Kod: Markera allt

# /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 "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "aticonfig-Screen[0]" 0 0
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	Inputdevice	"stylus"	"SendCoreEvents"
	Inputdevice	"cursor"	"SendCoreEvents"
	Inputdevice	"eraser"	"SendCoreEvents"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "Files"
	
	# path to defoma fonts
	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"
	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"	"se"
	Option		"XkbOptions"	"lv3:ralt_switch"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

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

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

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

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"aticonfig-Monitor[0]"
	Option		"VendorName"	"ATI Proprietary Driver"
	Option		"ModelName"	"Generic Autodetecting Monitor"
	Option		"DPMS"	"true"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver	"fglrx"
	Option	"VideoOverlay" "on"
	Option	"OpenGLOverlay" "off"
	Option      "UseFastTLS" "2"
 	Option      "EnablePrivateBackZ" "on"
	Busid		"PCI:1:0:0"
	Option "XAANoOffscreenPixmaps" "true"
	Option      "AGPMode" "4"
EndSection

Section "Device"
	Identifier	"aticonfig-Device[0]"
	Driver	"fglrx"
	Option	"VideoOverlay" "on"
	Option	"OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	1
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	4
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes		"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes		"1024x768"	"800x600"	"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

Section "DRI"
	Mode	0666
EndSection



Section "Extensions"
	Option "Composite" "Disable"
EndSection

Kod: Markera allt

Xlib:  extension "XFree86-DRI" missing on display ":1.0".
server glx vendor string: SGI
client glx vendor string: ATI
OpenGL vendor string: ATI Technologies Inc.

Kod: Markera allt

Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No
Där har du, min vän :)
Missing on display låter inte allt för bra :(
HP NX9420 - Ubuntu FeistyFawn
Intel Core 2 Duo 2 MB cache 1,83 GHz
DDR II SDRAM - 667MHz - PC2-5300 2 GB
ATI Mobility Radeon X1600 256 MB

[img width=88 height=31]http://ubuntucounter.geekosophical.net/img/ubuntu-user2.php?user=15335"[/img]
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Problem med Beryl (ATI)

Inlägg av Okänd »

Vet nu at det är Drivrutinerna som är totalt fel. Så vi fortsätter med den andra tråden  :D
harper11
Inlägg: 14
Blev medlem: 03 jun 2007, 22:29

SV: Problem med Beryl (ATI)

Inlägg av harper11 »

Jag får ett ännu konstigare meddeleande:
jag har en exakt likadan dator.

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

Detected xserver                                : AIGLX

Checking Display :0.0 ...

Checking for XComposite extension              : failed

No composite extension
beryl: No composite extension
Senast redigerad av 1 harper11, redigerad totalt 4 gånger.
Användarvisningsbild
Galgalid
Inlägg: 1646
Blev medlem: 08 dec 2006, 12:30

SV: Problem med Beryl (ATI)

Inlägg av Galgalid »

aktivera visuella effekter.  SYstem > administration > visuella effekter...efter det ska det fungera
Skriv svar

Återgå till "Skrivbordet - inaktuell"