Issues Related to Hardware (Sound, Video, Printers, Scanners, Webcams, Touchpads, Keyboards, Sensors, Drives, GRUB, etc.)
Moderator: Moderators
by s3raph1rn » Sun Jul 29, 2007 7:35
I don't think direct rendering is working. I tried to play an avi video and no matter what video player i use( vlc, mlayer etc) when I full screen the video plays but is jagged and jerky. the audio does not mess though. I have not had problems on ubuntu with this computer using either the fglrx driver or the radeon driver. and on fedora i used the radeon driver (since fglrx never worked). Im not sure whats going on here exactly.
- Code: Select all
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X300
OpenGL version string: 2.0.6474 (8.38.6)
and
- Code: Select all
glxinfo | grep -i direct
direct rendering: Yes
both show that everything is working fine. My performance however speaks differently.
Specs:
Sabayon 3.4
ATI radeon x300 mobility graphics card with 128 mb dedicated mem
1gb ram
wxga+ monitor supporting 1680x1050.
intel pentium m 2.0ghz
The obvious workaround is to drop my resolution to 800x600 but i hardly call that usable.
-
s3raph1rn
- Baby Hen
-
- Posts: 3
- Joined: Sun Jul 29, 2007 7:17
- Location: FL USA
-
by Dark_MaGe » Sun Jul 29, 2007 7:38
s3raph1rn wrote:I don't think direct rendering is working. I tried to play an avi video and no matter what video player i use( vlc, mlayer etc) when I full screen the video plays but is jagged and jerky. the audio does not mess though. I have not had problems on ubuntu with this computer using either the fglrx driver or the radeon driver. and on fedora i used the radeon driver (since fglrx never worked). Im not sure whats going on here exactly.
- Code: Select all
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X300
OpenGL version string: 2.0.6474 (8.38.6)
and
- Code: Select all
glxinfo | grep -i direct
direct rendering: Yes
both show that everything is working fine. My performance however speaks differently.
Specs:
Sabayon 3.4
ATI radeon x300 mobility graphics card with 128 mb dedicated mem
1gb ram
wxga+ monitor supporting 1680x1050.
intel pentium m 2.0ghz
The obvious workaround is to drop my resolution to 800x600 but i hardly call that usable.
the video acceleration works correctly, I think there's something else that doesn't depend on the video card, you'd better post lspci and dmesg

-
Dark_MaGe
- Your Farmer
-
- Posts: 1699
- Joined: Thu Jun 29, 2006 8:19
- Location: Catania Italy
-
by s3raph1rn » Sun Jul 29, 2007 7:49
dmesg
- Code: Select all
dmesg
rupt 0000:00:1f.2[B] -> GSI 17 (level, low) -> IRQ 19
[ 9.857006] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 9.857333] scsi0 : ata_piix
[ 9.857355] Device driver host0 lacks bus and class support for being resumed.
[ 9.857484] scsi1 : ata_piix
[ 9.857509] Device driver host1 lacks bus and class support for being resumed.
[ 9.857595] ata1: SATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001bfa0 irq 14
[ 9.857603] ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001bfa8 irq 15
[ 9.868841] ata1.00: ATA-6: Hitachi HTS541080G9AT00, MB4OA61A, max UDMA/100
[ 9.868848] ata1.00: 156301488 sectors, multi 8: LBA48
[ 9.868854] ata1.00: applying bridge limits
[ 9.871212] ata1.00: configured for UDMA/100
[ 9.890397] ata2.00: ATAPI: TSSTcorpCD-RW/DVD-ROM TSL462C, DE07, max UDMA/33
[ 9.901417] ata2.00: configured for UDMA/33
[ 9.901447] Device driver target0:0:0 lacks bus and class support for being resumed.
[ 9.901648] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54108 MB4O PQ: 0 ANSI: 5
[ 9.901871] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[ 9.901900] sd 0:0:0:0: [sda] Write Protect is off
[ 9.901907] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 9.901944] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.902037] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[ 9.902058] sd 0:0:0:0: [sda] Write Protect is off
[ 9.902063] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 9.902098] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.902104] sda: sda1 sda2 < sda5 sda6 sda7 >
[ 9.907717] sd 0:0:0:0: [sda] Attached SCSI disk
[ 9.907873] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.907918] Device driver target1:0:0 lacks bus and class support for being resumed.
[ 9.908672] scsi 1:0:0:0: CD-ROM TSSTcorp CDRW/DVD TSL462C DE07 PQ: 0 ANSI: 5
[ 9.912395] sr0: scsi3-mmc drive: 10x/24x writer cd/rw xa/form2 cdda tray
[ 9.912402] Uniform CD-ROM driver Revision: 3.20
[ 9.912518] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 9.912656] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 9.912808] PCI driver sata_promise lacks driver specific resume support.
[ 9.912893] PCI driver sata_qstor lacks driver specific resume support.
[ 9.913226] PCI driver sata_vsc lacks driver specific resume support.
[ 9.913313] PCI driver sata_sis lacks driver specific resume support.
[ 9.913397] PCI driver sata_sx4 lacks driver specific resume support.
[ 9.913565] PCI driver sata_uli lacks driver specific resume support.
[ 9.913665] PCI driver sata_mv lacks driver specific resume support.
[ 9.913830] PCI driver pdc_adma lacks driver specific resume support.
[ 9.914078] PCI driver pata_artop lacks driver specific resume support.
[ 9.914847] PCI driver pata_hpt37x lacks driver specific resume support.
[ 9.914937] PCI driver pata_hpt3x2n lacks driver specific resume support.
[ 9.915938] PCI driver pata_pdc2027x lacks driver specific resume support.
[ 9.916639] PCI driver pata_sl82c105 lacks driver specific resume support.
[ 9.916906] I2O subsystem v1.325
[ 9.916912] i2o: max drivers = 8
[ 9.917145] PCI driver PCI_I2O lacks driver specific resume support.
[ 9.917151] I2O Configuration OSM v1.323
[ 9.917296] I2O Bus Adapter OSM v1.317
[ 9.917356] I2O Block Device OSM v1.325
[ 9.917502] I2O SCSI Peripheral OSM v1.316
[ 9.917565] I2O ProcFS OSM v1.316
[ 9.917628] Fusion MPT base driver 3.04.04
[ 9.917632] Copyright (c) 1999-2007 LSI Logic Corporation
[ 9.917642] Fusion MPT SPI Host driver 3.04.04
[ 9.917741] Fusion MPT FC Host driver 3.04.04
[ 9.917845] Fusion MPT SAS Host driver 3.04.04
[ 9.917955] Fusion MPT misc device (ioctl) driver 3.04.04
[ 9.918029] mptctl: Registered with Fusion MPT base driver
[ 9.918035] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 9.918040] Fusion MPT LAN driver 3.04.04
[ 9.918227] usbcore: registered new interface driver usblp
[ 9.918233] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
[ 9.918238] Initializing USB Mass Storage driver...
[ 9.918318] usbcore: registered new interface driver usb-storage
[ 9.918323] USB Mass Storage support registered.
[ 9.918412] usbcore: registered new interface driver libusual
[ 9.918417] USB driver libusual lacks resume support.
[ 9.918590] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 9.929200] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 9.929212] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 9.937078] parkbd: no such parport
[ 9.937246] PCI driver pcips2 lacks driver specific resume support.
[ 9.937452] mice: PS/2 mouse device common for all mice
[ 9.938789] input: AT Translated Set 2 keyboard as /class/input/input4
[ 10.001075] input: PS/2 Mouse as /class/input/input5
[ 10.004453] input: AlpsPS/2 ALPS GlidePoint as /class/input/input6
[ 10.005190] md: linear personality registered for level -1
[ 10.005195] md: raid0 personality registered for level 0
[ 10.005200] md: raid1 personality registered for level 1
[ 10.005205] md: raid10 personality registered for level 10
[ 10.046189] raid6: int32x1 656 MB/s
[ 10.088441] raid6: int32x2 769 MB/s
[ 10.131086] raid6: int32x4 671 MB/s
[ 10.173429] raid6: int32x8 550 MB/s
[ 10.215966] raid6: mmxx1 1976 MB/s
[ 10.258413] raid6: mmxx2 2191 MB/s
[ 10.300962] raid6: sse1x1 1480 MB/s
[ 10.343392] raid6: sse1x2 2269 MB/s
[ 10.385849] raid6: sse2x1 2636 MB/s
[ 10.428376] raid6: sse2x2 2929 MB/s
[ 10.428380] raid6: using algorithm sse2x2 (2929 MB/s)
[ 10.428385] md: raid6 personality registered for level 6
[ 10.428390] md: raid5 personality registered for level 5
[ 10.428395] md: raid4 personality registered for level 4
[ 10.428400] raid5: automatically using best checksumming function: pIII_sse
[ 10.440829] pIII_sse : 5292.000 MB/sec
[ 10.440834] raid5: using function: pIII_sse (5292.000 MB/sec)
[ 10.440840] md: multipath personality registered for level -4
[ 10.440845] md: faulty personality registered for level -5
[ 10.441016] device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
[ 10.441324] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 10.441421] usbcore: registered new interface driver hiddev
[ 10.441428] USB driver hiddev lacks resume support.
[ 10.441501] usbcore: registered new interface driver usbhid
[ 10.441507] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 10.441571] Advanced Linux Sound Architecture Driver Version 1.0.14 (Thu May 31 09:03:25 2007 UTC).
[ 10.441674] ALSA device list:
[ 10.441678] No soundcards found.
[ 10.441854] TCP bic registered
[ 10.441890] NET: Registered protocol family 1
[ 10.441899] NET: Registered protocol family 17
[ 10.442557] Using IPI No-Shortcut mode
[ 10.442562] Suspend v2.2.10
[ 10.442657] Suspend2 Checksumming support registered.
[ 10.442719] Suspend2 Userspace Storage Manager support registered.
[ 10.442780] Suspend2 Basic User Interface support registered.
[ 10.442843] Suspend2 Compressor support registered.
[ 10.442902] Suspend2 Block I/O support registered.
[ 10.442961] Suspend2 Swap Allocator support registered.
[ 10.443030] Suspend2 File Allocator support registered.
[ 10.443041] Suspend2 Userspace UI support registered.
[ 10.443365] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 10.643942] ata1: soft resetting port
[ 10.657624] ata1.00: configured for UDMA/100
[ 10.657632] ata1: EH complete
[ 10.657712] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[ 10.657739] sd 0:0:0:0: [sda] Write Protect is off
[ 10.657761] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 10.657798] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 10.853172] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 16 (level, low) -> IRQ 17
[ 10.853202] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 10.853210] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 10.853355] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 10.853425] ehci_hcd 0000:00:1d.7: debug port 1
[ 10.853438] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 10.853465] ehci_hcd 0000:00:1d.7: irq 17, io mem 0xffa80800
[ 10.863161] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 10.863482] Device driver usbdev1.1_ep00 lacks bus and class support for being resumed.
[ 10.863499] usb usb1: configuration #1 chosen from 1 choice
[ 10.863595] hub 1-0:1.0: USB hub found
[ 10.863609] hub 1-0:1.0: 8 ports detected
[ 10.869425] Device driver usbdev1.1_ep81 lacks bus and class support for being resumed.
[ 10.925585] USB Universal Host Controller Interface driver v3.0
[ 10.925788] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 17
[ 10.925815] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 10.925824] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 10.925929] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 10.925990] uhci_hcd 0000:00:1d.0: irq 17, io base 0x0000bf80
[ 10.926267] Device driver usbdev2.1_ep00 lacks bus and class support for being resumed.
[ 10.926284] usb usb2: configuration #1 chosen from 1 choice
[ 10.926384] hub 2-0:1.0: USB hub found
[ 10.926399] hub 2-0:1.0: 2 ports detected
[ 10.932813] Device driver usbdev2.1_ep81 lacks bus and class support for being resumed.
[ 10.932952] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 19
[ 10.932967] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 10.932975] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 10.933067] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 10.933130] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000bf60
[ 10.933385] Device driver usbdev3.1_ep00 lacks bus and class support for being resumed.
[ 10.933400] usb usb3: configuration #1 chosen from 1 choice
[ 10.933491] hub 3-0:1.0: USB hub found
[ 10.933503] hub 3-0:1.0: 2 ports detected
[ 10.941305] Device driver usbdev3.1_ep81 lacks bus and class support for being resumed.
[ 10.941481] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 16
[ 10.941496] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 10.941504] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 10.941603] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 10.941654] uhci_hcd 0000:00:1d.2: irq 16, io base 0x0000bf40
[ 10.941905] Device driver usbdev4.1_ep00 lacks bus and class support for being resumed.
[ 10.941924] usb usb4: configuration #1 chosen from 1 choice
[ 10.942013] hub 4-0:1.0: USB hub found
[ 10.942028] hub 4-0:1.0: 2 ports detected
[ 10.949096] Device driver usbdev4.1_ep81 lacks bus and class support for being resumed.
[ 10.949238] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 18
[ 10.949254] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 10.949262] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 10.949355] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 10.949417] uhci_hcd 0000:00:1d.3: irq 18, io base 0x0000bf20
[ 10.949675] Device driver usbdev5.1_ep00 lacks bus and class support for being resumed.
[ 10.949690] usb usb5: configuration #1 chosen from 1 choice
[ 10.949789] hub 5-0:1.0: USB hub found
[ 10.949800] hub 5-0:1.0: 2 ports detected
[ 10.957192] Device driver usbdev5.1_ep81 lacks bus and class support for being resumed.
[ 10.967142] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 11.115758] sl811: driver sl811-hcd, 19 May 2005
[ 11.322547] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
[ 11.322555] Copyright (c) 1999-2006 Intel Corporation.
[ 11.376656] Device driver usbdev3.2_ep00 lacks bus and class support for being resumed.
[ 11.376675] usb 3-1: configuration #1 chosen from 1 choice
[ 11.377372] Device driver usbdev3.2_ep81 lacks bus and class support for being resumed.
[ 11.377467] Device driver usbdev3.2_ep02 lacks bus and class support for being resumed.
[ 11.377555] Device driver usbdev3.2_ep82 lacks bus and class support for being resumed.
[ 11.377744] Device driver usbdev3.2_ep03 lacks bus and class support for being resumed.
[ 11.377831] Device driver usbdev3.2_ep83 lacks bus and class support for being resumed.
[ 11.526633] No storage allocator is currently active. Rechecking whether we can use one.
[ 11.526645] Suspend2: Resume2 parameter is empty. Suspending will be disabled.
[ 11.526656] Compression Driver: Argh! Nothing follows me in the pipeline!
[ 11.526661] Compressor didn't initialise okay.
[ 11.526665] Suspend2: Initialise modules failed!
[ 11.581067] Unable to load NLS charset iso8859-1
[ 11.595327] UDF-fs: No VRS found
[ 11.597271] XFS mounting filesystem sda5
[ 11.615659] Starting XFS recovery on filesystem: sda5 (logdev: internal)
[ 11.643346] Ending XFS recovery on filesystem: sda5 (logdev: internal)
[ 16.768335] iTCO_vendor_support: vendor-support=0
[ 16.875854] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (21-Jan-2007)
[ 16.876057] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060)
[ 16.876139] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 17.532652] input: PC Speaker as /class/input/input7
[ 17.976492] Bluetooth: Core ver 2.11
[ 17.976633] NET: Registered protocol family 31
[ 17.976638] Bluetooth: HCI device and connection manager initialized
[ 17.976645] Bluetooth: HCI socket layer initialized
[ 18.022958] Bluetooth: HCI USB driver ver 2.9
[ 18.081129] ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 16 (level, low) -> IRQ 17
[ 18.081182] PCI: Setting latency timer of device 0000:00:1e.2 to 64
[ 18.124925] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 18.145711] [fglrx] Maximum main memory to use for locked dma buffers: 920 MBytes.
[ 18.145752] [fglrx] module loaded - fglrx 8.38.6 [Jun 22 2007] on minor 0
[ 18.147927] slamr: SmartLink AMRMO modem.
[ 18.231372] Device driver usbdev3.2_ep03 lacks bus and class support for being resumed.
[ 18.231421] Device driver usbdev3.2_ep83 lacks bus and class support for being resumed.
[ 18.231475] Device driver hci0 lacks bus and class support for being resumed.
[ 18.231534] usbcore: registered new interface driver hci_usb
[ 18.543367] ieee80211_crypt: registered algorithm 'NULL'
[ 18.547920] ieee80211: 802.11 data/management/control stack, git-1.1.13
[ 18.547926] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[ 18.554992] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0kmprq
[ 18.555000] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 18.666062] sdhci: Secure Digital Host Controller Interface driver
[ 18.666069] sdhci: Copyright(c) Pierre Ossman
[ 19.095302] intel8x0_measure_ac97_clock: measured 50322 usecs
[ 19.095310] intel8x0: clocking to 48000
[ 19.118049] Yenta: CardBus bridge found at 0000:03:01.0 [1028:0188]
[ 19.131906] Yenta: ISA IRQ mask 0x04b8, PCI irq 18
[ 19.131914] Socket status: 30000006
[ 19.131921] Yenta: Raising subordinate bus# of parent bus (#03) from #04 to #07
[ 19.131934] pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
[ 19.131941] pcmcia: parent PCI bridge Memory window: 0xdfc00000 - 0xdfcfffff
[ 19.131947] pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x53ffffff
[ 19.148146] Device driver pcmcia_socket0 lacks bus and class support for being resumed.
[ 19.148198] sdhci: SDHCI controller found at 0000:03:01.2 [1180:0822] (rev 17)
[ 19.148244] ACPI: PCI Interrupt 0000:03:01.2[C] -> GSI 17 (level, low) -> IRQ 19
[ 19.150363] Device driver mmc0 lacks bus and class support for being resumed.
[ 19.151390] mmc0: SDHCI at 0xdfcfc700 irq 19 DMA
[ 19.152927] ACPI: PCI Interrupt 0000:03:03.0[A] -> GSI 17 (level, low) -> IRQ 19
[ 19.163112] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[ 19.163213] Device driver 0000:03:03.0 lacks bus and class support for being resumed.
[ 19.484761] Device driver eth0 lacks bus and class support for being resumed.
[ 19.484852] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
[ 19.484945] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 18 (level, low) -> IRQ 16
[ 19.492549] ssb: Core 0 found: Fast Ethernet (cc 0x806, rev 0x07, vendor 0x4243)
[ 19.492567] ssb: Core 1 found: V90 (cc 0x807, rev 0x03, vendor 0x4243)
[ 19.492582] ssb: Core 2 found: PCI (cc 0x804, rev 0x0A, vendor 0x4243)
[ 19.500848] ssb: Unsupported SPROM revision 16 detected. Will extract v1
[ 19.500858] ssb: Switching to PCI core, index 2
[ 19.500974] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
[ 19.511898] slamr: probe 8086:266d ICH4 card...
[ 19.511919] ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 17 (level, low) -> IRQ 19
[ 19.511963] PCI: Setting latency timer of device 0000:00:1e.3 to 64
[ 19.513187] slamr: mc97 codec is CXT23
[ 19.513205] slamr: slamr0 is ICH4 card.
[ 19.513231] PCI driver slamr lacks driver specific resume support.
[ 19.513282] b44.c:v2.0
[ 19.513400] Device driver eth1 lacks bus and class support for being resumed.
[ 19.513441] ssb: Switching to Fast Ethernet core, index 0
[ 19.513464] ssb: Switching to PCI core, index 2
[ 19.513477] ssb: Switching to Fast Ethernet core, index 0
[ 19.513722] eth1: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:12:3f:e2:37:91
[ 26.223453] vboxdrv: Trying to deactivate NMI watchdog permanently...
[ 26.223461] vboxdrv: Successfully done.
[ 27.071178] XFS mounting filesystem sda6
[ 27.089855] Starting XFS recovery on filesystem: sda6 (logdev: internal)
[ 27.118630] Ending XFS recovery on filesystem: sda6 (logdev: internal)
[ 27.188496] Adding 2345448k swap on /dev/disk/by-uuid/d1b56bb0-b9c6-4f0a-87fc-ebb3588f8f13. Priority:-1 extents:1 across:2345448k
[ 36.578892] Bluetooth: L2CAP ver 2.8
[ 36.578899] Bluetooth: L2CAP socket layer initialized
[ 36.726732] Bluetooth: RFCOMM socket layer initialized
[ 36.726757] Bluetooth: RFCOMM TTY layer initialized
[ 36.726761] Bluetooth: RFCOMM ver 1.8
[ 57.111786] fbsplash: console 1 using theme 'sabayon'
[ 57.123587] fbsplash: switched splash state to 'on' on console 1
[ 57.151860] fbsplash: console 2 using theme 'sabayon'
[ 57.176004] fbsplash: switched splash state to 'on' on console 2
[ 57.209978] fbsplash: console 3 using theme 'sabayon'
[ 57.220658] fbsplash: switched splash state to 'on' on console 3
[ 57.252872] fbsplash: console 4 using theme 'sabayon'
[ 57.266081] fbsplash: switched splash state to 'on' on console 4
[ 57.298261] fbsplash: console 5 using theme 'sabayon'
[ 57.314328] fbsplash: switched splash state to 'on' on console 5
[ 57.330779] fbsplash: console 11 using theme 'sabayon'
[ 57.339952] fbsplash: switched splash state to 'on' on console 11
[ 59.163449] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 17
[ 65.304400] [fglrx] total GART = 130023424
[ 65.304431] [fglrx] free GART = 114032640
[ 65.304436] [fglrx] max single GART = 114032640
[ 65.304441] [fglrx] total LFB = 134086656
[ 65.304446] [fglrx] free LFB = 74395648
[ 65.304451] [fglrx] max single LFB = 74395648
[ 65.304456] [fglrx] total Inv = 0
[ 65.304460] [fglrx] free Inv = 0
[ 65.304464] [fglrx] max single Inv = 0
[ 65.304469] [fglrx] total TIM = 0
[ 74.660992] atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access hardware directly.
[ 75.704788] atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access hardware directly.
[ 292.978178] ieee80211_crypt: registered algorithm 'TKIP'
[ 4337.767621] N/A: Michael MIC verification failed for MSDU from 00:17:3f:66:fd:8a keyidx=1
[ 4337.767638] eth0: MSDU decryption/MIC verification failed (SA=00:17:3f:66:fd:8a keyidx=1)
[39935.989492] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39935.989505] program gnome-cd not setting count and/or reply_len properly
[39936.021108] sg_write: data in/out 26/26 bytes for SCSI command 0x5a--guessing data in;
[39936.021120] program gnome-cd not setting count and/or reply_len properly
[39936.039570] sg_write: data in/out 12/12 bytes for SCSI command 0x43--guessing data in;
[39936.039582] program gnome-cd not setting count and/or reply_len properly
[39937.979447] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39937.979460] program gnome-cd not setting count and/or reply_len properly
[39937.992957] sg_write: data in/out 26/26 bytes for SCSI command 0x5a--guessing data in;
[39937.992969] program gnome-cd not setting count and/or reply_len properly
[39938.009952] sg_write: data in/out 12/12 bytes for SCSI command 0x43--guessing data in;
[39938.009964] program gnome-cd not setting count and/or reply_len properly
[39941.898108] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39941.898120] program gnome-cd not setting count and/or reply_len properly
[39941.906491] sg_write: data in/out 26/26 bytes for SCSI command 0x5a--guessing data in;
[39941.906501] program gnome-cd not setting count and/or reply_len properly
[39941.914427] sg_write: data in/out 12/12 bytes for SCSI command 0x43--guessing data in;
[39941.914437] program gnome-cd not setting count and/or reply_len properly
[39942.367599] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39942.367611] program gnome-cd not setting count and/or reply_len properly
[39942.376978] sg_write: data in/out 26/26 bytes for SCSI command 0x5a--guessing data in;
[39942.376989] program gnome-cd not setting count and/or reply_len properly
[39943.199573] printk: 4 messages suppressed.
[39943.199600] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39943.199609] program gnome-cd not setting count and/or reply_len properly
[39944.830616] printk: 8 messages suppressed.
[39944.830645] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39944.830655] program gnome-cd not setting count and/or reply_len properly
[39947.647460] printk: 11 messages suppressed.
[39947.647489] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39947.647498] program gnome-cd not setting count and/or reply_len properly
[39949.157000] printk: 8 messages suppressed.
[39949.157029] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39949.157038] program gnome-cd not setting count and/or reply_len properly
[39950.672411] printk: 8 messages suppressed.
[39950.672440] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39950.672450] program gnome-cd not setting count and/or reply_len properly
[39954.264859] printk: 11 messages suppressed.
[39954.264887] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39954.264897] program gnome-cd not setting count and/or reply_len properly
[39956.810961] printk: 8 messages suppressed.
[39956.810990] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39956.810999] program gnome-cd not setting count and/or reply_len properly
[39958.329430] printk: 8 messages suppressed.
[39958.329459] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39958.329468] program gnome-cd not setting count and/or reply_len properly
[39959.872837] printk: 10 messages suppressed.
[39959.872864] sg_write: data in/out 12/12 bytes for SCSI command 0x43--guessing data in;
[39959.872873] program gnome-cd not setting count and/or reply_len properly
[39962.978582] printk: 9 messages suppressed.
[39962.978610] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39962.978620] program gnome-cd not setting count and/or reply_len properly
[39965.175286] printk: 8 messages suppressed.
[39965.175315] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39965.175324] program gnome-cd not setting count and/or reply_len properly
[39966.592965] printk: 10 messages suppressed.
[39966.592991] sg_write: data in/out 12/12 bytes for SCSI command 0x43--guessing data in;
[39966.593001] program gnome-cd not setting count and/or reply_len properly
[39968.938825] printk: 9 messages suppressed.
[39968.938854] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[39968.938863] program gnome-cd not setting count and/or reply_len properly
[15991.433616] printk: 8 messages suppressed.
[15991.433630] sg_write: data in/out 56/56 bytes for SCSI command 0x12--guessing data in;
[15991.433634] program gnome-cd not setting count and/or reply_len properly
[41261.345871] [fglrx] PCIe has already been initialized. Reinitializing ...
[16507.152713] [fglrx] total GART = 130023424
[16507.152735] [fglrx] free GART = 114032640
[16507.152741] [fglrx] max single GART = 114032640
[16507.152746] [fglrx] total LFB = 134086656
[16507.152752] [fglrx] free LFB = 74395648
[16507.152757] [fglrx] max single LFB = 74395648
[16507.152761] [fglrx] total Inv = 0
[16507.152766] [fglrx] free Inv = 0
[16507.152770] [fglrx] max single Inv = 0
[16507.152774] [fglrx] total TIM = 0
[41264.003432] printk: 7 messages suppressed.
[41264.003456] atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access hardware directly.
[41264.104163] atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying access hardware directly.
[45606.907782] usb 1-7: new high speed USB device using ehci_hcd and address 3
[45606.931359] Device driver usbdev1.3_ep00 lacks bus and class support for being resumed.
[45606.931406] usb 1-7: configuration #1 chosen from 1 choice
[45606.965881] scsi2 : SCSI emulation for USB Mass Storage devices
[45606.965956] Device driver host2 lacks bus and class support for being resumed.
[18245.632853] Device driver usbdev1.3_ep02 lacks bus and class support for being resumed.
[18245.632911] Device driver usbdev1.3_ep88 lacks bus and class support for being resumed.
[18245.632961] Device driver usbdev1.3_ep81 lacks bus and class support for being resumed.
[18245.634180] usb-storage: device found at 3
[18245.634187] usb-storage: waiting for device to settle before scanning
[45608.217974] usb-storage: device scan complete
[45608.218558] Device driver target2:0:0 lacks bus and class support for being resumed.
[45608.410154] scsi 2:0:0:0: Direct-Access Maxtor OneTouch 0200 PQ: 0 ANSI: 0 CCS
[45608.410668] Device driver target2:0:1 lacks bus and class support for being resumed.
[45608.411144] Device driver target2:0:2 lacks bus and class support for being resumed.
[45608.411596] Device driver target2:0:3 lacks bus and class support for being resumed.
[45608.412045] Device driver target2:0:4 lacks bus and class support for being resumed.
[45608.412525] Device driver target2:0:5 lacks bus and class support for being resumed.
[45608.412973] Device driver target2:0:6 lacks bus and class support for being resumed.
[45608.413422] Device driver target2:0:7 lacks bus and class support for being resumed.
[45608.417406] sd 2:0:0:0: [sdb] 240119808 512-byte hardware sectors (122941 MB)
[45608.609735] sd 2:0:0:0: [sdb] Write Protect is off
[45608.609756] sd 2:0:0:0: [sdb] Mode Sense: 1c 00 00 00
[45608.609771] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[45608.611784] sd 2:0:0:0: [sdb] 240119808 512-byte hardware sectors (122941 MB)
[45608.807673] sd 2:0:0:0: [sdb] Write Protect is off
[45608.807693] sd 2:0:0:0: [sdb] Mode Sense: 1c 00 00 00
[45608.807707] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[45608.808215] sdb: sdb1
[45608.835199] sd 2:0:0:0: [sdb] Attached SCSI disk
[45608.836623] sd 2:0:0:0: Attached scsi generic sg2 type 0
[18250.615702] XFS mounting filesystem sdb1
[45619.933356] Starting XFS recovery on filesystem: sdb1 (logdev: internal)
[45620.203953] Ending XFS recovery on filesystem: sdb1 (logdev: internal)
[54954.571220] usb 1-7: USB disconnect, address 3
[22171.297944] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2
[22171.297964] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x0 data 0
[22171.297968] res 51/fe:a0:51:57:fe/00:00:00:00:00/a0 Emask 0x10 (ATA bus error)
[22171.298165] ata1: soft resetting port
[22171.342570] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[22171.342581] ata1.00: revalidation failed (errno=-5)
[22171.342587] ata1: failed to recover some devices, retrying in 5 secs
[22172.092005] ata1: soft resetting port
[22172.110290] ata1.00: configured for UDMA/100
[22172.110319] ata1: EH complete
[22172.110815] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[22172.112287] sd 0:0:0:0: [sda] Write Protect is off
[22172.112296] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[22172.112336] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[22172.228003] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2
[22172.228014] ata1.00: (BMDMA stat 0x25)
[22172.228028] ata1.00: cmd ca/00:01:f3:7b:ef/00:00:00:00:00/e5 tag 0 cdb 0x0 data 512 out
[22172.228032] res 51/ef:a1:51:7b:ef/00:00:00:00:00/a1 Emask 0x10 (ATA bus error)
[22172.228231] ata1: soft resetting port
[22172.292478] ata1.00: configured for UDMA/100
[22172.292506] ata1: EH complete
[22172.293434] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[22172.293469] sd 0:0:0:0: [sda] Write Protect is off
[22172.293476] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[22172.293511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[22173.862126] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2
[22173.862147] ata1.00: cmd e3/00:f4:00:00:00/00:00:00:00:00/40 tag 0 cdb 0x0 data 0
[22173.862151] res 00/00:f4:00:00:00/00:00:00:00:00/e4 Emask 0x2 (HSM violation)
[22173.862350] ata1: soft resetting port
[22173.978139] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[22173.978152] ata1.00: revalidation failed (errno=-5)
[22173.978159] ata1: failed to recover some devices, retrying in 5 secs
[55429.438017] ata1: soft resetting port
[55429.521353] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[55429.521375] ata1.00: revalidation failed (errno=-5)
[55429.521395] ata1.00: limiting speed to UDMA/100:PIO3
[55429.521408] ata1: failed to recover some devices, retrying in 5 secs
[55431.273946] ata1: soft resetting port
[55431.327837] ata1.00: configured for UDMA/100
[55431.327896] ata1: EH complete
[55431.328552] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[55431.363569] sd 0:0:0:0: [sda] Write Protect is off
[55431.363594] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[22176.021894] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
lspci- Code: Select all
lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility Radeon X300]
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
03:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)
03:01.2 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17)
03:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
-
s3raph1rn
- Baby Hen
-
- Posts: 3
- Joined: Sun Jul 29, 2007 7:17
- Location: FL USA
-
by ctoutant » Mon Jul 30, 2007 1:17
Adding Option "VideoOverlay" in Device section fix my video playback problem. Hope that will help.
Section "Device"
.
.
Option "VideoOverlay" "on"
.
.
-
ctoutant
- Baby Hen
-
- Posts: 1
- Joined: Mon Jul 30, 2007 1:09
-
by s3raph1rn » Mon Jul 30, 2007 5:39
ctoutant wrote:Adding Option "VideoOverlay" in Device section fix my video playback problem. Hope that will help.
Section "Device"
.
.
Option "VideoOverlay" "on"
.
.
Thanks! That took care of it.
-
s3raph1rn
- Baby Hen
-
- Posts: 3
- Joined: Sun Jul 29, 2007 7:17
- Location: FL USA
-
Return to Hardware
Who is online
Users browsing this forum: No registered users and 0 guests