<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>blog.johanv.org (Berichten over nvidia)</title><link>https://blog.johanv.org/</link><description></description><atom:link href="https://blog.johanv.org/categories/nvidia.xml" rel="self" type="application/rss+xml"></atom:link><language>nl</language><copyright>Contents © 2025 &lt;a href="https://blog.johanv.org/pages/contact/"&gt;Johan Vervloet&lt;/a&gt; 
&lt;a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"&gt;
&lt;img alt="Creative Commons License BY-NC-SA"
style="border-width:0; margin-bottom:12px;"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"&gt;&lt;/a&gt;</copyright><lastBuildDate>Wed, 29 Oct 2025 18:31:22 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Dell Precision M4500, Debian Wheezy en nVidia drivers</title><link>https://blog.johanv.org/posts/old/node-191/</link><dc:creator>Johan Vervloet</dc:creator><description>&lt;div&gt;&lt;p&gt;Dit weekend installeerde ik Debian Wheezy op mijn Dell Precision M4500
laptop. Deze laptop heeft een nVidia Corporation GT215 [Quadro FX 1800M]
grafische kaart, en net zoals bij ongeveer elke mogelijke
Linuxdistributie, blijft de nouveau-schermdriver iedere X tijd hangen,
waardoor het systeem niet meer reageert. (Zie deze &lt;a class="reference external" href="https://bugzilla.redhat.com/show_bug.cgi?id=754882"&gt;bug in
Fedora&lt;/a&gt;, maar ik
vermoed dat elke distributie een analoge bug zal hebben.)&lt;/p&gt;
&lt;p&gt;Dus ben
ik wel verplicht om de freedom hating proprietary driver te installeren.
Ik haalde de inspiratie op de &lt;a class="reference external" href="http://wiki.debian.org/NvidiaGraphicsDrivers"&gt;Debian
Wiki&lt;/a&gt;; op deze manier
werkt het:&lt;/p&gt;
&lt;pre class="literal-block"&gt;apt-get install linux-headers-`uname -r` #dit is misschien niet nodig
apt-get install nvidia-kernel-dkms nvidia-settings&lt;/pre&gt;
&lt;p&gt;en
zet het volgende in
&lt;code class="docutils literal"&gt;/etc/X11/xorg.conf&lt;/code&gt;:&lt;/p&gt;
&lt;pre class="literal-block"&gt;Section "Module"
    Load        "glx"
EndSection
Section "Device"
    Identifier  "Video Card"
    Driver              "nvidia"
EndSection&lt;/pre&gt;
&lt;p&gt;Rebooten,
en dat is dat.&lt;/p&gt;&lt;/div&gt;</description><category>debian</category><category>linux</category><category>nvidia</category><guid>https://blog.johanv.org/posts/old/node-191/</guid><pubDate>Mon, 27 Feb 2012 20:24:11 GMT</pubDate></item><item><title>Dell Precision M4500, fedora, nvidia and dual screen</title><link>https://blog.johanv.org/posts/old/node-178/</link><dc:creator>Johan Vervloet</dc:creator><description>&lt;div&gt;&lt;p&gt;I was experiencing some problems with my dual screen setup on my Dell
Precision M4500 notebook with Fedora 15. Now that I finally have it up
and running, I thought I might share my configuration as
well.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; You have to enable the
&lt;a class="reference external" href="http://rpmfusion.org/"&gt;rpmfusion&lt;/a&gt; repositories.&lt;/p&gt;
&lt;p&gt;When using the
'free as in freedom' nouveau driver, I experienced a lot of system
hangs. I guess this is due to &lt;a class="reference external" href="https://bugzilla.redhat.com/show_bug.cgi?id=618143"&gt;Fedora bug
618143&lt;/a&gt;. So I
installed the freedom hating NVidia driver as
follows:&lt;/p&gt;
&lt;pre class="literal-block"&gt;su -c "yum install akmod-nvidia xorg-x11-drv-nvidia"&lt;/pre&gt;
&lt;p&gt;I
think I have to install &lt;em&gt;akmod-nvidia&lt;/em&gt; instead of &lt;em&gt;kmod-nvidia&lt;/em&gt; because
F15 is still in beta, but I am not sure about that.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; The following doesn't apply anymore for recent versions of
Fedora. If you have troubles with your display configuration, I recommend
trying &lt;a class="reference external" href="http://christian.amsuess.com/tools/arandr/"&gt;arandr&lt;/a&gt;. It allows
saving your configuration as a shell script, which is cool.&lt;/p&gt;
&lt;p&gt;The
&lt;em&gt;nvidia-settings&lt;/em&gt; tool seems very buggy, and I didn't manage to generate
a &lt;em&gt;xorg.conf&lt;/em&gt; file. Luckily I had an old file, which worked fine. I put
the following in
&lt;code class="docutils literal"&gt;/etc/X11/xorg.conf&lt;/code&gt;:&lt;/p&gt;
&lt;pre class="literal-block"&gt;Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us_intl"
    Option         "XkbModel" "pc105"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL 2009W"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro FX 1800M"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Videocard0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "CRT: nvidia-auto-select +0+0, DFP: nvidia-auto-select +1680+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection&lt;/pre&gt;
&lt;p&gt;(My
external screen is placed at the left of my laptop. If your
configuration is different, I guess you'l have to do some tweaking.)&lt;/p&gt;&lt;/div&gt;</description><category>fedora</category><category>linux</category><category>nvidia</category><guid>https://blog.johanv.org/posts/old/node-178/</guid><pubDate>Mon, 16 May 2011 18:06:18 GMT</pubDate></item><item><title>Fedora/NVidia font problem</title><link>https://blog.johanv.org/posts/old/node-166/</link><dc:creator>Johan Vervloet</dc:creator><description>&lt;div&gt;&lt;p&gt;A quick fedora/nvidia tip:&lt;/p&gt;
&lt;p&gt;After installing the evil and freedom
hating nvidia-drivers on my Fedora system, a lot of font sizes magically
increased. It seems you can fix this (per user) by clicking ‘System’,
‘Preferences’, ‘Appearance’. Click the ‘fonts’ tab, then the ‘details’
button, and change the resolution back to 96 dpi.&lt;/p&gt;
&lt;p&gt;You can probably
change this in some configuration file as well. If you know how, please
let me know.&lt;/p&gt;&lt;/div&gt;</description><category>fedora</category><category>linux</category><category>nvidia</category><category>tips</category><guid>https://blog.johanv.org/posts/old/node-166/</guid><pubDate>Tue, 01 Mar 2011 16:14:17 GMT</pubDate></item></channel></rss>