gatos-devel Mailing List for GATOS
Status: Beta
Brought to you by:
volodya
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(229) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(744) |
Feb
(481) |
Mar
(400) |
Apr
(309) |
May
(290) |
Jun
(266) |
Jul
(403) |
Aug
(434) |
Sep
(546) |
Oct
(392) |
Nov
(309) |
Dec
(350) |
| 2003 |
Jan
(318) |
Feb
(339) |
Mar
(436) |
Apr
(269) |
May
(326) |
Jun
(293) |
Jul
(332) |
Aug
(131) |
Sep
(126) |
Oct
(216) |
Nov
(140) |
Dec
(167) |
| 2004 |
Jan
(367) |
Feb
(141) |
Mar
(77) |
Apr
(85) |
May
(100) |
Jun
(98) |
Jul
(79) |
Aug
(87) |
Sep
(96) |
Oct
(185) |
Nov
(105) |
Dec
(112) |
| 2005 |
Jan
(156) |
Feb
(60) |
Mar
(35) |
Apr
(57) |
May
(43) |
Jun
(49) |
Jul
(30) |
Aug
(60) |
Sep
(24) |
Oct
(55) |
Nov
(13) |
Dec
(35) |
| 2006 |
Jan
(50) |
Feb
(22) |
Mar
(24) |
Apr
(35) |
May
(44) |
Jun
(20) |
Jul
(21) |
Aug
(15) |
Sep
(9) |
Oct
(21) |
Nov
(31) |
Dec
(32) |
| 2007 |
Jan
(4) |
Feb
(3) |
Mar
(6) |
Apr
(9) |
May
(15) |
Jun
(15) |
Jul
(14) |
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
| 2008 |
Jan
(9) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
(1) |
4
|
|
5
(1) |
6
(3) |
7
(6) |
8
|
9
|
10
|
11
(4) |
|
12
(4) |
13
|
14
|
15
|
16
|
17
|
18
(1) |
|
19
(1) |
20
(1) |
21
(3) |
22
(11) |
23
(4) |
24
(1) |
25
|
|
26
(4) |
27
(3) |
28
(1) |
29
|
30
|
|
|
|
From: Emmanuel T. <emm...@ti...> - 2005-06-28 13:40:49
|
i just had to replace the ati.2 drivers. but i've got some problems: - there is no sound (can you record sound with start_avview ?) - the quality comparing with my Pinnacle PCTV Rave, is poor ! (is it normal ?) thanks |
|
From: Antti A. <aa...@cc...> - 2005-06-27 17:43:48
|
On Sun, 26 Jun 2005, persall wrote: > > I have video capture working fine, with a ATI Radeon 7500 All in Wonder > card, on a P4 with 512 ram, running Debian 3.1 Sarge (the one just > recently released). My question now is, how can I do scheduled > recordings? Is there some way to send commands to avview, or should I Try my script at http://users.tkk.fi/~aajanki/tarec/ -- Antti Ajanki |
|
From: Antti A. <aa...@cc...> - 2005-06-27 17:42:13
|
On Wed, 22 Jun 2005, William M. Quarles wrote: > That reminds me, is anybody interested in working on full-fledged DVR features > for these programs, similar to what the ATI TV program does? (In case somebody > doesn't understand what I am talking about, I mean the ability to pause live > TV, rewind, replay, and fast-forward through commercials.) It's been quite a > while since I used AVview but I did not notice these things. There is at least one big problem, which hinders implementation of timeshifting feature. The current GATOS (and x.org) driver reserves overlay for capture, so you can play video only through software while the capture is active. I recall this has been discussed on list list before and it is not a technical limitation but a feature of current driver implementation, so there is hope that capture code could one day be separated from overlay. Luckily, if you have powerful enough box, you can sort of simulate timeshifting with help of mplayer (or any other media player which can play without overlay window). 1. Start avview. Turn "Line Playback" off on control window and "Turn transparent when minimized" off in the setup window. 2. Start capture to a file, say timeshift.mpg. I would suggest using a low quality settings, like "MPEG-1 VCR", because CPU power is needed for playback. 3. Minimize avview window. 4. Start playback with mplayer -vo x11 -vf scale=640:480 timeshift.mpg Note that, because scaling is done by software, using high resolution requires *very* powerful CPU. You can pause and fast forward like any other video stream. Only trouble is that if you seek to too close to the end of file, mplayer may quit. I guess this has something to do with mplayer buffering strategy, if mplayer buffer contains EOF it does not check if the file on the disk has grown longer. -- Antti Ajanki |
|
From: Emmanuel T. <emm...@ti...> - 2005-06-27 12:19:12
|
hi everyone,
i've compile km, loaded the modules, compiled ffmpeg and avview, and
there is an error launching avview.scp:
************************************************************************************
emmanuel@lib59-3-82-233-190-129:~/sources/gatos/avview-0.80.6$ ./avview.scp
libzvbi available export modules:
HTML:keyword "html" mimetype "text/html" extension "html,htm"
PNG:keyword "png" mimetype "image/png" extension "png"
PPM:keyword "ppm" mimetype "image/x-portable-pixmap" extension "ppm"
Text:keyword "text" mimetype "text/plain" extension "txt"
VTX:keyword "vtx" mimetype "application/videotext" extension "vtx"
Error in startup script: can't read "avview_directory": no such variable
while executing
"source $avview_directory/$file"
("foreach" body line 2)
invoked from within
"foreach file {xmisc.scp tree.scp setup.scp themes.scp alsa.scp
v4l.scp xv.scp channel_scan.scp ffmpeg.scp
video_device.scp diag.scp bindings.scp vb..."
(file "./avview.scp" line 117)
emmanuel@lib59-3-82-233-190-129:~/sources/gatos/avview-0.80.6$
************************************************************************************
i've got an error:
************************************************************************************
emmanuel@lib59-3-82-233-190-129:~/sources/gatos/avview-0.80.6$ start_avview
libzvbi available export modules:
HTML:keyword "html" mimetype "text/html" extension "html,htm"
PNG:keyword "png" mimetype "image/png" extension "png"
PPM:keyword "ppm" mimetype "image/x-portable-pixmap" extension "ppm"
Text:keyword "text" mimetype "text/plain" extension "txt"
VTX:keyword "vtx" mimetype "application/videotext" extension "vtx"
NUM_ADAPTORS=1
Adaptor 0: ATI Radeon Video Overlay
type input image
ports 69
69 ATI Radeon Video Overlay
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 142 (XVideo)
Minor opcode of failed request: 14 ()
Serial number of failed request: 1167
Current serial number in output stream: 1167
emmanuel@lib59-3-82-233-190-129:~/sources/gatos/avview-0.80.6$
************************************************************************************
there my dmesg:
************************************************************************************
emmanuel@lib59-3-82-233-190-129:~/sources/gatos/avview-0.80.6$ dmesg
BogoMIPS (lpj=1196032)
Security Framework v1.0.0 initialized
SELinux: Disabled at boot.
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0183f9ff c1c7f9ff 00000000 00000000
00000000
00000000 00000000
CPU: After vendor identify, caps: 0183f9ff c1c7f9ff 00000000 00000000
00000000 0
0000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After all inits, caps: 0183f9ff c1c7f9ff 00000000 00000020 00000000
0000000
0 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: AMD Athlon(tm) processor stepping 02
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
ACPI: setting ELCR to 0200 (from 0a20)
checking if image is initramfs...it isn't (bad gzip magic numbers);
looks like a
n initrd
Freeing initrd memory: 4536k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfb260, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20050211
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Via IRQ fixup
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 14 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
** PCI interrupts are no longer routed automatically. If this
** causes a device to stop working, it is probably because the
** driver failed to call pci_enable_device(). As a temporary
** workaround, the "pci=routeirq" argument restores the old
** behavior. If this argument makes the device work again,
** please email the output of "lspci" to bjo...@hp...
** so I can fix the driver.
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch (rg...@at...)
devfs: boot_options: 0x0
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
input: AT Translated Set 2 keyboard on isa0060/serio0
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
NET: Registered protocol family 8
NET: Registered protocol family 20
ACPI wakeup devices:
SLPB PCI0 USB0 USB1 USB2 UAR1 LPT1
ACPI: (supports S0 S1 S4 S5)
RAMDISK: cramfs filesystem found at block 0
RAMDISK: Loading 4536KiB [1 disk] into ram disk... done.
VFS: Mounted root (cramfs filesystem) readonly.
Freeing unused kernel memory: 172k freed
NET: Registered protocol family 1
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8233 (rev 00) IDE UDMA100 controller on pci0000:00:11.1
ide0: BM-DMA at 0xdc00-0xdc07, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xdc08-0xdc0f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: IC35L060AVVA07-0, ATA DISK drive
hdb: ST380011A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: Pioneer DVD-ROM ATAPIModel DVD-119 0105, ATAPI CD/DVD-ROM drive
hdd: PIONEER DVD-RW DVR-107D, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
hda: max request size: 128KiB
hda: 120103200 sectors (61492 MB) w/1863KiB Cache, CHS=65535/16/63,
UDMA(100)
hda: cache flushes supported
/dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4 < p5 p6 >
hdb: max request size: 1024KiB
hdb: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=16383/255/63,
UDMA(100)
hdb: cache flushes supported
/dev/ide/host0/bus0/target1/lun0: p1 p2 p3 p4 < p5 p6 >
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Adding 976744k swap on /dev/hda3. Priority:-1 extents:1
EXT3 FS on hda2, internal journal
Generic RTC Driver v1.07
hdc: ATAPI 126X DVD-ROM drive, 256kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33)
input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
ieee1394: Initialized config rom entry `ip1394'
SCSI subsystem initialized
sbp2: $Rev: 1219 $ Ben Collins <bco...@de...>
mice: PS/2 mouse device common for all mice
ts: Compaq touchscreen protocol output
Capability LSM initialized
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda5, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hdb5, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hdb6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
irda_init()
NET: Registered protocol family 23
8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI interrupt 0000:00:08.0[A] -> GSI 11 (level, low) -> IRQ 11
eth0: RealTek RTL8139 at 0xd000, 00:40:f4:b5:2e:e7, IRQ 11
eth0: Identified 8139 chip type 'RTL-8100B/8139D'
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.2
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:11.2[D] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:11.2: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller
uhci_hcd 0000:00:11.2: irq 11, io base 0xe000
uhci_hcd 0000:00:11.2: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:11.3[D] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:11.3: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller
(#2)
uhci_hcd 0000:00:11.3: irq 11, io base 0xe400
uhci_hcd 0000:00:11.3: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:11.4[D] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:11.4: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1
Controller
(#3)
uhci_hcd 0000:00:11.4: irq 11, io base 0xe800
uhci_hcd 0000:00:11.4: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA KT266/KY266x/KT333 chipset
agpgart: Maximum main memory to use for agp memory: 203M
agpgart: AGP aperture is 64M @ 0xe8000000
8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
Linux video capture interface: v1.00
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI interrupt 0000:00:09.0[A] -> GSI 5 (level, low) -> IRQ 5
bttv0: Bt878 (rev 17) at 0000:00:09.0, irq: 5, latency: 32, mmio: 0xee004000
bttv0: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11bd:0012
bttv0: using: Pinnacle PCTV Studio/Rave [card=39,autodetected]
bttv0: gpio: en=00000000, out=00000000 in=00ff63ff [init]
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: miro: id=24 tuner=3 radio=no stereo=no
bttv0: using tuner=3
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: i2c: checking for TDA9887 @ 0x86... not found
tuner 0-0060: chip found @ 0xc0 (bt878 #0 [sw])
tuner 0-0060: type set to 3 (Philips (SECAM+PAL_BG) (FI1216MF, FM1216MF,
FR1216M
F))
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: PLL: 28636363 => 35468950 .. ok
bt878: AUDIO driver version 0.0.0 loaded
bt878: Bt878 AUDIO function found (0).
ACPI: PCI interrupt 0000:00:09.1[A] -> GSI 5 (level, low) -> IRQ 5
bt878(0): Bt878 (rev 17) at 00:09.1, irq: 5, latency: 32, memory: 0xee005000
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
gameport: pci0000:00:0a.1 speed 1169 kHz
ohci1394: $Rev: 1223 $ Ben Collins <bco...@de...>
ACPI: PCI interrupt 0000:00:0b.0[A] -> GSI 11 (level, low) -> IRQ 11
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[11]
MMIO=[ee006000-ee0067ff] Max
Packet=[2048]
ieee1394: Host added: ID:BUS[0-00:1023] GUID[005042b1045094b5]
eth1394: $Rev: 1224 $ Ben Collins <bco...@de...>
eth1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
input: PC Speaker
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
NET: Registered protocol family 17
lp0: using parport0 (interrupt-driven).
NET: Registered protocol family 10
Disabled Privacy Extensions on device c031c860(lo)
IPv6 over IPv4 tunneling driver
eth0: no IPv6 routers present
[drm] Initialized drm 1.0.0 20040925
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11
[drm] Initialized radeon 1.14.0 20050125 on minor 0: ATI Technologies
Inc Radeon
R100 QD [Radeon 7200]
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
Kmultimedia API module version alpha-6.0 loaded
Kmultimedia module version alpha-6.0 loaded
Page size is 4096 sizeof(bm_list_descriptor)=16 sizeof(KM_STRUCT)=732
km: probing ATI Technologies Inc Radeon R100 QD [Radeon 7200]
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11
km: using irq 11
Register aperture is 0xed000000 0x00080000
kms variables: reg_aperture=0xd1280000
km: DMA_GUI_STATUS=0x00000002 entries=2
sizeof(kmfl_template)=780 sizeof(KM_FIELD)=52
Device ATI Technologies Inc Radeon R100 QD [Radeon 7200] 0000:01:00.0
(0x1002:0x
5144) corresponds to /dev/video1
kms variables: reg_aperture=d1280000
usb 1-2: new full speed USB device using uhci_hcd and address 2
usb 1-2: USB disconnect, address 2
usb 1-2: new full speed USB device using uhci_hcd and address 3
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: SCERR @ 0ecdf014,bits: HSYNC OFLOW FBUS SCERR*
bttv0: SCERR @ 0ecdf01c,bits: OFLOW SCERR*
bttv0: PLL can sleep, using XTAL (28636363).
bttv0: PLL: 28636363 => 35468950 .. ok
Processing "VIDEO_STREAM_ACTIVE"="1" int_value=1
Purging transfer queue
WARNING ! Radeon memory controller is misconfigured, disabling capture
WARNING ! upgrade your Xserver and DRM driver
km: no data is available until AVview or xawtv is started
Processing "VIDEO_STREAM_ACTIVE"="1" int_value=1
Purging transfer queue
WARNING ! Radeon memory controller is misconfigured, disabling capture
WARNING ! upgrade your Xserver and DRM driver
km: no data is available until AVview or xawtv is started
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
emmanuel@lib59-3-82-233-190-129:~/sources/gatos/avview-0.80.6$
************************************************************************************
i've compiled just km, ffmpeg and avview
must i compile too ati.2 ?
thanks
|
|
From: persall <per...@sb...> - 2005-06-26 22:31:22
|
I have video capture working fine, with a ATI Radeon 7500 All in Wonder card, on a P4 with 512 ram, running Debian 3.1 Sarge (the one just recently released). My question now is, how can I do scheduled recordings? Is there some way to send commands to avview, or should I try just using ffmpeg command line, or is there an easy way to do something with km? (I'm showing my ignorance here, I'm sorry about that.) My avview requires that I set up some things after I start running the program: (1) I have to go to the Control window and select the card from a listbox; (2) I have to set the volume, and (3) I have to set the channel, if it's not already on the channel I want. Any helpful info would be appreciated. Thanks. - persall88 |
|
From: Vladimir D. <vo...@mi...> - 2005-06-26 16:11:55
|
On Sun, 26 Jun 2005, Allen wrote:
> Had some problems installing AVview. The ./configure
> doesn't find zvbi...
>
> [root@jaguar avview-0.80.6]# ./configure
> --with-ffmpeg=/usr/include/ffmpeg
> .
> .
> .
> checking libzvbi.h usability... no
> checking libzvbi.h presence... no
> checking for libzvbi.h... no
> Avview requires libzvbi 0.2.3 or later
>
> [root@jaguar avview-0.80.6]# rpm -q zvbi
> zvbi-0.2.15-1.1.fc3.rf
Chances are that this is just the library itself, with no headers, hence
the missing libzvbi.h .
I wish vendors stop separating programs and libraries into binary only and
"devel" versions - half the power of Linux/BSD install comes from
available source code and ability to use it.
And it is not just for developers either - R, for example, installs its
package by compiling them on the system, so if headers are missing there
is a problem.
best
Vladimir Dergachev
>
> This appears deceptive, but the list of sourceforge
> files shows that 0.2.3 is actually a much earlier
> version than the one I have installed? Is there a
> quick edit I may do to the configure file, or
> something on the command line? I am a newbie of just
> over a year now, so please forgive me if this is an
> entry-level question... perhaps someone has prepared a
> HOWTO for the following?;
>
> Fedora Core 3, ATI All-In-Wonder 9600XT, P4 3.0G
>
> Thank you very much,
> -Allen
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - You care about security. So do we.
> http://promotions.yahoo.com/new_mail
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Gatos-devel mailing list
> Gat...@li...
> https://lists.sourceforge.net/lists/listinfo/gatos-devel
>
|
|
From: Allen <all...@ya...> - 2005-06-26 14:36:32
|
Had some problems installing AVview. The ./configure doesn't find zvbi... [root@jaguar avview-0.80.6]# ./configure --with-ffmpeg=/usr/include/ffmpeg . . . checking libzvbi.h usability... no checking libzvbi.h presence... no checking for libzvbi.h... no Avview requires libzvbi 0.2.3 or later [root@jaguar avview-0.80.6]# rpm -q zvbi zvbi-0.2.15-1.1.fc3.rf This appears deceptive, but the list of sourceforge files shows that 0.2.3 is actually a much earlier version than the one I have installed? Is there a quick edit I may do to the configure file, or something on the command line? I am a newbie of just over a year now, so please forgive me if this is an entry-level question... perhaps someone has prepared a HOWTO for the following?; Fedora Core 3, ATI All-In-Wonder 9600XT, P4 3.0G Thank you very much, -Allen __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail |
|
From: Rune P. <ru...@me...> - 2005-06-26 11:14:37
|
Justin Armstrong wrote: > I've followed the instructions on compiling X.org cVS w/ the GATOS patch > as described at http://megahurts.dk/rune/tv_output.html but am having > difficulty in getting good results. > > I'm using xorg-x11-6.8.99.11 snapshot with > xorg_CVS-20050420-tv_output.patch on Fedora Core 3 with an ATI 7200 > video card connected to a Toshiba 51" TV via composite cable. > > It patches and compiles fine. > > Since I'm running Fedora Core 3 I did a 'rpm -e xorg-11' which wouldn't > do anything because of dependency problems, so I tried 'rpm -e --nodeps > xorg-11' which ran without errors. I'm not sure if that is the correct > way to do that on a rpm system though, so this may be my problem. > > After installing and editing the xorg.conf file to include the TVOutput > option with NTSC and running 'startx' the television makes a few blue > lines at the top of its screen and then goes black. The monitor cuts > out and a CTL-ALT-BACKSPACE will not restore the console. As a matter > of fact the whole system hangs; CTL-ALT-DELETE does nothing and I'm > forced to do a hard reboot. > > Any suggestions as to what I may do to resolve this issue? Thank you. Please remove the following files to another location, one of them conflicts with tv_output when using RT 100 for tv-out. /usr/X11R6/lib/modules/multimedia/theatre_detect_drv.so /usr/X11R6/lib/modules/multimedia/theatre_drv.so If I can't fix this I'll post it on the page. Rune Petersen |
|
From: Justin A. <b0...@ve...> - 2005-06-24 15:52:07
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Lucida Console">I've followed the instructions on compiling X.org cVS w/ the GATOS patch as described at <a class="moz-txt-link-freetext" href="http://megahurts.dk/rune/tv_output.html">http://megahurts.dk/rune/tv_output.html</a> but am having difficulty in getting good results.<br> <br> I'm using xorg-x11-6.8.99.11 snapshot with </font>xorg_CVS-20050420-tv_output.patch on Fedora Core 3 with an ATI 7200 video card connected to a Toshiba 51" TV via composite cable.<br> <br> It patches and compiles fine.<br> <br> Since I'm running Fedora Core 3 I did a 'rpm -e xorg-11' which wouldn't do anything because of dependency problems, so I tried 'rpm -e --nodeps xorg-11' which ran without errors. I'm not sure if that is the correct way to do that on a rpm system though, so this may be my problem.<br> <br> After installing and editing the xorg.conf file to include the TVOutput option with NTSC and running 'startx' the television makes a few blue lines at the top of its screen and then goes black. The monitor cuts out and a CTL-ALT-BACKSPACE will not restore the console. As a matter of fact the whole system hangs; CTL-ALT-DELETE does nothing and I'm forced to do a hard reboot.<br> <br> Any suggestions as to what I may do to resolve this issue? Thank you.<br> <br> What follows is a copy of my xorg.conf and X log.<br> <br> <br> START OF xorg.conf<br> ==============================<br> <br> # XFree86 4 configuration created by pyxf86config<br> <br> Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen 0 "Screen0" 0 0<br> InputDevice "Mouse0" "CorePointer"<br> InputDevice "Keyboard0" "CoreKeyboard"<br> EndSection<br> <br> Section "Files"<br> <br> # RgbPath is the location of the RGB database. Note, this is the name of the <br> # file minus the extension (like ".txt" or ".db"). There is normally<br> # no need to change the default.<br> # Multiple FontPath entries are allowed (they are concatenated together)<br> # By default, Red Hat 6.0 and later now use a font server independent of<br> # the X server to render fonts.<br> RgbPath "/usr/X11R6/lib/X11/rgb"<br> FontPath "unix/:7100"<br> EndSection<br> <br> Section "Module"<br> Load "dbe"<br> Load "extmod"<br> Load "fbdevhw"<br> Load "glx"<br> Load "record"<br> Load "freetype"<br> Load "type1"<br> Load "dri"<br> EndSection<br> <br> Section "InputDevice"<br> <br> # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))<br> # Option "Xleds" "1 2 3"<br> # To disable the XKEYBOARD extension, uncomment XkbDisable.<br> # Option "XkbDisable"<br> # To customise the XKB settings to suit your keyboard, modify the<br> # lines below (which are the defaults). For example, for a non-U.S.<br> # keyboard, you will probably want to use:<br> # Option "XkbModel" "pc102"<br> # If you have a US Microsoft Natural keyboard, you can use:<br> # Option "XkbModel" "microsoft"<br> #<br> # Then to change the language, change the Layout setting.<br> # For example, a german layout can be obtained with:<br> # Option "XkbLayout" "de"<br> # or:<br> # Option "XkbLayout" "de"<br> # Option "XkbVariant" "nodeadkeys"<br> #<br> # If you'd like to switch the positions of your capslock and<br> # control keys, use:<br> # Option "XkbOptions" "ctrl:swapcaps"<br> # Or if you just want both to be control, use:<br> # Option "XkbOptions" "ctrl:nocaps"<br> #<br> Identifier "Keyboard0"<br> Driver "kbd"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"<br> EndSection<br> <br> Section "InputDevice"<br> Identifier "Mouse0"<br> Driver "mouse"<br> Option "Protocol" "IMPS/2"<br> Option "Device" "/dev/input/mice"<br> Option "ZAxisMapping" "4 5"<br> Option "Emulate3Buttons" "yes"<br> EndSection<br> <br> Section "Monitor"<br> Identifier "Monitor0"<br> VendorName "Monitor Vendor"<br> ModelName "FPD1520"<br> DisplaySize 300 230<br> HorizSync 31.0 - 60.0<br> VertRefresh 55.0 - 75.0<br> Option "dpms"<br> EndSection<br> <br> Section "Device"<br> Identifier "Videocard0"<br> Driver "radeon"<br> VendorName "Videocard vendor"<br> BoardName "ATI Radeon 7200"<br> Option "TVOutput" "NTSC"<br> EndSection<br> <br> Section "Screen"<br> Identifier "Screen0"<br> Device "Videocard0"<br> Monitor "Monitor0"<br> DefaultDepth 16<br> SubSection "Display"<br> Viewport 0 0<br> Depth 16<br> Modes "800x600"<br> EndSubSection<br> EndSection<br> <br> Section "DRI"<br> Group 0<br> Mode 0666<br> EndSection<br> <br> ===================================<br> <br> END OF xorg.conf<br> START OF Xorg.0.log<br> <br> ====================================<br> <br> <br> This is a pre-release version of the The X.Org Foundation X11.<br> It is not supported in any way.<br> Bugs may be filed in the bugzilla at <a class="moz-txt-link-freetext" href="http://bugs.freedesktop.org/">http://bugs.freedesktop.org/</a>.<br> Select the "xorg" product for bugs you find in this release.<br> Before reporting bugs in pre-release versions please check the<br> latest version in the The X.Org Foundation "monolithic tree" CVS<br> repository hosted at <a class="moz-txt-link-freetext" href="http://www.freedesktop.org/Software/xorg/">http://www.freedesktop.org/Software/xorg/</a><br> X Window System Version 6.8.99.12<br> Release Date: 19 June 2005 + cvs<br> X Protocol Version 11, Revision 0, Release 6.8.99.12<br> Build Operating System: Linux 2.6.11-1.27_FC3 i686 [ELF] <br> Current Operating System: Linux jukeb0x 2.6.11-1.27_FC3 #1 Tue May 17 20:27:37 EDT 2005 i686<br> Build Date: 23 June 2005<br> Before reporting problems, check <a class="moz-txt-link-freetext" href="http://wiki.X.Org">http://wiki.X.Org</a><br> to make sure that you have the latest version.<br> Module Loader present<br> Markers: (--) probed, (**) from config file, (==) default setting,<br> (++) from command line, (!!) notice, (II) informational,<br> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.<br> (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 24 10:30:27 2005<br> (==) Using config file: "/etc/X11/xorg.conf"<br> (==) ServerLayout "Default Layout"<br> (**) |-->Screen "Screen0" (0)<br> (**) | |-->Monitor "Monitor0"<br> (**) | |-->Device "Videocard0"<br> (**) |-->Input Device "Mouse0"<br> (**) |-->Input Device "Keyboard0"<br> (**) FontPath set to "unix/:7100"<br> (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"<br> (==) ModulePath set to "/usr/X11R6/lib/modules"<br> (II) No APM support in BIOS or kernel<br> (II) Module ABI versions:<br> X.Org ANSI C Emulation: 0.2<br> X.Org Video Driver: 0.7<br> X.Org XInput driver : 0.4<br> X.Org Server Extension : 0.2<br> X.Org Font Renderer : 0.4<br> (II) Loader running on linux<br> (II) LoadModule: "bitmap"<br> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so<br> (II) Module bitmap: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> Module class: X.Org Font Renderer<br> ABI class: X.Org Font Renderer, version 0.4<br> (II) Loading font Bitmap<br> (II) LoadModule: "pcidata"<br> (II) Loading /usr/X11R6/lib/modules/libpcidata.so<br> (II) Module pcidata: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> ABI class: X.Org Video Driver, version 0.7<br> (--) using VT number 7<br> <br> (II) PCI: PCI scan (all values are in hex)<br> (II) PCI: 00:00:0: chip 8086,1a30 card 0000,0000 rev 04 class 06,00,00 hdr 00<br> (II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 04 class 06,04,00 hdr 01<br> (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 05 class 06,04,00 hdr 01<br> (II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 05 class 06,01,00 hdr 80<br> (II) PCI: 00:1f:1: chip 8086,244b card 107b,500d rev 05 class 01,01,80 hdr 00<br> (II) PCI: 00:1f:2: chip 8086,2442 card 107b,500d rev 05 class 0c,03,00 hdr 00<br> (II) PCI: 00:1f:3: chip 8086,2443 card 107b,500d rev 05 class 0c,05,00 hdr 00<br> (II) PCI: 00:1f:4: chip 8086,2444 card 107b,500d rev 05 class 0c,03,00 hdr 00<br> (II) PCI: 01:00:0: chip 1002,5144 card 1002,001a rev 00 class 03,00,00 hdr 00<br> (II) PCI: 02:08:0: chip 8086,2449 card 8086,3013 rev 03 class 02,00,00 hdr 00<br> (II) PCI: 02:09:0: chip 1102,0002 card 1102,8066 rev 0a class 04,01,00 hdr 80<br> (II) PCI: 02:09:1: chip 1102,7002 card 1102,0020 rev 0a class 09,80,00 hdr 80<br> (II) PCI: 02:0a:0: chip 1814,0201 card 1737,0032 rev 01 class 02,80,00 hdr 00<br> (II) PCI: End of PCI scan<br> (II) Host-to-PCI bridge:<br> (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)<br> (II) Bus 0 I/O range:<br> [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]<br> (II) Bus 0 non-prefetchable memory range:<br> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]<br> (II) Bus 0 prefetchable memory range:<br> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]<br> (II) PCI-to-PCI bridge:<br> (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)<br> (II) Bus 1 I/O range:<br> [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]<br> (II) Bus 1 non-prefetchable memory range:<br> [0] -1 0 0xff700000 - 0xff8fffff (0x200000) MX[B]<br> (II) Bus 1 prefetchable memory range:<br> [0] -1 0 0xe6900000 - 0xf69fffff (0x10100000) MX[B]<br> (II) PCI-to-PCI bridge:<br> (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)<br> (II) Bus 2 I/O range:<br> [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B]<br> (II) Bus 2 non-prefetchable memory range:<br> [0] -1 0 0xff900000 - 0xff9fffff (0x100000) MX[B]<br> (II) Bus 2 prefetchable memory range:<br> [0] -1 0 0xf6a00000 - 0xf6afffff (0x100000) MX[B]<br> (II) PCI-to-ISA bridge:<br> (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)<br> (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R100 QD [Radeon 7200] rev 0, Mem @ 0xe8000000/27, 0xff880000/19, I/O @ 0xc800/8, BIOS @ 0xff860000/17<br> (II) Addressable bus resource ranges are<br> [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]<br> [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]<br> (II) OS-reported resource ranges:<br> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)<br> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]<br> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]<br> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]<br> [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]<br> [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]<br> (II) PCI Memory resource overlap reduced 0xf8000000 from 0xfc000000 to 0xf7ffffff<br> (II) Active PCI resource ranges:<br> [0] -1 0 0xff9fc000 - 0xff9fdff0 (0x1ff1) MX[B]<br> [1] -1 0 0xff9ff000 - 0xff9ffff0 (0xff1) MX[B]<br> [2] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O<br> [3] -1 0 0xff860000 - 0xff880000 (0x20001) MX[B](B)<br> [4] -1 0 0xff880000 - 0xff8ffff0 (0x7fff1) MX[B](B)<br> [5] -1 0 0xe8000000 - 0xf0000000 (0x8000001) MX[B](B)<br> [6] -1 0 0x0000dff0 - 0x0000dff0 (0x1) IX[B]<br> [7] -1 0 0x0000df80 - 0x0000dfa0 (0x21) IX[B]<br> [8] -1 0 0x0000df00 - 0x0000df40 (0x41) IX[B]<br> [9] -1 0 0x0000ef80 - 0x0000efa0 (0x21) IX[B]<br> [10] -1 0 0x0000efa0 - 0x0000efb0 (0x11) IX[B]<br> [11] -1 0 0x0000ef40 - 0x0000ef60 (0x21) IX[B]<br> [12] -1 0 0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]<br> [13] -1 0 0x0000c800 - 0x0000c900 (0x101) IX[B](B)<br> (II) Active PCI resource ranges after removing overlaps:<br> [0] -1 0 0xff9fc000 - 0xff9fdff0 (0x1ff1) MX[B]<br> [1] -1 0 0xff9ff000 - 0xff9ffff0 (0xff1) MX[B]<br> [2] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O<br> [3] -1 0 0xff860000 - 0xff880000 (0x20001) MX[B](B)<br> [4] -1 0 0xff880000 - 0xff8ffff0 (0x7fff1) MX[B](B)<br> [5] -1 0 0xe8000000 - 0xf0000000 (0x8000001) MX[B](B)<br> [6] -1 0 0x0000dff0 - 0x0000dff0 (0x1) IX[B]<br> [7] -1 0 0x0000df80 - 0x0000dfa0 (0x21) IX[B]<br> [8] -1 0 0x0000df00 - 0x0000df40 (0x41) IX[B]<br> [9] -1 0 0x0000ef80 - 0x0000efa0 (0x21) IX[B]<br> [10] -1 0 0x0000efa0 - 0x0000efb0 (0x11) IX[B]<br> [11] -1 0 0x0000ef40 - 0x0000ef60 (0x21) IX[B]<br> [12] -1 0 0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]<br> [13] -1 0 0x0000c800 - 0x0000c900 (0x101) IX[B](B)<br> (II) OS-reported resource ranges after removing overlaps with PCI:<br> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)<br> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]<br> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]<br> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]<br> [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]<br> [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]<br> (II) All system resource ranges:<br> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)<br> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]<br> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]<br> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]<br> [5] -1 0 0xff9fc000 - 0xff9fdff0 (0x1ff1) MX[B]<br> [6] -1 0 0xff9ff000 - 0xff9ffff0 (0xff1) MX[B]<br> [7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O<br> [8] -1 0 0xff860000 - 0xff880000 (0x20001) MX[B](B)<br> [9] -1 0 0xff880000 - 0xff8ffff0 (0x7fff1) MX[B](B)<br> [10] -1 0 0xe8000000 - 0xf0000000 (0x8000001) MX[B](B)<br> [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]<br> [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]<br> [13] -1 0 0x0000dff0 - 0x0000dff0 (0x1) IX[B]<br> [14] -1 0 0x0000df80 - 0x0000dfa0 (0x21) IX[B]<br> [15] -1 0 0x0000df00 - 0x0000df40 (0x41) IX[B]<br> [16] -1 0 0x0000ef80 - 0x0000efa0 (0x21) IX[B]<br> [17] -1 0 0x0000efa0 - 0x0000efb0 (0x11) IX[B]<br> [18] -1 0 0x0000ef40 - 0x0000ef60 (0x21) IX[B]<br> [19] -1 0 0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]<br> [20] -1 0 0x0000c800 - 0x0000c900 (0x101) IX[B](B)<br> (II) LoadModule: "dbe"<br> (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so<br> (II) Module dbe: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> Module class: X.Org Server Extension<br> ABI class: X.Org Server Extension, version 0.2<br> (II) Loading extension DOUBLE-BUFFER<br> (II) LoadModule: "extmod"<br> (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so<br> (II) Module extmod: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> Module class: X.Org Server Extension<br> ABI class: X.Org Server Extension, version 0.2<br> (II) Loading extension SHAPE<br> (II) Loading extension MIT-SUNDRY-NONSTANDARD<br> (II) Loading extension BIG-REQUESTS<br> (II) Loading extension SYNC<br> (II) Loading extension MIT-SCREEN-SAVER<br> (II) Loading extension XC-MISC<br> (II) Loading extension XFree86-VidModeExtension<br> (II) Loading extension XFree86-Misc<br> (II) Loading extension XFree86-DGA<br> (II) Loading extension DPMS<br> (II) Loading extension TOG-CUP<br> (II) Loading extension Extended-Visual-Information<br> (II) Loading extension XVideo<br> (II) Loading extension XVideo-MotionCompensation<br> (II) Loading extension X-Resource<br> (II) LoadModule: "fbdevhw"<br> (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.so<br> (II) Module fbdevhw: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 0.0.2<br> ABI class: X.Org Video Driver, version 0.7<br> (II) LoadModule: "glx"<br> (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so<br> (II) Module glx: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> ABI class: X.Org Server Extension, version 0.2<br> (II) Loading sub module "GLcore"<br> (II) LoadModule: "GLcore"<br> (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so<br> (II) Module GLcore: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> ABI class: X.Org Server Extension, version 0.2<br> (II) Loading extension GLX<br> (II) LoadModule: "record"<br> (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so<br> (II) Module record: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.13.0<br> Module class: X.Org Server Extension<br> ABI class: X.Org Server Extension, version 0.2<br> (II) Loading extension RECORD<br> (II) LoadModule: "freetype"<br> (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so<br> (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"<br> compiled for 6.8.99.12, module version = 2.1.0<br> Module class: X.Org Font Renderer<br> ABI class: X.Org Font Renderer, version 0.4<br> (II) Loading font FreeType<br> (II) LoadModule: "type1"<br> (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so<br> (II) Module type1: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.2<br> Module class: X.Org Font Renderer<br> ABI class: X.Org Font Renderer, version 0.4<br> (II) Loading font Type1<br> (II) Loading font CID<br> (II) LoadModule: "dri"<br> (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so<br> (II) Module dri: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> ABI class: X.Org Server Extension, version 0.2<br> (II) Loading sub module "drm"<br> (II) LoadModule: "drm"<br> (II) Loading /usr/X11R6/lib/modules/linux/libdrm.so<br> (II) Module drm: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> ABI class: X.Org Server Extension, version 0.2<br> (II) Loading extension XFree86-DRI<br> (II) LoadModule: "radeon"<br> (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.so<br> (II) Module radeon: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 4.0.1<br> Module class: X.Org Video Driver<br> ABI class: X.Org Video Driver, version 0.7<br> (II) LoadModule: "ati"<br> (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so<br> (II) Module ati: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 6.5.6<br> Module class: X.Org Video Driver<br> ABI class: X.Org Video Driver, version 0.7<br> (II) LoadModule: "mouse"<br> (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so<br> (II) Module mouse: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> Module class: X.Org XInput Driver<br> ABI class: X.Org XInput driver, version 0.4<br> (II) LoadModule: "kbd"<br> (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so<br> (II) Module kbd: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> Module class: X.Org XInput Driver<br> ABI class: X.Org XInput driver, version 0.4<br> (II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga<br> (II) R128: Driver for ATI Rage 128 chipsets:<br> ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),<br> ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),<br> ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),<br> ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),<br> ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),<br> ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),<br> ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),<br> ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),<br> ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),<br> ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),<br> ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),<br> ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),<br> ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),<br> ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),<br> ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),<br> ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),<br> ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),<br> ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),<br> ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),<br> ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),<br> ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),<br> ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),<br> ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),<br> ATI Rage 128 Pro ULTRA TU (AGP?)<br> (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),<br> ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),<br> ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),<br> ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),<br> ATI Radeon Mobility M7 LW (AGP),<br> ATI Mobility FireGL 7800 M7 LX (AGP),<br> ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),<br> ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,<br> ATI Radeon IGP330/340/350 (A4) 4137,<br> ATI Radeon IGP330M/340M/350M (U2) 4337,<br> ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,<br> ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),<br> ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),<br> ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),<br> ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),<br> ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),<br> ATI Radeon Mobility 9000 (M9) Lf (AGP),<br> ATI Radeon Mobility 9000 (M9) Lg (AGP),<br> ATI Radeon 9100 IGP (A5) 5834,<br> ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,<br> ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),<br> ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),<br> ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),<br> ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),<br> ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),<br> ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),<br> ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),<br> ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),<br> ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),<br> ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),<br> ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),<br> ATI FireGL RV360 AV (AGP),<br> ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),<br> ATI Radeon Mobility 9600 (M10) NQ (AGP),<br> ATI Radeon Mobility 9600 (M11) NR (AGP),<br> ATI Radeon Mobility 9600 (M10) NS (AGP),<br> ATI FireGL Mobility T2 (M10) NT (AGP),<br> ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,<br> ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),<br> ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),<br> ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),<br> ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),<br> ATI Radeon X600 (RV380) 3E50 (PCIE),<br> ATI FireGL V3200 (RV380) 3E54 (PCIE),<br> ATI Radeon Mobility X600 (M24) 3150 (PCIE),<br> ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),<br> ATI Radeon X600 (RV370) 5B62 (PCIE),<br> ATI FireGL V3100 (RV370) 5B64 (PCIE),<br> ATI FireGL D1100 (RV370) 5B65 (PCIE),<br> ATI Radeon Mobility M300 (M22) 5460 (PCIE),<br> ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),<br> ATI Radeon XPRESS 200M 5A42 (PCIE),<br> ATI Radeon XPRESS 200 5A61 (PCIE),<br> ATI Radeon XPRESS 200M 5A62 (PCIE),<br> ATI Radeon XPRESS 200 5954 (PCIE),<br> ATI Radeon XPRESS 200M 5955 (PCIE),<br> ATI Radeon XPRESS 200 5974 (PCIE),<br> ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),<br> ATI Mobility FireGL V5000 (M26) (PCIE),<br> ATI Mobility FireGL V5000 (M26) (PCIE),<br> ATI Mobility Radeon X700 (M26) (PCIE),<br> ATI Mobility Radeon X700 (M26) (PCIE),<br> ATI Radeon X700 PRO (RV410) (PCIE),<br> ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),<br> ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),<br> ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),<br> ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),<br> ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),<br> ATI Radeon Mobility 9800 (M18) JN (AGP),<br> ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),<br> ATI Radeon X800 (R423) UH (PCIE),<br> ATI Radeon X800PRO (R423) UI (PCIE),<br> ATI Radeon X800LE (R423) UJ (PCIE),<br> ATI Radeon X800SE (R423) UK (PCIE),<br> ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),<br> ATI FireGL V7100 (R423) UT (PCIE),<br> ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),<br> ATI Mobility FireGL V5100 (M28) (PCIE),<br> ATI Mobility Radeon X800 (M28) (PCIE),<br> ATI Mobility Radeon X800 XT (M28) (PCIE),<br> ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),<br> ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),<br> ATI Radeon X850 5D4C (PCIE), ATI Radeon FireGL (R480) GL 5D50 (PCIE),<br> ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),<br> ATI Radeon X850 XT (R480) (PCIE),<br> ATI Radeon X850 XT PE (R480) (PCIE),<br> ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),<br> ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)<br> (II) Primary Device is: PCI 01:00:0<br> (--) Assigning device section with no busID to primary device<br> (--) Chipset ATI Radeon QD (AGP) found<br> (II) resource ranges after xf86ClaimFixedResources() call:<br> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)<br> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]<br> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]<br> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]<br> [5] -1 0 0xff9fc000 - 0xff9fdff0 (0x1ff1) MX[B]<br> [6] -1 0 0xff9ff000 - 0xff9ffff0 (0xff1) MX[B]<br> [7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O<br> [8] -1 0 0xff860000 - 0xff880000 (0x20001) MX[B](B)<br> [9] -1 0 0xff880000 - 0xff8ffff0 (0x7fff1) MX[B](B)<br> [10] -1 0 0xe8000000 - 0xf0000000 (0x8000001) MX[B](B)<br> [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]<br> [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]<br> [13] -1 0 0x0000dff0 - 0x0000dff0 (0x1) IX[B]<br> [14] -1 0 0x0000df80 - 0x0000dfa0 (0x21) IX[B]<br> [15] -1 0 0x0000df00 - 0x0000df40 (0x41) IX[B]<br> [16] -1 0 0x0000ef80 - 0x0000efa0 (0x21) IX[B]<br> [17] -1 0 0x0000efa0 - 0x0000efb0 (0x11) IX[B]<br> [18] -1 0 0x0000ef40 - 0x0000ef60 (0x21) IX[B]<br> [19] -1 0 0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]<br> [20] -1 0 0x0000c800 - 0x0000c900 (0x101) IX[B](B)<br> (II) Loading sub module "radeon"<br> (II) LoadModule: "radeon"<br> (II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.so<br> (II) resource ranges after probing:<br> [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)<br> [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br> [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]<br> [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]<br> [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]<br> [5] -1 0 0xff9fc000 - 0xff9fdff0 (0x1ff1) MX[B]<br> [6] -1 0 0xff9ff000 - 0xff9ffff0 (0xff1) MX[B]<br> [7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O<br> [8] -1 0 0xff860000 - 0xff880000 (0x20001) MX[B](B)<br> [9] -1 0 0xff880000 - 0xff8ffff0 (0x7fff1) MX[B](B)<br> [10] -1 0 0xe8000000 - 0xf0000000 (0x8000001) MX[B](B)<br> [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]<br> [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]<br> [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]<br> [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]<br> [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]<br> [16] -1 0 0x0000dff0 - 0x0000dff0 (0x1) IX[B]<br> [17] -1 0 0x0000df80 - 0x0000dfa0 (0x21) IX[B]<br> [18] -1 0 0x0000df00 - 0x0000df40 (0x41) IX[B]<br> [19] -1 0 0x0000ef80 - 0x0000efa0 (0x21) IX[B]<br> [20] -1 0 0x0000efa0 - 0x0000efb0 (0x11) IX[B]<br> [21] -1 0 0x0000ef40 - 0x0000ef60 (0x21) IX[B]<br> [22] -1 0 0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]<br> [23] -1 0 0x0000c800 - 0x0000c900 (0x101) IX[B](B)<br> [24] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]<br> [25] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]<br> (II) Setting vga for screen 0.<br> (II) RADEON(0): MMIO registers at 0xff880000<br> (II) RADEON(0): PCI bus 1 card 0 func 0<br> (**) RADEON(0): Depth 16, (--) framebuffer bpp 16<br> (II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)<br> (==) RADEON(0): Default visual is TrueColor<br> (**) RADEON(0): Option "TVOutput" "NTSC"<br> (II) Loading sub module "vgahw"<br> (II) LoadModule: "vgahw"<br> (II) Loading /usr/X11R6/lib/modules/libvgahw.so<br> (II) Module vgahw: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 0.1.0<br> ABI class: X.Org Video Driver, version 0.7<br> (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000<br> (==) RADEON(0): RGB weight 565<br> (II) RADEON(0): Using 6 bits per RGB (8 bit DAC)<br> (II) Loading sub module "int10"<br> (II) LoadModule: "int10"<br> (II) Loading /usr/X11R6/lib/modules/linux/libint10.so<br> (II) Module int10: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> ABI class: X.Org Video Driver, version 0.7<br> (II) RADEON(0): initializing int10<br> (II) RADEON(0): Primary V_BIOS segment is: 0xc000<br> (--) RADEON(0): Chipset: "ATI Radeon QD (AGP)" (ChipID = 0x5144)<br> (--) RADEON(0): Linear framebuffer at 0xe8000000<br> (--) RADEON(0): BIOS at 0xff860000<br> (--) RADEON(0): VideoRAM: 65536 kByte (128 bit DDR SDRAM)<br> (II) RADEON(0): AGP card detected<br> (II) RADEON(0): Color tiling enabled by default<br> (II) Loading sub module "ddc"<br> (II) LoadModule: "ddc"<br> (II) Loading /usr/X11R6/lib/modules/libddc.so<br> (II) Module ddc: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> ABI class: X.Org Video Driver, version 0.7<br> (II) Loading sub module "i2c"<br> (II) LoadModule: "i2c"<br> (II) Loading /usr/X11R6/lib/modules/libi2c.so<br> (II) Module i2c: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.2.0<br> ABI class: X.Org Video Driver, version 0.7<br> (II) RADEON(0): I2C bus "DDC" initialized.<br> (II) RADEON(0): Legacy BIOS detected<br> (WW) RADEON(0): No Connector Info Table found!<br> (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.<br> (II) RADEON(0): I2C device "DDC:ddc2" removed.<br> (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.<br> (II) RADEON(0): I2C device "DDC:ddc2" removed.<br> (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.<br> (II) RADEON(0): I2C device "DDC:ddc2" removed.<br> (II) RADEON(0): DDC Type: 2, Detected Type: 0<br> (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.<br> (II) RADEON(0): I2C device "DDC:ddc2" removed.<br> (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.<br> (II) RADEON(0): I2C device "DDC:ddc2" removed.<br> (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.<br> (II) RADEON(0): I2C device "DDC:ddc2" removed.<br> (II) RADEON(0): DDC Type: 3, Detected Type: 0<br> (II) RADEON(0): DDC Type: 4, Detected Type: 0<br> (II) RADEON(0): Primary:<br> Monitor -- CRT<br> Connector -- DVI-D<br> DAC Type -- Primary<br> TMDS Type -- Internal<br> DDC Type -- DVI_DDC<br> (II) RADEON(0): PLL parameters: rf=2700 rd=60 min=12000 max=35000; xclk=18300<br> (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled<br> (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)<br> (II) RADEON(0): Validating modes on Primary head ---------<br> (II) RADEON(0): Monitor0: Using hsync range of 31.00-60.00 kHz<br> (II) RADEON(0): Monitor0: Using vrefresh range of 55.00-75.00 Hz<br> (II) RADEON(0): Clock range: 12.00 to 350.00 MHz<br> (II) RADEON(0): Not using default mode "640x350" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "320x175" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "640x400" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "320x200" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "720x400" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "360x200" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "640x480" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "320x240" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "800x600" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "400x300" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "1024x768" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "512x384" (vrefresh out of range)<br> (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1024x768" (hsync out of range)<br> (II) RADEON(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1152x864" (hsync out of range)<br> (II) RADEON(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1280x960" (hsync out of range)<br> (II) RADEON(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)<br> (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)<br> (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)<br> (II) RADEON(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)<br> (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)<br> (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)<br> (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)<br> (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)<br> (II) RADEON(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)<br> (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)<br> (II) RADEON(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)<br> (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)<br> (II) RADEON(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)<br> (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)<br> (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)<br> (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)<br> (II) RADEON(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1600x1024" (hsync out of range)<br> (II) RADEON(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)<br> (II) RADEON(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)<br> (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)<br> (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)<br> (II) RADEON(0): Not using default mode "1280x960" (width too large for virtual size)<br> (II) RADEON(0): Not using default mode "1152x768" (width too large for virtual size)<br> (II) RADEON(0): Not using default mode "1024x768" (width too large for virtual size)<br> (II) RADEON(0): Not using default mode "1024x768" (width too large for virtual size)<br> (II) RADEON(0): Not using default mode "1024x768" (width too large for virtual size)<br> (II) RADEON(0): Not using default mode "832x624" (width too large for virtual size)<br> (--) RADEON(0): Virtual size is 800x600 (pitch 896)<br> (**) RADEON(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz<br> (II) RADEON(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync<br> (**) RADEON(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz<br> (II) RADEON(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync<br> (**) RADEON(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz<br> (II) RADEON(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync<br> (**) RADEON(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz<br> (II) RADEON(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync<br> (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz<br> (II) RADEON(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync<br> (**) RADEON(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz<br> (II) RADEON(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync<br> (**) RADEON(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz<br> (II) RADEON(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync<br> (**) RADEON(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)<br> (II) RADEON(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync<br> (**) RADEON(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)<br> (II) RADEON(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync<br> (**) RADEON(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)<br> (II) RADEON(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync<br> (**) RADEON(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)<br> (II) RADEON(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync<br> (**) RADEON(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)<br> (II) RADEON(0): Modeline "400x300" 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync<br> (**) RADEON(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)<br> (II) RADEON(0): Modeline "320x240" 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync<br> (**) RADEON(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)<br> (II) RADEON(0): Modeline "320x240" 15.75 320 332 352 416 240 244 245 260 doublescan -hsync -vsync<br> (**) RADEON(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)<br> (II) RADEON(0): Modeline "320x240" 12.60 320 328 376 400 240 245 246 262 doublescan -hsync -vsync<br> (**) RADEON(0): Display dimensions: (300, 230) mm<br> (**) RADEON(0): DPI set to (67, 66)<br> (II) Loading sub module "fb"<br> (II) LoadModule: "fb"<br> (II) Loading /usr/X11R6/lib/modules/libfb.so<br> (II) Module fb: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> ABI class: X.Org ANSI C Emulation, version 0.2<br> (II) Loading sub module "ramdac"<br> (II) LoadModule: "ramdac"<br> (II) Loading /usr/X11R6/lib/modules/libramdac.so<br> (II) Module ramdac: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 0.1.0<br> ABI class: X.Org Video Driver, version 0.7<br> (II) Loading sub module "xaa"<br> (II) LoadModule: "xaa"<br> (II) Loading /usr/X11R6/lib/modules/libxaa.so<br> (II) Module xaa: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.2.0<br> ABI class: X.Org Video Driver, version 0.7<br> (II) RADEON(0): AGP Fast Write disabled by default<br> (II) Loading sub module "shadowfb"<br> (II) LoadModule: "shadowfb"<br> (II) Loading /usr/X11R6/lib/modules/libshadowfb.so<br> (II) Module shadowfb: vendor="X.Org Foundation"<br> compiled for 6.8.99.12, module version = 1.0.0<br> ABI class: X.Org ANSI C Emulation, version 0.2<br> (II) RADEON(0): Page flipping disabled<br> (II) RADEON(0): Will try to use DMA for Xv image transfers<br> (II) RADEON(0): MM_TABLE: 01-0c-00-1f-06-00-00-66-02-00-00-06-00-00<br> (!!) RADEON(0): For information on using the multimedia capabilities<br> of this adapter, please see <a class="moz-txt-link-freetext" href="http://gatos.sf.net">http://gatos.sf.net</a>.<br> (II) do I need RAC? No, I don't.<br> (II) resource ranges after preInit:<br> [0] 0 0 0xff880000 - 0xff8ffff0 (0x7fff1) MX[B]<br> [1] 0 0 0xe8000000 - 0xf0000000 (0x8000001) MX[B]<br> [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)<br> [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br> [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]<br> [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]<br> [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]<br> [7] -1 0 0xff9fc000 - 0xff9fdff0 (0x1ff1) MX[B]<br> [8] -1 0 0xff9ff000 - 0xff9ffff0 (0xff1) MX[B]<br> [9] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O<br> [10] -1 0 0xff860000 - 0xff880000 (0x20001) MX[B](B)<br> [11] -1 0 0xff880000 - 0xff8ffff0 (0x7fff1) MX[B](B)<br> [12] -1 0 0xe8000000 - 0xf0000000 (0x8000001) MX[B](B)<br> [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)<br> [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)<br> [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)<br> [16] 0 0 0x0000c800 - 0x0000c900 (0x101) IX[B]<br> [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]<br> [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]<br> [19] -1 0 0x0000dff0 - 0x0000dff0 (0x1) IX[B]<br> [20] -1 0 0x0000df80 - 0x0000dfa0 (0x21) IX[B]<br> [21] -1 0 0x0000df00 - 0x0000df40 (0x41) IX[B]<br> [22] -1 0 0x0000ef80 - 0x0000efa0 (0x21) IX[B]<br> [23] -1 0 0x0000efa0 - 0x0000efb0 (0x11) IX[B]<br> [24] -1 0 0x0000ef40 - 0x0000ef60 (0x21) IX[B]<br> [25] -1 0 0x0000ffa0 - 0x0000ffb0 (0x11) IX[B]<br> [26] -1 0 0x0000c800 - 0x0000c900 (0x101) IX[B](B)<br> [27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)<br> [28] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)<br> (==) RADEON(0): Write-combining range (0xe8000000,0x4000000)<br> (II) Loading sub module "theater_out"<br> (II) LoadModule: "theater_out"<br> (II) Loading /usr/X11R6/lib/modules/multimedia/theater_out_drv.so<br> (II) Module theater_out: vendor="X.Org Foundation"<br> compiled for 4.3.99.902, module version = 1.0.0<br> ABI class: X.Org Video Driver, version 0.7<br> (II) RADEON(0): No response from device 0 on VIP bus<br> (II) RADEON(0): Device 1 on VIP bus ids as 0x4d541002<br> (II) RADEON(0): No response from device 2 on VIP bus<br> (II) RADEON(0): No response from device 3 on VIP bus<br> (II) RADEON(0): Detected Rage Theatre as device 1 on VIP bus<br> (II) RADEON(0): Detected Rage Theatre revision 00000003<br> drmOpenDevice: node name is /dev/dri/card0<br> drmOpenDevice: open result is -1, (No such device or address)<br> drmOpenDevice: open result is -1, (No such device or address)<br> drmOpenDevice: Open failed<br> drmOpenDevice: node name is /dev/dri/card0<br> drmOpenDevice: open result is -1, (No such device or address)<br> drmOpenDevice: open result is -1, (No such device or address)<br> drmOpenDevice: Open failed<br> drmOpenByBusid: Searching for BusID pci:0000:01:00.0<br> drmOpenDevice: node name is /dev/dri/card0<br> drmOpenDevice: open result is 8, (OK)<br> drmOpenByBusid: drmOpenMinor returns 8<br> drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0<br> (II) RADEON(0): [drm] loaded kernel module for "radeon" driver<br> (II) RADEON(0): [drm] DRM interface version 1.2<br> (II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"<br> (II) RADEON(0): [drm] added 8192 byte SAREA at 0xd0a23000<br> (II) RADEON(0): [drm] mapped SAREA 0xd0a23000 to 0xb3aea000<br> (II) RADEON(0): [drm] framebuffer handle = 0xe8000000<br> (II) RADEON(0): [drm] added 1 reserved context for kernel<br> (II) RADEON(0): [agp] Mode 0x1f000201 [AGP 0x8086/0x1a30; Card 0x1002/0x5144]<br> (II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001<br> (II) RADEON(0): [agp] ring handle = 0xf8000000<br> (II) RADEON(0): [agp] Ring mapped at 0xb39e9000<br> (II) RADEON(0): [agp] ring read ptr handle = 0xf8101000<br> (II) RADEON(0): [agp] Ring read ptr mapped at 0xb39e8000<br> (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xf8102000<br> (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xb37e8000<br> (II) RADEON(0): [agp] GART texture map handle = 0xf8302000<br> (II) RADEON(0): [agp] GART Texture map mapped at 0xb3308000<br> (II) RADEON(0): [drm] register handle = 0xff880000<br> (II) RADEON(0): [dri] Visual configs initialized<br> (II) RADEON(0): Depth moves disabled by default<br> (II) RADEON(0): CP in BM mode<br> (II) RADEON(0): Using 8 MB GART aperture<br> (II) RADEON(0): Using 1 MB for the ring buffer<br> (II) RADEON(0): Using 2 MB for vertex/indirect buffers<br> (II) RADEON(0): Using 5 MB for GART textures<br> (II) RADEON(0): Memory manager initialized to (0,0) (896,8191)<br> (II) RADEON(0): Reserved area from (0,600) to (896,610)<br> (II) RADEON(0): Largest ... [truncated message content] |
|
From: Vladimir D. <vo...@mi...> - 2005-06-23 23:05:57
|
>>
>> - Mark
>
> No, it does not, because MythTV is not compatible with All-In-Wonder cards.
> He blames GATOS for this problem.
It is not our fault. MythTV expects to read the stream from a device and
then display it on the video card.
With All-in-Wonder cards you would have to get stream off the card
and then write it back for display - not the easiest thing to implement
while trying to keep all of v4l, xorg and drm driver happy at the same
time.
Note that you would *need* drm as plain cpu writes would eat up the
all the bandwidth for even a regular NTSC stream.
Additionally, changing channels via v4l interface requires synchronization
with Xvideo data - also not an easy thing to accomplish (if possible)
across all the varying distributions.
In short, MythTV is better off with a dedicated video capture unit.
best
Vladimir Dergachev
>
> <http://www.mythtv.org/docs/mythtv-HOWTO-3.html#ss3.1>
> See under "Video Capture Device->Frame Grabbers."
>
> William
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Gatos-devel mailing list
> Gat...@li...
> https://lists.sourceforge.net/lists/listinfo/gatos-devel
>
|
|
From: Mark K. <mar...@gm...> - 2005-06-23 16:49:07
|
On 6/23/05, William M. Quarles <qua...@jm...> wrote: > Mark Knecht wrote: >=20 > > On 6/22/05, William M. Quarles <qua...@jm...> wrote: > > > > > >>That reminds me, is anybody interested in working on full-fledged DVR > >>features for these programs, similar to what the ATI TV program does? > >>(In case somebody doesn't understand what I am talking about, I mean th= e > >>ability to pause live TV, rewind, replay, and fast-forward through > >>commercials.) It's been quite a while since I used AVview but I did no= t > >>notice these things. > >> > > > > Does MythTV not meet these requirements? > > > > - Mark >=20 > No, it does not, because MythTV is not compatible with All-In-Wonder > cards. He blames GATOS for this problem. >=20 > <http://www.mythtv.org/docs/mythtv-HOWTO-3.html#ss3.1> > See under "Video Capture Device->Frame Grabbers." >=20 > William Ah..OK. Thanks. |
|
From: William M. Q. <qua...@jm...> - 2005-06-23 16:29:25
|
Mark Knecht wrote: > On 6/22/05, William M. Quarles <qua...@jm...> wrote: > > >>That reminds me, is anybody interested in working on full-fledged DVR >>features for these programs, similar to what the ATI TV program does? >>(In case somebody doesn't understand what I am talking about, I mean the >>ability to pause live TV, rewind, replay, and fast-forward through >>commercials.) It's been quite a while since I used AVview but I did not >>notice these things. >> > > Does MythTV not meet these requirements? > > - Mark No, it does not, because MythTV is not compatible with All-In-Wonder cards. He blames GATOS for this problem. <http://www.mythtv.org/docs/mythtv-HOWTO-3.html#ss3.1> See under "Video Capture Device->Frame Grabbers." William |
|
From: Bill A. <ad...@go...> - 2005-06-23 09:09:13
|
Hello there, I'm trying to install onto Suse 9.2 which claims to be Xorg 6.8.1. You have a binary release for Xorg 6.7.0 which I hopefully tried. My Xorg= =20 log follows - basically it says "oh no you don't". There are missing symbols.= =20 What should be my route forward? Should I compile against the Suse release of 6.8.1? If = =20 so could someone please direct me to which code to checkout of cvs. If I can get this =20 running I will test the PAL TV input (I'm in the UK) for you and my kids will be happy ;-). TIA Bill Symbol RADEONChipsets from module =20 /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved! Symbol RADEONChipsets from module =20 /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved! Symbol fi1236_dump_status from module =20 /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved! Required symbol RADEONFillInScreenInfo from module =20 /usr/X11R6/lib/modules/drivers/ati_drv.o is unresolved! Required symbol RADEONOptionsWeak from module =20 /usr/X11R6/lib/modules/drivers/ati_drv.o is unresolved! Rest of log follows...... -------------------------- X Window System Version 6.8.1 Release Date: 17 September 2004 X Protocol Version 11, Revision 0, Release 6.8.1 Build Operating System: SuSE Linux [ELF] SuSE Current Operating System: Linux linux 2.6.8-24-default #1 Wed Oct 6 =20 09:16:23 UTC 2004 i686 Build Date: 04 October 2004 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, (=3D=3D) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 22 17:51:10 2005 (=3D=3D) Using config file: "/etc/X11/xorg.conf" (=3D=3D) ServerLayout "Layout[all]" (**) |-->Screen "Screen[0]" (0) (**) | |-->Monitor "Monitor[0]" (**) | |-->Device "Device[0]" (**) |-->Input Device "Keyboard[0]" (**) |-->Input Device "Mouse[1]" (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/misc" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/75dpi" does not exist= . Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/100dpi" does not exis= t. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/Type1" does not exist= . Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/latin7/75dpi" does not exist= . Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/baekmuk" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/japanese" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/kwintv" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/misc" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/75dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/100dpi" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/misc" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/75dpi" does not exist= . Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/100dpi" does not exis= t. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/Type1" does not exist= . Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/misc/sgi" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/xtest" does not exist. Entry deleted from font path. (**) FontPath set to =20 "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/u= sr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr= /X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib= /X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID,/opt/kde3/share/font= s" (=3D=3D) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) Input device list set to =20 "/dev/ttyS0,/dev/ttyS1,/dev/ttyS2,/dev/ttyS3,/dev/ttyS4,/dev/ttyS5,/dev/t= tyS6,/dev/ttyS7,/dev/ttyS8,/dev/psaux,/dev/logibm,/dev/sunmouse,/dev/atib= m,/dev/amigamouse,/dev/atarimouse,/dev/inportbm,/dev/gpmdata,/dev/mouse,/= dev/usbmouse,/dev/adbmouse,/dev/input/mice,/dev/input/event0,/dev/pointer= 0,/dev/pointer1,/dev/pointer2,/dev/pointer3" (=3D=3D) ModulePath set to "/usr/X11R6/lib/modules" (**) Option "AllowMouseOpenFail" (WW) Open APM failed (/dev/apm_bios) (No such device) (II) Module ABI versions: X.Org ANSI C Emulation: 0.2 X.Org Video Driver: 0.7 X.Org XInput driver : 0.4 X.Org Server Extension : 0.2 X.Org 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=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 1.0.0 ABI class: X.Org Video Driver, version 0.7 (++) using VT number 7 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages =3D 0x03, oldVal1 =3D 0x00000000, mode1Res1 =3D 0x800000= 00 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1039,0746 card 1019,1808 rev 10 class 06,00,00 hd= r =20 00 (II) PCI: 00:01:0: chip 1039,0002 card 0000,0000 rev 00 class 06,04,00 hd= r =20 01 (II) PCI: 00:02:0: chip 1039,0963 card 0000,0000 rev 25 class 06,01,00 hd= r =20 80 (II) PCI: 00:02:1: chip 1039,0016 card 0000,0000 rev 00 class 0c,05,00 hd= r =20 00 (II) PCI: 00:02:5: chip 1039,5513 card 1019,1808 rev 00 class 01,01,80 hd= r =20 00 (II) PCI: 00:02:7: chip 1039,7012 card 1019,1808 rev a0 class 04,01,00 hd= r =20 00 (II) PCI: 00:03:0: chip 1039,7001 card 1019,1808 rev 0f class 0c,03,10 hd= r =20 80 (II) PCI: 00:03:1: chip 1039,7001 card 1019,1808 rev 0f class 0c,03,10 hd= r =20 00 (II) PCI: 00:03:2: chip 1039,7002 card 1019,1808 rev 00 class 0c,03,20 hd= r =20 00 (II) PCI: 00:04:0: chip 1039,0900 card 1019,1808 rev 91 class 02,00,00 hd= r =20 00 (II) PCI: 00:0a:0: chip 109e,036e card 0070,13eb rev 02 class 04,00,00 hd= r =20 80 (II) PCI: 00:0a:1: chip 109e,0878 card 0070,13eb rev 02 class 04,80,00 hd= r =20 80 (II) PCI: 00:0b:0: chip 1412,1712 card 1412,d634 rev 02 class 04,01,00 hd= r =20 00 (II) PCI: 00:0c:0: chip 9004,5078 card 9004,7850 rev 03 class 01,00,00 hd= r =20 00 (II) PCI: 00:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hd= r =20 00 (II) PCI: 01:00:0: chip 1002,4242 card 1002,02aa rev 00 class 03,00,00 hd= r =20 80 (II) PCI: 01:00:1: chip 1002,4243 card 0000,0000 rev 00 class 06,04,00 hd= r =20 01 (II) PCI: 02:00:0: chip 11c1,5811 card 1002,5811 rev 04 class 0c,00,10 hd= r =20 00 (II) PCI: End of PCI scan (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,2), BCTRL: 0x000a (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x00008000 - 0x00008fff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xcfd00000 - 0xcfefffff (0x200000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xbfa00000 - 0xcfbfffff (0x10200000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is se= t) (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (1:0:1), (1,2,2), BCTRL: 0x0003 (VGA_EN is =20 cleared) (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xcfd00000 - 0xcfdfffff (0x100000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xbfa00000 - 0xbfafffff (0x100000) MX[B] (--) PCI: (0:10:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @= =20 0xcfcfe000/12 (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R200 BB [Radeon All in =20 Wonder 8500DV] rev 0, Mem @ 0xc0000000/27, 0xcfee0000/17, 0xcfed0000/16, = =20 I/O @ 0x8800/8, BIOS @ 0xcfea0000/17 (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 0xd0000000 from 0xd7ffffff to =20 0xcfffffff (II) Active PCI resource ranges: [0] -1 0 0xcfdff000 - 0xcfdfffff (0x1000) MX[B] [1] -1 0 0xcfffaf00 - 0xcfffafff (0x100) MX[B] [2] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [3] -1 0 0xcfcff000 - 0xcfcfffff (0x1000) MX[B] [4] -1 0 0xcfffb000 - 0xcfffbfff (0x1000) MX[B] [5] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [6] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [7] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0xcfea0000 - 0xcfebffff (0x20000) MX[B](B) [10] -1 0 0xcfed0000 - 0xcfedffff (0x10000) MX[B](B) [11] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [12] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [13] -1 0 0xcfcfe000 - 0xcfcfefff (0x1000) MX[B](B) [14] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B] [15] -1 0 0x0000c000 - 0x0000c03f (0x40) IX[B] [16] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B] [17] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [18] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [19] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [20] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B] [21] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [22] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [23] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] [24] -1 0 0x00008800 - 0x000088ff (0x100) IX[B](B) (II) Inactive PCI resource ranges: [0] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xcfdff000 - 0xcfdfffff (0x1000) MX[B] [1] -1 0 0xcfffaf00 - 0xcfffafff (0x100) MX[B] [2] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [3] -1 0 0xcfcff000 - 0xcfcfffff (0x1000) MX[B] [4] -1 0 0xcfffb000 - 0xcfffbfff (0x1000) MX[B] [5] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [6] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [7] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0xcfea0000 - 0xcfebffff (0x20000) MX[B](B) [10] -1 0 0xcfed0000 - 0xcfedffff (0x10000) MX[B](B) [11] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [12] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [13] -1 0 0xcfcfe000 - 0xcfcfefff (0x1000) MX[B](B) [14] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B] [15] -1 0 0x0000c000 - 0x0000c03f (0x40) IX[B] [16] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B] [17] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [18] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [19] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [20] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B] [21] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [22] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [23] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] [24] -1 0 0x00008800 - 0x000088ff (0x100) IX[B](B) (II) Inactive PCI resource ranges after removing overlaps: [0] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[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 0xcfdff000 - 0xcfdfffff (0x1000) MX[B] [6] -1 0 0xcfffaf00 - 0xcfffafff (0x100) MX[B] [7] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [8] -1 0 0xcfcff000 - 0xcfcfffff (0x1000) MX[B] [9] -1 0 0xcfffb000 - 0xcfffbfff (0x1000) MX[B] [10] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [11] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [12] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [13] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [14] -1 0 0xcfea0000 - 0xcfebffff (0x20000) MX[B](B) [15] -1 0 0xcfed0000 - 0xcfedffff (0x10000) MX[B](B) [16] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [17] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [18] -1 0 0xcfcfe000 - 0xcfcfefff (0x1000) MX[B](B) [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B] [22] -1 0 0x0000c000 - 0x0000c03f (0x40) IX[B] [23] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B] [24] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [25] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [26] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [27] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B] [28] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [29] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [30] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] [31] -1 0 0x00008800 - 0x000088ff (0x100) IX[B](B) [32] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so (II) Module freetype: vendor=3D"X.Org Foundation & the After X-TT Project= " compiled for 6.8.1, module version =3D 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font FreeType (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 1.0.0 Module class: X.Org Server Extension ABI class: X.Org 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 TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 1.0.0 ABI class: X.Org 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=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension GLX (II) LoadModule: "v4l" (II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o (II) Module v4l: vendor=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 0.0.1 ABI class: X.Org Video Driver, version 0.7 (II) LoadModule: "radeon" (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o (II) Module radeon: vendor=3D"X.Org Foundation" compiled for 4.3.99.902, module version =3D 4.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.7 (II) LoadModule: "ati" (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 6.5.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.7 (II) LoadModule: "kbd" (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o (II) Module kbd: vendor=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.4 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor=3D"X.Org Foundation" compiled for 6.8.1, module version =3D 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.4 (II) v4l driver for Video4Linux (II) ATI: ATI driver (version 6.5.6) 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/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), 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 Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437, ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireGL D1100 (RV370) 5B65 (PCIE), ATI Radeon Mobility M300 (M22) 5460 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE), ATI FireGL V7100 (R423) UT (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE) (II) Primary Device is: PCI 01:00:0 (--) Chipset ATI Radeon 8500 AIW BB (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 0xcfdff000 - 0xcfdfffff (0x1000) MX[B] [6] -1 0 0xcfffaf00 - 0xcfffafff (0x100) MX[B] [7] -1 0 0xcffff000 - 0xcfffffff (0x1000) MX[B] [8] -1 0 0xcfcff000 - 0xcfcfffff (0x1000) MX[B] [9] -1 0 0xcfffb000 - 0xcfffbfff (0x1000) MX[B] [10] -1 0 0xcfffe000 - 0xcfffefff (0x1000) MX[B] [11] -1 0 0xcfffd000 - 0xcfffdfff (0x1000) MX[B] [12] -1 0 0xcfffc000 - 0xcfffcfff (0x1000) MX[B] [13] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [14] -1 0 0xcfea0000 - 0xcfebffff (0x20000) MX[B](B) [15] -1 0 0xcfed0000 - 0xcfedffff (0x10000) MX[B](B) [16] -1 0 0xcfee0000 - 0xcfefffff (0x20000) MX[B](B) [17] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B) [18] -1 0 0xcfcfe000 - 0xcfcfefff (0x1000) MX[B](B) [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B] [22] -1 0 0x0000c000 - 0x0000c03f (0x40) IX[B] [23] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B] [24] -1 0 0x0000c800 - 0x0000c80f (0x10) IX[B] [25] -1 0 0x0000cc00 - 0x0000cc1f (0x20) IX[B] [26] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] [27] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B] [28] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [29] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [30] -1 0 0x00000c00 - 0x00000c1f (0x20) IX[B] [31] -1 0 0x00008800 - 0x000088ff (0x100) IX[B](B) [32] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] (II) Loading sub module "radeon" (II) LoadModule: "radeon" (II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o Symbol RADEONChipsets from module =20 /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved! Symbol RADEONChipsets from module =20 /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved! Symbol fi1236_dump_status from module =20 /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved! Required symbol RADEONFillInScreenInfo from module =20 /usr/X11R6/lib/modules/drivers/ati_drv.o is unresolved! Required symbol RADEONOptionsWeak from module =20 /usr/X11R6/lib/modules/drivers/ati_drv.o is unresolved! Fatal server error: Some required symbols were unresolved Please consult the The X.Org Foundation support at http://wiki.X.Org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional =20 information. |
|
From: Mark K. <mar...@gm...> - 2005-06-22 23:15:24
|
On 6/22/05, William M. Quarles <qua...@jm...> wrote: > That reminds me, is anybody interested in working on full-fledged DVR > features for these programs, similar to what the ATI TV program does? > (In case somebody doesn't understand what I am talking about, I mean the > ability to pause live TV, rewind, replay, and fast-forward through > commercials.) It's been quite a while since I used AVview but I did not > notice these things. >=20 Does MythTV not meet these requirements? - Mark |
|
From: William M. Q. <qua...@jm...> - 2005-06-22 21:57:37
|
BTW, the DRM-kernel page should be updated to reflect this change of status. It seems to be no longer true. Peace, William |
|
From: William M. Q. <qua...@jm...> - 2005-06-22 21:55:24
|
Antti Ajanki wrote: > On Tue, 21 Jun 2005, William M. Quarles wrote: > >> Hi, >> >> I was under the impression that drm-kernel was necessary to get AVView >> and km to do anything. I guess I stand corrected. > > > AFAIK, the purpose of drm-kernel was to configure video card memory > controller to work with video capture and 3D at the same time, so you > had to have it only if you wanted to enable 3D acceleration. > > Nowadays X.org sets the controller up correctly without any external > modules and drm-kernel is not needed anymore. drm-kernel has never > supported 2.6.x kernels and probably never will, because more and more > people are switching to X.org. > > If you are stuck with old XFree 4.3 (and this probably applies also to > 4.4) and want to have 3D, your only choice is to use 2.4 kernels (or > port drm-module to 2.6 kernels). If I am using old X.org I have the exact same problem. AKAIK GATOS didn't start getting creative with X.org until after the first release. I'm using Fedora Core 2 which includes the first release of X.org. Does anybody have any idea what will break if I compile and install a later version of X.org to work with my system? >> >> What do I use for my X driver if I don't use the drm driver? > > > The driver, which is included with X server, does 2D graphics, TV-in and > video overlay. In case of 3D, also a kernel driver is utilized, but > because the driver bundled with standard kernels suffices for X.org, you > don't need any external modules. > > Km, on the other hand, is *not* necessary to watch TV, it is needed only > to *capture* TV. > That reminds me, is anybody interested in working on full-fledged DVR features for these programs, similar to what the ATI TV program does? (In case somebody doesn't understand what I am talking about, I mean the ability to pause live TV, rewind, replay, and fast-forward through commercials.) It's been quite a while since I used AVview but I did not notice these things. Thanks, William |
|
From: William M. Q. <qua...@jm...> - 2005-06-22 21:28:17
|
Let's keep things on the list. Everything that I have read on the list says that the *GATOS* DRM kernel package does not support 2.4 kernels. You must be using someone elses. Another message on the list seems to clear this up. Thanks, William -------- Original Message -------- Subject: Re: [Fwd: Re: [GATOS]Re: [GATOS-ANNOUNCE] Km 0.6.1] Date: Tue, 21 Jun 2005 23:59:52 -0500 From: Mike Goggin <me...@gm...> Reply-To: Mike Goggin <me...@gm...> To: William M. Quarles <qua...@jm...> References: <42B...@jm...> I used radeon because I have a radeon card. My DRM worked before I compiled km. I pulled km from CVS, then copied Makefile-2.6 to Makefile and did make. You need to have a configured kernel tree for it to build. Once they're compiled, just make install && depmod -a as root. Then modprobe them. For AVview, you need to make sure that you have Tcl and the Tk libraries and headers installed otherwise it's build will fail. For some odd reason, I could only get the composite in to work while I was root (probably a permissions issue) and only when I wasn't using composite out. Hope this answers some of your questions. On 6/21/05, William M. Quarles <qua...@jm...> wrote: > Hi, > > I was under the impression that drm-kernel was necessary to get AVView > and km to do anything. I guess I stand corrected. > > What do I use for my X driver if I don't use the drm driver? > > Thanks, > William > > -------- Original Message -------- > Subject: Re: [GATOS]Re: [GATOS-ANNOUNCE] Km 0.6.1 > Date: Tue, 21 Jun 2005 21:22:00 -0500 > From: Mike Goggin <me...@gm...> > Reply-To: Mike Goggin <me...@gm...> > To: William M. Quarles <qua...@jm...> > References: <Pin...@mi...> > <42B...@jm...> > > I don't know if this helps/applies/matters, but I was able to get KM > to build on 2.6.11. Mind you, drm_kernel did not build. But KM built, > loaded, and worked, allowing me to use AVview to see input from my > composite port. > > On 6/21/05, William M. Quarles <qua...@jm...> wrote: > > Antti Ajanki wrote: > > > > > * Compatible with current kernels (2.6.12 being the most recent at the > > > time of writing) > > > > However last time I checked the drm-kernel drivers still don't support > > 2.6 kernels. What is the benefit without that? > > > > William > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > informative Webcasts and more! Get everything you need to get up to > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > _______________________________________________ > > Gatos-devel mailing list > > Gat...@li... > > https://lists.sourceforge.net/lists/listinfo/gatos-devel > > > > > -- > - Mike Goggin > "You are the Lord, the Famous One. > Great is your name in all the earth!" > - "Famous One" by Chris Tomlin > > -- - Mike Goggin "You are the Lord, the Famous One. Great is your name in all the earth!" - "Famous One" by Chris Tomlin |
|
From: Andras L. <and...@gm...> - 2005-06-22 19:58:08
|
I compiled xorg from cvs and avview works again. The output of the xorg differs slightly in this case: Adaptor 0: ATI Radeon Video Overlay =09=09type input video image =09=09ports 73 73 ATI Radeon Video Overlay so now that port is 73 not 69. On 6/22/05, Andras Lorincz <and...@gm...> wrote: > I'm using debian and have AIW with 7200 chipset. Because debian did > not yet get the xorg packages into the official repos I used xorg from > cvs. Everithing was ok, 3D, tv-in, avview working. Then I found a > debian repository which provides xorg packages for debian so I thought > to use that. I upgraded everithing and 3D works but cannot get avview > to work. I recompiled avview and nothing better. Actualy avview starts > and appears that dialog box that: "It appears that you have not run > AVview 0.80.6 before ....", I press OK and avview closes. These are > the messages from the console from where I started it: >=20 > libzvbi available export modules: > HTML:keyword "html" mimetype "text/html" extension "html,htm" > PNG:keyword "png" mimetype "image/png" extension "png" > PPM:keyword "ppm" mimetype "image/x-portable-pixmap" extension "p= pm" > Text:keyword "text" mimetype "text/plain" extension "txt" > VTX:keyword "vtx" mimetype "application/videotext" extension "vtx= " > NUM_ADAPTORS=3D1 > Adaptor 0: ATI Radeon Video Overlay > type input image > ports 69 > 69 ATI Radeon Video Overlay > X Error of failed request: BadMatch (invalid parameter attributes) > Major opcode of failed request: 142 (XVideo) > Minor opcode of failed request: 14 () > Serial number of failed request: 1521 > Current serial number in output stream: 1521 >=20 > Is it because of the new x dev packages that were not before (before > upgrade there were the 4.3.0 devel packages)? I also tryied to use > tvtime instead but it says that cannot open /dev/video0, although it > exists and has proper permissions. Could it be that I did not install > an xorg related package that existed when I used CVS? >=20 > Any hints welcome. > |
|
From: Mark K. <mar...@gm...> - 2005-06-22 18:46:54
|
On 6/22/05, Rune Petersen <ru...@me...> wrote: > Mark Knecht wrote: > > Hi, > > First post here. I've just been reading a bit in the archives to > > understand status of Radeon 9100 IGP TVout support. I guess from the > > bit I've found so far that it's not working. Is this correct? >=20 > I've gotten one failure with TV-out and 9100 IGP. I would feel better if > you would give it a try and report success or failure. >=20 Rune, Thanks for responding. I will give it a try, but I've not used Gatos yet so there will likely be some setup issues for me to deal with. I don't know if it's of interest but I've been using the 8.12.10 revision of the fglrx driver with this machine so far. I tried upgrading to the new version (8.14.13-r1) this morning and it locks my machine up hard when I try to run glsgears. Power switch reboot. I'll start by reading some documents and also see if Gentoo maybe has a Wiki on using Gatos. I'll come back with questions if I cannot solve them myslef. Thanks, Mark |
|
From: Rune P. <ru...@me...> - 2005-06-22 18:11:24
|
Mark Knecht wrote: > Hi, > First post here. I've just been reading a bit in the archives to > understand status of Radeon 9100 IGP TVout support. I guess from the > bit I've found so far that it's not working. Is this correct? I've gotten one failure with TV-out and 9100 IGP. I would feel better if you would give it a try and report success or failure. Rune Petersen |
|
From: Mark K. <mar...@gm...> - 2005-06-22 17:48:57
|
Hi, First post here. I've just been reading a bit in the archives to understand status of Radeon 9100 IGP TVout support. I guess from the bit I've found so far that it's not working. Is this correct? Anyway, not sure how I can help. I'm not a developer, but I do have 4 Pundit-R's that I'd like to make work better usign open source. If there's some testing or something I could do down the road let me know. I need TV out (both S-Video as well as composite) so I'd be happy so set something up if needed. Cheers, Mark |
|
From: Andras L. <and...@gm...> - 2005-06-22 16:37:55
|
I'm using debian and have AIW with 7200 chipset. Because debian did not yet get the xorg packages into the official repos I used xorg from cvs. Everithing was ok, 3D, tv-in, avview working. Then I found a debian repository which provides xorg packages for debian so I thought to use that. I upgraded everithing and 3D works but cannot get avview to work. I recompiled avview and nothing better. Actualy avview starts and appears that dialog box that: "It appears that you have not run AVview 0.80.6 before ....", I press OK and avview closes. These are the messages from the console from where I started it: libzvbi available export modules: =09HTML:keyword "html" mimetype "text/html" extension "html,htm" =09PNG:keyword "png" mimetype "image/png" extension "png" =09PPM:keyword "ppm" mimetype "image/x-portable-pixmap" extension "ppm" =09Text:keyword "text" mimetype "text/plain" extension "txt" =09VTX:keyword "vtx" mimetype "application/videotext" extension "vtx" NUM_ADAPTORS=3D1 Adaptor 0: ATI Radeon Video Overlay =09=09type input image =09=09ports 69 69 ATI Radeon Video Overlay X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 142 (XVideo) Minor opcode of failed request: 14 () Serial number of failed request: 1521 Current serial number in output stream: 1521 Is it because of the new x dev packages that were not before (before upgrade there were the 4.3.0 devel packages)? I also tryied to use tvtime instead but it says that cannot open /dev/video0, although it exists and has proper permissions. Could it be that I did not install an xorg related package that existed when I used CVS? Any hints welcome. |
|
From: Antti A. <aa...@cc...> - 2005-06-22 06:21:09
|
On Tue, 21 Jun 2005, William M. Quarles wrote: > Hi, > > I was under the impression that drm-kernel was necessary to get AVView and km > to do anything. I guess I stand corrected. AFAIK, the purpose of drm-kernel was to configure video card memory controller to work with video capture and 3D at the same time, so you had to have it only if you wanted to enable 3D acceleration. Nowadays X.org sets the controller up correctly without any external modules and drm-kernel is not needed anymore. drm-kernel has never supported 2.6.x kernels and probably never will, because more and more people are switching to X.org. If you are stuck with old XFree 4.3 (and this probably applies also to 4.4) and want to have 3D, your only choice is to use 2.4 kernels (or port drm-module to 2.6 kernels). > > What do I use for my X driver if I don't use the drm driver? The driver, which is included with X server, does 2D graphics, TV-in and video overlay. In case of 3D, also a kernel driver is utilized, but because the driver bundled with standard kernels suffices for X.org, you don't need any external modules. Km, on the other hand, is *not* necessary to watch TV, it is needed only to *capture* TV. -- Antti Ajanki |
|
From: William M. Q. <qua...@jm...> - 2005-06-22 03:23:02
|
Hi, I was under the impression that drm-kernel was necessary to get AVView and km to do anything. I guess I stand corrected. What do I use for my X driver if I don't use the drm driver? Thanks, William -------- Original Message -------- Subject: Re: [GATOS]Re: [GATOS-ANNOUNCE] Km 0.6.1 Date: Tue, 21 Jun 2005 21:22:00 -0500 From: Mike Goggin <me...@gm...> Reply-To: Mike Goggin <me...@gm...> To: William M. Quarles <qua...@jm...> References: <Pin...@mi...> <42B...@jm...> I don't know if this helps/applies/matters, but I was able to get KM to build on 2.6.11. Mind you, drm_kernel did not build. But KM built, loaded, and worked, allowing me to use AVview to see input from my composite port. On 6/21/05, William M. Quarles <qua...@jm...> wrote: > Antti Ajanki wrote: > > > * Compatible with current kernels (2.6.12 being the most recent at the > > time of writing) > > However last time I checked the drm-kernel drivers still don't support > 2.6 kernels. What is the benefit without that? > > William > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Gatos-devel mailing list > Gat...@li... > https://lists.sourceforge.net/lists/listinfo/gatos-devel > -- - Mike Goggin "You are the Lord, the Famous One. Great is your name in all the earth!" - "Famous One" by Chris Tomlin |
|
From: Rune P. <ru...@me...> - 2005-06-21 22:42:44
|
Hi, Mike Goggin wrote: > Here's my Xorg.0.log and xorg.conf compressed. If anything else is > needed, let me know. > > http://bender.servercorp.com/~mygod/devel/Xorg.0.log.gz > http://bender.servercorp.com/~mygod/devel/xorg.conf.gz > > About my xorg.conf: I know that TVOutput is commented out. I did that > so I could get into X to send this email. > Radeon 7200 uses RT 100. I don't own a card with tv-out via RT 100. I am afraid that there could be an conflict between tv_output and Rage Theater (input). Try moving these files to another location and send me a new log: /usr/X11R6/lib/modules/multimedia/fi1236_drv.so /usr/X11R6/lib/modules/multimedia/uda1380_drv.so /usr/X11R6/lib/modules/multimedia/msp3430_drv.so /usr/X11R6/lib/modules/multimedia/theatre_detect_drv.so /usr/X11R6/lib/modules/multimedia/theatre_drv.so Rune Petersen |