Interesting problem - Blue Channel

Okay I just got back off of vacation, so my computer has been off for two weeks.  Nothing has changed, but now I have this problem.  When toggling between workspace (monitor and windows RGB), it turns everything black and white (not really), but it disables all the channels except for the blue channels.  Any ideas, nothing has changed in any of my settings for over 6 months.  I am using Photoshop CS5.

I'm not sure anyone can quite figure out what you mean by "When toggling between workspace (monitor and windows RGB)...".
Can you be very specific in describing what menus you're invoking?
What video card do you have in your system, and what version of display driver?
-Noel

Similar Messages

  • Fuji X-trans problem with blue channel (clipping)

    One member on Dpreview forum reported this problem:
    Lightroom 4.4 bug with new X-Trans handling algorithms. It looks like the blue channel is clipping in some instances, severely distorting handling of highlights. Here's an example
    http://i.imgur.com/IyXI7C5.jpg
    Link to raw: http://dl.dropbox.com/u/37346336/1275.raf

    One might expect an Export function is single-threaded so the number of files exported wouldn’t matter, but perhaps if you are very close to the limit, memory fragmentation comes into play, where LR is requiring contiguous blocks and there aren’t any big enough.  It’s probably time to upgrade to a 64-bit Windows system and start getting used to the Metro interface which isn’t bad as long as your frequently-used programs have tiles on the first screen.
    Go to Help / System Info… and see how much memory LR has available.  On my 32-bit system with 4GB of RAM installed LR only has 716.8MB available which is typical for 32-bit Windows applications:
    Built-in memory: 3327.0 MB
    Real memory available to Lightroom: 716.8 MB
    Real memory used by Lightroom: 160.5 MB (22.3%)
    Virtual memory used by Lightroom: 160.8 MB
    Memory cache size: 33.2 MB
    You could change your VM settings to allocate a multi-gigabyte minimum pagefile size to see if it makes any difference, in case LR is waiting on the VMM to allocate more and then gives up, but I’d expect LR is requiring actual RAM for processing images, not VM which is much , much slower.

  • Interesting Problem to Solve

    Hello all,
    I have an interesting problem to solve. We are building a
    kiosk like screen that loads websites live from their url, then we
    need to overlay a Flash movie with some bullet points and
    description of the content / site underneath.
    The pages change every couple minutes to a new website, then
    put up new Flash describing it.
    Some of the sites take over the browser if attempting to load
    through frames, so frames are out.
    Even if I try and load through an iFrame still takes over
    parent browser.
    Suggestions?
    Thanks in advance,
    Hunter

    when the song is playing tap near the top of the album cover and it will bring up a small menu with a repeat and shuffle icon if shuffle is on it will be blue click it then it will go white and should be off
    hope this works for you i had the same prob and it took me ages to get it off

  • Dynamic SQL and Bulk Bind... Interesting Problem !!!

    Hi Forum !!
    I've got a very interesting problem involving Dynamic SQL and Bulk Bind. I really Hope you guys have some suggestions for me...
    Table A contains a column named TX_FORMULA. There are many strings holding expressions like '.3 * 2 + 1.5' or '(3.4 + 2) / .3', all well formed numeric formulas. I want to calculate each formula, finding the number obtained as a result of each calculation.
    I wrote something like this:
    DECLARE
    TYPE T_FormulasNum IS TABLE OF A.TX_FORMULA%TYPE
    INDEX BY BINARY_INTEGER;
    TYPE T_MontoIndicador IS TABLE OF A.MT_NUMBER%TYPE
    INDEX BY BINARY_INTEGER;
    V_FormulasNum T_FormulasNum;
    V_MontoIndicador T_MontoIndicador;
    BEGIN
    SELECT DISTINCT CD_INDICADOR,
    TX_FORMULA_NUMERICA
    BULK COLLECT INTO V_CodIndicador, V_FormulasNum
    FROM A;
    FORALL i IN V_FormulasNum.FIRST..V_FormulasNum.LAST
    EXECUTE IMMEDIATE
    'BEGIN
    :1 := TO_NUMBER(:2);
    END;'
    USING V_FormulasNum(i) RETURNING INTO V_MontoIndicador;
    END;
    But I'm getting the following messages:
    ORA-06550: line 22, column 43:
    PLS-00597: expression 'V_MONTOINDICADOR' in the INTO list is of wrong type
    ORA-06550: line 18, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 18, column 5:
    PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
    Any Idea to solve this problem ?
    Thanks in Advance !!

    Hallo,
    many many errors...
    1. You can use FORALL only in DML operators, in your case you must use simple FOR LOOP.
    2. You can use bind variables only in DML- Statements. In other statements you have to use literals (hard parsing).
    3. RETURNING INTO - Clause in appropriate , use instead of OUT variable.
    4. Remark: FOR I IN FIRST..LAST is not fully correct: if you haven't results, you get EXCEPTION NO_DATA_FOUND. Use Instead of 1..tab.count
    This code works.
    DECLARE
    TYPE T_FormulasNum IS TABLE OF VARCHAR2(255)
    INDEX BY BINARY_INTEGER;
    TYPE T_MontoIndicador IS TABLE OF NUMBER
    INDEX BY BINARY_INTEGER;
    V_FormulasNum T_FormulasNum;
    V_MontoIndicador T_MontoIndicador;
    BEGIN
    SELECT DISTINCT CD_INDICATOR,
    TX_FORMULA_NUMERICA
    BULK COLLECT INTO V_MontoIndicador, V_FormulasNum
    FROM A;
    FOR i IN 1..V_FormulasNum.count
    LOOP
    EXECUTE IMMEDIATE
    'BEGIN
    :v_motto := TO_NUMBER('||v_formulasnum(i)||');
    END;'
    USING OUT V_MontoIndicador(i);
    dbms_output.put_line(v_montoindicador(i));
    END LOOP;
    END;You have to read more about bulk- binding and dynamic sql.
    HTH
    Regards
    Dmytro
    Test table
    a
    (cd_indicator number,
    tx_formula_numerica VARCHAR2(255))
    CD_INDICATOR TX_FORMULA_NUMERICA
    2 (5+5)*2
    1 2*3*4
    Message was edited by:
    Dmytro Dekhtyaryuk

  • Problems witch channels to the FICON SAN switches

    We have some problems witch channels to the  FICON SAN switches: channel 56 on Mainframe1 to switch 5B5 (FDBELF5C1_VSAN500_DISK) and channel 28 (on Mainframe1) to switch 5B7 (FDBELF5C1_VSAN510_TAPE). Forr Mainframe2 the channels are 35 to 5B5 and 37 to 5B7.
    Hereby an example for switch 5B5 and channels 56 (BAD) and 43 (GOOD):
    ---> command: D M=DEV(5B5)
    IEE174I 10.21.40 DISPLAY M 494
    DEVICE 05B5 STATUS=ONLINE
    CHP 56 43
    ENTRY LINK ADDRESS 6543 655B
    DEST LINK ADDRESS 75FE 75FE
    PATH ONLINE
    N YCHP PHYSICALLY ONLINE Y Y
    PATH OPERATIONAL Y Y
    MANAGED N N
    CU NUMBER 05B5 05B5
    MAXIMUM MANAGED CHPID(S) ALLOWED: 0
    DESTINATION CU LOGICAL ADDRESS = 00
    SCP CU ND = 0MDS9K.513.CSC.1F.00059B7ACEC4.00E0
    SCP TOKEN NED = 0MDS9K.513.CSC.1F.00059B7ACEC4.0000
    SCP DEVICE NED = 0MDS9K.513.CSC.1F.00059B7ACEC4.0000
    When one tries to put the path online then the following error messages are seen:
    ---> command: VARY PATH(5B5,56),ONLINE
    IEE386I PATH(05B5,56) NOT BROUGHT ONLINE
    IEE763I NAME= IOSCCMSG CODE= 0000000800000032
    IOS291I CONFIGURATION DATA COULD NOT BE READ ON PATH(05B5,56) RC=32
    DEVICE SUPPORT CODE DETECTED INCORRECT CDR DATA
    IEE763I NAME= IECVIOPM CODE= 0000000400000000
    IOS554I CONFIGURATION DATA PROCESSING FAILED
    IEE764I END OF IEE386I RELATED MESSAGES µ
    We don't think that the problem is port related but switch related!
    For the moment problems are present on only one of our 4 mainframe SAN directors. Firmware level of the directors was changed 3 weeks ago to NX-OS 4.2(7b).

    Problem solved after IODF weekend.
    Channels were toggled.
    Rgds,
    Ivy

  • Very Interesting problem, need urgent resolution

    Hi Guys,
    I have very weird and interesting problem which I have to fix urgently. Appreciate any help you guys can provide.
    I have one query which runs in All our database enviornments but Prod. Our UAT is refreshed by Prod Fortnightly so I am sure that it is not a data problem. I even tried for very small dataset making sure to select same data in UAT and Prod.
    Error:
    ORA-00932: inconsistent datatypes: expected NUMBER got -
    Query:
    select level ,--works if we reomve this
    xmlelement("L1", XMLATTRIBUTES(resource_name as "L1" ,resource_id as "p_resource_id",resource_manager_id as "p_rm_id",FTE, project_hrs ,
                 misc_hrs , total_hrs, avg_tot_hrs, Perc_utilization))
          from (  SELECT   resource_id,
               resource_name,
               resource_manager_id,
               trim(to_char(round(SUM (FTE),1), '999,999,999,999.9')) FTE,
               trim(to_char(round(SUM (project_hrs),1), '999,999,999,999.9')) project_hrs,
               trim(to_char(round(SUM (misc_hrs),1), '999,999,999,999.9')) misc_hrs,
               trim(to_char(round(SUM (total_hrs),1), '999,999,999,999.9')) total_hrs,
               trim(to_char(round(SUM (total_hrs)/decode(SUM (FTE),0,1,SUM (FTE)),1), '999,999,999,999.9')) avg_tot_hrs,
               trim(to_char(ROUND (SUM (project_hrs) * 100 / decode(SUM (expected_project_hrs),0,1,SUM (expected_project_hrs)), 1), '999,999,999,999.9'))
                  perc_utilization
        FROM   (    SELECT   CONNECT_BY_ROOT resource_name AS resource_name,
                             CONNECT_BY_ROOT resource_id AS resource_id,
                             CONNECT_BY_ROOT resource_manager_id AS resource_manager_id,
                             employee_type_code,
                             FTE,
                             project_hrs,
                             misc_hrs,
                             total_hrs,
                             avg_tot_hrs,
                             expected_project_hrs
                      FROM   (    SELECT   r.username resource_name,
                                           resource_id,
                                           resource_manager_id,
                                           employee_type_code,
                                           fte,
                                           project_hrs,
                                           misc_hrs,
                                           total_hrs,
                                           avg_tot_hrs,
                                           expected_project_hrs
                                    FROM   TIME_UTILILIZ_ORG_SUM_L3M_MV r
                              START WITH   resource_id = 129523
                             CONNECT BY   PRIOR r.resource_id = r.resource_manager_id)               
                CONNECT BY   PRIOR resource_id = resource_manager_id)
    GROUP BY   resource_id, resource_name, resource_manager_id)
              start with resource_id =129523 connect by prior resource_id=resource_manager_id; --works if we remove thisIf we remove outermost connect by, it runs so not a xmlelement problem as well. Any idea?
    Edited by: 783830 on Jul 22, 2010 6:58 AM

    I'm not sure if this will help you, but:
    with my_tab as (select 1 resource_id, 0 resource_manager_id, 1 project_hrs from dual union all
                    select 2 resource_id, 1 resource_manager_id, 1 project_hrs from dual union all
                    select 3 resource_id, 1 resource_manager_id, 1 project_hrs from dual union all
                    select 4 resource_id, 2 resource_manager_id, 1 project_hrs from dual union all
                    select 5 resource_id, 2 resource_manager_id, 1 project_hrs from dual union all
                    select 6 resource_id, 0 resource_manager_id, 2 project_hrs from dual union all
                    select 7 resource_id, 6 resource_manager_id, 2 project_hrs from dual union all
                    select 8 resource_id, 7 resource_manager_id, 2 project_hrs from dual),
    --- end of mimicking some data
        results as (select resource_id,
                           project_hrs,
                           prior resource_id prev_resource_id,
                           level lvl,
                           sum(project_hrs) over (partition by connect_by_root (resource_id)) tot_project_hrs
                    from   my_tab
                    connect by prior resource_id = resource_manager_id),
       results2 as (select resource_id,
                           connect_by_root resource_id top_resource_id,
                           project_hrs,
                           prior resource_id prev_resource_id,
                           level lvl
                    from   my_tab
                    connect by prior resource_id = resource_manager_id
                    start with resource_manager_id = 0)
    select r1.resource_id,
           r1.project_hrs,
           r1.tot_project_hrs,
           r2.top_resource_id,
           r2.prev_resource_id,
           r2.lvl
    from   results r1,
           results2 r2
    where  r1.resource_id = r2.resource_id
    and    r1.lvl = 1
    order by resource_id;
    RESOURCE_ID PROJECT_HRS TOT_PROJECT_HRS TOP_RESOURCE_ID PREV_RESOURCE_ID        LVL
              1           1               5               1                           1
              2           1               3               1                1          2
              3           1               1               1                1          2
              4           1               1               1                2          3
              5           1               1               1                2          3
              6           2               6               6                           1
              7           2               4               6                6          2
              8           2               2               6                7          3

  • Interesting problem for all students and programmers Have a look!

    Hello. This is a very interesting problem for all programmers and students. I have my spalsh screen class which displays a splash when run from the main method in the same class. However when run from another class( in my case from my login class, when user name and password is validated) I create an instance of the class and show it. But the image in the splash is not shown. Only a squared white background is visible!!!.
    I am sending the two classes
    Can u tell me why and propose a solution. Thanks.
    import java.awt.*;
    import javax.swing.*;
    public class SplashScreen extends JWindow {
    private int duration;
    public SplashScreen(int d) {
    duration = d;
    // A simple little method to show a title screen in the center
    // of the screen for the amount of time given in the constructor
    public void showSplash() {
    JPanel content = (JPanel)getContentPane();
    content.setBackground(Color.white);
    // Set the window's bounds, centering the window
    int width = 300;
    int height =400;
    Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
    int x = (screen.width-width)/2;
    int y = (screen.height-height)/2;
    setBounds(x,y,width,height);
    // Build the splash screen
    JLabel label = new JLabel(new ImageIcon("logo2.gif"));
    JLabel copyrt = new JLabel
    ("Copyright 2004, Timetabler 2004", JLabel.CENTER);
    copyrt.setFont(new Font("Sans-Serif", Font.BOLD, 16));
    content.add(label, BorderLayout.CENTER);
    content.add(copyrt, BorderLayout.SOUTH);
    Color oraRed = new Color(100, 50, 80, 120);
    content.setBorder(BorderFactory.createLineBorder(oraRed, 10));
    // Display it
    setVisible(true);
    // Wait a little while, maybe while loading resources
    try { Thread.sleep(duration); } catch (Exception e) {}
    setVisible(false);
    public void showSplashAndExit() {
    showSplash();
    // System.exit(0);
    // CLASS CALLING THE SPLASH
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.JMenu;
    import javax.swing.*;
    import java.applet.*;
    import java.applet.AudioClip;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.URL;
    import java.net.MalformedURLException;
    import java.awt.Dimension;
    import java.awt.Toolkit;
    import java.net.URL;
    public class login extends JDialog
    String username;
    String password;
    JTextField text1;
    JPasswordField text2;
    login()
    //super("Login To TIMETABLER");
    text1=new JTextField(10);
    text2 = new JPasswordField(10);
    text2.setEchoChar('*');
    JLabel label1=new JLabel("Username");
    JLabel label2=new JLabel("Password");
    label1.setFont(new Font("Garamond",Font.BOLD,16));
    label2.setFont(new Font("Garamond",Font.BOLD,16));
    JButton ok=new JButton(" O K ");
    ok.setActionCommand("ok");
    ok.setOpaque(false);
    ok.setFont(new Font("Garamond",Font.BOLD,14));
    ok.setBackground(SystemColor.controlHighlight);
    ok.setForeground(SystemColor.infoText);
    ok.addActionListener(new ActionListener (){
    public void actionPerformed(ActionEvent e)
    System.out.println("ddddd");
    //validatedata();
    ReadText mytext1=new ReadText();
    ReadText2 mytext2=new ReadText2();
    String value1=mytext1.returnpassword();
    String value2=mytext2.returnpassword();
    String user=text1.getText();
    String pass=text2.getText();
    System.out.println("->"+value1);
    System.out.println("->"+value2);
    System.out.println("->"+user);
    System.out.println("->"+pass);
    if ( (user.equals(value1)) && (pass.equals(value2)) )
    System.out.println("->here");
    // setVisible(false);
    // mainpage m=new mainpage();
    // m.setDefaultLookAndFeelDecorated(true);
    // m.callsplash();
    /// m.setSize(640,640);
    // m.show();
    //m.setVisible(true);
    SplashScreen splash = new SplashScreen(5000);
    // Normally, we'd call splash.showSplash() and get on with the program.
    // But, since this is only a test...
    splash.showSplashAndExit();
    else
    { text1.setText("");
    text2.setText("");
    //JOptionPane.MessageDialog(null,
    // "Your Password is Incorrect"
    JButton cancel=new JButton(" C A N C E L ");
    cancel.setActionCommand("cancel");
    cancel.setOpaque(false);
    cancel.setFont(new Font("Garamond",Font.BOLD,14));
    cancel.setBackground(SystemColor.controlHighlight);
    cancel.setForeground(SystemColor.infoText);
    cancel.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e)
    dispose();
    System.exit(0);
    JPanel pan1=new JPanel(new GridLayout(2,1,20,20));
    JPanel pan2=new JPanel(new GridLayout(2,1,20,20));
    JPanel pan3=new JPanel(new FlowLayout(FlowLayout.CENTER,20,20));
    pan1.setOpaque(false);
    pan2.setOpaque(false);
    pan3.setOpaque(false);
    pan1.add(label1);
    pan1.add(label2);
    pan2.add(text1);
    pan2.add(text2);
    pan3.add(ok);
    pan3.add(cancel);
    JPanel_Background main=new JPanel_Background();
    JPanel mainpanel=new JPanel(new BorderLayout(25,25));
    mainpanel.setOpaque(false);
    // mainpanel.setBorder(new BorderLayout(25,25));
    mainpanel.setBorder(BorderFactory.createCompoundBorder(BorderFactory.createTitledBorder
    ("Login To Timetabler Vision"),BorderFactory.createEmptyBorder(10,20,10,20)));
    mainpanel.add("West",pan1);
    mainpanel.add("Center",pan2);
    mainpanel.add("South",pan3);
    main.add(mainpanel);
    getContentPane().add(main);
    void validatedata()
    ReadText mytext1=new ReadText();
    ReadText2 mytext2=new ReadText2();
    String value1=mytext1.returnpassword();
    String value2=mytext2.returnpassword();
    String user=text1.getText();
    String pass=text2.getText();
    System.out.println("->"+value1);
    System.out.println("->"+value2);
    System.out.println("->"+user);
    System.out.println("->"+pass);
    if ( (user.equals(value1)) && (pass.equals(value2)) )
    SplashScreen splash = new SplashScreen(5000);
    splash.showSplashAndExit();
    dispose();
    else
    { text1.setText("");
    text2.setText("");
    //JOptionPane.MessageDialog(null,
    // "Your Password is Incorrect"
    public void callsplash()
    {SplashScreen splash= new SplashScreen(1500);
    splash.showSplashAndExit();
    public static void main(String args[])
    { login m=new login();
    Dimension screenSize=Toolkit.getDefaultToolkit().getScreenSize();
    int screenPositionX=(int)(screenSize.width/2-390/2);
    int screenPositionY=(int)(screenSize.height/2-260/2);
    m.setLocation(screenPositionX, screenPositionY);
    //m.setResizable(false);
    m.setSize(600,500);
    m.setSize(390,260);
    m.setVisible(true);

    Hi Luis,
    Use tcode XK99 for vendor mass change, select the Fax no field. You have to take note that this changes will be only 1 fax number for all vendors.
    Else you have to use BAPI for mass change.
    regards,
    maia

  • MAJOR Lightroom problem (blue on every image)

    The image above says it all, EVERYTHING is blue in my whole catalog. Not a preset, I tried loading my backups to no avail. How do I fix this?
    The original images are of course without any issues. It seems to only show the blue channel but have no clue how I revert back to normal view....please help me and thank you for your time

    Your image requires a member login to the Lightroom Forums which I am not a member, but from your description it sounds as though you have the shadow-clipping overlay turned on.   There is also a red highlight clipping overlay that is red.
    One way to turn the clipping warnings on and off is by clicking on the little triangles at the left (shadow) and right (highlight) ends of the histogram at the top of the righthand panel.  The J key is a shortcut for turning these on and off and perhaps that was pressed inadvertently.

  • Interesting problem in HK wording

    Hi experts,
    i get a interesting problem for handling HK wording.
    i am doing a project which take input from the web by using JSP and store the result to Oracle DB(charset UTF8).
    i found that some character is change to something like this
    "# & 3 7 0 3 2 ;" rather that a a unicode character like \u90A8
    Do any expert tell me why it change to a string rather that a unicode character?
    From Timothy

    &#37032 is the unicode in html/JSP for browser display,
    it is a unicode too.
    in java, /u37032 is used instead.
    so they are the same.

  • TS1702 Ipad problems with channel 4 on demand app

    Hey dudes,
    Can anyone help. I've got new iPad 3rd generation. Having problems with channel 4 on demand application. When I want to watch catch-up program's
    The adverts will play but the programmes will not they just freeze.
    I have ready tried the following:
    Deleted the app and re-installed. But having the same problems. My iplayer and itv player works perfectly with no problems.
    can anyone please help?
    S

    You said you tested another VOD... Did the other have the same issue, or not?
    Unplug power from the Set-top box and router for a few minutes..... PLug them back in and try again... if still not, then remove power from the STB and reset the router with a paperclip or pen in the reset hole on the back of the router for 15 seconds... turn them on and try again
    If that does not resolve the issue, contact tech support and have them try to reset the STB and possibly reboot the ONT, and then go from there
    Bob Robertson - Lighter Klepto - I steal lighters, not bandwith

  • Interesting problems with the 1.2.2 Debugger and String.substring(int)

    Guys/Gals,
    Here's an interesting problem to ponder...
    I define the following values in my class:
    private String descriptorClassName = null;
    private String userObjectClassName = null;
    private String name = null;
    I run the following piece of code as part of the constructor:
    descriptorClassName = this.getClass().getName();
    userObjectClassName = descriptorClassName.substring(0, descriptorClassName.indexOf("Descriptor"));
    name = userObjectClassName.substring(userObjectClassName.lastIndexOf(".")+1);
    The first line assigns the value of "com.foo.user.UserDataDescriptor" to descriptorClassName.
    The second line assigns the value of "com.foo.user.UserData" to userObjectClassName.
    The third line assigns the value of "UserData" to name.
    As I step through the code, I see the first two values being set, and yet the third value for name is reported by the debugger as:
    "name = null".
    I added a call to log4j, which reports that that value of name has been correctly set!
    This seems to be a result of the String.substing(int) call, as the call to Sring(substring(int, int) is fine.
    Has anyone come accross this one before?
    Does anyone have any workarounds other than:
    name = userObjectClassName.substring(userObjectClassName.lastIndexOf(".")+1, userObjectClassName.length());
    Cheers all.
    Regards,
    Chris.

    I've been trying to reproduce this problem and it always works perfectly. The debugger tells me that name = "UserData". I'm using JDev 3.2.2 and my project is using JDK1.2.2_JDeveloper. Here's the exact source code I'm trying.
    package com.foo.user;
    public class UserDataDescriptor {
    private String descriptorClassName = null;
    private String userObjectClassName = null;
    private String name = null;
    public UserDataDescriptor() {
    descriptorClassName = this.getClass().getName();
    userObjectClassName = descriptorClassName.substring(0, descriptorClassName.indexOf("Descriptor"));
    name = userObjectClassName.substring(userObjectClassName.lastIndexOf(".")+1);
    System.out.println("end of constructor");
    public static void main(String[] args) {
    UserDataDescriptor userDataDescriptor = new UserDataDescriptor();
    null

  • Personal Cinema TV5200-VTDF128 problem - no channels

    I'm having a problem setting up the TV Tuner on two FX5200 Personal Cinema cards.  System specs are similar:
    System 1:
    =======
    Motherboard: MSI KT6V-LSR
    CPU: Athlon XP2500+
    RAM: Infineon 512MB PC3200 DDR
    HDD: 80GB Maxtor
    CDRW: MSI 52x32x52 CDRW
    FDD: Panasonic
    Vid: MSI FX5200 Personal Cinema (TV5200-VTDF128)
    System 2:
    =======
    Motherboard: MSI KT6V-LSR
    CPU: Athlon XP2500+
    RAM: 2x Infineon 512MB PC3200 DDR
    HDD: 120GB Maxtor
    CDRW: MSI 52x32x52 CDRW
    FDD: Panasonic
    Vid: MSI FX5200 Personal Cinema (TV5200-VTDF128)
    All drivers have been updated to most recent versions from the MSI or NVIDIA sites, as appropriate.  BIOS for motherboards and video cards have been flashed to most recent versions.
    Problem:
    ======
    When I start Media Center Deluxe II, I get no video (though I can hear audio).  If I do a channel scan, it slowly cycles through each channel number.  During this process, the screen stays black.  Afterwards, if I try to change channels, it tells me to do a scan first.
    When I start MSIPVS, I get video and audio.  When I change channels, it shows the new channel number, but continues to show the original channel.  And when I do an AutoScan, it quickly rips through the whole channel list and leaves all channels marked invalid.  Changing the video input standard (NTSC_M, NTSC_M_J etc) has no effect.  Interestingly enough, the one channel it shows is not always the same.  At first it was showing channel 2, then it was showing 21.
    I have tried various versions of the WDM drivers, both from MSI and NVIDIA.  I have tried the unified multimedia drivers from both sites, as well as the individual drivers (separate WDM and VGA).  I am still getting the same problem on both systems.  All Windows Updates have been done.  The one thing I haven't been able to update is MSIPVS itself, as I have not been able to find a download link for it.
    If anyone has any ideas (or knows where I can download a newer version of MSIPVS) I'd appreciate it.
    Thanks in advance
    -Cameron

    I`m no expert on this but I`ve had similar problems with my FX5200-128 Personal Cinema card which I have managed to solve. These have included TV picture without sound, unreliable TV capture and channel selection problems. It seems that to get good capture you must start off with a strong aerial signal for the card to work best. This is especially true if you experience poor channel lock.
    If you have TV picture without sound then IMO this points to some conflict/incompatibility with video and audio on the PC. I started with simple onboard audio and only managed to get TV sound after adding a cheap SoundBlaster PCI card (make sure the onboard audio device is turned off in BIOS afterwards to avoid problems).
    I also met a curious problem with TV Standard selection. I live in Greece and the TV Standard used here is PAL-B. The FX5200 setup insisted that this should be SECAM. This caused a lot of grief and the only way I`m able to get good capture is if I use nearby Turkey - which the settings happily accept as PAL-B. This is covered briefly in the User notes somewhere. So, depending where you are, you may have to log to some neighbouring country to achieve optimum capture.
    Hope some of this helps.

  • Start UP problems, blue screen, Imac (intel) 1.83  17"

    I posted this Saturday in a different area. So forgive me if I did this incorrectly.
    Imac DuoCore 1.83 (originall with 10.4 Tiger)
    Upgraded to Leopard several months ago without problems.
    Have the lastest updates.
    Two days ago the following started:
    1. Starts up-no chime
    2. Apple logo is seen (grey)
    3. light blue screen with progress wheel-not the pinwheel)
    4. screen dims a bit, progress wheel dissappears then comes back and it does
    the same thing.
    I ran the Disk First Aide from the CD, performed verify and repair disc.
    Came back with repaired completed. Everything seemed ok.
    Restarted...but the problem persisted.
    Next I reset the PRAM...
    Chime came back on start up.
    Ran the CD a few again. Said it was all ok.
    Restarted....and back to blue
    I ran hardware test from the original CD
    all came back fine. Two items were repaired.
    Restarted and back to the blue screen.
    Tried Single user interface and ran /sbin/fsck -fy
    Again 2 items were found and repaired.
    Restarted.
    Hardware and software seems to be fine acccording to this.
    SO it seems it's the PRAM battery. I think. ANy other ideaS???
    ALSO...this machine is out of warranty. Not afraid of cracking it open.
    But, where is the praam batter located? Like to know what the part number is to have it on hand when I open it.
    Any help appreciated.
    RLM

    I opened up my iMac and replaced the PRAM battery. No change.
    I then took out the Hard drive and placed it in my G5 destop.
    When i restarted it I could see the hardrive and it's contents. Both HD have
    10.5.7 installed so I thought I could restart with the Imac HD
    and then back it up. But it wouldn't start up and jumped to the
    G5's HD. My question is:
    1. Is the reason it would not recognize the iMac HD as a start up disk because
    it's from a duo core intel mac?
    2.Is it because the iMacs HD has some problems in booting up?
    (as I wrote before I have run every test available with positive results
    yet continue getting the blue screen)
    And since I can read and see the imac drive in my G5, how can I back it up short of dragging everything to a new drive since I can't log into the individual users. Of primary importance are the pictures in iphoto in different user accounts.
    Thanks for any help
    Richard
    Message was edited by: Richard Mora

  • Graphic card problem - blue screen error

    Hi
    When I turn my computer on after it has been off for a long time, it comes up with a blue screen which says: "Your graphics card has got stuck in an infinite loop and your computer had to be shut down to prevent damage"
    When I restart my computer it is fine, but I still want to change my graphics card, or at least fix he problem
    Thanks

    Hello
    Download the graphic card driver from Toshiba download site. In device manager open graphic card properties. Chose please driver tab and use uninstall (advanced) option. After that restart the unit and install downloaded Toshiba driver.
    I am pretty sure that it should work well again.
    Bye

  • Laserjet 2605dn color printing problem, Blue/green line on page.

    I have an HP color laserjet 2605dn that has started to print a faint,thin  blue/green line from top to bottom about 3 inches in from the entire right edge of every page. I ran the cleaning cycle with no change. Any suggestions on how to correct this?

    I have very similar problem on my 2600n which is printing 2 vertical green lines very close together about 1.5 inches from left edge. All toners are in supply override mode with black toner reading: Estimated Pages Remaining 0
    Color cartridges contain toner with 329 pp remaining according to supply status page.
    Is this problem likely to disappear when toner cartridge(s) are replaced?

Maybe you are looking for

  • Internal hard drive for use as scratch disk

    Am running OS 10.4.11 on a dual core 2.3 Ghz PowerPC G5. Want to install a 2nd internal hard drive for use as a scratch disk w/ FCP and for my media files, etc. Given that I can only accomodate an SATA I drive w/ 150 Gbps transfer rate what might som

  • Quick time pro 7 fee

    Why does the QuickTime Pro 7 page read?: You can upgrade to QuickTime 7 Pro for just $29.99 - why, that's just 8 cents a day for a year. Is the $29.99 an annual subscription cost?

  • From iPod to Library?

    How can i send the music on my device to the library? I want to transfer my iPod music to my library then sync my other iPod with the same music... i can get the library to sync to the iPod just not the other way around. Any suggestions?

  • BDC failing at the statment "COMMIT WORK" in code

    All,      I am working on benefits (COBRA) and I had to create a BDC for transaction HRBENUSCOB02(COBRA letter generation). Everything is fine except it hits code COMMIT WORK(this is SAP code). The program does not go any further after COMMIT WORK bu

  • When I try to print photo, a message comes up saying in order to print two-sided paper we must know

    HP PHOTOSMART PREMIUM  C310 SERIES WINDOWS XP   BEFORE YOU CAN PRINT A TWO SIDED, SPECIAL PAPER , OR LABLE PROJECT WE MUST KNOW HOW THE PAPER GOES INTO PRINTER... PRINT A TEST ....   I AM NOT TRYING TO PRINT ANYTHING BUT A PHOTO ON PHOTO PAPER . THIS