You are not logged in.

#1 2011-08-07 10:47:59

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

cannot get uvesafb to work [solved]

I'm trying to get uvesafb to work with the nvidia package.  I installed uvesafb following the wiki.  When I reboot after adding the v86d HOOK and rebuilding my initrsram images, the following doesn't exist:

/sys/bus/platform/drivers/uvesafb/uvesafb.0/vbe_modes

According to the docs, it should... thoughts?

I am booting with grub2 if that makes a difference and have disabled the keep gfxpayload option.

# cat /etc/mkinitcpio.conf
MODULES=""
BINARIES=""
FILES=""
HOOKS="base udev v86d consolefont autodetect sata filesystems"
COMPRESSION="lzop"

Last edited by graysky (2011-08-07 11:39:01)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2 2011-08-07 11:38:49

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: cannot get uvesafb to work [solved]

Not sure what I did wrong, but it's working now.  I cleaned-up the uvesafb wiki article a bit.  Hope someone finds it useful.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2011-08-07 14:48:57

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: cannot get uvesafb to work [solved]

FYI, hook order is irrelevant. You can get the same mileage out of the v86d hook by skipping the hook entirely and just adding "/sbin/v86d" to BINARIES, "uvesafb" to MODULES, and "/etc/modprobe.d/uvesafb.conf" to FILES.

Offline

#4 2011-08-07 15:50:09

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: cannot get uvesafb to work [solved]

@falconindy - thanks for the info.  I just organized the existing wiki and added a little... that was a carry over from the original article.  Anyway, thanks.... NOW if you can tell me how I can get it to use 1920x1080x32 I would be very happy!  Nouveau does this by default, but nvidia seems limited sad

$ cat /sys/bus/platform/drivers/uvesafb/uvesafb.0/vbe_modes
640x400-8, 0x0100
640x480-8, 0x0101
800x600-8, 0x0103
1024x768-8, 0x0105
1280x1024-8, 0x0107
320x200-16, 0x010e
320x200-32, 0x010f
640x480-16, 0x0111
640x480-32, 0x0112
800x600-16, 0x0114
800x600-32, 0x0115
1024x768-16, 0x0117
1024x768-32, 0x0118
1280x1024-16, 0x011a
1280x1024-32, 0x011b
320x200-8, 0x0130
320x400-8, 0x0131
320x400-16, 0x0132
320x400-32, 0x0133
320x240-8, 0x0134
320x240-16, 0x0135
320x240-32, 0x0136
640x400-16, 0x013d
640x400-32, 0x013e
1280x800-8, 0x0160
1280x800-32, 0x0161
768x480-8, 0x0162
1280x720-32, 0x017b

CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#5 2011-08-07 21:01:28

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: cannot get uvesafb to work [solved]

If uvesafb doesn't offer it in that list, then it doesn't support it. nouveau takes advantage of KMS, which will always provide a native resolution framebuffer.

Offline

#6 2011-08-07 21:08:15

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: cannot get uvesafb to work [solved]

falconindy wrote:

If uvesafb doesn't offer it in that list, then it doesn't support it. nouveau takes advantage of KMS, which will always provide a native resolution framebuffer.

Are you aware of another framebuffer that will allow native resolutions AND work with the nvidia drivers?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#7 2011-08-07 21:19:24

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: cannot get uvesafb to work [solved]

graysky wrote:

Are you aware of another framebuffer that will allow native resolutions AND work with the nvidia drivers?

It's impossible. To use resolutions that are not in the vbios you need to program the card natively. Any driver that does so will mess with the nvidia driver.

Offline

#8 2011-08-07 21:51:38

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: cannot get uvesafb to work [solved]

Thanks for the info; guess I'll live with 1280x800


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#9 2014-06-09 21:25:09

inukaze
Banned
From: Venezuela
Registered: 2011-05-06
Posts: 16
Website

Re: cannot get uvesafb to work [solved]

Hi there someone can help me with mypost -> https://bbs.archlinux.org/viewtopic.php … 5#p1423845

Well the thing is

I think this are help for me ->

1 -> https://wiki.archlinux.org/index.php/Uv … stallation

Here i see :

$ cat /sys/bus/platform/drivers/uvesafb/uvesafb.0/vbe_modes
cat: /sys/bus/platform/drivers/uvesafb/uvesafb.0/vbe_modes: No existe el fichero o el directorio

Ok , how i can make that file because with

$ sudo mkdir -p /sys/bus/platform/drivers/uvesafb/uvesafb.0
mkdir: no se puede crear el directorio «/sys/bus/platform/drivers/uvesafb/uvesafb.0»: Operación no permitida

$ su
Contraseña: 
[root@Inukaze inukaze]# mkdir -p /sys/bus/platform/drivers/uvesafb/uvesafb.0
mkdir: no se puede crear el directorio «/sys/bus/platform/drivers/uvesafb/uvesafb.0»: Operación no permitida

I can't make manully that folder.

Offline

#10 2014-06-09 21:29:24

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: cannot get uvesafb to work [solved]


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB