Joined: Sat Jun 18, 2005 1:24 pm
Posts: 11
Location:
Southbridge MA
|
I'm new to KnoppMyth (but not linux) and have been playing with this new machine for about a week now, have looked at all the PRV-x50 notes and think I have figured out the problem but not a solution. I believe I am having problems because my AGP graphics card has video out and I want to use the 350's video out. (note, the IR Remote also isn't working but I think that might be partially due to this pvr-350 setup issue) The error I get starting the X server is:
Quote: (EE) open /dev/fb1: No such device (EE) No devices detected.
Just above this in the log I see Quote: (II) FBDEV: driver for framebuffer: fbdev, afb (II) Primary Device is: PCI 03:00:0
lspci -v gives: Quote: 0000:01:0a.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01) Subsystem: Hauppauge computer works Inc. WinTV PVR-350 Flags: bus master, medium devsel, latency 64, IRQ 16 Memory at d8000000 (32-bit, prefetchable) [size=64M] Capabilities: [44] Power Management version 2
0000:03:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2) (prog-if 00 [VGA]) Subsystem: Micro-Star International Co., Ltd.: Unknown device 8523 Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 5 Memory at e0000000 (32-bit, non-prefetchable) [size=16M] Memory at d0000000 (32-bit, prefetchable) [size=128M] Capabilities: [60] Power Management version 2 Capabilities: [44] AGP version 2.0 My XF86Config-4 specifies: Quote: Section "Device" Identifier "Hauppauge PVR 350 iTVC15 Framebuffer" Driver "fbdev"
### change fb1 to whatever number you got in the previous section Option "fbdev" "/dev/fb1"
### change the busid to whatever is reported by lspci. Note that ### output of lspci is hex, so add a preceding "0x" to the BusID BusID "1:0x0a:0" EndSection my /etc/mythtv/modules/ivtv is set to: Quote: alias char-major-81 videodev alias char-major-61 lirc_i2c #options ivtv debug=1 #options tuner type=2 options msp3400 once=1 simple=1 install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; /sbin/modprobe saa7115; /sbin/modprobe --ignore-install ivtv remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner
My ivtv init section (I've included the saa7115 messages from after the end of the init) from dmesg is: Quote: Linux video capture interface: v1.00 saa7115: starting probe for adapter SMBus nForce2 adapter at 5000 (0x0) saa7115: starting probe for adapter SMBus nForce2 adapter at 5500 (0x0) ivtv: ==================== START INIT IVTV ==================== ivtv: version 0.2.0 (rc3j) loading ivtv: Linux version: 2.6.11.9-chw-2 SMP preempt 586 gcc-3.3 ivtv: In case of problems please include the debug info ivtv: between the START INIT IVTV and END INIT IVTV lines when ivtv: mailing the ivtv-devel mailinglist. ivtv: Autodetected WinTV PVR 350 card ivtv: Found an iTVC15 based chip ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16 ACPI: PCI interrupt 0000:01:0a.0[A] -> GSI 16 (level, high) -> IRQ 16 ivtv: Unreasonably low latency timer, setting to 64 (was 32) ivtv: XXX PCI device: 0x01e0 vendor: 0x10de ivtv: i2c attach [client=(tuner unset),ok] tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #0) msp34xx: ivtv version msp34xx: init: chip=MSP3448W-A2, has NICAM support, simple (D) mode, simpler (G) no-thread mode msp34xx: $Id$ compiled on: May 24 2005 00:43:28 ivtv: i2c attach [client=MSP3448W-A2,ok] saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005) saa7115: detecting saa7115 client on address 0x42 saa7115: writing init values ivtv: i2c attach [client=saa7115[0],ok] saa7115: status: (1E) 0x00, (1F) 0xc0 ivtv: i2c attach [client=tveeprom,ok] tveeprom: Hauppauge: model = 48132, rev = K168, serial# = 2947528 tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47) tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000) tveeprom: audio_processor = MSP3440 (type = 11) ivtv: Tuner Type 47, Tuner formats 0x00001000, Radio: yes, Model 0x00ad1598, Revision 0x00000001 ivtv: NTSC tuner detected ivtv: Radio detected saa7127: Ignoring new-style parameters in presence of obsolete ones saa7127: video encoder driver version V 0.3 loaded saa7127: detecting saa7127 client on address 0x88 saa7127: Selecting NTSC video Standard saa7127: Selecting S-Video+Composite saa7127: Turn WSS off saa7127: Widescreen Mode 4:3 Full Format saa7127: Selecting Normal Encoder Input saa7127: Enable Video Output ivtv: i2c attach [client=saa7127[0],ok] ivtv: Encoder revision: 0x02040011 ivtv: Decoder revision: 0x02020023 ivtv: Configuring WinTV PVR 350 card with 9 streams ivtv: Create DMA stream 0 using 256 16384 byte buffers 4194304 kbytes total ivtv: Registered v4l2 device, streamtype 0 minor 0 ivtv: Create DMA stream 1 ivtv: Registered v4l2 device, streamtype 1 minor 32 ivtv: Create stream 2 using 40 52224 byte buffers 2097152 kbytes total ivtv: Registered v4l2 device, streamtype 2 minor 224 ivtv: Create DMA stream 3 using 455 4608 byte buffers 2097152 kbytes total ivtv: Registered v4l2 device, streamtype 3 minor 24 ivtv: Create stream 4 ivtv: Registered v4l2 device, streamtype 4 minor 64 ivtv: Create DMA stream 5 using 16 65536 byte buffers 1048576 kbytes total ivtv: Registered v4l2 device, streamtype 5 minor 16 ivtv: Create stream 6 using 1024 2048 byte buffers 262144 kbytes total ivtv: Registered v4l2 device, streamtype 6 minor 228 ivtv: Create stream 7 ivtv: Registered v4l2 device, streamtype 7 minor 232 ivtv: Create DMA stream 8 ivtv: Registered v4l2 device, streamtype 8 minor 48 ivtv: Setting Tuner 47 tuner 2-0061: type set to 47 (LG NTSC (TAPE series)) saa7115: decoder set input (4) saa7115: now setting Composite input ivtv: Setting audio matrix to input 3, output 1 ivtv: Switching standard to NTSC. ivtv: ivtv_enc_thread: pid = 3396, itv = 0xf91a3aa0 ivtv: ivtv_dec_thread: pid = 3397, itv = 0xf91a3aa0 saa7115: decoder set norm NTSC saa7115: set audio: 0x01 saa7127: Setting Encoder Video Standard saa7127: Set NTSC Video Mode saa7127: Selecting NTSC video Standard ivtv: Initialized WinTV PVR 350, card #0 ivtv: ==================== END INIT IVTV ==================== saa7115: decoder disable output saa7115: decoder set input (0) saa7115: now setting Composite input ivtv: Setting audio matrix to input 1, output 1 saa7115: decoder enable output saa7115: decoder set size eth0: no IPv6 routers present saa7115: decoder disable output saa7115: decoder set input (4) saa7115: now setting Composite input ivtv: Setting audio matrix to input 3, output 1 saa7115: decoder enable output saa7115: decoder set picture bright=128 contrast=63 saturation=64 hue=0 saa7115: decoder set picture bright=128 contrast=63 saturation=63 hue=0 saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0 saa7115: decoder set picture bright=127 contrast=63 saturation=63 hue=0 saa7115: decoder disable output ts: Compaq touchscreen protocol output saa7115: decoder enable output
Here's the entire XFree86.0.log file Quote: XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-10.1unichrome30.1 20050205195924 glaweh@) Release Date: 15 August 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.6.10-xenU i686 [ELF] Build Date: 05 February 2005
This version of XFree86 has been extensively modified by the Debian Project, and is not supported by the XFree86 Project, Inc., in any way. Bugs should be reported to the Debian Bug Tracking System; see <URL: http://www.debian.org/Bugs/Reporting >.
We strongly encourage the use of the "reportbug" package and command to ensure that bug reports contain as much useful information as possible.
Before filing a bug report, you may want to consult the Debian X FAQ: XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz
Module Loader present OS Kernel: Linux version 2.6.11.9-chw-2 (root@devonthego.mysettopbox.tv) (gcc version 3.3.5 (Debian 1:3.3.5-12)) #1 SMP Sat May 14 12:11:44 CDT 2005 Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Sat Jun 18 14:47:30 2005 (==) Using config file: "/etc/X11/XF86Config-4" (==) ServerLayout "XFree86 Configured" (**) |-->Screen "TV Screen" (0) (**) | |-->Monitor "NTSC Monitor" (**) | |-->Device "Hauppauge PVR 350 iTVC15 Framebuffer" (**) |-->Input Device "PS/2 Mouse" (**) |-->Input Device "Keyboard0" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc105" (**) XKB: model: "pc105" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (==) Keyboard: CustomKeycode disabled (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/share/fonts/ttf/western" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/truetype"). (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/ttf-bitstream-vera". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/truetype/ttf-bitstream-vera"). (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/CID" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/defoma/TrueType" does not exist. Entry deleted from font path. (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi:unscaled, /usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi, /usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/Type1" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (**) Option "AllowMouseOpenFail" "true" (++) using VT number 7
(WW) Open APM failed (/dev/apm_bios) (No such device) (II) Module ABI versions: XFree86 ANSI C Emulation: 0.2 XFree86 Video Driver: 0.6 XFree86 XInput driver : 0.4 XFree86 Server Extension : 0.2 XFree86 Font Renderer : 0.4 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 10de,01eb card 1043,80ac rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:2: chip 10de,01ee card 1043,80ac rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:3: chip 10de,01ed card 1043,80ac rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:4: chip 10de,01ec card 1043,80ac rev c1 class 05,00,00 hdr 80 (II) PCI: 00:00:5: chip 10de,01ef card 1043,80ac rev c1 class 05,00,00 hdr 80 (II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80 (II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80 (II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80 (II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80 (II) PCI: 00:02:2: chip 10de,0068 card 1043,0c11 rev a4 class 0c,03,20 hdr 80 (II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00 (II) PCI: 00:05:0: chip 10de,006b card 1043,0c11 rev a2 class 04,01,00 hdr 00 (II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00 (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00 (II) PCI: 00:0d:0: chip 10de,006e card 1043,809a rev a3 class 0c,00,10 hdr 00 (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01 (II) PCI: 01:0a:0: chip 4444,0803 card 0070,4000 rev 01 class 04,00,00 hdr 00 (II) PCI: 03:00:0: chip 10de,0110 card 1462,8523 rev b2 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,3), 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-ISA bridge: (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared) (II) Bus 1 prefetchable memory range: [0] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set) (II) Bus 3 non-prefetchable memory range: [0] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B] (II) Bus 3 prefetchable memory range: [0] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] (--) PCI: (1:10:0) unknown vendor (0x4444) unknown chipset (0x0803) rev 1, Mem @ 0xd8000000/26 (--) PCI:*(3:0:0) nVidia Corporation NV11 [GeForce2 MX/MX 400] rev 178, Mem @ 0xe0000000/24, 0xd0000000/27 (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 0xdc000000 from 0xdfffffff to 0xdbffffff (II) Active PCI resource ranges: [0] -1 0 0xe3085000 - 0xe308503f (0x40) MX[B] [1] -1 0 0xe3084000 - 0xe30847ff (0x800) MX[B] [2] -1 0 0xe3080000 - 0xe3080fff (0x1000) MX[B] [3] -1 0 0xe3000000 - 0xe307ffff (0x80000) MX[B] [4] -1 0 0xe3086000 - 0xe3086fff (0x1000) MX[B] [5] -1 0 0xe3083000 - 0xe30830ff (0x100) MX[B] [6] -1 0 0xe3082000 - 0xe3082fff (0x1000) MX[B] [7] -1 0 0xe3087000 - 0xe3087fff (0x1000) MX[B] [8] -1 0 0xdc000000 - 0xdbffffff (0x0) MX[B]O [9] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [10] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B) [11] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B) [12] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [13] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B] [14] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [15] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B] [16] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xe3085000 - 0xe308503f (0x40) MX[B] [1] -1 0 0xe3084000 - 0xe30847ff (0x800) MX[B] [2] -1 0 0xe3080000 - 0xe3080fff (0x1000) MX[B] [3] -1 0 0xe3000000 - 0xe307ffff (0x80000) MX[B] [4] -1 0 0xe3086000 - 0xe3086fff (0x1000) MX[B] [5] -1 0 0xe3083000 - 0xe30830ff (0x100) MX[B] [6] -1 0 0xe3082000 - 0xe3082fff (0x1000) MX[B] [7] -1 0 0xe3087000 - 0xe3087fff (0x1000) MX[B] [8] -1 0 0xdc000000 - 0xdbffffff (0x0) MX[B]O [9] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [10] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B) [11] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B) [12] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [13] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B] [14] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [15] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B] [16] -1 0 0x0000e400 - 0x0000e41f (0x20) 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 0xe3085000 - 0xe308503f (0x40) MX[B] [6] -1 0 0xe3084000 - 0xe30847ff (0x800) MX[B] [7] -1 0 0xe3080000 - 0xe3080fff (0x1000) MX[B] [8] -1 0 0xe3000000 - 0xe307ffff (0x80000) MX[B] [9] -1 0 0xe3086000 - 0xe3086fff (0x1000) MX[B] [10] -1 0 0xe3083000 - 0xe30830ff (0x100) MX[B] [11] -1 0 0xe3082000 - 0xe3082fff (0x1000) MX[B] [12] -1 0 0xe3087000 - 0xe3087fff (0x1000) MX[B] [13] -1 0 0xdc000000 - 0xdbffffff (0x0) MX[B]O [14] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) [15] -1 0 0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B) [16] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B](B) [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [19] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B] [20] -1 0 0x0000d800 - 0x0000d87f (0x80) IX[B] [21] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] [22] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B] [23] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B] (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.a (II) Module ddc: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.6 (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER (II) LoadModule: "v4l" (II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o (II) Module v4l: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 0.0.1 ABI class: XFree86 Video Driver, version 0.6 (II) LoadModule: "extmod" (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension FontCache (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "bitmap" (II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Loading font Bitmap (II) LoadModule: "speedo" (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o": No symbols found (II) Module speedo: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Speedo (II) LoadModule: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.2 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 2.0.2 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.4 (II) Loading font FreeType (II) LoadModule: "record" (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a (II) Module record: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.13.0 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension RECORD (II) LoadModule: "fbdev" (II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.o (II) Module fbdev: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.6 (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.4 (II) v4l driver for Video4Linux (II) FBDEV: driver for framebuffer: fbdev, afb (II) Primary Device is: PCI 03:00:0 (II) Loading sub module "fbdevhw" (II) LoadModule: "fbdevhw" (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a (II) Module fbdevhw: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 0.0.2 ABI class: XFree86 Video Driver, version 0.6 (EE) open /dev/fb1: No such device (EE) No devices detected.
Fatal server error: no screens found
When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to debian-x@lists.debian.org.
Anything else that would be helpful?
|
|