LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   graphics driver (https://www.linuxquestions.org/questions/linux-newbie-8/graphics-driver-770100/)

linuxt 11-18-2009 09:22 PM

graphics driver
 
need intel 845gv driver for linux enterprise 5 and also how to use it.

exvor 11-18-2009 09:36 PM

Welcome to Linux Questions!

That driver should be included with your X windows installation. You can check to see if it is running by going to /etc/X11/xorg.conf and looking for the line that contains the video card. Should look like something below.

Code:

Section "Device"
    Identifier  "Name of Monitor"
    Driver      "i810"
    VideoRam    65536
    Option    "XVideo"        "On"
    Option    "DevicePresence"    "On"   
EndSection

I found this by doing a google search for xorg.conf and the name of your video card it brought me to another LQ posting link is here http://www.linuxquestions.org/questi...aphics-393687/

linuxt 12-14-2009 11:26 PM

Thanks


All times are GMT -5. The time now is 01:05 AM.