I am new to Linux and loving it. I need to find graphics driver for the on board graphics card in the COMPAQ SG3100Uk
pc. any help please



Husse wrote:Please always provide details of the computer - this time I'm pretty certain it has Intel 950 VGA - another time it's more than likely not possible to find out.
It should have the driver already installed, and it's (probably) called intel
There are a few variations but....

xserver-xorg-video-intelgksudo gedit /etc/X11/xorg.confkdesu kate /etc/X11/xorg.conf

Husse wrote:See - it is a 945 even though I found it to be a 950 (maybe the same - not sure at all) This shows the importance of facts.
You should have the
- Code: Select all
xserver-xorg-video-intel
driver I think. Open Synaptic (Package manager) and search for it.
If it's not installed install it.
If it's installed change xorg.conf so that the driver is intel
For gnome
- Code: Select all
gksudo gedit /etc/X11/xorg.conf
For KDE
- Code: Select all
kdesu kate /etc/X11/xorg.conf
Find Section "Device" and change driver from "vesa" to "intel"

Users browsing this forum: No registered users and 11 guests