J3D Direct X Implementation doesn't work.

I downloaded the OpenGL version of Java3D, and I've gotten it to run succesfuly. The only problem is that it's very slow, because OpenGL doesn't support my S3 Virge based video card. So, I decided to use the DirectX version to see if I found any improvements. When I try to run the same programs it just tells me that a hardware device could not be found. Do I need to get some newer DirectX drivers or something? Any help will be greatly appreciated.
-Jason Thomas

Allright, I'll see if I can ask J3D about this then. Thanks for your help. And I'd also like to appologize for my Utah Hick usage of the word 'gotten'. It just slips it's way out there every now and again.
Thanks,
Jason Thomas.

Similar Messages

  • XDK DOM 3 implementation doesn't work (i.e ElementEditVAL)

    Hi,
    I want to use XDK DOM 3 implementation to be able to validate my modification against the schema and then save it to file, for that I found that I have to use ElementEditVAL class and canSetXXX methods, but unfortunately none of them is working and always they return UNKNOWN (7) code or null value.
    following are my XML test file and XSD file and at the end the code that I wrote, so I need your help to see why it doesn't work, maybe it is the XSD bug and I don't know about it!
    Thank you in advance for your help
    XML file:
    ?xml version = '1.0' encoding = 'UTF-8'?>
    <config xmlns:xlink="http://www.w3.org/TR/2000/REC-XLINK-20010627" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="mytest.xsd">
    <item name="locked"/>
    </config>
    XSD file:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
         <xs:complexType name="itemType" mixed="true">
              <xs:attribute name="name" use="required">
                   <xs:simpleType>
                        <xs:restriction base="xs:string">
                             <xs:enumeration value="unlocked"/>
                             <xs:enumeration value="locked"/>
                             <xs:enumeration value="shutdown"/>
                        </xs:restriction>
                   </xs:simpleType>
              </xs:attribute>
         </xs:complexType>
         <xs:element name="config">
              <xs:annotation>
                   <xs:documentation>Comment describing your root element</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                   <xs:sequence>
                        <xs:element name="item" type="itemType"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
    </xs:schema>
    Source code:
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.dom.DOMSource;
    import javax.xml.transform.stream.StreamResult;
    import oracle.xml.parser.v2.DOMParser;
    import oracle.xml.parser.v2.XMLDocument;
    import oracle.xml.parser.v2.XMLElement;
    import oracle.xml.parser.v2.XMLNodeList;
    import org.w3c.dom.NamedNodeMap;
    import org.w3c.dom.validation.ElementEditVAL;
    import java.io.File;
    public class forum{
         static XMLDocument document;
         static final String schemaSource = "C:/cmt/ServerSolarisTest/config/mytest.xsd";     
         static final String JAXP_SCHEMA_SOURCE ="http://java.sun.com/xml/jaxp/properties/schemaSource";     
         static final String JAXP_SCHEMA_LANGUAGE ="http://java.sun.com/xml/jaxp/properties/schemaLanguage";
         static final String W3C_XML_SCHEMA ="http://www.w3.org/2001/XMLSchema";
         public static void main(String[] args) {
              if(args.length !=1){
                   System.err.println("Please enter the file name");
                   System.exit(1);
              }//if
              System.out.println("Start parsing.....");
              try{
    //               Create URL String from incoming file
         String url = "file:" + new File(args[0]).getAbsolutePath();               
         String schemaurl = "file:" + new File("C:/cmt/ServerSolarisTest/config/mytest.xsd").getAbsolutePath();
                   DOMParser parser = new DOMParser();
    // Set parser options
    parser.setErrorStream(System.err);
    parser.setValidationMode(DOMParser.SCHEMA_VALIDATION);
    parser.showWarnings(true);
    parser.setXMLSchema(schemaurl);
    //               Parser the incoming file (URL)               
    parser.parse(url);
                   document = parser.getDocument();
                   XMLElement root = (XMLElement)(document.getDocumentElement());
                   XMLElement Current;
                   NamedNodeMap attribs;
                   XMLNodeList nlist = (XMLNodeList)document.getElementsByTagName("*");
                   String nodeName;
                   for(int i = 0; i<nlist.getLength(); i++)
                        attribs = nlist.item(i).getAttributes();
                        Current = (XMLElement)nlist.item(i);
                        ElementEditVAL elval = (ElementEditVAL)Current;
                        //See if Element is item
                        if(Current.getNodeName().equals("item"))
                             for(int j = 0; j<attribs.getLength(); j++)
                                  nodeName = attribs.item(j).getNodeName();
                                  if(nodeName.equalsIgnoreCase("name"))
                                       if(elval.canSetAttribute(nodeName, "unlockedsdf") == ElementEditVAL.VAL_TRUE)
                                            System.out.println("Valid attribute value");
                                            Current.setAttribute(nodeName, "unlockedsdf");
                                       else
                                            System.out.println("Invalid attribute value");
                                       if(elval.canSetAttribute(nodeName, "locked") == ElementEditVAL.VAL_TRUE)
                                            System.out.println("Valid attribute value");
                                            Current.setAttribute(nodeName, "unlockedsdf");
                                       else
                                            System.out.println("Invalid attribute value");
                   //write
                   TransformerFactory tFactory =
    TransformerFactory.newInstance();
    Transformer transformer = tFactory.newTransformer();
    DOMSource source = new DOMSource(document);
    StreamResult result = new StreamResult(new File(args[0]));
    transformer.transform(source, result);                              
              }catch(Exception e){
                   e.printStackTrace();
         }//main     
    }//DomEcho2

    Using DOM 3.0 Validation Techniques with XDK 10g
    http://www.devx.com/Java/Article/31221

  • All of a sudden, directional down key doesn't work?

    I'm on my boyfriend's macbook pro.
    all of a sudden, his down key doesn't work.
    all the other keys surrounding it work.
    I've taken off the key to check underneath, and there is nothing stuck.
    We haven't done any updates or anything.
    Is there anyway to fix this? o_O
    Thank you!

    Is there anyway to fix this? o_O
    Get a new BF with a Mac that works.
    Try resetting your SMC and PRAM.
    Resetting the System Management Controller >>
    If that does not work, you might try an Archive and Install to eliminate a software issue, but my guess is, he may need the keyboard replaced.
    -Bmer
    Mac Owners Support Group - Join us @ MacOSG.com
      Mac611 Mobile Mac Support - about.Mac611.com
       iTunes:MacOSG Podcast | YouTube.MacOSG.com
                       An Apple User Group 
    Have an iPhone or iPod touch? Enter Mac611.com in Safari on it for 'mobile Mac support.'

  • HT1459 my 6th gen nano stopped working and is not recognized by my computer or in itunes. I tried rebooting with directions, it still doesn't work. I've tried pluggin into power source and pushing the on off button with the volume down button- this doesn'

    My 6th gen nano ipod stopped working. I figured it was because it was next to my sweaty body, so put it in rice. I sought help from internet and tried all of the troubleshooting steps; i.e pushing down the power button and the volume down button consecutively, plugging it in to a power source, waiting 10 minutes and pushing the buttons while it was plugged in. Nothing has worked thus far. Is there anything else that I can try?

    Hi there Betsyell,
    You may find the troubleshooting steps in the article below helpful.
    iPod nano (6th generation): Hardware troubleshooting
    http://support.apple.com/kb/ts3474
    -Griff W. 

  • I can delete most bookmarks, but not all. I've followed the help directions and that doesn't work. Someone suggested to uncheck lock in some file, but mine wasn't locked to begin with, so what do I do now?

    can't delete certain bookmarks under unsorted bookmarks

    See http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • I am really tired of trying to fix this problem and not sure what to do tryed to flollow directions and it doesn't work !!

    same thing as yesterday proxy server is refusing connections , read how to fix but did not help!!

    same thing as yesterday proxy server is refusing connections , read how to fix but did not help!!

  • HT4859 The backup procedure doesn't work.  This is the second time I have been dissapointed in an Apple product!

    I follow the procedure according to the web site directions and it doesn't work.  Nothing is backed up.  When I go to the icloud web site and sign in, nothing is there.
    In addition, I got my son an iPad.  Because he is under 18 Apple will not let him sign up for an account on the App store (even though I could give him permission and monitor the activity). 
    I had to use my account information on the App store.  The result; account information is confused.  I have had to reset the passwords so many times.
    Where is tech support?  You can't talk to a live person on the phone because Apple will not publish tech support phone numbers.  This will be the LAST time I ever purchase and Apple product!

    Winston,
    You are correct in that each should have his own account.  But because my son is under 18, he cannot have his own account.  I would still be in charge of it and monitor it.  I was not going to lie and falsify his birthday.  So, Apple would not let me create a separate account for the App Store or iTunes for him.
    I am also having issues with iCloud and iTunes and synching my PC with the iPhone.  What a PITA!
    The words "user friendly" are not in Apple's vocabulary!
    This will be the last time I ever buy and Apple product!

  • HT1657 I rented a movie and the sound doesn't work, how do I fix it?, who do I direct to for a complaint?

    Hi, I rented warhorse HD, and the sound doesn't work, my itunes version is 10.6.1(7). How do I fix it or who do I direct to get my money back? Thank you

    I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the item that is not playing properly. If you can't see "Report a Problem" next to the entry, click the "Report a problem" button. Now click the "Report a Problem" link next to the item.
    (Not entirely sure what happens after you click that link, but fingers crossed it should be relatively straightforward.)

  • Direct Rendering doesn't works with radeon

    Hi everybody,
    I have a Radeon 7000. Then, I want to use the open-source driver.
    But it doesn't works...
    [nicolas@SonyVaio ~]$ glxinfo
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: No
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
    client glx vendor string: SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
    GLX version: 1.2
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
    OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
    GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,
    GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
    GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
    glu version: 1.3
    glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
    0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
    0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
    0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
    0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    See my /etc/X11/xorg.conf :
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5x) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    # Load "speedo"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_>/<KP_> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    # Option "Protocol" "Xqueue"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    # Option "XkbVariant" "fr"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto"
    Option "Device" "/dev/input/mice"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 31.0 - 50.0
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 43-75
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "** ATI Radeon (generic) [radeon]"
    Driver "radeon"
    #VideoRam 8192
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "** ATI Radeon (generic) [radeon]"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    I precise I loaded my modules : dri, radeon, ati_agp and intel_agp.
    Any ideas ?
    Thanks

    For Radeon 7000, you need to:
    pacman -S xf86-video-ati
    You need to load those modules in /etc/rc.conf:
    MODULES=(agpgart via-agp)
    And in xorg.conf:
    Driver      "radeon"

  • Direct links to the KM doesn't work under Kerberos (SPNego)

    Hello,
    We are running NW04 SP16 and successfully implemented Kerberos
    authentication using the SPNego module.
    The problem we are facing is this: If we put a URL to a certain KM file
    at the browser, like this:
    http://<host>:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/....
    The user is being prompted for User name and password and even after
    entering the correct ones it doesn't work. If the same user is opening
    this link from inside the portal (from an iView for example) the link
    is working. When we used NTLM this option used to work.
    I have implemented SAP Note 993579 yet it didn't solve the problem.
    I also tried changing the Authentication Schema property of the com.sap.km.document template iView to "default" yet this as well didn't help.
    Any suggestions?
    Regards,
    Roy

    Hey Detlev,
    Yes I am referring to the same oject.
    The thing is that Brad says that the changing of the authentication schema needs to be done together with the note. I first tried the note and in order to track changes I reverted the note and tried the authentication schema change separately. I didn't try to implement both of them together. I will try it and let you know...
    Regards,
    Roy

  • HT5037 The iPhoto Library Upgrader tool doesn't work. I've downloaded it, and follow the directions, but iPhoto still won't open.

    The iPhoto Library Upgrader tool doesn't work. I've downloaded it, and follow the directions, but iPhoto still won't open.

    Your Library is damaged.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    As for goign back: do you have an undamaged library?
    Regards
    TD

  • CTRL+Z Doesn't Work in Direct Link

    So...oddly, CRTL+Z for undo doesn't work for me when I'm Direct Linked. My UI pulls up the Timeline window though (as in settings not actual timeline) which doesn't do anyone any good because you can't adjust anything there anyway
    Thoughts? Anyone else?
    I'm on Win 8.1 (HP ZBook) - latest updates in Adobe across the board.

    Hi!
    Sometimes I also have this problem, which is very annoying. I did not find out, why it happens.
    However a restart of speedgrade helps.

  • Dynamic menu doesn't work with f:verbatim and jsp:directive.include

    Is it not possible to include fragment part in a panel page containing some dynamic menus ?
    This work fine:
    <af:panelPage title="Application home">
    <f:facet name="menu1">
    <af:menuTabs var="menuTab" value="#{menuModel.model}">
    <f:facet name="nodeStamp">
    <af:commandMenuItem text="#{menuTab.label}"
    action="#{menuTab.getOutcome}"/>
    </f:facet>
    </af:menuTabs>
    </f:facet>
    But replacing these entry by a fragment doesn't work, as this:
    <af:panelPage title="Application home">
    <f:facet name="menu1">
    <f:verbatim>
    <jsp:directive.include file="/menuTab.jspf"/>
    </f:verbatim>
    </f:facet>
    the fragment code:
    <f:subview id="menuTab">
    <af:menuTabs var="menuTab" value="#{menuModel.model}">
    <f:facet name="nodeStamp">
    <af:commandMenuItem text="#{menuTab.label}"
    action="#{menuTab.getOutcome}"/>
    </f:facet>
    </af:menuTabs>
    </f:subview>

    Oh, God, why not tell me earlier!!!!!! I do use tomcat 3.1 and it just support servlet. I have no way out but modify all my jsp:include to encoding into a servlet page. I almost re-do all my work. But anyway, thank you! Next time I will know.

  • My mac has10.5.8 and should be compatible with new HP officejet pro 8600.  I can't get it to install for wireless, nor to work with USB cable.  Have tried downloading HP install directly from HP and it still doesn't work.

    I just bought a new HP OfficeJet Pro 8600 printer.  I have been unable to download the installation for wireless connection even though have had the assistance of Costco tech, HP tech and some advice from Apple.  Because the system is MacOs 10.5.8 the error says it is incompatible, even though the product lists compatiblilty with 10.5, 10.6.   I was advised 1 option might be to obtain Snow Leopard for installation, however am somewhat reluctant as the bo states 10.5 should work and Snow Leopard is 10.6, which is also listed as compatible.  I am unable to get the printer to work even with USB cable.  Too much time spent on this and I hate to start over with another printer because I'm afraid I might have the same trouble.  Is Snow Leopard something I should get anyway?  Help!

    Snow Leopard has more compatible Java.
    https://discussions.apple.com/docs/DOC-2455
    explains more about upgrading to Snow Leopard.
    If that doesn't work to fix the problem, then see my FAQ* on printing:
    http://www.macmaps.com/printersx.html

  • Implemented BAdI "EFG_SPOOL_OUTPUT", but doesn't work

    Hi Community
    I have imlemented BAdI "EFG_SPOOL_OUTPUT", activated and set switches. But it still doesn't work.
    I expect, that at least one of the methods (OUTPUT_DONE or OUTPUT_STATUS) is used, every time something is printed - but it's not.
    Do you have an idea why?
    Or is it the wrong BAdI for what I'm looking for?
    Regards Michael

    Hi Community
    I have imlemented BAdI "EFG_SPOOL_OUTPUT", activated and set switches. But it still doesn't work.
    I expect, that at least one of the methods (OUTPUT_DONE or OUTPUT_STATUS) is used, every time something is printed - but it's not.
    Do you have an idea why?
    Or is it the wrong BAdI for what I'm looking for?
    Regards Michael

