Dell Studio XPS Desktop

Are there anymore Studio XPS desktop? Im pretty crappy with computers xD so idk the original name or w.e...
It was on dell site a few days ago....$1,149
i7 Processor..
8GB DDR3 Ram
and some other stuff...it was on sale...idk if its on bestbuy.. cuz when i press on XPS it dun show
If anyone know plz post :]

i would recomend this unit it is beyond compare to the Dell you were looking at try it out see what you think
http://www.bestbuy.com/site/olspage.jsp?skuId=9366​642&st=ASUS&type=product&id=1218092150864
Brandon
Best Buy Associate | Geek Squad Agent
Forum Guidelines | Terms & Conditions | Community Guidelines | Blogging Guidelines
*Remember to mark your questions solved and click the star under the user's name to show your thanks!

Similar Messages

  • Dell Studio XPS

    Hey everyone,
    Over the past few weeks a number of posters have asked us where all of the Dell Studio XPS laptops and desktop computers have gotten off to.  Well, rest assured that we’re still offering this model line!  Whether you’re looking for a desktop or notebook computer, we’ll have several models available to coincide with the release of Windows 7 on October 22nd:
    Dell Studio XPS Laptops
    Dell Studio XPS Desktops
    Not looking for a Dell?  Don’t worry!  Just keep an eye on BestBuy.com or visit your local store on the 22nd to see our new assortment of computers featuring Windows 7.
    I hope this helps you out!
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

    jgitelman wrote:
    Much of the time I will have the laptop plugged into a 24" 1080P display with hdmi.  But when I am on the road showing people things on the laptop screen or watching movies I don't want the screen to be a compromise.
    I am researching optimal screen resolution for web video. Thanks for making me aware that it may be overkill.  Trust but verify...
    Unless you're watching niche porn or have a thing for movie trailers, (both of which are the only kinds of video readily available at full HD resolution) most video available to you won't be higher than YouTube resolution so you won't need a 1600 x 900 display on your laptop. With the physical size of that display, the video would look pretty tiny and if you wanted to watch it enlarged or full-screen, you'd need a solid GPU and CPU to handle it. Most laptops can't cut it. Point in case, I can watch a 1280 by 720 Hulu vid perfectly on my laptop that has the same 15.6 inch display that the laptop mentioned here uses. At that resolution, there is a little bit of screen left over. If I watch that vid fullscreen which requires scaling, the video grinds to a halt and is unwatchable even when it's fully buffered. If I had a 1600 by 900 display on my laptop, it wouldn't look that much better than the regular video feed on a 1366 by 768 display. Most "HD" content you will find is going to be 1280 by 720 so watching it on a 1080p display is going to have compromises, especially when most of that content is low-bitrate stuff which doesn't look good to begin with. The only reason I have a 1080p LCD monitor is because I have a lot of 1080p video and I can lower the resolution of the display to 1366 by 768 to watch the 720p stuff if I want to. If you get a 1600 by 900 display on your laptop, you can easily lower the resolution if you want to unless it's locked out by the driver but you'll find that you wasted your money on the premium resolution after having used it at the lower resolution. I would only get a 1600 x 900 panel on a laptop if it was 17-inches or larger because it's sensible at that size because you have increased physical screen space to go with it. On a smaller notebook, it's just silly.

  • Setting Up multiple nvidia cards on DELL Studio XPS 1330

    I recently purchased a DELL Studio XPS 1330 with 256MB NVIDIA(R) GeForce(R) 9500M-GE card. The laptop has two video cards as shown by the following files - /dev/nvidia0, /dev/nvidia1.
    I have been trying to install arch on it but I have run into a problem with Xorg which is not working out with the automatic configuration generated. Though startx and xinit shows the default X display with pointers and xterm but with the following error in the background
    NVIDIA : could not open the device file /dev/nvidia0 (input/output error)
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI 2:0:0
    Strangely enough if I test my config file with X -config <path> then it gives the same error but nothing shows up on the screen.
    It seems to me that one of the cards is loading fine but the other one is not. Is there any way to set up both the graphics card with only one screen.
    Here is my xorg.conf :
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 1 "Screen0" 0 0
    Screen 0 "Screen1" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    #Section "ServerFlags"
    # Option "Xinerama" "0"
    # Option "AllowEmptyInput" "False"
    #EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    # Load "dri2"
    Load "glx"
    Load "extmod"
    Load "dbe"
    Load "record"
    Load "synaptics"
    # Load "dri"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G98 [GeForce 9200M GS]"
    BusID "PCI:2:0:0"
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "C79 [GeForce 9400M G]"
    BusID "PCI:3:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    and the dmesg output :
    Linux version 2.6.30-ARCH (root@artin) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Mon Aug 17 16:06:45 CEST 2009
    Command line: root=/dev/disk/by-uuid/98e4044b-b669-4ad9-825b-461b6cff19f6 ro
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    Centaur CentaurHauls
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
    BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000008fec0000 (usable)
    BIOS-e820: 000000008fec0000 - 000000008fecf000 (ACPI data)
    BIOS-e820: 000000008fecf000 - 000000008fee5000 (ACPI NVS)
    BIOS-e820: 000000008fee5000 - 00000000a0000000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    BIOS-e820: 0000000100000000 - 0000000160000000 (usable)
    DMI present.
    last_pfn = 0x160000 max_arch_pfn = 0x100000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-C7FFF write-protect
    C8000-DBFFF uncachable
    DC000-EFFFF write-through
    F0000-FFFFF write-back
    MTRR variable ranges enabled:
    0 base 0A0000000 mask FE0000000 uncachable
    1 base 0C0000000 mask FC0000000 uncachable
    2 base 000000000 mask F00000000 write-back
    3 base 100000000 mask FC0000000 write-back
    4 base 140000000 mask FE0000000 write-back
    5 base 09FF00000 mask FFFF00000 uncachable
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 000000009ff00000 - 0000000100000000 (usable) ==> (reserved)
    last_pfn = 0x8fec0 max_arch_pfn = 0x100000000
    e820 update range: 0000000000001000 - 0000000000006000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000001000 (usable)
    modified: 0000000000001000 - 0000000000006000 (reserved)
    modified: 0000000000006000 - 000000000009dc00 (usable)
    modified: 000000000009dc00 - 00000000000a0000 (reserved)
    modified: 00000000000e4000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000008fec0000 (usable)
    modified: 000000008fec0000 - 000000008fecf000 (ACPI data)
    modified: 000000008fecf000 - 000000008fee5000 (ACPI NVS)
    modified: 000000008fee5000 - 00000000a0000000 (reserved)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000fff80000 - 0000000100000000 (reserved)
    modified: 0000000100000000 - 0000000160000000 (usable)
    init_memory_mapping: 0000000000000000-000000008fec0000
    0000000000 - 008fe00000 page 2M
    008fe00000 - 008fec0000 page 4k
    kernel direct mapping tables up to 8fec0000 @ 8000-d000
    init_memory_mapping: 0000000100000000-0000000160000000
    0100000000 - 0160000000 page 2M
    kernel direct mapping tables up to 160000000 @ b000-12000
    RAMDISK: 37f41000 - 37fefc4d
    ACPI: RSDP 00000000000f7b20 00024 (v02 PTLTD )
    ACPI: XSDT 000000008fec3ac3 000A4 (v01 DELL QA09 06040000 LTP 00000000)
    ACPI: FACP 000000008fecec04 000F4 (v03 NVIDIA MCP79 06040000 PTL_ 000F4240)
    ACPI: DSDT 000000008fec5655 0953B (v01 NVIDIA MCP79 06040000 MSFT 03000001)
    ACPI: FACS 000000008fee4fc0 00040
    ACPI: MCFG 000000008fececf8 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
    ACPI: HPET 000000008feced34 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
    ACPI: APIC 000000008feced6c 00072 (v01 PTLTD APIC 06040000 LTP 00000000)
    ACPI: BOOT 000000008fecedde 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    ACPI: SLIC 000000008fecee06 00176 (v01 DELL QA09 06040000 LTP 00000000)
    ACPI: OSFR 000000008fecef7c 00084 (v01 DELL DELL 06040000 ASL 00000061)
    ACPI: SSDT 000000008fec53f6 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec5350 000A6 (v01 PmRef Cpu7Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec52aa 000A6 (v01 PmRef Cpu6Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec5204 000A6 (v01 PmRef Cpu5Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec515e 000A6 (v01 PmRef Cpu4Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec50b8 000A6 (v01 PmRef Cpu3Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec5012 000A6 (v01 PmRef Cpu2Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec4f6c 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050228)
    ACPI: SSDT 000000008fec3b67 01405 (v01 PmRef CpuPm 00003000 INTL 20050228)
    ACPI: Local APIC address 0xfee00000
    (8 early reservations) ==> bootmem [0000000000 - 0160000000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
    #2 [0000200000 - 000082d0d0] TEXT DATA BSS ==> [0000200000 - 000082d0d0]
    #3 [0037f41000 - 0037fefc4d] RAMDISK ==> [0037f41000 - 0037fefc4d]
    #4 [000009dc00 - 0000100000] BIOS reserved ==> [000009dc00 - 0000100000]
    #5 [000082e000 - 000082e16c] BRK ==> [000082e000 - 000082e16c]
    #6 [0000008000 - 000000b000] PGTABLE ==> [0000008000 - 000000b000]
    #7 [000000b000 - 000000d000] PGTABLE ==> [000000b000 - 000000d000]
    found SMP MP-table at [ffff8800000f7b50] f7b50
    [ffffe20000000000-ffffe20004dfffff] PMD -> [ffff880028200000-ffff88002cffffff] on node 0
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal 0x00100000 -> 0x00160000
    Movable zone start PFN for each node
    early_node_map[4] active PFN ranges
    0: 0x00000000 -> 0x00000001
    0: 0x00000006 -> 0x0000009d
    0: 0x00000100 -> 0x0008fec0
    0: 0x00100000 -> 0x00160000
    On node 0 totalpages: 982616
    DMA zone: 56 pages used for memmap
    DMA zone: 1687 pages reserved
    DMA zone: 2249 pages, LIFO batch:0
    DMA32 zone: 14280 pages used for memmap
    DMA32 zone: 571128 pages, LIFO batch:31
    Normal zone: 5376 pages used for memmap
    Normal zone: 387840 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x10dea301 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 0000000000001000 - 0000000000006000
    PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    PM: Registered nosave memory: 000000008fec0000 - 000000008fecf000
    PM: Registered nosave memory: 000000008fecf000 - 000000008fee5000
    PM: Registered nosave memory: 000000008fee5000 - 00000000a0000000
    PM: Registered nosave memory: 00000000a0000000 - 00000000e0000000
    PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
    PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    PM: Registered nosave memory: 00000000fee01000 - 00000000fff80000
    PM: Registered nosave memory: 00000000fff80000 - 0000000100000000
    Allocating PCI resources starting at a4000000 (gap: a0000000:40000000)
    NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 25 pages at ffff880028028000, static data 72352 bytes
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 961217
    Kernel command line: root=/dev/disk/by-uuid/98e4044b-b669-4ad9-825b-461b6cff19f6 ro
    Initializing CPU#0
    xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    NR_IRQS:768
    PID hash table entries: 4096 (order: 12, 32768 bytes)
    Extended CMOS year: 2000
    Fast TSC calibration using PIT
    Detected 2399.817 MHz processor.
    spurious 8259A interrupt: IRQ7.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Checking aperture...
    No AGP bridge found
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
    software IO TLB at phys 0x20000000 - 0x24000000
    Memory: 3770228k/5767168k available (3409k kernel code, 1836704k absent, 159460k reserved, 1239k data, 464k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    hpet clockevent registered
    HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.61 BogoMIPS (lpj=7999390)
    Security Framework initialized
    Mount-cache hash table entries: 256
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 3072K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    ACPI: Core revision 20090320
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz stepping 0a
    Booting processor 1 APIC 0x1 ip 0x6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 4801.88 BogoMIPS (lpj=7999812)
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 3072K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    CPU1: Thermal monitoring enabled (TM2)
    x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    CPU1: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz stepping 0a
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Brought up 2 CPUs
    Total of 2 processors activated (9603.50 BogoMIPS).
    CPU0 attaching sched-domain:
    domain 0: span 0-1 level MC
    groups: 0 1
    CPU1 attaching sched-domain:
    domain 0: span 0-1 level MC
    groups: 1 0
    net_namespace: 1888 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 7
    PCI: MCFG area at e0000000 reserved in E820
    PCI: Using MMCONFIG at e0000000 - e07fffff
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: EC: GPE = 0x47, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in interrupt mode
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:03.0: reg 10 io port: [0x1c00-0x1cff]
    pci 0000:00:03.2: reg 10 io port: [0x3080-0x30bf]
    pci 0000:00:03.2: reg 20 io port: [0x3040-0x307f]
    pci 0000:00:03.2: reg 24 io port: [0x2000-0x203f]
    pci 0000:00:03.2: PME# supported from D3hot D3cold
    pci 0000:00:03.2: PME# disabled
    pci 0000:00:03.5: reg 10 32bit mmio: [0xf0600000-0xf067ffff]
    pci 0000:00:04.0: reg 10 32bit mmio: [0xf0886000-0xf0886fff]
    pci 0000:00:04.0: supports D1 D2
    pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.0: PME# disabled
    pci 0000:00:04.1: reg 10 32bit mmio: [0xf0889000-0xf08890ff]
    pci 0000:00:04.1: supports D1 D2
    pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.1: PME# disabled
    pci 0000:00:06.0: reg 10 32bit mmio: [0xf0887000-0xf0887fff]
    pci 0000:00:06.0: supports D1 D2
    pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:06.0: PME# disabled
    pci 0000:00:06.1: reg 10 32bit mmio: [0xf0889400-0xf08894ff]
    pci 0000:00:06.1: supports D1 D2
    pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:06.1: PME# disabled
    pci 0000:00:08.0: reg 10 32bit mmio: [0xf0880000-0xf0883fff]
    pci 0000:00:08.0: PME# supported from D3hot D3cold
    pci 0000:00:08.0: PME# disabled
    pci 0000:00:0a.0: reg 10 32bit mmio: [0xf0888000-0xf0888fff]
    pci 0000:00:0a.0: reg 14 io port: [0x30d0-0x30d7]
    pci 0000:00:0a.0: reg 18 32bit mmio: [0xf0889c00-0xf0889cff]
    pci 0000:00:0a.0: reg 1c 32bit mmio: [0xf0889800-0xf088980f]
    pci 0000:00:0a.0: supports D1 D2
    pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0a.0: PME# disabled
    pci 0000:00:0b.0: reg 10 io port: [0x30e8-0x30ef]
    pci 0000:00:0b.0: reg 14 io port: [0x30dc-0x30df]
    pci 0000:00:0b.0: reg 18 io port: [0x30e0-0x30e7]
    pci 0000:00:0b.0: reg 1c io port: [0x30d8-0x30db]
    pci 0000:00:0b.0: reg 20 io port: [0x30c0-0x30cf]
    pci 0000:00:0b.0: reg 24 32bit mmio: [0xf0884000-0xf0885fff]
    pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0c.0: PME# disabled
    pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.0: PME# disabled
    pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:15.0: PME# disabled
    pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:16.0: PME# disabled
    pci 0000:00:17.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:17.0: PME# disabled
    pci 0000:00:18.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:18.0: PME# disabled
    pci 0000:01:07.0: reg 10 32bit mmio: [0xf0500000-0xf05007ff]
    pci 0000:01:07.0: supports D1 D2
    pci 0000:01:07.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:07.0: PME# disabled
    pci 0000:01:07.1: reg 10 32bit mmio: [0xf0500800-0xf05008ff]
    pci 0000:01:07.1: supports D1 D2
    pci 0000:01:07.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:07.1: PME# disabled
    pci 0000:01:07.2: reg 10 32bit mmio: [0xf0500c00-0xf0500cff]
    pci 0000:01:07.2: supports D1 D2
    pci 0000:01:07.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:07.2: PME# disabled
    pci 0000:01:07.3: reg 10 32bit mmio: [0xf0501000-0xf05010ff]
    pci 0000:01:07.3: supports D1 D2
    pci 0000:01:07.3: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:01:07.3: PME# disabled
    pci 0000:00:09.0: transparent bridge
    pci 0000:00:09.0: bridge 32bit mmio: [0xf0500000-0xf05fffff]
    pci 0000:02:00.0: reg 10 32bit mmio: [0xae000000-0xaeffffff]
    pci 0000:02:00.0: reg 14 64bit mmio: [0xd0000000-0xdfffffff]
    pci 0000:02:00.0: reg 1c 64bit mmio: [0xac000000-0xadffffff]
    pci 0000:02:00.0: reg 24 io port: [0x4000-0x407f]
    pci 0000:02:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
    pci 0000:00:0c.0: bridge io port: [0x4000-0x4fff]
    pci 0000:00:0c.0: bridge 32bit mmio: [0xac000000-0xaeffffff]
    pci 0000:00:0c.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
    pci 0000:03:00.0: reg 10 32bit mmio: [0xaa000000-0xaaffffff]
    pci 0000:03:00.0: reg 14 64bit mmio: [0xb0000000-0xbfffffff]
    pci 0000:03:00.0: reg 1c 64bit mmio: [0xcc000000-0xcdffffff]
    pci 0000:03:00.0: reg 24 io port: [0x5000-0x507f]
    pci 0000:03:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
    pci 0000:00:10.0: bridge io port: [0x5000-0x5fff]
    pci 0000:00:10.0: bridge 32bit mmio: [0xaa000000-0xaaffffff]
    pci 0000:00:10.0: bridge 64bit mmio pref: [0xb0000000-0xcdffffff]
    pci 0000:00:15.0: bridge io port: [0x6000-0x6fff]
    pci 0000:00:15.0: bridge 32bit mmio: [0xf0200000-0xf03fffff]
    pci 0000:00:15.0: bridge 64bit mmio pref: [0xf0000000-0xf01fffff]
    pci 0000:06:00.0: reg 10 64bit mmio: [0xf0400000-0xf0403fff]
    pci 0000:06:00.0: supports D1 D2
    pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
    pci 0000:06:00.0: PME# disabled
    pci 0000:00:16.0: bridge 32bit mmio: [0xf0400000-0xf04fffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P0._PRT]
    ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 *10 11 14 15)
    ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 10 *11 14 15)
    ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 10 11 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [Z00Q] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [Z00R] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00S] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00T] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00U] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00V] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00W] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00X] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00Y] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00Z] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z010] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z011] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z012] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [Z013] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z014] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z015] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z016] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [Z017] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z018] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z019] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01A] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [Z01B] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01C] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01D] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01E] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [Z01F] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01G] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z01H] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LSMB] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LUS0] (IRQs 18 19 20 21 22 23) *7
    ACPI: PCI Interrupt Link [LUS2] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LMAC] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LAZA] (IRQs 17) *11
    ACPI: PCI Interrupt Link [LGPU] (IRQs 18 19 20 21 22 23) *5
    ACPI: PCI Interrupt Link [LPID] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LSI0] (IRQs 18 19 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LSI1] (IRQs 18 19 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [Z00O] (IRQs 18 19 20 21 22 23) *5
    ACPI: PCI Interrupt Link [Z00P] (IRQs 18 19 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LPMU] (IRQs 18 19 20 21 22 23) *10
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:03: mem resource (0xf0600000-0xf0607fff) overlaps 0000:00:03.5 BAR 0 (0xf0600000-0xf067ffff), disabling
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:00: iomem range 0xffc00000-0xffffffff could not be reserved
    system 00:00: iomem range 0xfec00000-0xfec00fff could not be reserved
    system 00:00: iomem range 0xfee00000-0xfeefffff could not be reserved
    system 00:00: iomem range 0xfed00000-0xfed00fff has been reserved
    system 00:04: ioport range 0x1000-0x107f has been reserved
    system 00:04: ioport range 0x1080-0x10ff has been reserved
    system 00:04: ioport range 0x1400-0x147f has been reserved
    system 00:04: ioport range 0x1480-0x14ff has been reserved
    system 00:04: ioport range 0x1800-0x187f has been reserved
    system 00:04: ioport range 0x1880-0x18ff has been reserved
    system 00:07: ioport range 0x4d0-0x4d1 has been reserved
    system 00:07: ioport range 0x910-0x911 has been reserved
    system 00:07: ioport range 0x295-0x296 has been reserved
    pci 0000:00:09.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:09.0: IO window: disabled
    pci 0000:00:09.0: MEM window: 0xf0500000-0xf05fffff
    pci 0000:00:09.0: PREFETCH window: disabled
    pci 0000:02:00.0: BAR 6: can't allocate mem resource [0xe0000000-0xdfffffff]
    pci 0000:00:0c.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:0c.0: IO window: 0x4000-0x4fff
    pci 0000:00:0c.0: MEM window: 0xac000000-0xaeffffff
    pci 0000:00:0c.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
    pci 0000:00:10.0: PCI bridge, secondary bus 0000:03
    pci 0000:00:10.0: IO window: 0x5000-0x5fff
    pci 0000:00:10.0: MEM window: 0xaa000000-0xaaffffff
    pci 0000:00:10.0: PREFETCH window: 0x000000b0000000-0x000000cdffffff
    pci 0000:00:15.0: PCI bridge, secondary bus 0000:04
    pci 0000:00:15.0: IO window: 0x6000-0x6fff
    pci 0000:00:15.0: MEM window: 0xf0200000-0xf03fffff
    pci 0000:00:15.0: PREFETCH window: 0x000000f0000000-0x000000f01fffff
    pci 0000:00:16.0: PCI bridge, secondary bus 0000:06
    pci 0000:00:16.0: IO window: disabled
    pci 0000:00:16.0: MEM window: 0xf0400000-0xf04fffff
    pci 0000:00:16.0: PREFETCH window: disabled
    pci 0000:00:17.0: PCI bridge, secondary bus 0000:07
    pci 0000:00:17.0: IO window: disabled
    pci 0000:00:17.0: MEM window: disabled
    pci 0000:00:17.0: PREFETCH window: disabled
    pci 0000:00:18.0: PCI bridge, secondary bus 0000:08
    pci 0000:00:18.0: IO window: disabled
    pci 0000:00:18.0: MEM window: disabled
    pci 0000:00:18.0: PREFETCH window: disabled
    pci 0000:00:09.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z00Q] enabled at IRQ 23
    pci 0000:00:0c.0: PCI INT A -> Link[Z00Q] -> GSI 23 (level, low) -> IRQ 23
    pci 0000:00:0c.0: setting latency timer to 64
    pci 0000:00:10.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z012] enabled at IRQ 22
    pci 0000:00:15.0: PCI INT A -> Link[Z012] -> GSI 22 (level, low) -> IRQ 22
    pci 0000:00:15.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z016] enabled at IRQ 21
    pci 0000:00:16.0: PCI INT A -> Link[Z016] -> GSI 21 (level, low) -> IRQ 21
    pci 0000:00:16.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z01A] enabled at IRQ 20
    pci 0000:00:17.0: PCI INT A -> Link[Z01A] -> GSI 20 (level, low) -> IRQ 20
    pci 0000:00:17.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [Z01E] enabled at IRQ 19
    pci 0000:00:18.0: PCI INT A -> Link[Z01E] -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:18.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
    pci_bus 0000:01: resource 1 mem: [0xf0500000-0xf05fffff]
    pci_bus 0000:01: resource 3 io: [0x00-0xffff]
    pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
    pci_bus 0000:02: resource 0 io: [0x4000-0x4fff]
    pci_bus 0000:02: resource 1 mem: [0xac000000-0xaeffffff]
    pci_bus 0000:02: resource 2 pref mem [0xd0000000-0xdfffffff]
    pci_bus 0000:03: resource 0 io: [0x5000-0x5fff]
    pci_bus 0000:03: resource 1 mem: [0xaa000000-0xaaffffff]
    pci_bus 0000:03: resource 2 pref mem [0xb0000000-0xcdffffff]
    pci_bus 0000:04: resource 0 io: [0x6000-0x6fff]
    pci_bus 0000:04: resource 1 mem: [0xf0200000-0xf03fffff]
    pci_bus 0000:04: resource 2 pref mem [0xf0000000-0xf01fffff]
    pci_bus 0000:06: resource 1 mem: [0xf0400000-0xf04fffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 699k freed
    Simple Boot Flag at 0x36 set to 0x1
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1251883664.380:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 7366
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:03:00.0: Boot video device
    pcieport-driver 0000:00:0c.0: irq 24 for MSI/MSI-X
    pcieport-driver 0000:00:0c.0: setting latency timer to 64
    pcieport-driver 0000:00:15.0: irq 25 for MSI/MSI-X
    pcieport-driver 0000:00:15.0: setting latency timer to 64
    pcieport-driver 0000:00:16.0: irq 26 for MSI/MSI-X
    pcieport-driver 0000:00:16.0: setting latency timer to 64
    pcieport-driver 0000:00:17.0: irq 27 for MSI/MSI-X
    pcieport-driver 0000:00:17.0: setting latency timer to 64
    pcieport-driver 0000:00:18.0: irq 28 for MSI/MSI-X
    pcieport-driver 0000:00:18.0: setting latency timer to 64
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 464k freed
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    SCSI subsystem initialized
    Switched to high resolution mode on CPU 1
    Switched to high resolution mode on CPU 0
    libata version 3.00 loaded.
    ahci 0000:00:0b.0: version 3.0
    ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 18
    ahci 0000:00:0b.0: PCI INT A -> Link[LSI0] -> GSI 18 (level, low) -> IRQ 18
    ahci 0000:00:0b.0: irq 29 for MSI/MSI-X
    ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    ahci 0000:00:0b.0: flags: 64bit ncq sntf led pmp pio slum part
    ahci 0000:00:0b.0: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    scsi4 : ahci
    scsi5 : ahci
    ata1: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884100 irq 29
    ata2: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884180 irq 29
    ata3: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884200 irq 29
    ata4: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884280 irq 29
    ata5: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884300 irq 29
    ata6: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884380 irq 29
    ata3: SATA link down (SStatus 0 SControl 300)
    ata5: SATA link down (SStatus 0 SControl 300)
    ata6: SATA link down (SStatus 0 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata1.00: ATA-8: WDC WD5000BEVT-75ZAT0, 01.01A01, max UDMA/133
    ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA WDC WD5000BEVT-7 01.0 PQ: 0 ANSI: 5
    ata2.00: ATAPI: HL-DT-ST DVD+/-RW GS20N, A109, max UDMA/133
    ata2.00: configured for UDMA/133
    scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GS20N A109 PQ: 0 ANSI: 5
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    Driver 'sr' needs updating - please use bus_type methods
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    EXT4-fs: barriers enabled
    EXT4-fs: delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs: mounted filesystem sda3 with ordered data mode
    kjournald2 starting: pid 625, dev sda3:8, commit interval 5 seconds
    rtc_cmos 00:0a: RTC can wake from S4
    rtc_cmos 00:0a: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    udev: starting version 145
    ACPI: SSDT 000000008fee1086 0021F (v01 PmRef Cpu0Ist 00003000 INTL 20050228)
    ACPI: SSDT 000000008fee1648 0067D (v01 PmRef Cpu0Cst 00003001 INTL 20050228)
    ACPI Warning (processor_throttling-0843): Invalid throttling state, reset [20090320]
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    processor ACPI_CPU:00: registered as cooling_device0
    ACPI: Processor [CPU0] (supports 8 throttling states)
    ACPI: SSDT 000000008fee0ed6 001B0 (v01 PmRef Cpu1Ist 00003000 INTL 20050228)
    ACPI: SSDT 000000008fee15c3 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050228)
    ACPI Warning (processor_throttling-0843): Invalid throttling state, reset [20090320]
    ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
    processor ACPI_CPU:01: registered as cooling_device1
    ACPI: Processor [CPU1] (supports 8 throttling states)
    dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    input: PC Speaker as /devices/platform/pcspkr/input/input2
    Clocksource tsc unstable (delta = -101947060 ns)
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
    ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
    forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 23 (level, low) -> IRQ 23
    forcedeth 0000:00:0a.0: setting latency timer to 64
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    lib80211: common routines for IEEE802.11 drivers
    lib80211_crypt: registered algorithm 'NULL'
    forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x50ef @ 0, addr 00:22:19:eb:14:f2
    forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3
    ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 22
    ehci_hcd 0000:00:04.1: PCI INT B -> Link[LUS2] -> GSI 22 (level, low) -> IRQ 22
    ehci_hcd 0000:00:04.1: setting latency timer to 64
    ehci_hcd 0000:00:04.1: EHCI Host Controller
    ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:04.1: debug port 1
    ehci_hcd 0000:00:04.1: cache line size of 32 is not supported
    ehci_hcd 0000:00:04.1: irq 22, io mem 0xf0889000
    ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 4 ports detected
    ACPI: PCI Interrupt Link [Z00P] enabled at IRQ 21
    ehci_hcd 0000:00:06.1: PCI INT B -> Link[Z00P] -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:06.1: setting latency timer to 64
    ehci_hcd 0000:00:06.1: EHCI Host Controller
    ehci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:06.1: debug port 1
    ehci_hcd 0000:00:06.1: cache line size of 32 is not supported
    ehci_hcd 0000:00:06.1: irq 21, io mem 0xf0889400
    ehci_hcd 0000:00:06.1: USB 2.0 started, EHCI 1.00
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 3 ports detected
    wl 0000:06:00.0: PCI INT A -> Link[Z016] -> GSI 21 (level, low) -> IRQ 21
    wl 0000:06:00.0: setting latency timer to 64
    eth1 (wl): not using net_device_ops yet
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    ACPI: Power Button [PWRF]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    ACPI: Power Button [PWRB]
    input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2a/PNP0C0E:00/input/input5
    ACPI: Sleep Button [SLPB]
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
    ACPI: Lid Switch [LID]
    ACPI: WMI: Mapper loaded
    ACPI: AC Adapter [ADP0] (on-line)
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (64 C)
    nvidia 0000:02:00.0: enabling device (0004 -> 0007)
    nvidia 0000:02:00.0: PCI INT A -> Link[Z00Q] -> GSI 23 (level, low) -> IRQ 23
    nvidia 0000:02:00.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LGPU] enabled at IRQ 20
    nvidia 0000:03:00.0: PCI INT A -> Link[LGPU] -> GSI 20 (level, low) -> IRQ 20
    nvidia 0000:03:00.0: setting latency timer to 64
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 185.18.36 Fri Aug 14 17:35:21 PDT 2009
    lib80211_crypt: registered algorithm 'TKIP'
    i2c-adapter i2c-0: nForce2 SMBus adapter at 0x3040
    i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2000
    eth1: Broadcom BCM432b 802.11 Wireless Controller 5.10.91.9
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 19
    ohci_hcd 0000:00:04.0: PCI INT A -> Link[LUS0] -> GSI 19 (level, low) -> IRQ 19
    ohci_hcd 0000:00:04.0: setting latency timer to 64
    ohci_hcd 0000:00:04.0: OHCI Host Controller
    ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 3
    ohci_hcd 0000:00:04.0: irq 19, io mem 0xf0886000
    ACPI: Battery Slot [BAT0] (battery present)
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 4 ports detected
    ACPI: PCI Interrupt Link [Z00O] enabled at IRQ 18
    ohci_hcd 0000:00:06.0: PCI INT A -> Link[Z00O] -> GSI 18 (level, low) -> IRQ 18
    ohci_hcd 0000:00:06.0: setting latency timer to 64
    ohci_hcd 0000:00:06.0: OHCI Host Controller
    ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 4
    ohci_hcd 0000:00:06.0: irq 18, io mem 0xf0887000
    ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11
    ohci1394 0000:01:07.0: PCI INT A -> Link[LNK1] -> GSI 11 (level, low) -> IRQ 11
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 3 ports detected
    ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[11] MMIO=[f0500000-f05007ff] Max Packet=[2048] IR/IT contexts=[4/4]
    usb 2-3: new high speed USB device using ehci_hcd and address 2
    HDA Intel 0000:00:08.0: power state changed by ACPI to D0
    ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 17
    HDA Intel 0000:00:08.0: PCI INT A -> Link[LAZA] -> GSI 17 (level, low) -> IRQ 17
    HDA Intel 0000:00:08.0: setting latency timer to 64
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/input/input7
    ACPI: Video Device [Z01I] (multi-head: no rom: yes post: no)
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    sdhci-pci 0000:01:07.1: SDHCI controller found [1180:0822] (rev 22)
    ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 11
    sdhci-pci 0000:01:07.1: PCI INT B -> Link[LNK2] -> GSI 11 (level, low) -> IRQ 11
    sdhci-pci 0000:01:07.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Registered led device: mmc0::
    mmc0: SDHCI controller on PCI [0000:01:07.1] using DMA
    usb 2-3: configuration #1 chosen from 1 choice
    Linux video capture interface: v2.00
    usb 3-4: new full speed USB device using ohci_hcd and address 2
    uvcvideo: Found UVC 1.00 device Integrated_Webcam_1.3M (0c45:63fc)
    Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000
    usb 3-4: configuration #1 chosen from 1 choice
    hub 3-4:1.0: USB hub found
    hub 3-4:1.0: 3 ports detected
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
    usb 3-4.1: new full speed USB device using ohci_hcd and address 3
    usb 3-4.1: configuration #1 chosen from 1 choice
    usbcore: registered new interface driver hiddev
    hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x100f0000
    usb 3-4.2: new full speed USB device using ohci_hcd and address 4
    input: HID 413c:8157 as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.1/3-4.1:1.0/input/input9
    generic-usb 0003:413C:8157.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8157] on usb-0000:00:04.0-4.1/input0
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    usb 3-4.2: configuration #1 chosen from 1 choice
    input: HID 413c:8158 as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.2/3-4.2:1.0/input/input10
    generic-usb 0003:413C:8158.0002: input,hidraw1: USB HID v1.11 Mouse [HID 413c:8158] on usb-0000:00:04.0-4.2/input0
    ieee1394: Host added: ID:BUS[0-00:1023] GUID[354fc000352c8d58]
    input: Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:06.1/usb2/2-3/2-3:1.0/input/input11
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    usb 3-4.3: new full speed USB device using ohci_hcd and address 5
    hda_intel: Codec #1 probe error; disabling it...
    usb 3-4.3: configuration #1 chosen from 1 choice
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Bluetooth: Generic Bluetooth USB driver ver 0.5
    usbcore: registered new interface driver btusb
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.0/input/input12
    input: HDA NVidia Mic at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/input/input13
    input: HDA NVidia HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/input/input14
    input: HDA NVidia HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/input/input15
    EXT4 FS on sda3, internal journal on sda3:8
    EXT4-fs: barriers enabled
    kjournald2 starting: pid 3169, dev sda4:8, commit interval 5 seconds
    EXT4 FS on sda4, internal journal on sda4:8
    EXT4-fs: delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs: mounted filesystem sda4 with ordered data mode
    Adding 1052248k swap on /dev/sda2. Priority:-1 extents:1 across:1052248k
    Bluetooth: L2CAP ver 2.13
    Bluetooth: L2CAP socket layer initialized
    Bluetooth: RFCOMM socket layer initialized
    Bluetooth: RFCOMM TTY layer initialized
    Bluetooth: RFCOMM ver 1.11
    Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    Bridge firewalling registered
    Bluetooth: SCO (Voice Link) ver 0.6
    Bluetooth: SCO socket layer initialized
    Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    input: Logitech Bluetooth Mouse as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.3/3-4.3:1.0/bluetooth/hci0/hci0:12/input16
    generic-bluetooth 0005:046D:B006.0003: input,hidraw1: BLUETOOTH HID v1.24 Mouse [Logitech Bluetooth Mouse] on 00:25:56:DC:1A:A4
    NVRM: RmInitAdapter failed! (0x31:0xffffffff:1026)
    NVRM: rm_init_adapter(0) failed
    NVRM: RmInitAdapter failed! (0x31:0xffffffff:1026)
    NVRM: rm_init_adapter(0) failed
    Thanks.

    hey, I just realised, that you have the same problem as me, though mine is a studio xps1340 with a 9500M.
    Did you make any progress in configuring your xorg.conf or anything else? Please say yes...

  • Firefox 5 not working on Dell Studio XPS

    Firefox 5 installs without a problem but the tabs when you click on them will not open and right clicking a link to open in new tab doesn't work
    Dell Studio Xps 9100 Windows 7
    Same with firefox 4.... 3.6.18 no problem

    Firefox 5 installs without a problem but the tabs when you click on them will not open and right clicking a link to open in new tab doesn't work
    Dell Studio Xps 9100 Windows 7
    Same with firefox 4.... 3.6.18 no problem

  • HP Envy 15 OR Dell Studio XPS 16

    Which laptop is better? Should I get Hp Envy 15 or Dell Studio Xps 16 for Movie/Web Production?

    I have been really impressed by the new Dell Studio XPS line. While the HP Envy looks and feels impressive, the lack of an onboard optical drive would... well.. drive me nuts!
    Adam
    Best Buy Community - Retail, Americas
    Forum Guidelines | Terms & Conditions | Community Guidelines | Blogging Guidelines
    *Remember to mark your questions solved and click the star under the user's name to show your thanks!

  • Firefox 4 and 5 not working on Dell Studio XPS 64 bit

    Mozilla installs OK but when open I can't surf.....tabs do not open
    Even 3.6.18 gives problems...Facebook page keeps refreshing when trying to write comments, some sites lagging in opening

    Can you check which keyboard is set under the international settings?
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Questions about my MSI R5770 Hawk Radeon HD 5770 and my Dell Studio 7100

    Ok, I have had this card installed for about a year now. From the beginning Catalyst Control Center had given me error messages, "Catalyst Control Centre: Host application has stopped working. Windows is checking for solutions" every time I start the machine or every time I try to use the Catalyst Control Center. This has not been a problem because I have been using a 2 monitor system using the DVI port from on and the HDMI to Display Port adapter to the second larger monitor (if I went straight HDMI I can't change the settings and I end up with a 1 inch black border around the desktop and the outer edge of the 23" monitor,) so I just worked around with the HDMI to DVI. Well now I am trying to hook up three monitors. One to the Display port through a Displayport to DVI, one to the HDMI through the HDMI to DVI and one to the Display port. No matter what I try to do through the Windows display control panel, I can not get the displayport monitor (which ever is hook to that port) to display. Windows 7 does detect all three monitors, but it will not allow me to "extend the desktop" to the third monitor and I still can't get the Catalyst Control Center to work.
    I have uninstalled all files from ATI or AMD that involve the video and reinstalled the latest drivers and software, but the Catalyst Control center still is not running.
    If you could help me with this it would be great. I am a graphics designer and web designer/developer and not a hardware or software tech and I have been googling and trying different possible answers since yesterday morning.
    My graphics card is
    MSI R5770 Hawk Radeon HD 5770
    My computer is
    Dell Studio XPS 7100, AMD Athlon IIX4 630 Processor 2.80 GHz
    8 gb
    64-bit operating system
    I am attempting to hook up a LG W2361 to the HDMI through HDMI to DVI adapter (presently working) at 1920 x 1080
    an LG W1952 (at 1440 x 900) through the DVI port to DVI (presently working) and
    an old Samsung SyncMaster 170t  to the Displayport through a the adapter (not working) monitor is detected but it will not allow the extend desktop to be applied.
    Hope someone can help, thanks in advance for just reading all of this. 

    Just incase anyone runs into a similar problem. I figured it out.
    Somehow in one of either the ATI driver updates or in a Microsoft update, my drivers and software was contaminated. I deleted all software and drivers for the card, which I had already tried several times. But this time I went into safe mode used CCcleaner in safe mode and cleared the register of all entries. I then reloaded and the Catalyst Control center and it works fine now.
    The problem with the three monitors seems to be that the one hooked to the displayport, if you are using more than 2 monitors, must be hooked to an active displayport adapter. I was using a passive adapter. So either I need to buy a very expensive adapter or.....maybe a new monitor that uses displayport. 
    Hopefully this will help someone else having this issue.

  • Flash Player 11 on a dell studio laptop?

    The download says it's for a desktop.  Can I download it onto my 64-bit laptop?

    Thank you!> Date: Fri, 5 Aug 2011 18:20:43 -0600
    From: [email protected]
    To: [email protected]
    Subject: Flash Player 11 on a dell studio laptop?
    Yes desktop is any desktop or laptop system.  As long as it supports and is running 64-bit Windows 7 you can install the 64-bit player.
    >

  • Creative webcam dell studio 17 problems with creative zen

    hi there, ive got a dell studio 17 with a built in webcam.
    When i try to install the drivers for the creative zen, and put the disk in, a message comes up saying 'we could not find the driver software for your device'
    then windows trys to solve the problem and comes up with a message saying 'this problem was caused by a compatibility issue between this version of windows and yor webcam which was made by creative' 'go online to download and install the update for your webcam'
    however i try the website they gave me, which is the creative support page, but i cant find a built in webcam for the dell studio 17
    i was just wondering whether the answer is right in front of my eyes, or if anyone else had this problem

    Hello MichelleStudio!
    The only thing that comes to mind to help you out here is to try to visit Dell's support website and update your hardware drivers and/or firmware.  To get to your model's specific downloads click on "Drivers & Downloads" and choose the Service Tag option.  It asks you for your Service Tag which is on the bottom of your laptop.  Then it will bring you to a list of available downloads.
    Make sure the operating system is set to Windows Vista 64-bit, as this is what your laptop came with.  The important ones to update are BIOS and Chipset.  But since I don't know specifically what is causing your problem, it's kind of a guessing game.
    This is assuming you can get your laptop to boot up long enough to perform these updates.  You said that the error said something about a driver, so hopefully updating your hardware drivers and firmware help.
    Hope this helps, thank you for posting!
    Jacob|Web Planner | Best Buy® Corporate

  • BLUE SCREEN ERROR FOR A BRAND NEW DELL STUDIO

    Hi There,
    I Just bought a brand new Dell Studio laptop from Best Buy and the first login.. was trying to register my Mcfee AV on it and started dumping the physical memory with blue scree.. So sad.
    I had Win7 on it. What could be the issue? Can someone help here?
    I have another thing to know, I want to replace this one with a diff. Studio laptop which is available in best buy, I want to avoid the 15% restocking fee. The one I am thinking to replace it with is of light brown color in the Dell laptop link on best buy site on page 2 and this one is a bit costlier than the one I am using it.... Can I replace this one without any restocking non-sense as the current one keeps throwing with blue screen error. Although it doesnt happen everytime i use it but it does come up with blue screen every now and then...
    Any suggestion would be appreciated. The Laptop which I currently have is not listed in the Best Buy site now, was there till last week. Dell Studio, i3 processor with 500GB HD & 4 GB RAM.
    Thanks,
    -Rj

    You're over thinking this! If you're getting an error of this type and you didn't do anything to the machine besides install McAfee, then bring it to your nearest BestBuy to have Geeksquad look at it or have it returned. You're within the 30 days, right?
    There is no restocking fee for defective items. I'm not sure if yours is defective, but speak to the store, I'm sure you will be pleased. Point is, do it now, before more time passes.
    I am a Bestbuy employee who volunteers on these boards on my own time. I am not paid for posting here, and you should understand that my opinions are exactly that - opinions. I do not represent Bestbuy in any way.
    : Open Mailbox

  • I cannot install itunes on my computer; I keep getting the following message every time:   Could not access network location %PUBLIC%\Desktop\.   I have a DELL Optiplex 750 Desktop Computer, Running Windows 7 Professional, SP1, 64 bit, 3.40 GHZ, 4.0 GBRAM

    I CANNOT INSTALL I-TUNES 64 BIT ON MY COMPUTER.  I HAVE A DELL 750 OPTIPLEX DESKTOP COMPUTER RUNNING WINDOWS 7 PROFESSIONAL SP1, INTEL Q965/Q963 EXPRESS CHIPSET FAMILY.   THE ERROR MESSAGE I KEEP ON GETTING EVERY SINGLE TIME IS:  
    Could not access network location %PUBLIC%\Desktop\.
    ANYONE HAVE AN IDEA ON HOW TO FIX THIS PROBLEM?   THANKS FOR YOUR HELP IN ADVANCE!

    Hello there, jag123059.
    The following Knowledge Base article offers up some great steps to follow for resolving issues with installing iTunes:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • I can not scroll on my dell studio touchpad and I am running Windows 7 and Firefox 8.0.1.

    I just noticed that I can no longer use my touchpad to scroll on webpages in Firefox 8.0.1. I don't think I had this problem a few days ago, definitely not last week. I see the scroll icon but it does not scroll when I am on any webpage. At times it starts on one page until i refresh the page or click a link on the page but then it will stop scrolling.
    I am able to scroll using my touchpad in Word 2010 and on the rest of my computer.
    I am running Windows 7 Home Premium 64-bit and have a Dell Studio 1558 that is a year old.
    I updated the touchpad driver from and it still did not work. Then tried the one directly from Synaptics and still not working.
    I also updated Firefox 8 to 8.0.1 and it still does not work.
    Please fix this as it is rather annoying.

    My scroll also doesn't work in Firefox -- but does in Excel and Word. This has been intermittent for months now. Usually, if I reboot the scroll would begin working again until for no apparent reason it quits again. Now even the reboot doesn't fix the no-scroll problem. I have Windows Vista. I even did a Firefox Update to 9.0.1.
    I don't have that file on my about:config page so this solution won't work for me.
    Thanks in advance for any help!

  • Help needed to find a replacement HDD for Dell Studio 1558

    Hi,
    My laptop HDD is 5 yr old and started to give a lot of read/write errors recently, I'm also finding very difficult to back the data from my laptop to my Seagate external HDD.When I copy the files to external HDD it gives I/O error. When multiple files are copied the fan runs at high speed makes lot of noise and the laptop.shuts down due to overheating. Due to this I got a chkdsk to scan and fix the errors on my external drive due to data copy failure taking additional 4hrs to scan for errors. My laptop.internal drive is Seagate momentus ST9500325AS 5400 rpm 500 GB,2.5" internal 8 MB cache SATA 3.0 GB/s drive and find that the drive is unavailable in my country.
    I've just seen Seagate momentus Thin ST500LT012 500 GB 5400 RPM 16 MB Cache SATA 3.0 GB/s 2.5" internal Laptop/Notebook Hard disk on Amazon and would like to.know if I can replace my old with this
    I was not sure to order this online since it reads thin I doubt if it would be slimmer than the old one and might not be an alternative.
    I would also greatly appreciate if someone could suggest an alternative HDD preferably Seagate to replace for Dell 1558 studio
    Thanks in advance.
    Kar

    First try to make a Dell Backup and Recovery 16 GB Bootable USB using the latest version of Dell Backup and Recovery:
    http://dellwindowsreinstallationguide.com/dell-backup-and-recovery-1-8-1-71/
    The instructions are for Windows 8.1 but should be similar for Windows 7.
    New drives will be slimmer. I recommend you replace the HDD with a SSD if you want a significant performance boost. Crucial SSDs include a spacer for seating into your system and guarantee compatibility:
    http://www.crucial.com/usa/en/compatible-upgrade-for/Dell/studio-1558

  • Dell Studio 17 Graphic Card is not performing well, Can I update the driver

    I just purchased Dell Studio s17-169B. The graphic card in this laptop is Intel Graphics Media Accelerator 4500MHD. However, when I check graphic driver through device manager, I have found that driver is for Mobile Intel 4 series express chipset family with version 7.15.10.1576. My question is: can I download Dell Studio 1737 Intel Mobile Graphics Media Accelerator 4500MHD Driver A03 to update my current gtaphic driver so that the graphic display can be improved? Otherwise, I may return this laptop back to Bestbuy. Thanks for your input.

    Define "not performing well"...
    If you're playing 3D games, you will find that the 4500MHD is going to be lacking in general regardless of the driver installed.  Any Intel GMA series integrated graphics solution is going to be at the bottom of the barrel in terms of 3D performance.  In most cases, the only thing worse than a GMA series accelerator is an older GMA series accelerator.
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

  • FAST ACCESS FACIAL RECOGNITION WON'T WORK ON DELL STUDIO 1555 SINCE MOZILLA UPDATE

    When Firefox updated my Facial Recognition Fast Access on Dell Studio 1555 no longer works. The box shows up but not green line around it

    Some Firefox add-ons have a hard limit on compatible versions and may stop working after a Firefox update. To check for a newer version from Dell, see this article:
    http://www.sensiblevision.com/en-us/support/dellsupport.aspx
    Can you find a newer/updated version that might work with Firefox 19?

Maybe you are looking for