|

楼主 |
发表于 2011-3-7 01:00:07
|
显示全部楼层
我在Ubuntu论坛看到下面的内容,好像会有帮助,但是我不是很明白,哪位帮忙翻译一下?
原文地址:http://ubuntuforums.org/archive/index.php/t-1592955.html
October 29th, 2010, 06:56 PM
It's for sure the problem of the video driver, but not merely the NVIDIA thing.
4741G is built on the platform of Inter i3/5+Nvidia Gforce series, which support
Optimus technology. Optimus means you have both intel video card integrated
inside the Intel cpu and NVIDIA card plugged in PCIE.
As far as video output is concerned, It works in different ways:
1. Independence output mode, which uses only one card of each time, either Intel or Nvidia.
2. 2D rendering with Intel and 3D acceleration with NVIDIA.
Unfortunately, 4741G only works in the second mode, which means both cards are working
whenever video output is needed. In linux system, there is no proper driver for this Optimus
working mode. The best thing you can do is to try installing NVIDIA driver and prey.
As far as I know, there are two possible ways to make it work,
1 Install the NVIDIA driver of version 256.44. You have to startx with ABI check off, which
can be done by inserting Option "IgnoreABI" "true" into the ServerFlags section in xorg.conf,
or with cmd startx --ignoreabi.
2 Install the newest linux kernel of version 2.6.36-60, and the newest NVIDIA driver of version
260.12, then make certain configuration to /etc/X11/xorg.conf relevant to your screen settings.
And the funny thing is you need do some really dirty tricks to make the cards work, like you have
to install different versions of NVIDIA drivers since they include some files needed.
The first way is much simpler, but I found 256.44 does not work very well on Ubuntu 10.10, which causes high cpu usage by Xorg, and 256.44 has other bugs like the gnome-terminal is slow.
The second way is difficult, and I don't have that energy to make it work. But it's possible 290.12
works better since it's built on newer version of Xserver package.
Similar issues are all over bug ppa website. You can search above info with key words
"ubuntu nvidia driver no screen found ". Good luck. |
|