<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Anyone know what the equivalent file would be called on Mythbuntu 8.04?<br>

 &nbsp;(.Xclients is not on my system)<br>
</blockquote></div><br>You can put stuff in the /home/mythusername/.xinitrc on Mythbuntu 8.04. I would just run nvidia-settings when you are logged in. Then you can set things how you want without having to guess. It will save the settings to a file in your home directory called .nvidia-settings-rc. To get nvidia-settings to load the settings in this file when you log in I just put &quot;nvidia-settings -l&quot; in my ~/.xinitrc<br>
<br>Also on Mythbuntu there is a directory /etc/X11/Xsession.d where scripts are stored that should run when X starts. You could name your script 98nvidia-settings or whatever you want. The number will be used to determine the order that the scripts are run, 98 will put it as the next to last to run. I haven&#39;t tried running nvidia-settings in here but it should work. <br>