i810 und TVout Probleme

Jens Mohr jens.mohr at congster.de
Wed Aug 22 18:22:40 UTC 2007


Hallo Zusammen,

ich habe Probleme mit dem i810 Treiber und dem TVout nach dem Switch von FC6 
nach Fedora 7.

Am Barbone hängt nur ein TV über SVIDEO.

Zum Einsatz kommt ein Barbone MSI "Hetis 865GV-E Giga"

00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated 
Graphics Controller (rev 02) (prog-if 00 [VGA])
        Subsystem: Micro-Star International Co., Ltd. Unknown device 7650
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at f0000000 (32-bit, prefetchable) [size=128M]
        Memory at ffe80000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at ec00 [size=8]
        Capabilities: [d0] Power Management version 1

Das Problem geht schon bei der Installation los unter FC6 keine Probleme Bild  
über svideo vorhanden unter FC7 nur senkrechte Streifen (es scheint das 
Sync-Signal nicht zu stimmen). Habe dann mit mit einem Monitor installiert 
und alte xorg.conf eingespielt. Wie gehabt, sich bewegende, senkrechte 
Streifen. Zurück zu FC6 alles ok.

xorg.conf:

------------------------------------------------------------------------------------------------
 # Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor 800x600"
        #HorizSync    31.5 - 48.5
        #VertRefresh  50.0 - 60.0
        Option      "dpms"
interlace -hsync -vsync
EndSection

Section "Device"
        Identifier   "Videocard0"
        Driver       "i810"
        VendorName   "Videocard vendor"
        BoardName    "Intel 865"
        Option       "MonitorLayout" "TV"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

------------------------------------------------------------------------------------------------

Nun meine Frage gibt es irgend welche tiefer greifenden Änderungen im i810 
Treiber?




More information about the Fedora-de-list mailing list