Link to home
Start Free TrialLog in
Avatar of waffe
waffeFlag for United States of America

asked on

Intel® GMA X4500HD Drivers / Software?

Hi,

I have been using nvidia cards for awhile now on Linux. First I would set the drive active and then there would be the "NVIDIA X Server Settings" - ok.

So where is all this for the intel video cards? How do I know I running the correct driver and how do Interface with the cards settings?

For one, I do not have output via the DVI port, I only have output via the HDMI port.

Thanks,
waffe
Avatar of ai_ja_nai
ai_ja_nai
Flag of Italy image

you should look for xorg drivers for Intel (xf86-video-intel), available in your distro repositories or at http://intellinuxgraphics.org/ and make sure they are used in your xorg.conf

which distro do you have?
Avatar of waffe

ASKER

I am using Ubuntu.

It looks like my xorg.conf file is using an intel driver. Here is part of my xorg.conf file:

Section "Monitor"
        #DisplaySize      700   390     # mm
        Identifier   "Monitor0"
        VendorName   "BBY"
        ModelName    "DYNEX LCD TV"
        HorizSync    15.0 - 80.0
        VertRefresh  48.0 - 76.0
        #Option          "TV Format" "720p"
        #Option          "Left" "35"
        #Option          "Top" "30"
        #Option          "Bottom" "22"
        #Option          "Right" "42"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        VendorName  "Intel Corporation"
        BoardName   "4 Series Chipset Integrated Graphics Controller"
        BusID       "PCI:0:2:0"
EndSection

 Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


Any clue on how I get the DVI port working? I see there is now GUI interface with the intel driver.

Thanks,
waffe
Ok, first you are already using the community intel driver supplied by default with the system.
Maybe you should look out for the proprietary drivers
SOLUTION
Avatar of Callandor
Callandor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of waffe

ASKER

"Maybe you should look out for the proprietary drivers"

So the driver I am using is not the latest and greatest? So I shoud go here http://intellinuxgraphics.org/install.html and follow these directions?

"You can convert HDMI to DVI with a simple adapter - do you have both being output from the onboard graphics chip?"

Yes the both are from the onboard graphics chip. The DVI port works but it does not display any kind of bios or boot screen, this is why I thought it was not working, but once I let it boot into linux the DVI port works.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of waffe

ASKER

Thanks ai_ja_nai,

I am almost with it - so where can I find the proprietary driver and the community drivers? So I have a community driver installed? How? I didn't do any installation.

waffe
Well, the installer did it for you. Didn't you think that the installer would have let you go away with a black unconfigured screen? ;)
Ubuntu uses oly community drivers, as long as it  can.

Go to System->Administrator->Hardware Driver. If there are known compatible proprietary drivers, you'll find there
Avatar of waffe

ASKER

OK, and thanks for being so patient with me - somethings take time.

I went to Go to System->Administrator->Hardware Driver and no drivers show up.

I have leaned, and can see, that the current driver I am using produces very poor DVD output; I can see lines flipping up or down when a shot moves one to another; and there are horizontal lines during fast motion. I guess intel drives have regressed at the moment. I have read a few tweeks that might help. Hopefully there will be a new driver soon!

Thanks again,
waffe