Thanks again...the fix worked. My only issuse now is the default resolution. I have my LMCE box connected DVI/HDMI to my tv which has a native resolution of 1366x768. When I run through the AV Wizard, I don't have the option to select this resolution, so when I have MCE up and running, I have to scroll to the left/right to see the entire screen. Any idea?
Thanks Again
I have 1366x768@66hz running fine...
Do the following:
Boot into KDE and download the latest driver from Nvidia to the desktop.
Or press this link:
http://us.download.nvidia.com/XFree86/Linux-x86/169.07/NVIDIA-Linux-x86-169.07-pkg1.runNow press CTRL + ALT + F1 and log in with linuxmce/linuxmce if you are on the core or just root if you are on a MD.
Shutdown X to install driver by typing:
sudo telinit 1
CD to your desktop...
On the Core:
cd /home/linuxmce/Desktop
On a MD:
cd Desktop
Install the driver by typing:
sudo sh drivername (I just type sudo sh nv and press TAB and the rest of the name writes itself)
Follow the installation wizard, choose No to continue on the first and yes to all the rest...
Reboot by typing:
sudo shutdown -r now
Hold shift while booting to enter AvWizard and if you dont see it, press 1 on the keyboard to choose DVI.
Choose a simple resoluting. 640x480 is fine... You probably get this one anyway...
Start KDE desktop after the rebuild.
Press the KDE Start button and select Run Command
Type:
sudo kate /etc/X11/xorg.conf
Edit only the following sections: Monitor, Device and Screen.
This is what I have in mine:
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "Unknown Vendor Name"
BoardName "Unknown Board Name"
Option "LinearAlloc" "16384"
#BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Modes "1366x768"
Virtual 1366 768
EndSubSection
Option "TVStandard" "1366x768"
EndSection
When you are done, save the file and reboot