Hi, Sorry for the late reply.
On 04/22/2014 07:54 AM, silvo.te...@gmail.com wrote: > Hello > > My friend ask me help to install linux in his old Acer Aspire 1360 > Laptop. We run into difficulties with its video card which is from VIA. > More precise specs of the machine: > ...snip HW spec... > > I'm quite lost how to configure xorg.conf. This is the last version I > have tried without very well knowing what we are doing: > > Section "Device" > Identifier "Configured Video Device" > #Driver "vesa" > Driver "openchrome" > Option "accelmethod" "xaa" > Option "EnableAGPDMA" "false" > Option "MigrationHeuristic" "greedy" > EndSection > > Section "Monitor" > Identifier "Configured Monitor" > EndSection > > Section "Screen" > Identifier "Default Screen" > Monitor "Configured Monitor" > Device "Configured Video Device" > DefaultDepth 24 > EndSection > You shouldn't need any xorg.conf at all. At least, turning EnableAGPDMA off is probably not what you want speed wise. Was there a reason you added that option ? MigrationHeuristic is related to EXA, but you're asking for XAA 2 lines above. And anyway, XAA has been removed starting with 0.3.0, so you have the choice between EXA and no acceleration. Try with no xorg.conf. > To me appears that open chrome driver works somehow but I can not get > any speed advantage over vesa driver. Looks that any "Option" line has > no effect what so ever. This is the problem as my friend wants to use > his old laptop to watch videos, youtube, TV broadcast that he used to be > able to watch with this very same computer with Windows XP. Now video is > jerky so something is must be wrong. I'm noob what comes to linux video > settings and my friend will be, hopefully, future linux user. > > Here is Xorg.0.log: > ...snip X log... > > I noticed the line "[ 1078.205] (EE) CHROME(0): [drm] Failed to open > DRM device for pci:0000:01:00.0: No such file or directory", but I don't > know what exactly this means. Very little I found info for that from > internet. > Try to 'modprobe via' before running X. > I'm stuck with this as VIA products are not very common it seems to be > tricky to make work right. > > I would be very grateful for any help > Also, openchrome 0.3.1 is old, you might want to try 0.3.3, which is the latest. Regards, Xavier _______________________________________________ Openchrome-users mailing list Openchrome-users@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://www.openchrome.org/trac/wiki/TOC