I've experienced trouble waking up the machine from"Suspend (to RAM)" so I decided to install and configure the Nvidia drivers on AntiX 15 for my 32-bit processor HP laptop, dating back to 2007, with Win7 in dual-boot.
I've followed a guide based on 64-bit Debian Jessie (Antix is based off of Debian, after all) but the installation didn't go as expected and on reboot I lost the GUI desktop, now I'm left with a CLI AntiX and…I'm not comfortable with it! Can you please show me a more specific guide, tailored to AntiX 15, that can help me recover the GUI desktop and configure the Nvidia drivers, please?
This is what happened in the Terminal while installing the Nvidia drivers, when I still had the desktop i.e. ROX-fluxbox:
Code: Select all
$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G72M [GeForce Go 7400] [10de:01d8] (rev a1)
$ sudo nano / etc / apt / sources.list
Code: Select all
#Debian 8 Jessie
deb http://http.debian.net/debian/ jessie main contrib non-free
Code: Select all
$ sudo apt-get update
$ sudo apt-get install nvidia-driver
$ sudo apt-get install nvidia-xconfig
- This system has an out-dated Nvidia graph card but you can use Nouveau instead. To use Nouveau you first need to remove Nvidia's configuration from xorg.config. Install Nvidia drivers even if they're not supported? Yes
- There's a conflict between the free kernel of Nouveau and the proprietary kernel for Nvidia. To correct this conflict reboot the system once the install is completed
- You need to MANUALLY configure the Nvidia drivers in xorg.config, see the package's manual (← how do I manually configure it?)
Code: Select all
$ sudo nvidia-xconfig
WARNING: Unable to locate/open X configuration file.
Package xorg-server was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-server.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-server' found
New X configuration file written to '/ etc / X11 / xorg.conf'