I’ve had a weird issue. My Kubuntu install would never start Xorg. I could boot to recovery, then make it “resume normal boot”. But it would never boot on its own. I pinned the issue on graphics drivers.
My Graphics Processor is Nvidia GeForce 8400 GS
Latest Ubuntu 32 bit display driver (as of Jan 23, 2012)
This downloads a 32 MB executable file NVIDIA-Linux-x86-290.10.run
Boot to Ubuntu recovery, navigate to the folder containing NVIDIA-Linux-x86-290.10.run
First install binaries required to rebuild kernel:
sudo apt-get install build-essential[/code]
Then install the driver:
sh NVIDIA-Linux-x86-290.10.run[/code]
Now you can start X with:
sudo /etc/init.d/kdm start[/code]
Add Nvidia module to start with
kdesudo kate /etc/modules[/code]Add a line "nvidia" on a new line
Once Nvidia drivers are installed, you can configure them with:kdesudo nvidia-settings[/code]For more instructions, refer the following:
https://help.ubuntu.com/community/NvidiaManual
Joel G Mathew, known in tech circles by the pseudonym Droidzone, is an opensource and programming enthusiast.
He is a full stack developer, whose favorite languages are currently Python and Vue.js. He is also fluent in Javascript, Flutter/Dart, Perl, PHP, SQL, C and bash shell scripting. He loves Linux, and can often be found tinkering with linux kernel code, and source code for GNU applications. He used to be an active developer on XDA forums, and his tinkered ROMS used to be very popular in the early 2000s.
His favorite pastime is grappling with GNU compilers, discovering newer Linux secrets, writing scripts, hacking roms, and programs (nothing illegal), reading, blogging. and testing out the latest gadgets.
When away from the tech world, Dr Joel G. Mathew is a practising ENT Surgeon, busy with surgeries and clinical practise.