NVIDIA issues fixed on Fedora 16

This week, I upgraded from Fedora 15 to Fedora 16 on my Dell XPS M1530 laptop. This laptop has a 256 MB NVIDIA 8600M GT graphics card. The default driver for NVIDIA cards that came with the installation was nouveau. Nouveau is an open source driver for NVIDIA graphics cards and is under development. Things are becoming better and better with nouveau. I ran gnome-shell for some time with the nouveau driver. 3d rendering worked nicely and without any latency. I did not find any other issue except for some overheating issues. So, I decided to switch to the NVIDIA’s proprietary driver. ...

November 12, 2011 · 2 min · Ratnadeep Debnath

Installed Fedora 12 on Dell XPS M1530 :)

Yesterday, I finally completed downloading the Fedora 12 i686 DVD iso. I then tried to install Fedora 12 from iso, as I did when I installed Fedora 11 from its ISO image. But this time, when it came to customizing the packages, it was asking for a network connection to get the softwares from the online repositories ( when no Install Disc was inserted) and when I kept the F11 DVD inserted in my laptop, it took the package list from the F11 DVD. Didn’t expect that. ...

November 24, 2009 · 3 min · Ratnadeep Debnath

Fedora 10 issues with X Server

Exams ended, and today in the morning I was heading as fast as I can towards my Mess to get my hands on the Fedora 10 DVD. Also I had to fix some issues regarding another Fedora 10 installation in my friend’s notebook, which is a Compaq Presario with Nvidia graphics card. The thing that I found there was that his X-server was not running. I tried to peek into the xorg.conf but in vain, it was not there. Then I tried to boot using the kernel option vga=0X318 and then Plymouth started working. I was impressed by the booting screen. Alas! It again landed on the CLI, but this time it was much more crisp (might be due to Plymouth). I did google a bit on the issue regarding xorg.conf not present in Fedora 10, I stepped across a method to create the xorg.conf file. I then did the following steps: 1)$ su -c “yum install system-config-display” 2)$Xorg -configure :1 it created a new file xorg.conf.new in the current directory. 3)Then I pasted the file as xorg.conf in /etc/X11/ and tried to invoke the X-server, it failed…saying that display not comatible. ...

December 19, 2008 · 2 min · Ratnadeep Debnath