Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AIGLX:: - working Howto for Gentoo?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Thu Jun 29, 2006 8:26 am    Post subject: Reply with quote

I've got AIGLX working now on I810 using the latest revision of Hanno's overlay. Compiz still segfaults, but Metacity works! It runs more buggy than XGL, but I really like it!
_________________
Alle dingen moeten onzin zijn.
Back to top
View user's profile Send private message
freigeist
Guru
Guru


Joined: 26 Jan 2004
Posts: 338
Location: Cologne, Germany

PostPosted: Thu Jun 29, 2006 8:39 am    Post subject: Reply with quote

Successfully got it working with a radeon mobility 7500, hanno's overlay and Coffebuzzs compiz-quinnstorm. Its much faster than Xgl and fullscreen mplayer is working great. For a quick howto look at www.elfenbeinturm.cc
_________________
Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc
Back to top
View user's profile Send private message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Tue Jul 11, 2006 12:52 am    Post subject: Reply with quote

My problem with it was that when I ran compiz, it would complain that there was no composite extension. But why do I need composite enabled for it to work? Doesn't it do its own compositing using OpenGL? In any case, I can't have composite and dri/3d enabled at the same time. Anybody know how to fix this issue?

BTW, I followed the wiki.
Back to top
View user's profile Send private message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Sat Jul 15, 2006 5:29 pm    Post subject: Reply with quote

Bump.
Back to top
View user's profile Send private message
CoffeeBuzz
Apprentice
Apprentice


Joined: 15 Jun 2005
Posts: 269
Location: Canada Eh.

PostPosted: Sat Jul 15, 2006 6:18 pm    Post subject: Reply with quote

FYI

Hanno and I have sync'd our overlays so you dont have to go through the trouble of managing two overlays and mix/matching packages.
_________________
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org
Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Mon Jul 17, 2006 9:45 am    Post subject: Reply with quote

Nice work. :)
I'll test some of the stuff on my R200 soon.
_________________
Alle dingen moeten onzin zijn.
Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Mon Jul 17, 2006 11:22 am    Post subject: Reply with quote

Tested. I've got Metacity with wobbly windows running on my R200. I'm running Xorg-server-1.1.1 from portage.

So, the only things I'm using from the overlay is:
* libcm
* metacity

The other stuff comes from gentoo portage:
* Mesa
* libdrm
* Xorg-x11
* xf86-video-ati

It's too slow to use it. But it works :) When using Xorg-server from the overlay, it's much faster!!

Compiz still segfaults. I've never seen it working on AIGLX yet.
_________________
Alle dingen moeten onzin zijn.
Back to top
View user's profile Send private message
Der P@te
Apprentice
Apprentice


Joined: 17 Nov 2004
Posts: 190
Location: Germany

PostPosted: Wed Jul 19, 2006 7:22 am    Post subject: Reply with quote

I´am trying to get AIGLX work with my Laptop Intel 855. But always the same error apears.

xorg.conf
Code:

Section "ServerLayout"
   Identifier      "X.org Configured"
   Screen 0         "Screen0" 0 0
   InputDevice     "Mouse1" "CorePointer"
   InputDevice     "Keyboard0" "CoreKeyboard"
   Option      "AIGLX" "true"
#   Option       "BlankTime" "1"
#   Option       "StandbyTime" "2"
#   Option      "SuspendTime" "5"
#   Option       "Offtime"     "2"
EndSection

Section "Files"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/Type1"
   FontPath     "/usr/share/fonts/75dpi"
   FontPath     "/usr/share/fonts"
   FontPath     "/usr/local/share/fonts"
        FontPath     "/usr/share/fonts/corefonts"
   FontPath     "/usr/share/fonts/freefonts"
#   FontPath     "/usr/share/fonts/TrueType"
   FontPath     "/usr/share/fonts/sharefonts"
#   FontPath     "/usr/share/fonts/artwiz"
   FontPath     "/usr/share/fonts/terminus"
   FontPath     "/usr/share/fonts/ttf-bitstream-vera"
   FontPath     "/usr/share/fonts/unifont"
   FontPath     "/usr/share/fonts/cyrillic"
   FontPath     "/usr/share/fonts/100dpi"
EndSection

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

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "Auto"
   Option       "Device" "/dev/input/mice"
        Option      "ZaxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   HorizSync 30-48
   VertRefresh 40-70
       Option      "DPMS" "true"
EndSection

Section "Device"
   Option      "XAANoOffscreenPixmaps" "true"       
   Option      "DRI"     "true"
   Identifier  "Card0"
   Driver      "i810"
   VendorName "Intel Corp."
   BusID       "PCI:0:2:0"
        VideoRam    65536
   
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
    DefaultDepth 24
   SubSection "Display"
        Modes   "1024x768"
      Viewport 0 0
      Depth   24
   EndSubSection
EndSection

Section "DRI"
   Group 0
   Mode    0666
EndSection


compizrc
Code:

killall kwin &
        LIBGL_ALWAYS_INDIRECT=1  /usr/bin/compiz --replace --strict-binding gconf
        sleep 3
        /usr/bin/gnome-window-decorator


error
Code:

/usr/bin/compiz: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
/usr/bin/compiz: No managable screens found on display :0


got no errors in Xorg.0.log :(

any hints?
_________________
emerge -pv life
Back to top
View user's profile Send private message
roderick
l33t
l33t


Joined: 11 Jul 2005
Posts: 908
Location: St. John's, NL CANADA

PostPosted: Wed Jul 19, 2006 1:28 pm    Post subject: Reply with quote

WL(inux) wrote:
WL(inux) wrote:
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
(EE) AIGLX: Screen 0 is not DRI capable

How to fix that? Option missing in my xorg.conf?


SOLVED: i needed to do a complete restart ... dont ask my why ... normally i do never restart ... (i restarted X.org a few times but only a complete reboot could fix it) ... strange things happen.


compiz works now ... thx for the links .. its a dream ...
PS: I can only compile metacity (from CVS) with USE=-xcomposite ... otherwise a lot of errors. doesnt matter .. i like compiz .. who needs metacity *g*


You probably could have stopped X, unloaded the drm and i915 driver modules and restarted X. :)
_________________
If God were a pickle, I'd still say "no pickle on my burger".
http://roderick-greening.blogspot.com/
Back to top
View user's profile Send private message
monicajae
Guru
Guru


Joined: 03 Sep 2003
Posts: 363
Location: Dorset, VT

PostPosted: Wed Oct 04, 2006 4:25 pm    Post subject: Reply with quote

crap this is an old thread...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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