|
|
发表于 2006-11-10 11:00:55
|
显示全部楼层
我是按照这种方法安装的,已经成功运行。
Post by dingfuqing
我的显卡是GeForce4 MX 440 with AGP8X
rpm -ivh http://rpm.livna.org/livna-release-6.rpm
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
1。yum --enablerepo=livna-testing install kmod-nvidia
2。更改/etc/X11/xorg.conf配置文件
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 20 16:56:19 PDT 2006
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
# Enable 32-bit ARGB GLX Visuals
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "DisableGLXRootClipping" "True"
Option "AddARGBGLXVisuals" "True"
# Uncomment me if you get black screens with Compiz
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
3.重启计算机
4。选择 “系统” “首选项” “desktop effects” 选择 “enable”
可以参见http://www.linuxsir.cn/bbs/showthread.php?t=278067帖子
默认基本快捷键
* 打开主菜单 = Alt + F1 * 运行 = Alt + F2
* 显示桌面 = Ctrl + Alt + d
* 最小化当前窗口 = Alt + F9
* 最大化当前窗口 = Alt + F10
* 关闭当前窗口 = Alt + F4
* 截取全屏 = Print Screen
* 截取窗口 = Alt + Print Screen 默认特殊快捷键
* 窗口展示 = F12
* 切换窗口 = Alt + Tab
* 旋转3D桌面 = Ctrl + Alt + 左/右箭头(也可以把鼠标放在标题栏或桌面使用滚轮切换)
* 旋转3D桌面( 活动窗口跟随) = Ctrl + Shift + Alt + 左/右箭头
* 手动旋转3D桌面 = Ctrl + Alt + 左键单击并拖拽桌面空白处
* 窗口透明/不透明 = possible with the “transset” utility or Alt + 滚轮
* 放大一次 = 超级键 + 右击
* 手动放大 = 超级键 + 滚轮向上
* 手动缩小 = 超级键 + 滚轮向下
* 移动窗口 = Alt + 左键单击
* 移动窗口时贴住边框 = 左键开始拖动后再 Ctrl + Alt
* 调整窗口大小 = Alt + 中击 * Bring up the window below the top window = Alt + middle-click
* 动态效果减速 = Shift + F10
* 水纹 = 按住 Ctrl+超级键
* 雨点 = Shift-F9
* 桌面展开= Ctrl + Alt + 下箭头,然后按住 Ctrl + Alt 和左/右箭头选择桌面
其他的问题可以参见 http://www.mjmwired.net/resources/mjm-fedora-fc6.html
如果3D功能功能正常 大家可以下载如下:
http://users.skynet.be/sarthun/f ... re-0.1.1-1.i386.rpm
http://users.skynet.be/sarthun/f ... el-0.1.1-1.i386.rpm
http://users.skynet.be/sarthun/f ... us-0.1.1-1.i386.rpm
http://users.skynet.be/sarthun/f ... er-0.1.1-1.i386.rpm
http://users.skynet.be/sarthun/f ... ns-0.1.1-1.i386.rpm
http://users.skynet.be/sarthun/f ... gs-0.1.1-1.i386.rpm
http://users.skynet.be/sarthun/f ... ld-0.1.1-1.i386.rpm
http://users.skynet.be/sarthun/f ... el-0.1.1-1.i386.rpm
http://users.skynet.be/sarthun/f ... es-0.1.1-1.i386.rpm
rpm -ivh beryl-*
rpm -ivh emerald-*
这是另外一种3D桌面功能 我觉得比fc6 自带的功能强大
在beryl-manager里可以设置 个性的3D桌面
开启方法在“终端”运行“beryl-start”
///////////////////////////
我是FC6 ,内核2.6.18-1.2798.fc6,就是按照这种方法安装的驱动,使用这个配置,然后一切ok!
希望大家不要急,一步一步 的来。 |
|