You are not logged in.
So, here's the thing. I've followed the wiki entry for uvesafb, but it's not working. When I check dmesg, it gives me this error:
$ ~ dmesg | grep uvesafb
uvesafb: Unknown parameter `mtrr:3'
and that's it. No framebuffer for you.
I couldn't find anything through Google, so here I am. Could you guys give me some help?
Some related info:
$ ~ cat /etc/modprobe.d/uvesafb
(...)
options uvesafb mode=1440x900-32 mtrr:3 scroll=ywrap
$ ~ cat /etc/mkinitcpio.conf | grep HOOKS
(...)
HOOKS="base udev v86d autodetect pata scsi sata keymap filesystems"
$ ~ lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)
(I'm using the 173.14.12 drivers, installed through the official .run from nvidia's site).
Thanks in advance
Last edited by esquiso (2008-08-07 13:22:36)
Offline
Use mttr=3. (See http://git.kernel.org/?p=linux/kernel/g … esafb.txt)
Offline
Tyvm. That lead me to another error, but then I was able to fix it.
Offline
Please mark this thread as solved (edit your first post). That way other people who encounter this mtrr issue can find help. Thank you.
Offline
You're welcome. I set up uvesafb myself the same day (finally a working 1280x800 framebuffer ) and therefore knew about the pretty good documentation.
Offline