Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO]Beryl e ATI 9000
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
ramiel
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2006
Posts: 119

PostPosted: Tue Jan 09, 2007 5:20 pm    Post subject: [RISOLTO]Beryl e ATI 9000 Reply with quote

Apro questo post sperando di non essere troppo ripetitivo,so che già molti altri hanno avuto problemi con beryl,ma non trovo post utili.
Io uso beryl 0.14 ed ho unaATI 9000 con driver open (funzionanti).
Quando avvio beryl mi da questo problema
Code:

Xlib:  extension "XVideo" missing on display ":0.0".
xvinfo: No X-Video Extension on :0.0
XGL Absent, checking for NVIDIA
Nvidia Absent, checking for texture_from_pixmap
texture_from_pixmap Present
beryl: No sync extension


Cosa può essere?
_________________
Ramiel


Last edited by ramiel on Wed Jan 10, 2007 1:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
SteelRage
Apprentice
Apprentice


Joined: 17 Nov 2003
Posts: 192

PostPosted: Tue Jan 09, 2007 7:01 pm    Post subject: Reply with quote

Sembra tu non abbia compilato xorg-server con la useflag AIGLX e/o che AIGLX non sia configurato correttamente. Controlla che la configurazione sia corretta, come da manuale.
Beryl si appoggia ad esso, non trovando XGL o driver NVIDIA funzionanti ed è il sistema migliore per ottenere beryl funzionante.
_________________
In the end we only see to change light to dark dark to light light to dark dark to light.
Back to top
View user's profile Send private message
xveilsidex
Guru
Guru


Joined: 27 Dec 2005
Posts: 370
Location: Bari

PostPosted: Tue Jan 09, 2007 8:46 pm    Post subject: Reply with quote

ma AIXGL Non funziona con ati. Inoltre lo script che hai lanciato serve x chi ha schede video ati!

io lancio xgl + ati driver 8.29 + beryl in questa maniera

#!/bin/sh
Xgl -fullscreen :4 -ac -br -accel glx:pbuffer -accel xv:pbuffer &
sleep 4
export DISPLAY=:4
exec gnome-session
Back to top
View user's profile Send private message
SteelRage
Apprentice
Apprentice


Joined: 17 Nov 2003
Posts: 192

PostPosted: Tue Jan 09, 2007 10:22 pm    Post subject: Reply with quote

Infatti non sta usando ati-driver, ma il driver OpenSource.
Per Radeon 9000 esso funziona molto meglio di quello proprietario (le cui nuove versioni NON supportano più tale scheda).

Con il driver OpenSource, AIGLX funziona molto bene. Io stesso lo uso.
_________________
In the end we only see to change light to dark dark to light light to dark dark to light.
Back to top
View user's profile Send private message
ramiel
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2006
Posts: 119

PostPosted: Wed Jan 10, 2007 8:04 am    Post subject: Reply with quote

Infatti uso i driver Open e funzionano a meraviglia.
L'altro giorno ho provato a crearmi un xorg.conf nuovo di zecca che posto

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "AIGLX" "true"
EndSection

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

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

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc104"
   Option       "XkbLayout" "it"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "Device" "/dev/psaux"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   #DisplaySize     330   250   # mm
   Identifier   "Monitor0"
   VendorName   "GSM"
   ModelName    "FLATRON 775FT"
 ### Comment all HorizSync and VertSync values to use DDC:
   HorizSync    30.0 - 70.0
   VertRefresh  50.0 - 160.0
   Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "Dac8Bit"               # [<bool>]
        #Option     "BusType"               # [<str>]
        #Option     "CPPIOMode"             # [<bool>]
        #Option     "CPusecTimeout"         # <i>
        #Option     "AGPMode"               # <i>
        #Option     "AGPFastWrite"          # [<bool>]
        #Option     "AGPSize"               # <i>
        #Option     "GARTSize"              # <i>
        #Option     "RingSize"              # <i>
        #Option     "BufferSize"            # <i>
        #Option     "EnableDepthMoves"      # [<bool>]
        #Option     "EnablePageFlip"        # [<bool>]
        #Option     "NoBackBuffer"          # [<bool>]
        #Option     "DMAForXv"              # [<bool>]
        #Option     "FBTexPercent"          # <i>
        #Option     "DepthBits"             # <i>
        #Option     "AccelDFS"              # [<bool>]
        #Option     "PanelOff"              # [<bool>]
        #Option     "DDCMode"               # [<bool>]
        #Option     "MonitorLayout"         # [<str>]
        #Option     "IgnoreEDID"            # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "MergedFB"              # [<bool>]
        #Option     "CRT2HSync"             # [<str>]
        #Option     "CRT2VRefresh"          # [<str>]
        #Option     "CRT2Position"          # [<str>]
        #Option     "MetaModes"             # [<str>]
        #Option     "MergedDPI"             # [<str>]
        #Option     "MergedXinerama"        # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"    # [<bool>]
        #Option     "MergedNonRectangular"    # [<bool>]
        #Option     "MergedMouseRestriction"    # [<bool>]
        #Option     "DisplayPriority"       # [<str>]
        #Option     "PanelSize"             # [<str>]
        #Option     "ForceMinDotClock"      # <freq>
        #Option     "ColorTiling"           # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "RageTheatreCrystal"    # <i>
        #Option     "RageTheatreTunerPort"    # <i>
        #Option     "RageTheatreCompositePort"    # <i>
        #Option     "RageTheatreSVideoPort"    # <i>
        #Option     "TunerType"             # <i>
        #Option     "RageTheatreMicrocPath"    # <str>
        #Option     "RageTheatreMicrocType"    # <str>
        #Option     "RenderAccel"           # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "DynamicClocks"         # [<bool>]
        #Option     "BIOSHotkeys"           # [<bool>]
        #Option     "VGAAccess"             # [<bool>]
        #Option     "ReverseDDC"            # [<bool>]
        #Option     "LVDSProbePLL"          # [<bool>]
        #Option     "AccelMethod"           # <str>
        #Option     "ConstantDPI"           # [<bool>]
   Identifier  "Card0"
   Driver      "ati"
   VendorName  "ATI Technologies Inc"
   BoardName   "Radeon RV250 If [Radeon 9000]"
   BusID       "PCI:1:0:0"
