我在我的笔记本电脑上运行 Ubuntu Lucid Netbook Remix,我需要能够共享我的桌面以进行 Skype 通话。有谁知道如何完成这项工作?
我正在尝试解决戴尔 Inspiron 600m 上的挂起问题。我认为问题在于视频驱动程序模块没有正确重新加载。因此,我将尝试将视频驱动程序正确编译到内核中,而不是将它们保留为外部模块。我只想知道我是否可以摆脱跑步:
fakeroot debian/rules clean
Run Code Online (Sandbox Code Playgroud)
在构建内核之前:
skipabi=true skipmodule=true fakeroot debian/rules binary-core2
Run Code Online (Sandbox Code Playgroud)
其中 core2 是我自定义配置的内核。这会起作用,我会得到一个干净的内核包,我可以编译,但是在我的机器上编译可能需要长达 3 个小时,所以我只想重建我需要的东西并尝试保留一些 *.o 文件所以我可以链接它们而不是重新编译它们。
谢谢