Quote:
Originally Posted by devils casper I asked for contents of /etc/X11/xorg.conf file.
Anyways, you have to install Nvidia Driver.
Execute this Code: su -
rpm -Uhv http://rpm.livna.org/livna-release-8.rpm
yum -y install kmod-nvidia
init 3
nvidia-config-display enable
Reboot machine. | please find the contents of xorg.conf file.
*********************************************
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1400x1050" "1360x768" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480"
EndSubSection
EndSection
******************************************
one more thing. i have already enabled livna release 9.So do you still want me to got through the above command? |