You are not logged in.

#1 2009-03-02 17:44:38

tagscott
Member
Registered: 2009-03-02
Posts: 2

intel d945gclf2 board with no tv-out

I have been working with this board ever since i got it trying to get the Tv-out to work properly. I am currently using LinHES version 6.00.06. It is based on Arch. Its been slow going since ive had to learn my way around Arch at the same time. Im familiar with pacman now & have been playing with Arch AUR packages. I found the bugs in the intel driver that relate to the non-working TV-out. But these should have been fixed in version 2.6.2 which i have installed with their dependencies. I am still getting some screen rolling, but it varies. Sometimes faster or slower and at different resolutions. I think i may just have a wrong xorg.conf file. I tried several of the X configs listed on Arch's wiki, but no avail. Does any one have a working xorg.conf for the tv-out only that can use or look at to help me out. Many thanks.

Tagscott

Offline

#2 2009-03-28 15:17:06

xxxspuddy
Member
Registered: 2007-05-15
Posts: 57

Re: intel d945gclf2 board with no tv-out

I'm using the atom board as my bedroom mythtv frontend, had a hard time getting it work, but eventually got it to work by grabbing an svn snapshot of the xf86-video-intel-2.6.1 driver, but the s-video out also works using the xf86-video-intel-newest package from AUR.  I'm running xorg-server 1.5.3-4.

xorg.conf below:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
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   "82945G/GZ 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

HTH


A temporary file is just a pipe with an attitude and a will to live.

Offline

#3 2009-05-04 01:59:08

dyfrgi
Member
Registered: 2009-02-13
Posts: 12

Re: intel d945gclf2 board with no tv-out

According to the Intel driver release notes, video out on this board was fixed in the xf86-video-intel 2.7.0 release.

Offline

Board footer

Powered by FluxBB