Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
TV-Out Goes Black With X
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Ryhajlo
n00b
n00b


Joined: 08 Oct 2007
Posts: 31

PostPosted: Sat Jun 21, 2008 6:22 am    Post subject: TV-Out Goes Black With X Reply with quote

I feel like I have tried everything. I have read many (at least 5) articles that instruct how to get TV-Out to work and I just cant get it for the life of me.

I am using an nVidia GeForce4 MX 420, with the version 96.43.05 nvidia drivers, connected through composite to the tv, (it is too old for svideo).

I can get the terminal to come up on the TV only if I boot the computer with out a monitor plugged in, otherwise I just get either static or nothing. I have tested x on a regular monitor and it works. But like I said before it works in the terminal but when I try and start X the screen goes black. Here are my most recent xorg.conf and Xorg.logs:

xorg.conf:
Code:

Section "Module"

    Load        "dbe"     # Double buffer extension
    Load        "freetype"
   Load          "glx"
   Load      "v4l"
   
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

EndSection

Section "Files"

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"

EndSection

Section "ServerFlags"

EndSection

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"

    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"   "us"

EndSection

Section "InputDevice"

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "Auto"   # Auto detect
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5 6 7"

EndSection

Section "Monitor"

    Identifier  "sd tv"

#    HorizSync   30 - 60
   HorizSync 15.734

#    VertRefresh 50-70
   VertRefresh 60
#   Modeline "800x480ntsci" 15.10  800 808 879 960  480 484 487 525 -hsync -vsync interlace
#        DisplaySize     400 300

EndSection

Section "Device"
    Identifier  "card"
    Driver      "nvidia"
    VideoRam    65536
#   Option   "UseEDID"   "FALSE"
#   Option  "ModeValidation"        "AllowNon60HzDFPModes, NoMaxPClkCheck, NoEdidMaxPClkCheck, AllowInterlacedModes, NoMaxSizeCheck, NoHorizSyncCheck, NoVertRefreshCheck, NoWidthAlignmentCheck, NoDFPNativeResolutionCheck, NoVirtualSizeCheck, NoVesaModes, NoEdidModes, NoXServerModes, NoPredefinedModes"
#        Option  "NoLogo"                "True"
#        Option  "UseEDIDFreqs"          "False"
#   Option   "XvmcUsesTextures"   "True"
#   Option   "UseEdidDpi"      "False"
   Option   "DPI"         "100 x 100"
#   Option   "UseEvents"      "False"
#   Option   "DPMS"         "False"
   Option   "NvAGP" "1"
   Option   "RenderAccel" "1"
#   Option   "TwinView"
#   Option   "SecondMonitorHorizSync" "10-30"
#   Option   "SecondMonitorVertRefresh" "60"
   Option   "TVStandard"      "NTSC-M"
   Option   "TVOutFormat"      "COMPOSITE"
#   Option   "TwinViewOrientation"   "Clone"
#   Option   "ConnectedMonitor"   "CRT, TV"
#   Option   "MetaModes"      "800x600"
   Option   "TVOverScan"      "0.6"
   Option   "ConnectedMonitor"   "TV"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "card"
    Monitor     "sd tv"
#   Option   "TVStandard"      "NTSC-M"
#   Option   "UseDisplayDevice"   "TV"
#   Option   "TVOutFormat"      "COMPOSITE"
    DefaultDepth 24

    Subsection "Display"
        Depth       16
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