Maybe you are looking for

  • CSS 11500 - how does Firewall loadbalancing works

    Hi, can someone explain me, how firewall loadbalancing exactly works ? 1. how is the algorithm to choose which FW is used (src address, destination address or ports) ? 2. how can I troubleshoot or view an active firewall loadbalanced flow ? Is there

  • Lucreate -m fails to create boot environment. error: -m not recongnized?

    I'm trying to use the following command to create a boot environment on c1t1d0s0 (currently the system booted from c1t0d0s0) as you can see below the -m option is not recognized. What am a I doing wrong? Please help? # lucreate -m /:/c1t1d0s0:ufs \ -

  • Unwanted elements shown in screen !!

    Hi, I have done a BDC recording of FB12 and pasted the code of its program in my report program. Functionality wise everything is working fine but I am getting some extra screen elements in my screen and they seem to be related to the BDC recording .

  • Can I replace a new HD (Late 2013) with Mavericks for a SSD with Snow Leopard 10.6.8?

    I'm about to buy a Late-2013 iMac with OS Mavericks....Could I replace the factory HD with a SSD (10.6.8 Snow Leopard) and have no problems in the future because a new hardware/old OS?

  • About package/bundle

    hi , i have a requirement where the .fmb, . rdf files for oracle applications (nearly 20 files) i have to place them in the corresponding dir and compile , create reponsibility, menu etc . Is there a way to build the above requirements using any tool