Hi
I'm a newbie and I just install Fedora 7.
I used this link to install driver for nvidia for my asus n6200
http://www.linuxforums.org/forum/red...ia-driver.html
Code:
su -
yum install kmod-nvidia xorg-x11-drv-nvidia
nvidia-config-display enable
service nvidia restart
First problem is that if I do system-config-display the maximum resolution that I have is 1280x1024, unknow monitor and unknow graphic card.
Second, when I boot I can see the nvidia logo, but how I know if is correctly install and if it is this driver that is running right now.
Third, the only way I know right now to change my monitor refresh rate is to go to Configure desktop > Display > refresh rate. But the problem is that I only have 50hz. How can I change and add more rate?
Code:
cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
# This is the config used from Samsung SyncMaster 750S White 17" CRT Monitor
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor Samsung 750s"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
thx