I can't get my video toto work

I can't get my video to work on my iPad.... I have never used it before so today I thought it would be nice to take a video... I did look it up on line but everyone is saying I have to slide the marked video to the middle of the screen, and I have done all that but it still won't work... Thank you

Swipe up or down on the screen - anywhere on the screen - until the word Video appears in yellow type on the right. That indicates that the video mode has been selected. Then tap on the big red dot to start recording, tap the big red button when you are done recording.

Similar Messages

  • Can't get any video driver working (X-Server)

    Hi everybody (and thx for reading this),
    I'm about to install Arch Linux 64 Bit on a new machine, an Acer Aspire 8935G. I installed Arch Linux on several plattforms over the last months with help from the brilliant Wiki-Guide. Unfortunatley I can't figure out how to get the X-Server running this time, so I need a little (???) help here to point me in the right direction.
    System is up and running. Graphic Card is a ATI Mobility Radeon HD 4670 (and an Mobile Intel GM45). What I did so far was installing the radeonhd driver first (and later others, because radeonhd wouldn't work) and configure X with:
    # Xorg - configure
    Which resulted in a message of the X Protocol:
    List of video drivers:
    radeonhd
    intel
    ati
    radeon
    fbdev
    vesa
    after that I installed and ran HAL, to avoid problems with input hotplugging.
    Finally, to test the configuration:
    # X -config /root/xorg.conf.new
    (EE) RADEONHD(0): rhdAtomGetDDCIndex: GPIO_DDC Index 5 exceeds maximum 5
    (EE) RADEONHD(0): AtomBIOS returned 3 Grey Levels
    (EE) RADEONHD(0): AtomBIOS returned 3 Grey Levels
    (EE) RADEONHD(0): rhdAtomLvdsDDC: unknown record type: c
    (EE) RADEONHD(0): ParseTable said: CD_INVALID_OPCODE
    (EE) RADEONHD(0): atomSetBacklightFromBIOSScratch: rhtAtomDigTransmitterControl(atomTransEnable) failed.
    ^C
    Playing around with vesa, intel and fbdev didn't bring me any further. Vesa and Intel led to a black screen without responding keys (hard reset is necessary every time) and FBDEV led to a error message:
    Primary device is not PCI
    (EE) FBDEV(0): FBIOBLANK: Invalid argument
    Maybe it's an issue with the integrated full hd monitor, because of the DDC-Message, but googling around didn't help for the moment. The hardware works with Linux, Mandriva 32-bit-Image ran out of the box with X-Server and KDE 4.2. But I would prefer an Installation of Arch Linux with the software, I really need and want.
    I will try to add the xorg.conf later on as I'm writing this on an other machine.
    Thx in advance for the help!
    EDIT (xorg.conf):
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    # Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    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 "dri"
    Load "dbe"
    Load "record"
    Load "extmod"
    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"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    Identifier "Card0"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "Unknown Board"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card1"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    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
    Modes "1024x768" "1280x1024"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    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
    Last edited by ewigkeit (2009-08-12 12:36:46)

    zenlord wrote:You do know that with the latest xserver-xorg your xorg.conf is of less relevance?
    Yes, I know. I also tried to get it working without an preconfigured xorg.conf. You know it... yeah... results in a black screen ;-).
    zenlord wrote:And are you using the latest software? I installed Debian stable on a G45-chipset with intel graphics last week and I had to use at least the 2.6.2-driver IIRC, or upon loading the (old) driver, the DVI-port was disconnected and I was left with a black screen, but otherwise working install
    Yesterday, I experimented with the Intel driver, because I found out that Mandriva also uses them, not fglrx like I thought. First I tried the xf86-video-intel. Have given me the typical X-Server feeling at start, probing the monitor I guess, than the backlight of the screen is on but the screen itself stays black. Fells like it's working, just the monitor is not respondig. Tried 1001 different screen settings, but the problem can't get solved. The same phenomenon can be experienced when usen the latest Intel-Git-Drivers from AUR. Last message of Xorg was: Setting up DRM Master or something like that. I will go and check it tonight again and report back.
    zenlord wrote:The Ati-drivers are not supported anymore, are you sure your chips is not too new for the opensource drivers?
    Like AdrenalineJunky stated radeonhd supports the card. I read about it yesterday.
    zenlord wrote:And if even vesa is failing you, than there's more to it.
    Where can I sign that? ;-)
    zenlord wrote:Have you tried vga for a driver?
    Not yet, will be done.
    zenlord wrote:What is the output of
    # cat /var/log/X.0.log | grep EE
    Vesa-Setup
    X.Org X Server 1.6.3
    Release Date: 2009-7-31
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux acer8935 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
    Build Date: 14 August 2009 11:31:10AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 17 18:43:33 2009
    (++) Using config file: "/root/xorg.conf.new"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Screen "Screen1" (1)
    (**) | |-->Monitor "Monitor1"
    (**) | |-->Device "Card1"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/TTF" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0xe40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (!!) More than one possible primary device found
    (--) PCI: (0:0:2:0) 8086:2a42:1025:019f Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    (--) PCI: (0:1:0:0) 1002:9488:1025:019f ATI Technologies Inc rev 0, Mem @ 0xc0000000/268435456, 0xf0400000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "fgl.renamed.libglx"
    (WW) Warning, couldn't open module fgl.renamed.libglx
    (II) UnloadModule: "fgl.renamed.libglx"
    (EE) Failed to load module "fgl.renamed.libglx" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "fgl.renamed.libdri"
    (WW) Warning, couldn't open module fgl.renamed.libdri
    (II) UnloadModule: "fgl.renamed.libdri"
    (EE) Failed to load module "fgl.renamed.libdri" (module does not exist, 0)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    dlopen: /usr/lib/xorg/modules/extensions//libdri.so: cannot open shared object file: No such file or directory
    (EE) Failed to load /usr/lib/xorg/modules/extensions//libdri.so
    (II) UnloadModule: "dri"
    (EE) Failed to load module "dri" (loader failed, 7)
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is:
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) VESA(0): initializing int10

  • How can i get incoming video to work during a video conference?

    Until recently, i have been able to chat with people over video chat very easily, without any problems at all. Not too long ago, i have been experiencing some odd occurrences. When i invite or am invited to a video chat, it will just come up with the video coming from my camera. I can hear audio coming from the other person but no video of them. I have tried this with 3 people who have the same computer as me and it does the same thing every time. They say that they can see and hear me, but i cannot see them. It is almost as if i am in a one-way video chat, however i am not.
    Anyone that has a solution to this please donate your ideas!!
    MacBook   Mac OS X (10.4.9)  

    Hi Waxexm311,
    The Video Pic failing to display is either something to do with the Processing of the Video or getting the video through iChat.
    As I have already posted the first point is the .plist may be corrupt hence deleting it hand restarting iChat.
    It may be to do with the Internet speed as seen by iChat which reads the Quicktime Setting - hence setting it to 1.5Mbps and restarting iChat again.
    After that it can be the Cache and Log files and running the Cron scripts usually sorts this.
    Does this happen with all Buddies ?
    Use Table 1 for the Apple test accounts that Auto answer
    http://www.ralphjohnsuk.dsl.pipex.com/ContactTesters.html
    If they work try people in table 2
    If that does not work Quit iChat
    Paste the Bold text below into Terminal
    /Applications/iChat.app/Contents/MacOS/iChat -errorLogLevel 7
    This will force iChat to start and create a log as it does so.
    As iChat launches for you normally try a Video chat.
    Not where that process starts in the Log and then post the Start up bit and then the continuance as two separate parts.
    (Or at least mark the log when you post it here.)
    There may be something wrong with the App in which case a Reinstall may be in order.
    Please Note the last paragraph that says to run the Combo Installer afterwards of the latest OS (Or at least the level you are at to bring iChat up to the level of the OS).
    Running the Combo Installer can sort things like this out on it's own. So that is worth trying even before the Reinstall.
    Finally it may be Quicktime itself.
    Reinstalling this is just a question of running the Download
    http://www.apple.com/quicktime/mac.html
    Use this link rather than Software Update in this case.
    11:00 AM Sunday; May 6, 2007

  • I can't get flash videos to work on Daily Show website (using either Safari or Firefox) - latest version of Adobe flash.... can anyone help??

    Hi all,
    I can't get the Daily Show videos to play (flash) on either Safari or Firefox on either of my macbook pro & macbook air.
    I have the latest version of flash, tried reinstalling, restarting, cleaning out the cache but no dice.
    Can anyone help me? 
    Kind regards, Renegade.

    Works with no problem on my MacBook Air. Since it is happening on both browsers on both of your computers, have you considered the possibility that it may be something to do with your router?

  • I can't get itunes video to work with my windows 7 64 bit system?

    I have a windows 7 64 bit operating system and have loaded the version of Itunes designated for 64 bit systems.  All of my audio content seems to work fine, but my video content is almost non-functional.  If I try to play a movie or tv show, I get the sound but no picture.  In frustration, thinking that I would be unable to use the movies i bought on Itunes, I got a converter to change the video over to mp4 format.  Well, as soon as I started trying to convert the files, the player started functioning.  I notice that after using the converter, my itunes video files work okay.  If I restart the machine and itunes without the converter running, I get the old problem of no picture but sound.  As soon as I start converting a file, then thing starts working again.
    A related issue, is that I can not see the Itunes Homepage.  I can open specific pages related to searches, but the drop down menus and links are hit or miss as to whether they work or not.

    hello dshultz58, does it work if you use the windows installer for plugin-based browsers from: [https://www.adobe.com/products/flashplayer/distribution3.html]?

  • How can I get flash video to work on ipad2 ?

    I have ipad2 on order - then realised does not support flash. All our training videos are flash !!! Do I cancel order or can I get flash to run on ipad2

    Flash is not supported on the iPad. There are some apps that take a flash video on a web page, send it to a server which converts it to a format suitable for the iPad, but these are somewhat iffy.

  • Can't get the video to work on my ipad 7.0.2...camera works...has the word "video" on the camera screen but no open when I touch it.

    Can't get my ipad to take videos...since it has the word "video" on the camera app I would have thought it would take videos. -  I touch the spot. ...NO video!  I guess this ipad doesn't have video capability. ??

    Try sliding the words instead of tapping them.

  • HT4623 Hi I CAN'T GET MY VIDEO TO WORK FIRSTLY MENTIONED WRONG URL NOW NOTHING?

    Hi I can't use my video or see anything but a blank screen when I try it. Firstly it said wrong URL now nothing.
    Any help please?
    Jenny

    The "requested URL cannot be found" message is a frequent message that I have gotten in the videos app when trying to play a movie that has been downloaded to my iPad for months. I delete the video and download it again.
    Apparently you are talking about something different but you are supplying details in bits and pieces.
    Try this. Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • HOW CAN I GET THE VIDEOS TO WORK ON MY I-POD CLASSIC?

    I am having trouble with my ipod it doesn't want to add any type of my videos a message keeps popping up saying the videos cannot be played on this ipod when i used to have videos on it before but all of the sudden it dosent want to now my computer reads it as a USB/ Harddrive now

    I have tried changing the volume both by using the volume buttons on the side and through settings.  I have updated all the apps. Closed and reopened a million times hoping it was just a one time deal but I have had continuous problems since the update on my ipad.
    I love the update on my iphone but for some reason the ipad did not adjust well.  I really would like to get it fixed because I love my ipad but there is no use when the apps an volume do not work.

  • Running Firefox 22 on Mac with no Adblock and can't get most videos. Works fine in Chrome & Safari.

    I am unable to run most videos in Firefox. Have v22 and have had this problem for a while with several versions on both my Mac and PC laptop. I've tried downgrading Flash, didn't work. I've checked, and I'm not running Adblock. I'm about ready to dump FF and use a different browser although I don't want to. Any help is appreciated.

    Safe Mode isn't practical for permanent use, but you can try making some of the changes in regular mode.
    (1) Disable hardware graphics acceleration in Firefox (this is disabled in Safe Mode)
    Un-check the box here and restart:
    Firefox menu > Preferences > Advanced > General > "Use hardware acceleration when available"
    (2) Check for and disable any nonessential or unrecognized extensions on the following tabs (these would all have been disabled in Safe Mode):
    Tools menu > Add-ons > Extensions category
    (3) If you use any recorders/downloaders that interact with Flash media, and you do not want to disable them, make sure they are as up-to-date as possible

  • 945GM3 (MS-7267 Ver. 3.0): Can't get 5450 Video to work at all.

    I just bought a Sapphire 5450 (100291L) video card and a Hanns-G 22" HDMI monitor to install in a friend's system along with Win 7 HP 64bit.  It boots fine with the built-in video, but it doesn't recognize my video card at all.  Device manager shows only the 945G video. 
    I installed the latest MB BIOS v5.6, cleared cmos, and reseated the graphics card with no success.
    I even tried to disable built-in video in the BIOS with no luck.  The video screen stays blank (not even a BIOS screen), but I can hear the windows welcome screen music, so it makes it to the desktop.
    The system is:
    945GM3 (MS-7267 Ver 3.0)
    Intel P4 641 3.2GHz
    2GB DDR2-800@DDR2-667 (for some reason SPD load it as 667MHz instead of 800MHz)
    Saphire 5450 (100291L) DDR2-512MB
    500GB Seagate HDD

    Quote from: MarkJohnson on 08-December-10, 12:35:18
    I just bought a Sapphire 5450 (100291L) video card and a Hanns-G 22" HDMI monitor to install in a friend's system along with Win 7 HP 64bit.  It boots fine with the built-in video, but it doesn't recognize my video card at all.  Device manager shows only the 945G video. 
    I installed the latest MB BIOS v5.6, cleared cmos, and reseated the graphics card with no success.
    I even tried to disable built-in video in the BIOS with no luck.  The video screen stays blank (not even a BIOS screen), but I can hear the windows welcome screen music, so it makes it to the desktop.
    The system is:
    945GM3 (MS-7267 Ver 3.0)
    Intel P4 641 3.2GHz
    2GB DDR2-800@DDR2-667 (for some reason SPD load it as 667MHz instead of 800MHz)
    Saphire 5450 (100291L) DDR2-512MB
    500GB Seagate HDD
    hi i have same problem whit this motherboard ms 7267 but difrrent card.. i buy ati 5670 Sapphire but no video input no screen .. pls tell me if you fix this problem and how ??i hope your answer ..Thanks

  • I can't get the volume to work when I watch a you tube video, there's no volume slide under the play button, and my volume control on my I pad won't do anything either, but the volume of all my alarms and sounds works perfect, what can I do??

    I can't get the volume to work when I watch a you tube video, there's no volume slide under the play button and my volume control on my I pad don't do anything to help, but yet my volume works perfect on everything else, what can I do???

    do u have your ipad doing airplay because that could happen

  • How can i get the video if I go on tv5 news for the moment it doesn't work!

    How can I get the video if I go on tv5 news? for the moment it doesn't work!

    thank you very much, I am sorry but I don't know what all this is!! I am a new apple user ... comming from PC ! I go on internet to view the news and the video doesn't appear so I suppose, like on my computer that there is something that I have to download to make it work!

  • TS3274 I can not get my video button to work

    I can not get my video button to work, it will not response when I try to use it

    Try sliding the words up or down to select the various modes.

  • HT201412 Can't get my video app to work on my iPhone it just won't open

    Can some on help can't get my video app to open up just goes straight back to screen

    Have you tried to force the Video app to quit and then relaunch?
    If the issue affects only a single app, try closing just that app:
    Press the Home button to return to the Home screen.
    Double-tap the Home button to display recent apps.
    Tap and hold the affected app until the red minus appears.
    Tap the red minus to quit the app.
    Press the Home button, then restart the app.
    You can also try restarting the iPhone.

Maybe you are looking for