Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Getting tv-out to work with intel 855GM
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Sloden
Tux's lil' helper
Tux's lil' helper


Joined: 30 Dec 2004
Posts: 93
Location: Nidaros: Card Board Box, Second Floor

PostPosted: Thu Oct 20, 2005 9:48 pm    Post subject: Getting tv-out to work with intel 855GM Reply with quote

I've been trying to get my tv-out working, but to no luck. I can't seem to get the slightest contact with my tv.

My xorg.conf:
Code:

Section "ServerLayout"
   Identifier     "Atlantis"
   Screen      0  "Screen0" 
   Screen      1  "Screen1" LeftOf "Screen0"
   InputDevice   "Usbmouse" "CorePointer"
        InputDevice   "Touchpad" "SendCoreEvents"
   InputDevice     "Keyboard0" "CoreKeyboard"
   Option  "BlankTime"  "5"  # Blank the screen after 5 minutes (Fake)
   Option  "StandbyTime"  "10"  # Turn off screen after 10 minutes (DPMS)
   Option  "SuspendTime"  "20"  # Full suspend after 20 minutes
   Option  "OffTime"  "30"  # Turn off after half an hour
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath   "/usr/share/fonts/75dpi/:unscaled"
     FontPath   "/usr/share/fonts/100dpi/:unscaled"
      FontPath   "/usr/share/fonts/100dpi"
#      FontPath   "/usr/share/fonts/75dpi"
#      FontPath   "/usr/X11R6/lib/X11/fonts/CID"
#     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"
#      FontPath   "/usr/share/fonts/TTF"
      FontPath   "/usr/share/fonts/Type1"
      FontPath   "/usr/share/fonts/artwiz"
      FontPath   "/usr/share/fonts/corefonts"
      FontPath   "/usr/share/fonts/cyrillic"
#      FontPath   "/usr/share/fonts/encodings"
      FontPath   "/usr/share/fonts/freefont"
#      FontPath   "/usr/share/fonts/local"
      FontPath   "/usr/share/fonts/misc"
      FontPath   "/usr/share/fonts/terminus"
      FontPath   "/usr/share/fonts/ttf-bitstream-vera"
      FontPath   "/usr/share/fonts/ukr"
#      FontPath   "/usr/share/fonts/unifont"
#      FontPath   "/usr/share/fonts/util"
EndSection

Section "Module"
#   Load  "extmod"
   SubSection "extmod"
      Option "omit xfree86-dga"
   EndSubSection
#   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
#   Load  "GLcore"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"
   Option       "CoreKeyboard"
   Option      "XkbRules"   "xorg"
#   Option       "XkbModel   "pc105"
   Option       "XkbLayout"   "no"
EndSection

Section "InputDevice"
     Identifier      "Touchpad"
#     Driver         "mouse"
#     Option          "Device"   "/dev/input/mice"
     Driver          "synaptics"
     Option        "Protocol"        "auto-dev"
     Option          "Device"        "/dev/input/event1"
     Option          "SendCoreEvents" "yes"
     Option          "ZAxisMapping"  "4 5"
     Option          "UpDownScrolling" "1"
     Option          "CircularScrolling" "1"
     Option          "CircScrollDelta" "0.4"
     Option          "CircScrollTrigger" "7"
     Option         "LeftEdge" "1700"
     Option          "TopEdge" "1700"
     Option          "RightEdge" "5300"
     Option          "BottomEdge" "4200"
     Option          "FingerLow" "10"
     Option          "FingerHigh" "10"
     Option          "MaxTapTime"    "0"
     Option          "MaxTapMove"    "0"
     Option          "MaxDoubleTapTime" "0"
     Option        "EmulateMidButtonTime" "75"
     Option          "VertScrollDelta"  "0"
     Option        "HorizScrollDelta" "0"
     Option          "MinSpeed"      "0.02"
     Option          "MaxSpeed"      "0.18"
     Option          "AccelFactor"   "0.0007"
     Option          "SHMConfig"     "on"
     Option        "TouchpadOff"   "2"
     Option        "RTCornerButton" "0"
     Option        "RBCornerButton" "0"
     Option        "LTCornerButton" "0"
     Option        "LBCornerButton" "0"
#     Option          "Protocol"      "ImPS/2"
#     Option          "CorePointer"   "true"
EndSection

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



Section "Monitor"
   Identifier   "laptoplcd"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   Option "DPMS" "true"
EndSection

Section "Monitor"
   Identifier   "mytv"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   Option "DPMS" "true"
   HorizSync     31-60
   VertRefresh   50
EndSection