Xorg.0.log:
Code:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux thanatos 2.6.24-gentoo-r8 #7 SMP Sat Jun 14 18:52:31 PDT 2008 i686
Build Date: 13 June 2008
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 20 23:23:24 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "sd tv"
(**) |   |-->Device "card"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
(**) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81db5c0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.2
   X.Org XInput driver : 0.7
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1028,0151 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0151 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1028,0151 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1028,0151 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1028,0151 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0151 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0151 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1028,0151 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0172 card 1462,8732 rev a3 class 03,00,00 hdr 00
(II) PCI: 02:09:0: chip 4444,0016 card 0070,8801 rev 01 class 04,00,00 hdr 00
(II) PCI: 02:0c:0: chip 8086,100e card 1028,0151 rev 02 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xfd000000 - 0xfeafffff (0x1b00000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xf0000000 - 0xf40fffff (0x4100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xfcf00000 - 0xfcffffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xf4100000 - 0xfbffffff (0x7f00000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 420] rev 163, Mem @ 0xfd000000/24, 0xf0000000/26, 0xf4000000/19, BIOS @ 0xfea00000/17
(--) PCI: (2:9:0) unknown vendor (0x4444) unknown chipset (0x0016) rev 1, Mem @ 0xf8000000/26
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xefffffff to 0xe7ffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xfcfe0000 - 0xfcffffff (0x20000) MX[B]
   [1] -1   0   0xfebff900 - 0xfebff9ff (0x100) MX[B]
   [2] -1   0   0xfebffa00 - 0xfebffbff (0x200) MX[B]
   [3] -1   0   0xfebffc00 - 0xfebfffff (0x400) MX[B]
   [4] -1   0   0xffa80800 - 0xffa80bff (0x400) MX[B]
   [5] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [6] -1   0   0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
   [7] -1   0   0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
   [8] -1   0   0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
   [9] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [10] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [11] -1   0   0x0000df40 - 0x0000df7f (0x40) IX[B]
   [12] -1   0   0x0000edc0 - 0x0000edff (0x40) IX[B]
   [13] -1   0   0x0000ee00 - 0x0000eeff (0x100) IX[B]
   [14] -1   0   0x0000eda0 - 0x0000edbf (0x20) IX[B]
   [15] -1   0   0x0000fea0 - 0x0000feaf (0x10) IX[B]
   [16] -1   0   0x0000fe30 - 0x0000fe33 (0x4) IX[B]
   [17] -1   0   0x0000fe20 - 0x0000fe27 (0x8) IX[B]
   [18] -1   0   0x0000fe10 - 0x0000fe13 (0x4) IX[B]
   [19] -1   0   0x0000fe00 - 0x0000fe07 (0x8) IX[B]
   [20] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [21] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [22] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [23] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [24] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [25] -1   0   0x0000ff20 - 0x0000ff3f (0x20) IX[B]
   [26] -1   0   0x0000ff40 - 0x0000ff5f (0x20) IX[B]
   [27] -1   0   0x0000ff60 - 0x0000ff7f (0x20) IX[B]
   [28] -1   0   0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xfcfe0000 - 0xfcffffff (0x20000) MX[B]
   [1] -1   0   0xfebff900 - 0xfebff9ff (0x100) MX[B]
   [2] -1   0   0xfebffa00 - 0xfebffbff (0x200) MX[B]
   [3] -1   0   0xfebffc00 - 0xfebfffff (0x400) MX[B]
   [4] -1   0   0xffa80800 - 0xffa80bff (0x400) MX[B]
   [5] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [6] -1   0   0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
   [7] -1   0   0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
   [8] -1   0   0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
   [9] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [10] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [11] -1   0   0x0000df40 - 0x0000df7f (0x40) IX[B]
   [12] -1   0   0x0000edc0 - 0x0000edff (0x40) IX[B]
   [13] -1   0   0x0000ee00 - 0x0000eeff (0x100) IX[B]
   [14] -1   0   0x0000eda0 - 0x0000edbf (0x20) IX[B]
   [15] -1   0   0x0000fea0 - 0x0000feaf (0x10) IX[B]
   [16] -1   0   0x0000fe30 - 0x0000fe33 (0x4) IX[B]
   [17] -1   0   0x0000fe20 - 0x0000fe27 (0x8) IX[B]
   [18] -1   0   0x0000fe10 - 0x0000fe13 (0x4) IX[B]
   [19] -1   0   0x0000fe00 - 0x0000fe07 (0x8) IX[B]
   [20] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [21] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [22] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [23] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [24] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [25] -1   0   0x0000ff20 - 0x0000ff3f (0x20) IX[B]
   [26] -1   0   0x0000ff40 - 0x0000ff5f (0x20) IX[B]
   [27] -1   0   0x0000ff60 - 0x0000ff7f (0x20) IX[B]
   [28] -1   0   0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xfcfe0000 - 0xfcffffff (0x20000) MX[B]
   [5] -1   0   0xfebff900 - 0xfebff9ff (0x100) MX[B]
   [6] -1   0   0xfebffa00 - 0xfebffbff (0x200) MX[B]
   [7] -1   0   0xfebffc00 - 0xfebfffff (0x400) MX[B]
   [8] -1   0   0xffa80800 - 0xffa80bff (0x400) MX[B]
   [9] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [10] -1   0   0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
   [11] -1   0   0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
   [12] -1   0   0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
   [13] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [14] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000df40 - 0x0000df7f (0x40) IX[B]
   [18] -1   0   0x0000edc0 - 0x0000edff (0x40) IX[B]
   [19] -1   0   0x0000ee00 - 0x0000eeff (0x100) IX[B]
   [20] -1   0   0x0000eda0 - 0x0000edbf (0x20) IX[B]
   [21] -1   0   0x0000fea0 - 0x0000feaf (0x10) IX[B]
   [22] -1   0   0x0000fe30 - 0x0000fe33 (0x4) IX[B]
   [23] -1   0   0x0000fe20 - 0x0000fe27 (0x8) IX[B]
   [24] -1   0   0x0000fe10 - 0x0000fe13 (0x4) IX[B]
   [25] -1   0   0x0000fe00 - 0x0000fe07 (0x8) IX[B]
   [26] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [27] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [28] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [29] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [30] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [31] -1   0   0x0000ff20 - 0x0000ff3f (0x20) IX[B]
   [32] -1   0   0x0000ff40 - 0x0000ff5f (0x20) IX[B]
   [33] -1   0   0x0000ff60 - 0x0000ff7f (0x20) IX[B]
   [34] -1   0   0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 1.3.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  96.43.05  Tue Jan 22 20:11:30 PST 2008
(II) Loading extension GLX
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 0.1.1
   ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.0
   Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.2.3
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) v4l driver for Video4Linux
(II) NVIDIA dlloader X Driver  96.43.05  Tue Jan 22 19:38:46 PST 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xfcfe0000 - 0xfcffffff (0x20000) MX[B]
   [5] -1   0   0xfebff900 - 0xfebff9ff (0x100) MX[B]
   [6] -1   0   0xfebffa00 - 0xfebffbff (0x200) MX[B]
   [7] -1   0   0xfebffc00 - 0xfebfffff (0x400) MX[B]
   [8] -1   0   0xffa80800 - 0xffa80bff (0x400) MX[B]
   [9] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [10] -1   0   0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
   [11] -1   0   0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
   [12] -1   0   0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
   [13] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [14] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000df40 - 0x0000df7f (0x40) IX[B]
   [18] -1   0   0x0000edc0 - 0x0000edff (0x40) IX[B]
   [19] -1   0   0x0000ee00 - 0x0000eeff (0x100) IX[B]
   [20] -1   0   0x0000eda0 - 0x0000edbf (0x20) IX[B]
   [21] -1   0   0x0000fea0 - 0x0000feaf (0x10) IX[B]
   [22] -1   0   0x0000fe30 - 0x0000fe33 (0x4) IX[B]
   [23] -1   0   0x0000fe20 - 0x0000fe27 (0x8) IX[B]
   [24] -1   0   0x0000fe10 - 0x0000fe13 (0x4) IX[B]
   [25] -1   0   0x0000fe00 - 0x0000fe07 (0x8) IX[B]
   [26] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [27] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [28] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [29] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [30] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [31] -1   0   0x0000ff20 - 0x0000ff3f (0x20) IX[B]
   [32] -1   0   0x0000ff40 - 0x0000ff5f (0x20) IX[B]
   [33] -1   0   0x0000ff60 - 0x0000ff7f (0x20) IX[B]
   [34] -1   0   0x0000ff80 - 0x0000ff9f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xfcfe0000 - 0xfcffffff (0x20000) MX[B]
   [5] -1   0   0xfebff900 - 0xfebff9ff (0x100) MX[B]
   [6] -1   0   0xfebffa00 - 0xfebffbff (0x200) MX[B]
   [7] -1   0   0xfebffc00 - 0xfebfffff (0x400) MX[B]
   [8] -1   0   0xffa80800 - 0xffa80bff (0x400) MX[B]
   [9] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [10] -1   0   0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
   [11] -1   0   0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
   [12] -1   0   0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
   [13] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [14] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [15] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [16] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [17] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [18] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [19] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [20] -1   0   0x0000df40 - 0x0000df7f (0x40) IX[B]
   [21] -1   0   0x0000edc0 - 0x0000edff (0x40) IX[B]
   [22] -1   0   0x0000ee00 - 0x0000eeff (0x100) IX[B]
   [23] -1   0   0x0000eda0 - 0x0000edbf (0x20) IX[B]
   [24] -1   0   0x0000fea0 - 0x0000feaf (0x10) IX[B]
   [25] -1   0   0x0000fe30 - 0x0000fe33 (0x4) IX[B]
   [26] -1   0   0x0000fe20 - 0x0000fe27 (0x8) IX[B]
   [27] -1   0   0x0000fe10 - 0x0000fe13 (0x4) IX[B]
   [28] -1   0   0x0000fe00 - 0x0000fe07 (0x8) IX[B]
   [29] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [30] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [31] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [32] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [33] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [34] -1   0   0x0000ff20 - 0x0000ff3f (0x20) IX[B]
   [35] -1   0   0x0000ff40 - 0x0000ff5f (0x20) IX[B]
   [36] -1   0   0x0000ff60 - 0x0000ff7f (0x20) IX[B]
   [37] -1   0   0x0000ff80 - 0x0000ff9f (0x20) IX[B]
   [38] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [39] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "ConnectedMonitor" "TV"
(**) NVIDIA(0): Option "TVStandard" "NTSC-M"
(**) NVIDIA(0): Option "TVOutFormat" "COMPOSITE"
(**) NVIDIA(0): Option "RenderAccel" "1"
(**) NVIDIA(0): Option "TVOverScan" "0.6"
(**) NVIDIA(0): Option "DPI" "100 x 100"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Forcing COMPOSITE video output
(**) NVIDIA(0): TV Standard string: "NTSC-M"
(**) NVIDIA(0): ConnectedMonitor string: "TV"
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 420 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 04.17.00.52.42
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 MX 420 at PCI:1:0:0:
(--) NVIDIA(0):     NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Assigned Display Device: TV-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0): Virtual screen size determined to be 800 x 600
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(**) NVIDIA(0): DPI set to (100, 100); computed from "DPI" X config option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xf4000000 - 0xf407ffff (0x80000) MX[B]
   [1] 0   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
   [2] 0   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B]
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xfcfe0000 - 0xfcffffff (0x20000) MX[B]
   [8] -1   0   0xfebff900 - 0xfebff9ff (0x100) MX[B]
   [9] -1   0   0xfebffa00 - 0xfebffbff (0x200) MX[B]
   [10] -1   0   0xfebffc00 - 0xfebfffff (0x400) MX[B]
   [11] -1   0   0xffa80800 - 0xffa80bff (0x400) MX[B]
   [12] -1   0   0xe8000000 - 0xe7ffffff (0x0) MX[B]O
   [13] -1   0   0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
   [14] -1   0   0xfea00000 - 0xfea1ffff (0x20000) MX[B](B)
   [15] -1   0   0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
   [16] -1   0   0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
   [17] -1   0   0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
   [18] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [19] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [20] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [21] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [22] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [23] -1   0   0x0000df40 - 0x0000df7f (0x40) IX[B]
   [24] -1   0   0x0000edc0 - 0x0000edff (0x40) IX[B]
   [25] -1   0   0x0000ee00 - 0x0000eeff (0x100) IX[B]
   [26] -1   0   0x0000eda0 - 0x0000edbf (0x20) IX[B]
   [27] -1   0   0x0000fea0 - 0x0000feaf (0x10) IX[B]
   [28] -1   0   0x0000fe30 - 0x0000fe33 (0x4) IX[B]
   [29] -1   0   0x0000fe20 - 0x0000fe27 (0x8) IX[B]
   [30] -1   0   0x0000fe10 - 0x0000fe13 (0x4) IX[B]
   [31] -1   0   0x0000fe00 - 0x0000fe07 (0x8) IX[B]
   [32] -1   0   0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
   [33] -1   0   0x00000374 - 0x00000374 (0x1) IX[B]
   [34] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [35] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [36] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [37] -1   0   0x0000ff20 - 0x0000ff3f (0x20) IX[B]
   [38] -1   0   0x0000ff40 - 0x0000ff5f (0x20) IX[B]
   [39] -1   0   0x0000ff60 - 0x0000ff7f (0x20) IX[B]
   [40] -1   0   0x0000ff80 - 0x0000ff9f (0x20) IX[B]
   [41] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [42] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(WW) NVIDIA(0): No useable GART found.
