You are not logged in.

#1 2008-09-08 18:47:55

thiago907
Member
From: Brazil, Fortaleza
Registered: 2007-09-25
Posts: 28

strange problem with xorg

hi guys, im having some weird problem here with xorg (from testing repo/xorg 1.5rc6), if i use 'accelmethod exa' and 'migrationheuristic greedy' under device section, everything stop to working, i mean... i can get into X but some seconds after it freeze completly (ff/xterm/* stop to working), if i just use 'accelmethod' it work but too slow and some flash videos dont work it all (a workaround was to use 'option noaccel' but them i cant get a good AR playing some movies)

i try to use XAA instead EXA but i didnt see any difference... anyone know how to solve this problem?

pardon my awful english tongue
-t

btw... my video card is a intel 965GM

Last edited by thiago907 (2008-09-08 18:55:03)

Offline

#2 2008-09-08 19:13:30

Execute_Method
Member
From: Tennessee
Registered: 2008-07-26
Posts: 105

Re: strange problem with xorg

please post your xorg.conf smile

Offline

#3 2008-09-08 19:33:16

thiago907
Member
From: Brazil, Fortaleza
Registered: 2007-09-25
Posts: 28

Re: strange problem with xorg

Offline

#4 2008-09-11 01:15:53

ruinevil
Member
Registered: 2008-01-15
Posts: 11

Re: strange problem with xorg

Section "DRI"
    mode 0666
EndSection

Make a section called dri... so you actually get direct acceleration............

Also with 965 it is EXA accelerated by default. I think it also used greedy by default too.

Anyways, with this line removed:

RgbPath      "/usr/share/X11/rgb"

http://aoi.ruinevil.com/xorg.conf works fine.

My only issue is that they changed the synaptics driver, so I have to figure out how to do tap-click again.

Offline

#5 2008-09-11 02:54:11

thiago907
Member
From: Brazil, Fortaleza
Registered: 2007-09-25
Posts: 28

Re: strange problem with xorg

ruinevil wrote:
Section "DRI"
    mode 0666
EndSection

Make a section called dri... so you actually get direct acceleration............

Also with 965 it is EXA accelerated by default. I think it also used greedy by default too.

Anyways, with this line removed:

RgbPath      "/usr/share/X11/rgb"

http://aoi.ruinevil.com/xorg.conf works fine.

My only issue is that they changed the synaptics driver, so I have to figure out how to do tap-click again.

thanks, ruinevil!

just added the new section and everything speed up again smile funny that i never have to use it before with older xorg releases.

there some bugs showing up on bugs.archlinux somehow related with xorg (rc6), anyway, thanks again.

edit: argh... still having the flash problem, well ... better wait for the next update

Last edited by thiago907 (2008-09-11 03:00:27)

Offline

#6 2008-09-11 03:21:55

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: strange problem with xorg

ruinevil wrote:

My only issue is that they changed the synaptics driver, so I have to figure out how to do tap-click again.

You can add

Option "TapButton1" "1"

to your touchpad section.

Offline

Board footer

Powered by FluxBB