Section "Device"
   Option      "RenderAccel"    "true"
        Option      "DRI"            "True"   # [<bool>]
        Option      "PageFlip"      "True"    #[<bool>]
   Option        "AGPMode"       "4"
   Option      "ActiveDevice" "true"
   Identifier  "Card0"
   Driver      "i810"
   VendorName  "Intel Corp."
   BoardName   "82852/855GM Integrated Graphics Device"
   VideoRam    32768
   BusID       "PCI:0:2:0"
   Screen      0
EndSection



Section "Device"
   Option      "MonitorLayout"     "CRT,LFP"
   Option      "VBERestore"        "false"
   Option      "DevicePresence"    "true"
   Option      "ConnectedDevice"   "true"
   Option      "ActiveDevice"      "true"
   Identifier  "Card1"
   Driver      "i810"
   VendorName  "Intel Corp."
   BoardName   "82852/855GM Integrated Graphics Device"
   VideoRam    32768
   BusID       "PCI:0:2:1"
   Screen      1
EndSection

Section "Device"
   Identifier  "Card2"
   Option      "MonitorLayout"     "TV,LFP"
   Option      "VBERestore"        "false"
   Option      "DevicePresence"    "true"
   Option      "ConnectedDevice"   "true"
   Option      "ActiveDevice"      "true"
   Driver      "i810"
   VendorName  "Intel Corp."
   BoardName   "82852/855GM Integrated Graphics Device"
   VideoRam    32768
   BusID       "PCI:0:2:1"
   Screen      1
EndSection

Section "DRI"
   Group 0
   Mode 0666
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "Screen"
   Identifier "Screen0"
   DefaultDepth  24
   Device     "Card0"
   Monitor    "laptoplcd"
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   DefaultDepth  24
   Device     "Card2"
   Monitor    "mytv"
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Modes "1024x768" "800x600" "640x480"
      Depth     24
   EndSubSection
EndSection




Things from my Xorg.log:
Code:

(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "laptoplcd"
(**) |   |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "mytv"
(**) |   |-->Device "Card2"


(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
        i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G
(II) Primary Device is: PCI 00:02:0
(--) Chipset 852GM/855GM found
(--) Chipset 852GM/855GM found

(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 12288 kB
(II) I810(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics Chip Accelerated VGA BIOS
(II) I810(0): VESA VBE OEM Software Rev: 1.0
(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
(II) I810(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE Graphics Controller
(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) I810(0): BIOS now sees 12288 kB VideoRAM
(--) I810(0): Pre-allocated VideoRAM: 8060 kByte
(**) I810(0): VideoRAM: 32768 kByte
(==) I810(0): video overlay key set to 0x101fe
(**) I810(0): page flipping enabled
(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
(II) I810(0): BIOS Build: 2991
(==) I810(0): Device Presence: disabled.
(WW) I810(0): Primary Pipe is B, switching off second monitor (0x800)
(==) I810(0): Display Info: enabled.
(II) I810(0): Broken BIOSes cause the system to hang here.
              If you encounter this problem please add
                 Option "DisplayInfo" "FALSE"
              to the Device section of your XF86Config file.
(II) I810(0): Display Info: CRT: attached: FALSE, present: TRUE, size: (800,600)
(II) I810(0): Display Info: TV: attached: TRUE, present: TRUE, size: (800,600)
(II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,0)
(II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1024,768)
(II) I810(0): Display Info: CRT2 (second CRT): attached: FALSE, present: FALSE, size: (0,0)
(II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,0)
(II) I810(0): Size of device LFP (local flat panel) is 1024 x 768
(II) I810(0): No active displays on Pipe A.
(II) I810(0): Currently active displays on Pipe B:
(II) I810(0):   LFP (local flat panel)
(II) I810(0): Lowest common panel size for pipe B is 1024 x 768
(==) I810(0): Display is using Pipe B


I'd be very happy for any help! :) Let me know if you need more info!


Sloden
_________________
Screenshot of the month
Back to top
View user's profile Send private message
ahnkle
n00b
n00b


Joined: 06 Dec 2006
Posts: 15
Location: Southport,UK

PostPosted: Wed Dec 06, 2006 2:20 pm    Post subject: this works for me Reply with quote

hi,

I have a laptop with a 855GM graphics, and atm I can get lcd or tv, but not both at the same time. From my xorg: the device section for tv looks like this:

Code:

Section "Device"
  Identifier "intel_crt"
  Driver "i810"
  VideoRam 131070
  Option "Monitorlayout" "LFP,TV"
  Option "displayinfo" "false"
  Option "DevicePresence" "false"
EndSection


HTH
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum