You are not logged in.
Pages: 1
hello guys,
i have some issues with the openchrome driver version 0.2.903-1 from the extra repo
first i have to choose the right screen resolution manually
second there is no mouse cursour until I enable the Option "SWCursor" in the device section (xorg.conf)
i found the solution here:
https://bugzilla.redhat.com/show_bug.cgi?id=465596
there are workarounds for both issues, but since I'm using Option "SWCursor" the screen flickers all the time
maybe a driverupdate to 0.2.903-3 will help, because this update fixed all issues mentioned above
therefore my question is:
is an update to 0.2.903-3 planned?
thanks!
achim
####
HP 2133
Chrome 9 HC CN896/VN896/P4M900
Offline
Use openchrome from SVN it's a lot better, also you can use EXA accelleration method now:
install subversion and:
mkdir openchrome
cd openchrome
svn co http://svn.openchrome.org/svn/trunk
cd trunk
./autogen.sh --prefix=/usr
make
make install (as root)
then edit your xorg.conf change from vesa to openchrome and add:
Option AccelMethod "exa"
Option EnableAGPDMA "true"
Option MigrationHeuristic "greedy"
Option ExaScratchSize "8192"
if any problems with KDE4 add:
Option ExaNoComposite "true"
give me feedback
Last edited by Spy (2009-05-01 20:37:04)
Offline
what does it do EXA?
i installed in order to watch videos correctly with no green lines
but...can i use like output with mplayer?
i'm lost...
Offline
@ Spy
hy,
i just install openchrome-svn last day, unfortunately it doesnt work well.
so far it fail to start X when i add these line;
Option AccelMethod "exa"
Option EnableAGPDMA "true"
Option MigrationHeuristic "greedy"
Option ExaScratchSize "8192"
so remove them, it able to start kde4. but when im playing movie, X crash.
i give up, and downgrade to openchrome from arch official repos.
oh btw im using via vn896, cu
"Am I not good enough for you?"
Offline
Pages: 1