Re: [XFree86] TV-out on radeon 9000

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Jeff,

your question is quite interesting. Why is it, that you want to use the 
s-video out? Any RGB signal is much better than a s-video output even with 
high-end cables in use. When setting up high qualitiy entertainment 
environments industry's standard is to use RGB signals maybe with additional 
V/H sync. The output is much more stable and can usually be processed by 
plasmatron/flat tv sets.

At the German Dance Award this year we checked out both qualities and went for 
the RGB signal. Even when using a scan converter with a s-video the result is 
quite poor.

Regards,
Sebastian

On Monday 25 August 2003 04:51, jeff wrote:
> I am at wits end. I have tried and tried to get the s-video out of my
> radeon 9000 to work in X. My computer is a home-theatre pc, located in
> my entertainment cabinet, and will only ever be using the s-video out
> (never vga). The only cable connected to the radeon card is an s-video
> cable to my plain old NTSC-M TV.
>
> Hardware:
>     Athlon 1700+
>     Soyo KT400 dragon ultimate MB
>     1G ram
>     radeon 9000 64M trying to use S-video out only
>
> Software:
>     A mostly Mandrake 9.1/cooker system with
>     XFree86-server-4.3-19mdk
>     XFree86-xfs-4.3-19mdk
>     XFree86-75dpi-fonts-4.3-19mdk
>     XFree86-4.3-19mdk
>     XFree86-100dpi-fonts-4.3-19mdk
>
>
> Here's my XF86Config-4 file (it's kind of cluttered from my many attempts):
> # File generated by XFdrake.
>
> # **********************************************************************
> # Refer to the XF86Config man page for details about the format of
> # this file.
> # **********************************************************************
>
> Section "Files"
>     # Multiple FontPath entries are allowed (they are concatenated
> together) # By default, Mandrake 6.0 and later now use a font server
> independent of
>     # the X server to render fonts.
>     FontPath "unix/:-1"
> EndSection
>
> Section "ServerFlags"
>     #DontZap # disable <Crtl><Alt><BS> (server abort)
>     AllowMouseOpenFail # allows the server to start up even if the mouse
> doesn't
>  work
>     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
> EndSection
>
> Section "Module"
>     Load "dbe" # Double-Buffering Extension
>     Load "v4l" # Video for Linux
>     Load "extmod"
>     Load "type1"
>     Load "freetype"
>     Load "glx" # 3D layer
>     Load "dri" # direct rendering
> EndSection
>
> Section "DRI"
>     Mode 0666
> EndSection
>
> Section "InputDevice"
>     Identifier "Keyboard1"
>     Driver "Keyboard"
>     Option "XkbModel" "pc105"
>     Option "XkbLayout" "us"
>     Option "XkbCompat" ""
>     Option "XkbOptions" ""
> EndSection
>
> Section "InputDevice"
>     Identifier "ps2mouse"
>     Driver "mouse"
>     Option "Protocol" "IMPS/2"
>     Option "Device" "/dev/psaux"
>     Option "ZAxisMapping" "4 5"
> EndSection
>
> Section "InputDevice"
>     Identifier "gyration"
>     Driver "mouse"
>     Option "Protocol" "IMPS/2"
>     Option "Device" "/dev/input/mice"
>     Option "ZAxisMapping" "4 5"
> EndSection
>
> Section "Monitor"
>     Identifier "monitor1"
>     HorizSync 30-50
>     VertRefresh 60
>
>     Option "TV" "yes"
>     Option "ConnectedMonitor" "TV"
>     Option "TVStandard" "NTSC-M"
>     Option "TVOutFormat" "SVIDEO"
>
>     ModeLine "NTSC1" 14.318 768 784 848 910 483 484 492 525 Interlace
>     ModeLine "NTSC2" 32.000 720 784 796 1014 540 578 588 625
>     Modeline "NTSC3" 13.59  720 727 791 864  480 484 487 525 -hsync
> -vsync Interlace
>     ModeLine "640x480NTSC"  28.195793   640  656  658  784   480  520
> 525  600
>     ModeLine "720x480NTSC"  27.5        720  744  800  872   480  483
> 485  525
>     ModeLine "800x600NTSC"  38.769241   800  812  814  880   600  646
> 649  735
> EndSection
>
> Section "Device"
>     Identifier "radeon"
>     VendorName "ATI"
>     BoardName "ATI Radeon 9000 64M"
>     Driver "radeon"
> #    Option "DPMS"
>     Option "DCCMode" "off"
>     Option "CloneDisplay" "0"
>     # Option CloneMode
>     Option "CloneHSync" "30-50"
>     Option "CloneVRefresh" "60"
>     Option "crt_display" "True"
>     Option "CrtScreen" "True"
>     Option "PanelOff" "True"
> #   Option "AGPMode" "4"
> #   Option "AGPFastWrite" "on"
> #   Option "EnablePageFlip" "on"
> EndSection
>
> Section "Screen"
>     Identifier "tv"
>     Device "radeon"
>     Monitor "monitor1"
>     DefaultColorDepth 24
>
>     Option "TV" "yes"
>     Option "ConnectedMonitor" "TV"
>     Option "TVStandard" "NTSC-M"
>     Option "TVOutFormat" "SVIDEO"
> EndSection
>
> Section "Screen"
>     Identifier "tv"
>     Device "radeon"
>     Monitor "monitor1"
>     DefaultColorDepth 24
>
>     Option "TV" "yes"
>     Option "ConnectedMonitor" "TV"
>     Option "TVStandard" "NTSC-M"
>     Option "TVOutFormat" "SVIDEO"
>
>     Subsection "Display"
>         Depth 15
>         Modes "NTSC1" "NTSC2" "NTSC3" "640x480NTSC" "720x480NTSC"
> "800x600NTSC"
>     EndSubsection
>
>     Subsection "Display"
>         Depth 16
>         Modes "NTSC1" "NTSC2" "NTSC3" "640x480NTSC" "720x480NTSC"
> "800x600NTSC"
>     EndSubsection
>
>     Subsection "Display"
>         Depth 24
>         Modes "NTSC1" "NTSC2" "NTSC3" "640x480NTSC" "720x480NTSC"
> "800x600NTSC"
>     EndSubsection
> EndSection
>
> Section "ServerLayout"
>     Identifier "layout1"
>     InputDevice "Keyboard1" "CoreKeyboard"
>     InputDevice "ps2mouse" "CorePointer"
>     InputDevice "gyration" "AlwaysCore"
>     Screen "tv"
> EndSection
>
>
> --- follows is my XFree86.0.log ---
> XFree86 Version 4.3.0
> Release Date: 9 May 2003
> X Protocol Version 11, Revision 0, Release 6.6
> Build Operating System: Linux 2.4.18-23mdksmp i686 [ELF]
> Build Date: 20 August 2003
>         Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Sat Jan 12 15:47:00 2002
> (==) Using config file: "/etc/X11/XF86Config-4"
> (==) ServerLayout "layout1"
> (**) |-->Screen "tv" (0)
> (**) |   |-->Monitor "monitor1"
> (**) |   |-->Device "radeon"
> (**) |-->Input Device "Keyboard1"
> (WW) Option "XkbCompat" requires an string value
> (**) Option "XkbModel" "pc105"
> (**) XKB: model: "pc105"
> (**) Option "XkbLayout" "us"
> (**) XKB: layout: "us"
> (WW) Option "XkbOptions" requires an string value
> (==) Keyboard: CustomKeycode disabled
> (**) |-->Input Device "ps2mouse"
> (**) |-->Input Device "gyration"
> (**) FontPath set to "unix/:-1"
> (==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (==) ModulePath set to "/usr/X11R6/lib/modules"
> (**) Option "AllowMouseOpenFail"
> Using vt 7
> (--) using VT number 7
>
> (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
> (II) Module ABI versions:
>         XFree86 ANSI C Emulation: 0.2
>         XFree86 Video Driver: 0.6
>         XFree86 XInput driver : 0.4
>         XFree86 Server Extension : 0.2
>         XFree86 Font Renderer : 0.4
> (II) Loader running on linux
> (II) LoadModule: "bitmap"
> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
> (II) Module bitmap: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         Module class: XFree86 Font Renderer
>         ABI class: XFree86 Font Renderer, version 0.4
> (II) Loading font Bitmap
> (II) LoadModule: "pcidata"
> (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> (II) Module pcidata: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         ABI class: XFree86 Video Driver, version 0.6
> (II) PCI: Probing config type using method 1
> (II) PCI: Config type is 1
> (II) PCI: stages = 0x03, oldVal1 = 0x8000500c, mode1Res1 = 0x80000000
> (II) PCI: PCI scan (all values are in hex)
> (II) PCI: 00:00:0: chip 1106,3189 card 1106,3189 rev 00 class 06,00,00
> hdr 00
> (II) PCI: 00:01:0: chip 1106,b168 card 0000,0000 rev 00 class 06,04,00
> hdr 01
> (II) PCI: 00:0a:0: chip 1412,1724 card 1412,3630 rev 01 class 04,01,00
> hdr 00
> (II) PCI: 00:0b:0: chip 4444,0016 card 0070,4009 rev 01 class 04,00,00
> hdr 00
> (II) PCI: 00:0c:0: chip 8086,100e card 8086,002e rev 02 class 02,00,00
> hdr 00
> (II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00
> hdr 80
> (II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00
> hdr 80
> (II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00
> hdr 80
> (II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev 82 class 0c,03,20
> hdr 00
> (II) PCI: 00:11:0: chip 1106,3177 card 1106,3177 rev 00 class 06,01,00
> hdr 80
> (II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a
> hdr 00
> (II) PCI: 01:00:0: chip 1002,4966 card 174b,7192 rev 01 class 03,00,00
> hdr 00
> (II) PCI: End of PCI scan
> (II) Host-to-PCI bridge:
> (II) Bus 0: bridge is at (0:0:0), (0,0,1), 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: 0x000c (VGA_EN is set)
> (II) Bus 1 I/O range:
>         [0] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
>         [1] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]
>         [2] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
>         [3] -1  0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
> (II) Bus 1 non-prefetchable memory range:
>         [0] -1  0       0xe0000000 - 0xe00fffff (0x100000) MX[B]
> (II) Bus 1 prefetchable memory range:
>         [0] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
> (II) PCI-to-ISA bridge:
> (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
> set) (--) PCI: (0:11:0) unknown vendor (0x4444) unknown chipset (0x0016)
> rev 1, Mem @
>  0xdc000000/26
> (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R250 If [Radeon 9000] rev
> 1, Mem @
>  0xd0000000/27, 0xe0020000/16, I/O @ 0xc000/8
> (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       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
> (II) PCI Memory resource overlap reduced 0xd8000000 from 0xdbffffff to
> 0xd7fffff
> f
> (II) Active PCI resource ranges:
>         [0] -1  0       0xe0160000 - 0xe01600ff (0x100) MX[B]
>         [1] -1  0       0xe0120000 - 0xe013ffff (0x20000) MX[B]
>         [2] -1  0       0xe0100000 - 0xe011ffff (0x20000) MX[B]
>         [3] -1  0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
>         [4] -1  0       0xe0020000 - 0xe002ffff (0x10000) MX[B](B)
>         [5] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
>         [6] -1  0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
>         [7] -1  0       0x0000e800 - 0x0000e80f (0x10) IX[B]
>         [8] -1  0       0x0000e400 - 0x0000e41f (0x20) IX[B]
>         [9] -1  0       0x0000e000 - 0x0000e01f (0x20) IX[B]
>         [10] -1 0       0x0000dc00 - 0x0000dc1f (0x20) IX[B]
>         [11] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
>         [12] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
>         [13] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
>         [14] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
> (II) Active PCI resource ranges after removing overlaps:
>         [0] -1  0       0xe0160000 - 0xe01600ff (0x100) MX[B]
>         [1] -1  0       0xe0120000 - 0xe013ffff (0x20000) MX[B]
>         [2] -1  0       0xe0100000 - 0xe011ffff (0x20000) MX[B]
>         [3] -1  0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
>         [4] -1  0       0xe0020000 - 0xe002ffff (0x10000) MX[B](B)
>         [5] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
>         [6] -1  0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
>         [7] -1  0       0x0000e800 - 0x0000e80f (0x10) IX[B]
>         [8] -1  0       0x0000e400 - 0x0000e41f (0x20) IX[B]
>         [9] -1  0       0x0000e000 - 0x0000e01f (0x20) IX[B]
>         [10] -1 0       0x0000dc00 - 0x0000dc1f (0x20) IX[B]
>         [11] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
>         [12] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
>         [13] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
>         [14] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
> (II) OS-reported resource ranges after removing overlaps with PCI:
>         [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
> (II) All system resource ranges:
>         [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [5] -1  0       0xe0160000 - 0xe01600ff (0x100) MX[B]
>         [6] -1  0       0xe0120000 - 0xe013ffff (0x20000) MX[B]
>         [7] -1  0       0xe0100000 - 0xe011ffff (0x20000) MX[B]
>         [8] -1  0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
>         [9] -1  0       0xe0020000 - 0xe002ffff (0x10000) MX[B](B)
>         [10] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
>         [11] -1 0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
>         [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>         [14] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
>         [15] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
>         [16] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
>         [17] -1 0       0x0000dc00 - 0x0000dc1f (0x20) IX[B]
>         [18] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
>         [19] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
>         [20] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
>         [21] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
> (II) LoadModule: "dbe"
> (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
> (II) Module dbe: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         Module class: XFree86 Server Extension
>         ABI class: XFree86 Server Extension, version 0.2
> (II) Loading extension DOUBLE-BUFFER
> (II) LoadModule: "v4l"
> (II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
> (II) Module v4l: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 0.0.1
>         ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "extmod"
> (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
> (II) Module extmod: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         Module class: XFree86 Server Extension
>         ABI class: XFree86 Server Extension, version 0.2
> (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 XFree86-DGA
> (II) Loading extension DPMS
> (II) Loading extension FontCache
> (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: "type1"
> (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
> (II) Module type1: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.2
>         Module class: XFree86 Font Renderer
>         ABI class: XFree86 Font Renderer, version 0.4
> (II) Loading font Type1
> (II) Loading font CID
> (II) LoadModule: "freetype"
> (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
> (II) Module freetype: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 2.0.2
>         Module class: XFree86 Font Renderer
>         ABI class: XFree86 Font Renderer, version 0.4
> (II) Loading font FreeType
> (II) LoadModule: "glx"
> (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
> (II) Module glx: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         ABI class: XFree86 Server Extension, version 0.2
> (II) Loading sub module "GLcore"
> (II) LoadModule: "GLcore"
> (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
> (II) Module GLcore: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         ABI class: XFree86 Server Extension, version 0.2
> (II) Loading extension GLX
> (II) LoadModule: "dri"
> (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
> (II) Module dri: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         ABI class: XFree86 Server Extension, version 0.2
> (II) Loading sub module "drm"
> (II) LoadModule: "drm"
> (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
> (II) Module drm: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         ABI class: XFree86 Server Extension, version 0.2
> (II) Loading extension XFree86-DRI
> (II) LoadModule: "radeon"
> (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
> (II) Module radeon: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 4.0.1
>         Module class: XFree86 Video Driver
>         ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "ati"
> (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
> (II) Module ati: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 6.4.18
>         Module class: XFree86 Video Driver
>         ABI class: XFree86 Video Driver, version 0.6
> (II) LoadModule: "mouse"
> (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
> (II) Module mouse: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         Module class: XFree86 XInput Driver
>         ABI class: XFree86 XInput driver, version 0.4
> (II) v4l driver for Video4Linux
> (II) ATI: ATI driver (version 6.4.18) for chipsets: ati, ativga
> (II) R128: Driver for ATI Rage 128 chipsets:
>         ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF
> (AGP),
>         ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML
> (AGP),
>         ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
>         ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
>         ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
>         ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
>         ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
>         ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
>         ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
>         ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
>         ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
>         ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
>         ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
>         ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
>         ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
>         ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
>         ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
>         ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
>         ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
>         ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
>         ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
>         ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
>         ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
>         ATI Rage 128 Pro ULTRA TU (AGP?)
> (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
>         ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
>         ATI Radeon VE/7000 QY (AGP), ATI Radeon VE/7000 QZ (AGP),
>         ATI Radeon Mobility M7 LW (AGP),
>         ATI Mobility FireGL 7800 M7 LX (AGP),
>         ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
>         ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
>         ATI Radeon IGP330/340/350 (A4) 4137,
>         ATI Radeon IGP330M/340M/350M (U2) 4337,
>         ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
>         ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
>         ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
>         ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
>         ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
>         ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
>         ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
>         ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
>         ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
>         ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
>         ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
>         ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
>         ATI Radeon 9200 5960 (AGP), ATI Radeon 9200 5961 (AGP),
>         ATI Radeon 9200 5962 (AGP), ATI Radeon 9200 5963 (AGP),
>         ATI Radeon M9+ 5968 (AGP), ATI Radeon M9+ 5969 (AGP),
>         ATI Radeon M9+ 596A (AGP), ATI Radeon M9+ 596B (AGP),
>         ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
>         ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
>         ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
>         ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP)
> (II) Primary Device is: PCI 01:00:0
> (--) Assigning device section with no busID to primary device
> (--) Chipset ATI Radeon 9000 If (AGP) found
> (II) resource ranges after xf86ClaimFixedResources() call:
>         [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [5] -1  0       0xe0160000 - 0xe01600ff (0x100) MX[B]
>         [6] -1  0       0xe0120000 - 0xe013ffff (0x20000) MX[B]
>         [7] -1  0       0xe0100000 - 0xe011ffff (0x20000) MX[B]
>         [8] -1  0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
>         [9] -1  0       0xe0020000 - 0xe002ffff (0x10000) MX[B](B)
>         [10] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
>         [11] -1 0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
>         [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>         [14] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
>         [15] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
>         [16] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
>         [17] -1 0       0x0000dc00 - 0x0000dc1f (0x20) IX[B]
>         [18] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
>         [19] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
>         [20] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
>         [21] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
> (II) Loading sub module "radeon"
> (II) LoadModule: "radeon"
> (II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
> (II) resource ranges after probing:
>         [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>         [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>         [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>         [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>         [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>         [5] -1  0       0xe0160000 - 0xe01600ff (0x100) MX[B]
>         [6] -1  0       0xe0120000 - 0xe013ffff (0x20000) MX[B]
>         [7] -1  0       0xe0100000 - 0xe011ffff (0x20000) MX[B]
>         [8] -1  0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
>         [9] -1  0       0xe0020000 - 0xe002ffff (0x10000) MX[B](B)
>         [10] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
>         [11] -1 0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
>         [12] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
>         [13] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
>         [14] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
>         [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>         [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>         [17] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
>         [18] -1 0       0x0000e400 - 0x0000e41f (0x20) IX[B]
>         [19] -1 0       0x0000e000 - 0x0000e01f (0x20) IX[B]
>         [20] -1 0       0x0000dc00 - 0x0000dc1f (0x20) IX[B]
>         [21] -1 0       0x0000d800 - 0x0000d83f (0x40) IX[B]
>         [22] -1 0       0x0000d400 - 0x0000d47f (0x80) IX[B]
>         [23] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
>         [24] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
>         [25] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
>         [26] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
> (II) Setting vga for screen 0.
> (II) Loading sub module "vgahw"
> (II) LoadModule: "vgahw"
> (II) Loading /usr/X11R6/lib/modules/libvgahw.a
> (II) Module vgahw: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 0.1.0
>         ABI class: XFree86 Video Driver, version 0.6
> (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
> 0x0000
> (II) RADEON(0): PCI bus 1 card 0 func 0
> (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
> (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
> (==) RADEON(0): Default visual is TrueColor
> (**) RADEON(0): Option "PanelOff" "True"
> (**) RADEON(0): Option "CloneDisplay" "0"
> (**) RADEON(0): Option "CloneHSync" "30-50"
> (**) RADEON(0): Option "CloneVRefresh" "60"
> (==) RADEON(0): RGB weight 888
> (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
> (II) Loading sub module "int10"
> (II) LoadModule: "int10"
> (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
> (II) Module int10: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         ABI class: XFree86 Video Driver, version 0.6
> (II) RADEON(0): initializing int10
> (WW) RADEON(0): Bad V_BIOS checksum
> (II) RADEON(0): Primary V_BIOS segment is: 0xc000
> (--) RADEON(0): Chipset: "ATI Radeon 9000 If (AGP)" (ChipID = 0x4966)
> (--) RADEON(0): Linear framebuffer at 0xd0000000
> (--) RADEON(0): MMIO registers at 0xe0020000
> (--) RADEON(0): VideoRAM: 65536 kByte (64-bit DDR SDRAM)
> (II) RADEON(0): CloneDisplay option: Disable (0)
> (II) RADEON(0): Primary Display == Type 5
> (II) Loading sub module "ddc"
> (II) LoadModule: "ddc"
> (II) Loading /usr/X11R6/lib/modules/libddc.a
> (II) Module ddc: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.0.0
>         ABI class: XFree86 Video Driver, version 0.6
> (II) Loading sub module "i2c"
> (II) LoadModule: "i2c"
> (II) Loading /usr/X11R6/lib/modules/libi2c.a
> (II) Module i2c: vendor="The XFree86 Project"
>         compiled for 4.3.0, module version = 1.2.0
>         ABI class: XFree86 Video Driver, version 0.6
> (II) RADEON(0): I2C bus "DDC" initialized.
> (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000;
> xclk=20000
> (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
> (II) RADEON(0): Validating modes on Primary head (DDCType: 2) ---------
> (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> (II) RADEON(0): I2C device "DDC:ddc2" removed.
> (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> (II) RADEON(0): I2C device "DDC:ddc2" removed.
> (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
> (II) RADEON(0): I2C device "DDC:ddc2" removed.
> (II) RADEON(0): Total number of valid DDC mode(s) found: 0
> (WW) RADEON(0): Mode 640x480NTSC is out of range.
> (WW) RADEON(0): Valid modes must be between 320x200-0x0
> (WW) RADEON(0): Mode 720x480NTSC is out of range.
> (WW) RADEON(0): Valid modes must be between 320x200-0x0
> (WW) RADEON(0): Mode 800x600NTSC is out of range.
> (WW) RADEON(0): Valid modes must be between 320x200-0x0
> (II) RADEON(0): Total number of valid FP mode(s) found: 0
> (EE) RADEON(0): No valid mode found for this DFP/LCD
> (II) UnloadModule: "ati"
> (II) UnloadModule: "i2c"
> (II) Unloading /usr/X11R6/lib/modules/libi2c.a
> (II) UnloadModule: "ddc"
> (II) Unloading /usr/X11R6/lib/modules/libddc.a
> (II) UnloadModule: "int10"
> (II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
> (II) UnloadModule: "vgahw"
> (II) Unloading /usr/X11R6/lib/modules/libvgahw.a
> (II) UnloadModule: "radeon"
> (EE) Screen(s) found, but none have a usable configuration.
>
> Fatal server error:
> no screens found
>
>
> _______________________________________________
> XFree86 mailing list
> XFree86@xxxxxxxxxxx
> http://XFree86.Org/mailman/listinfo/xfree86

- -- 

Sebastian Schneider
straightLiners IT Consulting & Services
Metzer Str. 12
13595 Berlin
Germany

Fon: +49-30-3510-6168
Fax: +49-30-3510-6169
www.straightliners.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/SY6GQ7mOWZBxbPcRAsRTAJ4+sZbBk4iBS2fFlzvMKEWoiGPm1gCgq1GQ
eyd/sMMibGcISXYO8EMf3bQ=
=tUNr
-----END PGP SIGNATURE-----


_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux