MaDxCrEaM wrote:Whenever I have had this issue meaning having to re-install nvidia driver, I would delete /etc/X11/xorg.conf file and it would boot into gui fine, then I would use sgfxi to install nvidia drivers.
Thanks for the help so far, I was able to get sgfxi installed..now I am back to 1024x768 resolution..nvidia control panel is now gone..due to sgfxi I guessing.
My next query is..how do I edit xorg.conf so my resolution can be 1280x1024? Right now under the Monitors tool/app, the max resolution I have listed in 1024x768.
After running sgfxi, do I have to run anything else or install anything via Synaptic so I am able to get my res to 1280x1024?
Thanks for the help again.
UPDATE : I just solved my resolution issue. I copied the Monitor section of my XF86Config file from my LMDE 32 install and pasted it into my xorg.conf Monitor section for my LMDE 64..now I have resolutions to select all the way up to 1280x1024 in the Monitors tool/app

copied all of below and pasted to xorg.conf :
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8200"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1280x1024 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Might help some other community members out there..with resolution issues after installing LMDE64 with Nvidia graphics. I kinda got lucky I suppose since I am also using LMDE32 on same machine. That is an extra long step I suppose..install the 32bit LMDE on a system first..just to get the monitor/video related data in the XF86Config file..then install LMDE 64bit. If I installed complete from scratch..dunno if I would have resolved right away.