(II) NVIDIA(0): Setting mode "800x600"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "Auto"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse1: Buttons: 11
(**) Mouse1: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.


I left some of the lines commented out because they are things I have just left in there during testing. If anyone has any ideas I would greatly appreciate it, thank you.
Back to top
View user's profile Send private message
Kasumi_Ninja
Veteran
Veteran


Joined: 18 Feb 2006
Posts: 1825
Location: The Netherlands

PostPosted: Sun Jun 22, 2008 6:14 am    Post subject: Reply with quote

Your can take a look at my (previous) xorg.conf, more info also in this thread: https://forums.gentoo.org/viewtopic-p-3929180.html#3929180

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

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "dri"
   Load  "glx"
   Load  "freetype"
   Load  "type1"
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"
   Option       "DPMS"
      ModeLine "960x540p" 37.26 960 976 1008 1104 540 542 548 563 +hsync +vsync
EndSection

#Section "Device"
#   Identifier  "Card0"
#   Driver      "nvidia"
#   VendorName  "nVidia Corporation"
#   BoardName   "Unknown Board"
#   BusID       "PCI:1:0:0"
#EndSection

Section "Device"
   Identifier     "Card0"
   Driver         "nvidia"
   BusID          "AGP:01:00:0"
   Option         "DPMS"
   Option         "IgnoreEDID" "1"
   Option         "TVStandard" "PAL-B"
   Option         "TVOutFormat" "SVIDEO"
   Option         "TVOverScan" "0.6"
   Option         "ConnectedMonitor" "CRT,TV"
   Option         "TwinView" "true"
   Option         "TwinViewOrientation" "Clone"
   Option         "SecondMonitorHorizSync" "30-50"
   Option         "SecondMonitorVertRefresh" "100"
   Option "MetaModes" "1280x1024,1024x768,1024x768;800x600,800x600;640x480,640x480;512x384,512x384"
