LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   VLC/Totem uses which graphics driver (https://www.linuxquestions.org/questions/debian-26/vlc-totem-uses-which-graphics-driver-495763/)

arnuld 10-26-2006 09:44 AM

VLC/Totem uses which graphics driver
 
i am using Debian Sarge, before that i was using "Fedora Core 4". when i installed xine on FC-4, playback was very slow like "a replay" as "Xv drivers" for my motherboard ASUS K8V-MX do not exist in Linux 2.6 kernel of FC-4 .

now on Sarge. with VLC & Totem videos work fine. I want to know the graphic-drivers used by VLC/Totem on my Sarge. how can i do that?

"arnuld"
http://arnuld.blogspot.com


(by the way, i installed "google earth" on Sarge & it complained that it could not find drivers & hence using "OpenGL driver instead". just to give you the extra information)

JimBass 10-27-2006 08:17 PM

Totem doesn't touch the drivers as far as I know. The drivers for your video card are set in the Xfree86 configuration file on Sarge. All the other versions of Debian have moved on the Xorg from Xfree. It has been a while since I used Xfree, and I'm forgetting where the config file went. I will guess it might be in /etc/X11/, but could be wrong. Search for the name xfree or Xfree in file names, and you'll see it. The graphics driver will be identified in plain text in that file.

Peace,
JimBass

farslayer 10-27-2006 10:33 PM

cat /etc/X11/XF86Config-4 | grep Driver

That should return a list of "drivers" one of which you are using for video..

Code:

debian:~# cat /etc/X11/XF86config-4 | grep Driver
        Driver          "keyboard"
        Driver          "mouse"
        Driver          "nvidia"
debian:~#

If you have an nvidia or ATI Graphics card, they both provide Proprietary drivers that will add accellerated 3D support to your system.


All times are GMT -5. The time now is 07:34 AM.