Rage 128 32MB PCI videocard. Kernel 3.11.10. I know gpu is old but I prefer to use primary GPU for passthrough in qemu, and rage 128 works great in legacy OS's like Windows 9X. Doesn't burn up electricity either.
Mesa-7.11.2 is installed (imac g3-g4 users usually have rage128 gpus and recommend this since newer versions dropped r128 DRI). xf86 r128 driver is 6.9.2. It appears I have direct rendering working:
Code: Select all
GL_RENDERER = Mesa DRI Rage 128
GL_VERSION = 1.2 Mesa 7.11.2
GL_VENDOR = VA Linux Systems, Inc.I'm guessing it's a problem with MTRR since I get these errors:
Xorg startup
Code: Select all
error setting MTRR (base = 0xf8000000, size = 0x02000000, type = 1) Invalid argument (22)Code: Select all
[ 70.921811] mtrr: no MTRR for f8000000,2000000 found
[ 266.699259] mtrr: no MTRR for f8000000,2000000 found
[ 268.125911] mtrr: no MTRR for f8000000,2000000 found
[ 995.208359] mtrr: no MTRR for f8000000,2000000 found
[ 997.385475] mtrr: no MTRR for f8000000,2000000 found
[ 1050.478010] mtrr: no MTRR for f8000000,2000000 found
[ 1052.980532] mtrr: no MTRR for f8000000,2000000 found
[ 1114.789212] mtrr: no MTRR for f8000000,2000000 found
[ 1116.467664] mtrr: no MTRR for f8000000,2000000 found
[ 1182.499702] mtrr: no MTRR for f8000000,2000000 found
[ 1185.073290] mtrr: no MTRR for f8000000,2000000 found
[ 1259.876852] mtrr: no MTRR for f8000000,2000000 found
[ 1262.368488] mtrr: no MTRR for f8000000,2000000 foundCode: Select all
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try adjusting the vblank_mode configuration parameter.How can I fix the MTRR issue? Computer has 16GB Ram and bulldozer2 cpu.
Would appreciate any help!
Kind regards