EndSection

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

_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
Back to top
View user's profile Send private message
Ryhajlo
n00b
n00b


Joined: 08 Oct 2007
Posts: 31

PostPosted: Wed Jun 25, 2008 2:35 am    Post subject: Reply with quote

Sorry for the lag in responding, but I tried this and I have the same problem. I know that Windows Media Center can do it, just no luck with linux. I am really sick of this problem :( I have been battling it for the last at least a month. Any help or any ideas would be awesome, thanks
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Thu Jun 26, 2008 9:30 pm    Post subject: Reply with quote

my working xorg.conf with tv only if you wish give a try
can only notice that: i woudn't set a dpi option until i could make it works first.
as note: yeah the xorg.conf was build by anaconda (tool from redhat 7) ! An old xorg.conf i kept from theses old days where i was on redhat :D
it's my server that i use sometimes to get on tv else it didn't have a monitor, never get time to do a clean xorg.conf, but it work
also you should try that xorg.conf as-is, but take at least care of the TV type, i use a pal tv
Code:
# File generated by anaconda.

Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# 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.

#   FontPath   "unix/:7100"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"

EndSection

Section "Module"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "speedo"
#    Load        "freetype"
#    Load        "xtt"



#        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
        Load "fbdevhw"
#       Load "dri"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"

# The module search path.  The default path is shown here.



EndSection

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

#       Option  "AutoRepeat"    "500 5"

# when using XQUEUE, comment out the above line, and uncomment the
# following line
#       Option  "Protocol"      "Xqueue"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
 # To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:nocaps"

        Option  "XkbModel"      "pc102"
        Option  "XkbLayout"     "fr"
        #Option "XkbVariant"    ""
        #Option "XkbOptions"    ""
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        # Modified by mouseconfig
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        #Option         "Protocol"              "Auto"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "no"
        Option          "ZAxisMapping"          "4 5"
EndSection


Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        #HorizSync   31.0-70.0
        #VertRefresh 55.0-120.0
        HorizSync 30-50
        VertRefresh 60
        # Option "dpms"

        # -- 1400x1050 --
        # 1400x1050 @ 60Hz, 65.8 kHz hsync
        #Modeline "1400x1050"  129   1400 1464 1656 1960
        #                      1050 1051 1054 1100 +HSync +VSync

        # 1400x1050 @ 70Hz, 76.8 kHz hsync


        #Modeline "1400x1050"  151   1400 1464 1656 1960
        #                      1050 1051 1054 1100 +HSync +VSync

        # 1400x1050 @ 75Hz, 82.3 kHz hsync
        # Modeline "1400x1050"  162   1400 1464 1656 1960
        #                      1050 1051 1054 1100 +HSync +VSync

        # 1400x1050 @ 85Hz, 93.2 kHz hsync
        #Modeline "1400x1050"  184   1400 1464 1656 1960
        #                      1050 1051 1054 1100 +HSync +VSync

EndSection

Section "Monitor"
   Identifier "TvOut"
   VendorName "Philips"
   ModelName "PAL-TV"
   VertRefresh 60
   HorizSync 30-50
EndSection


Section "Device"
        # no known options
        Identifier   "NVAGP TwinView"
        Driver       "nvidia"
        VendorName   "NVIDIA"
        BoardName     "NVIDIA GeForce 4 TI 4200"
        Option  "TVStandard" "PAL-N"
        Option "TwinView"
#        Option "SecondMonitorHorizSync"   "30-50"
 #       Option "SecondMonitorVertRefresh" "60"
       # Option "TwinViewOrientation"      "RightOf"
        Option "MetaModes"                "1024x768"
        #Option "ConnectedMonitor"         "tv"
        Option "TVOverScan"               "1.0"

        Option "HWcursor" "true"
        Option "NoLogo" "false"
        Option "CursorShadow" "true"
        Option "ConnectedMonitor" "TV"
        #BusID
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "NVAGP TwinView"
        Monitor      "TvOut"
        DefaultDepth    24

        Subsection "Display"
                Depth       24
                Modes "1024x768" "800x600" "640x480"
        EndSubsection
EndSection

Section "DRI"
        Mode 0666
EndSection

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

Back to top
View user's profile Send private message
Ryhajlo
n00b
n00b


Joined: 08 Oct 2007
Posts: 31

PostPosted: Sun Jun 29, 2008 6:57 am    Post subject: Reply with quote

Thank you for your help, but it still does not work. Is there any way to find the settings that the console is using and set X to use that?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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