I have just done all steps in Spock's uvesafb guide. But then I rebooted nothing happen.
The only line I added to my lilo.conf is this one:
Code: Select all
append="video=uvesafb:1024x600-32,mtrr:3,ywrap"\\ xrater
Code: Select all
append="video=uvesafb:1024x600-32,mtrr:3,ywrap"Code: Select all
exie ~ # dmesg|grep -i vesa
[ 0.000000] Kernel command line: auto BOOT_IMAGE=Gentoo ro root=803 video=uvesafb:1024x600-32,mtrr:3,ywrap
[ 0.308376] uvesafb: Intel Corporation, Intel(r) 82945GM Chipset Family Graphics Controller, Hardware Version 0.0, OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS, VBE v3.0
[ 0.322531] uvesafb: VBIOS/hardware supports DDC2 transfers
[ 0.335115] uvesafb: monitor limits: vf = 61 Hz, hf = 38 kHz, clk = 45 MHz
[ 0.335374] uvesafb: scrolling: redraw
[ 0.421019] uvesafb: framebuffer at 0xd0000000, mapped to 0xf8a00000, using 3750k, total 7872k
[ 0.421214] fb0: VESA VGA frame buffer device
exie ~ #Code: Select all
compact
lba32
boot = /dev/sda
image = /boot/bzImage_new
root = /dev/sda3
label = Gentoo
read-only # read-only for checking
append = "video=uvesafb:1024x600-32,mtrr:3,ywrap"try taking out the append=" "append="video=uvesafb:1024x600-32,mtrr:3,ywrap"
Code: Select all
video=uvesafb:1024x600-32,mtrr:3,ywrap
if you use grub, this is ok. but XrateR is using lilo, so append... is right.njcwotx wrote:kernel /boot/kernel-2.6.23-gentoo-r4 root=/dev/sda3 video=vesafb:1024x768-32@60 splash=silent,theme:emergence quiet
initrd /boot/fbsplash-emergence
Code: Select all
compact
lba32
boot = /dev/sda
image = /boot/kernel-2.6.27-gentoo-r2
root = /dev/sda3
label = Gentoo
read-only # read-only for checking
append = "video=uvesafb:800x600-32,mtrr:3,ywrap"
initrd /boot/initramfsCode: Select all
[ 0.000000] Kernel command line: auto BOOT_IMAGE=Gentoo ro root=803 video=uvesafb:1024x600-32,mtrr:3,ywrap
[ 0.311732] uvesafb: Intel Corporation, Intel(r) 82945GM Chipset Family Graphics Controller, Hardware Version 0.0, OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS, VBE v3.0
[ 0.351630] uvesafb: VBIOS/hardware supports DDC2 transfers
[ 0.364584] uvesafb: monitor limits: vf = 61 Hz, hf = 38 kHz, clk = 45 MHz
[ 0.364960] uvesafb: scrolling: redraw
[ 0.480682] uvesafb: framebuffer at 0xd0000000, mapped to 0xf8a00000, using 3750k, total 7872k
[ 0.480876] fb0: VESA VGA frame buffer deviceCode: Select all
cat /var/log/messages | grep -i v86d
Of course!mljohns4 wrote:I'm currently having similar difficulties and was curious if you would be willing to do a
Code: Select all
exie ~ # cat /var/log/messages | grep -i v86d
Nov 8 18:11:35 exie [ 0.308963] uvesafb: failed to execute /sbin/v86d
Nov 8 18:11:35 exie [ 0.309081] uvesafb: make sure that the v86d helper is installed and executable
Nov 8 18:44:00 exie [ 0.309592] uvesafb: failed to execute /sbin/v86d
Nov 8 18:44:00 exie [ 0.309704] uvesafb: make sure that the v86d helper is installed and executable
Nov 9 18:38:56 exie [ 0.309084] uvesafb: failed to execute /sbin/v86d
Nov 9 18:38:56 exie [ 0.309195] uvesafb: make sure that the v86d helper is installed and executable
Nov 9 19:01:09 exie [ 0.302052] uvesafb: failed to execute /sbin/v86d
Nov 9 19:01:09 exie [ 0.302164] uvesafb: make sure that the v86d helper is installed and executable
Nov 9 22:55:07 exie [ 0.308000] uvesafb: failed to execute /sbin/v86d
Nov 9 22:55:07 exie [ 0.308119] uvesafb: make sure that the v86d helper is installed and executable
Nov 10 08:02:38 exie [ 0.308994] uvesafb: failed to execute /sbin/v86d
Nov 10 08:02:38 exie [ 0.309111] uvesafb: make sure that the v86d helper is installed and executable
Nov 10 09:44:30 exie [ 0.303032] uvesafb: failed to execute /sbin/v86d
Nov 10 09:44:30 exie [ 0.303142] uvesafb: make sure that the v86d helper is installed and executable
Nov 10 13:10:09 exie [ 0.304180] uvesafb: failed to execute /sbin/v86d
Nov 10 13:10:09 exie [ 0.304293] uvesafb: make sure that the v86d helper is installed and executable
Nov 10 13:48:09 exie [ 0.308102] uvesafb: failed to execute /sbin/v86d
Nov 10 13:48:09 exie [ 0.308212] uvesafb: make sure that the v86d helper is installed and executable
Nov 10 13:59:08 exie [ 0.308027] uvesafb: failed to execute /sbin/v86d
Nov 10 13:59:08 exie [ 0.308140] uvesafb: make sure that the v86d helper is installed and executable
Nov 10 15:08:03 exie [ 0.307025] uvesafb: failed to execute /sbin/v86d
Nov 10 15:08:03 exie [ 0.307136] uvesafb: make sure that the v86d helper is installed and executable
Nov 10 15:34:35 exie [ 0.304483] uvesafb: failed to execute /sbin/v86d
Nov 10 15:34:35 exie [ 0.304596] uvesafb: make sure that the v86d helper is installed and executable
Nov 10 19:06:14 exie [ 0.302989] uvesafb: failed to execute /sbin/v86d
Nov 10 19:06:14 exie [ 0.303108] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 10:24:34 exie [ 0.302600] uvesafb: failed to execute /sbin/v86d
Nov 11 10:24:34 exie [ 0.302712] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 12:40:17 exie [ 0.308044] uvesafb: failed to execute /sbin/v86d
Nov 11 12:40:17 exie [ 0.308156] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 13:35:50 exie [ 0.303599] uvesafb: failed to execute /sbin/v86d
Nov 11 13:35:50 exie [ 0.303712] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 13:57:12 exie [ 0.304118] uvesafb: failed to execute /sbin/v86d
Nov 11 13:57:12 exie [ 0.304230] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 15:11:11 exie [ 0.307421] uvesafb: failed to execute /sbin/v86d
Nov 11 15:11:11 exie [ 0.307533] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 16:41:22 exie [ 0.304524] uvesafb: failed to execute /sbin/v86d
Nov 11 16:41:22 exie [ 0.304635] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 18:38:17 exie [ 0.304565] uvesafb: failed to execute /sbin/v86d
Nov 11 18:38:17 exie [ 0.304677] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 18:21:44 exie [ 0.306502] uvesafb: failed to execute /sbin/v86d
Nov 11 18:21:44 exie [ 0.306614] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 19:19:26 exie [ 0.305060] uvesafb: failed to execute /sbin/v86d
Nov 11 19:19:26 exie [ 0.305172] uvesafb: make sure that the v86d helper is installed and executable
Nov 11 19:24:45 exie [ 0.308118] uvesafb: failed to execute /sbin/v86d
Nov 11 19:24:45 exie [ 0.308229] uvesafb: make sure that the v86d helper is installed and executableI have already check that. =(mljohns4 wrote:You appear to have an error similar to mine within your syslog.
Check out my other post and see if the solution I presented there is of any help.
http://forums.gentoo.org/viewtopic-t-71 ... -v86d.html