This project is a fork of the linux-2.6.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/linux-2.6.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionvesa with nvidiafb setup video mode
ownermicrocai@fedoraproject.org
last changeSat, 15 Jan 2011 13:28:10 +0000 (15 21:28 +0800)
content tags
add:
readme
NVIDIA 显卡使用 两个驱动可以在终端获得本地分辨率 ( i.e. 显示器的最佳分辨率) nvidiafb 和 KMS 的 nouveau 。 但是 nouveau 3D 性能不佳。 nvidiafb 和官方驱动冲突。 要是 vesafb 能支持宽屏分辨率就好咯。可惜,这得看显卡 BIOS, 不是每个显卡BIOS都有适合你显示器的分辨率的。 wait a minute, vesafb 其实不负责初始化显卡,显示模式的初始化是在实模式通过调用 VIDEO BIOS 完成的。然后通过内核的一个参数区域将显卡的显示模式告诉 vesafb 驱动。vesafb 直接使用就可以了。 如果能在 vesafb 接管控制台前,通过 nvidiafb 的代码设置好分辨率,然后将实模式下传来的各个参数修正,之后在进入 vesafb 不就可以咯? 这样 vesafb 也能使用 nvidiafb 的代码设置任意分辨率,同时也不会和 NVIDIA 官方驱动冲突。 OK, 说干就干。 诚邀广大 GEEK 们参加改进。
shortlog
2011-01-15 microcaivesanvfb: CONFIG FB_VESA_USE_NVIDIAFB_PROBE should... vesanvfb
2011-01-15 microcaivesanvfb: vesa with nvidiafb mode set code, stub
2011-01-05 Linus TorvaldsLinux 2.6.37v2.6.37
2011-01-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2011-01-04 Joel Singipv4/route.c: respect prefsrc for local routes
2011-01-04 Christoph Hellwigremove trim_fs method from Documentation/filesystems...
2011-01-04 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2011-01-04 Andrew Mortonarch/mn10300/kernel/irq.c: fix build
2011-01-04 Mimi Zoharima: fix add LSM rule bug
2011-01-03 Russell KingMerge branch 'fix' of git://git./linux/kernel/git/ycmia...
2011-01-03 Florian Westphalbridge: stp: ensure mac header is set
2011-01-03 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2011-01-03 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2011-01-03 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2011-01-03 Jan Beulichname_to_dev_t() must not call __init code
2011-01-03 Tomas Winklerbridge: fix br_multicast_ipv6_rcv for paged skbs
...
tags
13 years ago v2.6.37 Linux 2.6.37
13 years ago v2.6.37-rc8 Linux 2.6.37-rc8
13 years ago v2.6.37-rc7 Linux 2.6.37-rc7
13 years ago v2.6.37-rc6 Linux 2.6.37-rc6
13 years ago v2.6.37-rc5 Linux 2.6.37-rc5
13 years ago v2.6.37-rc4 Linux 2.6.37-rc4
13 years ago v2.6.37-rc3 Linux 2.6.37-rc3
13 years ago v2.6.37-rc2 Linux 2.6.37-rc2
13 years ago v2.6.37-rc1 Linux 2.6.37-rc1
13 years ago v2.6.36 Linux 2.6.36
13 years ago v2.6.36-rc8 Linux 2.6.36-rc8
13 years ago v2.6.36-rc7 Linux 2.6.36-rc7
13 years ago v2.6.36-rc6 Linux 2.6.36-rc6
13 years ago v2.6.36-rc5 Linux 2.6.36-rc5
13 years ago v2.6.36-rc4 Linux 2.6.36-rc4
13 years ago v2.6.36-rc3 Linux 2.6.36-rc3
...
heads
13 years ago vesanvfb
13 years ago master