Jump to content

For linux users


Recommended Posts

I got this tidbit of into from the ubuntu howto webpage. the webpage is found Here and it works 100%. Now my screensavers rock. If Rocky would be so kind as to setup a Linux forum so i and others can help those who want to try or setup a linux partition.

How to install Graphics Driver (NVIDIA)

* Read #General Notes

* Read #How to add extra repositories

sudo apt-get install nvidia-glx nvidia-kernel-common

sudo nvidia-xconfig

* Should the above not enable the new driver, you can enable it manually by opening the X config file:

sudo gedit /etc/X11/xorg.conf

* and replacing "nv" with "nvidia"

* Read #How to restart GNOME without rebooting computer

* Enable XvMC by creating the nVidia XvMC configuration file

sudo gedit /etc/X11/XvMCConfig

* Insert the following line into the new configuration file, to tell the players the name of the nVidia XvMC shared library:

libXvMCNVIDIA_dynamic.so.1

* To use XvMC to accelerate video playback, use the following flags. See [[2]] for more details.

xine -V xxmc filename.ts

mplayer -vo xvmc -vc ffmpeg12mc filename.ts

Notes; sudo is a command to get a user to execute a command reserved for the secured root user. you will be prompted to enter the password you gave when you installed ubuntu.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...