You are not logged in.
Pages: 1
Hi,
I'm trying to run uvesafb, using this wiki https://wiki.archlinux.org/index.php/Uvesafb
my /etc/default/grub:
GRUB_DEFAULT=0
GRUB_TIMEOUT=3
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"# video=uvesafb:mtrr:3,ywrap,1920x1080-32"
GRUB_CMDLINE_LINUX="quiet"# video=uvesafb:mtrr:3,ywrap,1920x1080-32"
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
GRUB_TERMINAL_INPUT=console
GRUB_GFXMODE=auto
GRUB_DISABLE_RECOVERY=true
my /etc/mkinitcpio.conf:
MODULES="nvidia"
BINARIES=""
FILES="/usr/lib/modprobe.d/uvesafb.conf"
HOOKS="base udev v86d autodetect block lvm2 filesystems keyboard fsck"
my /usr/lib/modprobe.d/uvesafb.conf:
options uvesafb mode_option=1024x768-32 scroll=ywrap
my videocard is
VGA compatible controller: NVIDIA Corporation G92 [GeForce GTS 250] (rev a2)
with nvidia driver.
The problem is there no /sys/bus/platform/drivers/uvesafb directory in sysfs and fb has small resolution.
Who can tell me, what I do wrong?
Thanks.
Sorry for my english
Offline
Is there /dev/fb0 though? If everything is working, uvesafb should appear in "lsmod" and v86d should appear in "ps". If one of them failed to start you can search for them in "dmesg".
By small resolution, do you mean 1024x768 like your config file says? Try changing it to something larger and regenerating your kernel image.
A random thing you can try is recompiling v86d to use klibc. This can make a big difference but I have no idea why.
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline
Pages: 1