#Accelerazione
    Option      "BusType" "PCI"
    Option      "DRI"  "true"
    Option      "ColorTiling"   "on"
    Option      "AGPMode" "4"
    Option      "RenderAccel" "true"
    Option      "AllowGLXWithComposite" "true"
    Option      "AccelMethod"   "EXA" # or XXA
    Option      "EnablePageFlip" "true"
    Option      "XAANoOffscreenPixmaps"
    Option      "AGPFastWrite" "yes"
#   Option      "BackingStore" "true"
    Option      "OverlayOnCRTC2"        "on"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

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


e incredibilmente beryl è partito!C'è anche da dire che avevo anche tentato di installre xgl che tra gli altri mi ha emerso una versione masked di mesa.Adesso beryl si avvia e(a volte) non crasha ma lo sfondo è bianco oppure...come dire...come la tv quando non si vede solo tendente al rosa.Lo stesso problema con le finestre...i colori non sono quelli insommaPerò, a modo suo funziona,perchè se sposto le finestre o le rimpicciolisco vedogli effetti.Adesso provo a riemergere una versione stabile di mesa e poi in caso se riesco posto anche uno screenshot.Intanto se qualcuno ha avuto un problema simile...
_________________
Ramiel
Back to top
View user's profile Send private message
ramiel
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2006
Posts: 119

PostPosted: Wed Jan 10, 2007 9:18 am    Post subject: Reply with quote

Ok,adesso ho un altro problema.Ho settato l'opzione "indirect rendering" e beryl mi ha bloccato il sistema e ho dovuto riavviare.Adesso però non ho più modo di risettare quell'opzione perchè appena lancio beryl-managermi si blocca tutto.Dove posso settarla manualmente?
_________________
Ramiel
Back to top
View user's profile Send private message
SteelRage
Apprentice
Apprentice


Joined: 17 Nov 2003
Posts: 192

PostPosted: Wed Jan 10, 2007 9:44 am    Post subject: Reply with quote

Mi dispiace, ma non saprei proprio come ri-settare manualmente quell'opzione.
Quando lancio beryl uso uno script, chiamato beryl-wrapper, che invoca il seguente comando:
Code:
#!/bin/sh
dbus-launch beryl-manager


Teoricamente lanciando esso, dovresti essere in grado di mettere a posto le opzioni di beryl anche senza caricarlo.
Stai attento, in quanto l'effetto blur, water e pochi altri plugin non funzionano con Radeon 9000, in quanto tale scheda manca di alcune funzioni (alcuni plugin semplicemente non fanno niente, tipo water, mentre altri, come blur, possono pure piantarti la macchina).
_________________
In the end we only see to change light to dark dark to light light to dark dark to light.
Back to top
View user's profile Send private message
ramiel
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2006
Posts: 119

PostPosted: Wed Jan 10, 2007 1:28 pm    Post subject: Reply with quote

Allora,ho sistemato tutto reinstallando xorg-server(non so perchè) e cambiando alcune opzione al mio xorg.conf in cui la sezione device è diventata:
Code:

Driver      "ati"
   VendorName  "ATI Technologies Inc"
   BoardName   "Radeon RV250 If [Radeon 9000]"
   BusID       "PCI:1:0:0"
#Accelerazione
#   Option      "BusType" "PCI"
#   Option      "DRI"  "true"
    Option      "ColorTiling"   "true"
    Option      "AGPMode" "4"
    Option      "RenderAccel" "true"
#   Option      "AllowGLXWithComposite" "true"
#   Option      "AccelMethod"   "EXA" # or XXA
    Option      "EnablePageFlip" "true"
    Option      "XAANoOffscreenPixmaps" "true"
    Option      "AGPFastWrite" "yes"
#   Option      "BackingStore" "true"
    Option      "OverlayOnCRTC2"        "on"
EndSection



Quegli effetti non li attivo ed è vero la pioggia non funge.Metto risolto al thread e spero possa servire ad ltri con una Raeon9000.
Non funzionano,nel senso che forse non so dove trovarle,cose come la trasparenza delle finestre.cxome si imposta?Se faccio Tasto DX sulla barra del titolo l'opacità non compare....
_________________
Ramiel
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum