ORA-25143: default storage clause is not compatible with allocation policy

Dears,,
While running the following command , it gave me error:
ALTER TABLESPACE USER_DATA default storage (MAXEXTENTS unlimited);
ERROR at line 1:
ORA-25143: default storage clause is not compatible with allocation policy
I tried a lot for that error and tested all possible solutions but without result.
Is there any one faced this error before?
Thanks & Best regards,,

Dear,,
As i said before in previous reply that:
I can not give a default storage clause to a local managed tablespace.
So, only i increased spaces for data files
Also,see the following . . .
SQL> ALTER TABLESPACE ts_name default storage (MAXEXTENTS 1000);
ALTER TABLESPACE ts_name default storage (MAXEXTENTS 1000)
ERROR at line 1:
ORA-25143: default storage clause is not compatible with allocation policy
SQL> ALTER TABLESPACE ts_name storage (MAXEXTENTS 1000);
ALTER TABLESPACE ts_name storage (MAXEXTENTS 1000)
ERROR at line 1:
ORA-02142: missing or invalid ALTER TABLESPACE option
I already solved my issue by increasing spaces for data files
Thanks for support and help
Best regards,,

Similar Messages

  • Driver not compatible with a policy on your computer that blocks NT 4.0 drivers

    I've recently upgraded from WinXP SP3 to Vista Business and upgraded to SP2.  At first my CP1215 seemed OK.  But after shutting down and restarting, I had to re-install the printer.  Since then, I've been getting the captioned error.  I've downloaded and re-downloaded the most recent PNP software/driver package.  I keep getting the same error.  This is NOT a shared printer but one connected directly via USB.
    All searches and solutions seem to relate to shared network printers with older drivers and mine is not the case.

    Hi jwhorton,
    I have provided some steps to go through to see if this will resolve the issue.
    Sorry for having to repeat a lot of the steps.
    Disconnect the USB cable.
    Uninstall the printer software again from the CD.
    I would like you to create a new administrator user account, just in case there is some hidden corruption based off of your current user account. Please follow these specific steps, since I am providing instructions on unlocking a specific user account:
    Run Command Prompt as Administrator. To do that, go to the start menu, type “CMD” in the search bar. Now, you should see a shortcut for CMD above. Right click on it, and click “run as administrator”. If it asks you for administrative permission, please allow permission. In your Command Prompt window (as administrator), type the following and hit Enter: net user administrator /active:yes
    You should see a message saying "the command completed successfully". After troubleshooting is done, you can disable this account by typing the following command into Command Prompt (as administrator): net user administrator /active:no. Restart the computer, and utilize the new account that is available, which should be named "Administrator". In this user account, proceed with the following:
    (Note, ensure these changes are completed in the Administrator account that was just created.)
    After this account is created, I would like you to perform a clean boot on the computer. This will prevent most third-party programs from interfering with the software installation, since some third-party programs can provoke this issue. Here is some information on how to perform a clean boot: http://support.microsoft.com/kb/929135
    The next step is performing a System File Check. Go to start, select run type in cmd, run Command Prompt as administrator again. Type in this command and hit Enter afterward: sfc /scannow.
    SFC stands for System File Checker, and it scans and attempts to restore corrupted Windows files. Running this might find a corrupted file or service and repair it. After it completes it will basically say either no corrupted files were found, corrupted files were found and repaired, or corrupted files were found but were unable to be repaired. Restart after this completes and record your results.
    After the check is complete, I want to ensure that all Windows updates have been installed. Here is some information on how to install all of your Windows updates: http://windows.microsoft.com/en-ca/windows-vista/install-windows-updates
    Before you install the printer again, I would like you to re-register the Windows Installer service.
    Go to start, select run type in msiexec  /unregister then click OK, then type in msiexec  /regserver then click OK.
    (make sure you are typing it in exactly there is a space in between)
    Do a msconfig to turn off any startup programs.
    Temporarily turn off the Antivirus softare.
    Click on start, select run, enter, then type in msconfig, click OK.
    Click the Services tab.
    Click to select the Hide All Microsoft Services check box.
    Click Disable All, and then click OK.
    Then click on the start up tab at the top.
    Click on disable all.
    Reboot the computer.
    Download and install the Full Feature Drivers.
    HP Color LaserJet Full Feature Software and Drivers.
    Then go back into msconfig and enable the All Microsoft Services and enable all on the start up tab. Turn the Antivirus software back on again.
    Please let me know the results.
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Why do I get the mesasge, default printer is not compatible with this version of photoshop elements

    When I print from photoshop elements 13, I get the message, default printer is not compatible with this version of photoshop elements

    Hi ,
    Please update to PSE 13.1
    13.1 has solved this problem.
    Refer to this link.
    Photoshop Elements Help | Printer errors with Photoshop Elements 13

  • Provider not compatible with Ora Client

    Hi,
    I just installed the Oracle DB 10G v. 10.2.0.1.0 and the ODP.NET v. 10.2.0.2.20 in my computer.
    After I did that, I tested it and received the message: "the provider is not compatible with the version of oracle client". Do you know how to solve this issue? Which version of the Oracle Client or ODP should I install?
    TIA

    In your other post you mention OraOps10w.dll. That suggests that you developed on a machine with a version 10 client, and are now deploying to a machine with a version 9(.2) client. This won't work. Either install client version 10 on the deployment machine (best) , or install odp.net v9 on your development machine and rebuild.

  • SQL Developer 3.0.04 generated scripts not compatible with Oracle 10g (XE)

    HI,
    I tried to do an export from one XE database (still 10g) to another XE database. (also 10g).
    I tried to do a database copy as well as a separate export and import (by loading the file and running as a script).
    Neither of them work without modifying the files as it seems that SQL Developer generates scripts that are only compatible with Oracle 11g.
    - Create table contains "segment creation automatic"
    - Storage clauses contain parts that are not compatible with 10g
    I ran through the wizard several times but neither can I find an option to choose for compatibility with earlier versions of Oracle.
    Checked the preferences screen as well.
    Is this a well hidden option or is it not possible to make this work for 10g.
    Extra : found workaround by removing the storage clause to the export. Is there another way that does not force me to remove the storage clause?
    Edited by: kcaluwae on 24-jun-2011 6:03

    I'm sure this is far from the supported way to fix this but, seeing that it's apparently an issue with the classpath or something in it, I hacked <sqldeveloper_install>\sqldeveloper\bin\sqldeveloper.bat and added [ORACLE_HOME]\jdbc\lib\ojdbc6.jar to the classpath. At least that gets me started with 3.0 and lets me create TNS connections.
    I'd really appreciate a better solution, if any of you kind folks knows of something.
    Thanks,
    Kelly

  • Long Term Signature & Advanced functionality of Reader (measurement) not compatible with the PDF/A

    Dovrei pubblicare sul web e distribuire più di 800 file PDF di grafica vettoriale quasi tutti ottenuti da ArcView e Adobe Acrobat XI.   (Windows XP S.P.3)
    Tutti i PDF sono stati verificati con la "Verifica preliminare" di Acrobat XI risultando conformi allo standard PDF/A.
    I file sono poi stati firmati con PDF Signer (utilissimo per la firma massiva dei PDF)
    Riverificati con la "Verifica preliminare" di Acrobat XI sono risultati ancora conformi allo standard PDF/A.
    I file sono quindi stati salvati abilitando le funzionalità avanzate di Adobe Reader (creazione commenti e misurazione) e incorporando le informazioni di verifica per la convalida a lungo termine della firma.
    La "Verifica preliminare" di Acrobat XI ora indica che i PDF non sono più compatibili con lo standard PDF/A-1b (2005)
    Problema di sintassi: Oggetto indiretto con numero di oggetto non preceduto da un indicatore EOL
    Dettagli del documento:
    Valori trigger
    L'oggetto indiretto contiene un numero di oggetto non preceduto da un indicatore EOL.: vero
    { 28 0 obj }

    Long-Term validation feature in PDF is not compatible with PDF/A as you have already found out. In Acrobat XI LTV info is automatically added to the signed PDF when a PDF is saved again (after signing). You need to turn this feature off (it is ON by default). Go to Edit->Preferences->Signatures->Verification->More and change the radio button for "Automatically add verification information for signed PDFs" to "Never".

  • Be Warned - Mavericks is not compatible with Microsoft Office 365!!!!!!!!!!!!!!!

    Be Warned - Mavericks is not compatible with Microsoft Office 365!!!!!!!!!!!!!!! 
    I upgraded to Mavericks on 4 seperate computers, an 2 iMacs, MBPro and an MBAir and ALL four no longer connect to Microsoft Office 365 email accounts either with Office 2011 or the built in Mac apps.  Apple support says "Microsoft knew for a year that Mavericks was coming out and it their job to make it compatible".  I repsonded that their own Apps like Mail, Contacts and Calendar don't work either and they attempted to trouble shoot those apps only to no avail after 4 hours and a Mavericks reinstall.  I have also tried an Office reinstall.
    Right now I am no where, stuck between two companies who say it's the other guys fault......

    Me again:
    A colleagues more formal description of the problem:
    We have had a major problem with people working directly off of the afp reshares with MS Word.
    Word creates "Word Work Files" and usually is able to store them in either "Share/Temporary Items/uid/TemporaryItems/" or "Share/.TemporaryItems/folders.uid/TemporaryItems" as long as permissions are correct.
    This works under 10.5.7 seed release 9J39 with direct attached storage, but with the Xsan reshared the word work files appear in the same folder as the opened document even though the permission for temporary items are correct.
    This causes a number of issues, one being that if one user has a document open and another clears out the word work file then the open document cannot be saved.
    Another issue that we have seen is where the word work file is created and then the original document disappears (although I think this may be another user housekeeping the word work files again).
    We have tried to persuade users to work on local copies of the documents instead, but old habits die hard...

  • Downloaded 3.6.15 but get an error when trying to launch Platform version 1.9.2.15 is not compatible with minVersion = 1.9.2.13 max Version = 1.9.2.13

    I downloaded and installed update 3.6.15 when I try to launch firefox I get a XULRunner error
    Platform Version '1.9.2.15 is not compatible with minVersion >= '1.9.2.13' maxVersion <='1.9.2.13'
    How can I fix this?

    # Delete the files and folders in the Firefox installation directory, default location is C:\Program Files\Mozilla Firefox\
    # Re-install Firefox
    This method will not remove your Firefox user data such as bookmarks and passwords, those are stored elsewhere in your profile folder, and will be used when you re-install Firefox.

  • Error:Platform version '1.9.1,11'is not compatible with mini or max Version 1.9.1.15

    Here is the entire error message:
    XULRUNNER
    Error:Platform version '1.9.1,11'is not compatible with
    mini version>=1.9.1.15
    maxVersion<=1.9 1.15
    This error occurs when i try to launch Mozilla FireFox

    # Delete the files and folders in the Firefox installation directory, default location C:\Program Files\Mozilla Firefox\
    # Download a new copy of Firefox from http://www.mozilla.com and install it
    Deleting the installation directory does not remove bookmarks, passwords etc, they are stored elsewhere in the profile folder. When you re-install Firefox it will use the existing user data.

  • RCVCAT database is not compatible with this version of RMAN

    I am getting the below error while trying to configure rman catalog datababse.
    rman target prod_dba/Pass1234@proddb catalog cat_dba/Pass1234@catdb
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    connected to target database: TESTDB (DBID=2409515669)
    connected to recovery catalog database
    recovery catalog is not installed
    RMAN>
    RMAN> register database;
    recovery catalog is not installed
    recovery catalog is not installed
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of register command at 07/20/2007 19:05:40
    RMAN-06429: RCVCAT database is not compatible with this version of RMAN
    RMAN>
    And Oracle version is same in proddb and catdb
    SQL> select * from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    PL/SQL Release 9.2.0.1.0 - Production
    CORE 9.2.0.1.0 Production
    TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
    NLSRTL Version 9.2.0.1.0 - Production
    any inputs...
    Thanks.

    Hi,
    when upgrading catalog am getting the error like,
    error occurred in source file: krmk.pc, line: 6986
    text of failing SQL statement: ╠≥`☺
    ORACLE error from recovery catalog database: ORA-00942: table or view does not e
    xist
    error occurred in source file: krmk.pc, line: 6986
    text of failing SQL statement: ╠≥`☺
    ORACLE error from recovery catalog database: ORA-00942: table or view does not e
    xist
    error occurred in source file: krmk.pc, line: 6986
    text of failing SQL statement:µ`☺
    ORACLE error from recovery catalog database: ORA-00942: table or view does not e
    xist
    Whether i need to run catpath.sql etc on the db?

  • Assuming video is not compatible with compiz-fusion...?

    I'm installing ArchLinux on a extra computer at work... works great... but for the fun of it I tried running compiz fusion on it. I get this:
    [root@myhost ~]# fusion-icon
    * Detected Session: kde
    * Searching for installed applications...
    * Using the GTK Interface
    (fusion-icon:7540): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    * KWin is already running
    * Setting window manager to Compiz
    ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
    compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
    compiz (core) - Error: Failed to manage screen: 0
    compiz (core) - Fatal: No manageable screens found on display :0.0
    * Setting window manager to KWin
    I'm just using an xorg.conf that was generated with #X -configure, and have also tried one generated with hwd -x.  Both detect  "sis" as the video driver.  Listing below...
    Am I right to assume that this means that the video in not compatible with compiz? Or could it be some settings that need to be tweaked.
    Thanks for any advice.
    Rick
    xorg.conf.sis generated with "#hwd -x"
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "sis"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    xorg.conf generated with "#X -configure"
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    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 "extmod"
    Load "record"
    Load "dri"
    Load "dbe"
    Load "xtrap"
    Load "GLcore"
    Load "glx"
    Load "freetype"
    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"
    #DisplaySize 270 200 # mm
    Identifier "Monitor0"
    VendorName "SAM"
    ModelName "1033"
    ### Comment all HorizSync and VertRefresh values to use DDC:
    HorizSync 30.0 - 55.0
    VertRefresh 50.0 - 120.0
    Option "DPMS"
    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 "Accel" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "TurboQueue" # [<bool>]
    #Option "FastVram" # [<bool>]
    #Option "HostBus" # [<bool>]
    #Option "RenderAcceleration" # [<bool>]
    #Option "ForceCRT1Type" # <str>
    #Option "ForceCRT2Type" # <str>
    #Option "ShadowFB" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "Vesa" # [<bool>]
    #Option "MaxXFBMem" # <i>
    #Option "EnableSiSCtrl" # [<bool>]
    #Option "SWCursor" # [<bool>]
    #Option "HWCursor" # [<bool>]
    #Option "UseColorHWCursor" # [<bool>]
    #Option "Rotate" # <str>
    #Option "Reflect" # <str>
    #Option "Xvideo" # [<bool>]
    #Option "InternalModes" # [<bool>]
    #Option "OverruleFrequencyRanges" # [<bool>]
    #Option "RestoreBySetMode" # [<bool>]
    #Option "ForceCRT1" # [<bool>]
    #Option "XvOnCRT2" # [<bool>]
    #Option "PanelDelayCompensation" # <i>
    #Option "PDC" # <i>
    #Option "PanelDelayCompensation2" # <i>
    #Option "PDC2" # <i>
    #Option "PanelDelayCompensation1" # <i>
    #Option "PDC1" # <i>
    #Option "EMI" # <i>
    #Option "LVDSHL" # <i>
    #Option "ForcePanelRGB" # <i>
    #Option "SpecialTiming" # <str>
    #Option "TVStandard" # <str>
    #Option "UseROMData" # [<bool>]
    #Option "UseOEMData" # [<bool>]
    #Option "YV12" # [<bool>]
    #Option "CHTVType" # [<bool>]
    #Option "CHTVOverscan" # [<bool>]
    #Option "CHTVSuperOverscan" # [<bool>]
    #Option "CHTVLumaBandwidthCVBS" # <i>
    #Option "CHTVLumaBandwidthSVIDEO" # <i>
    #Option "CHTVLumaFlickerFilter" # <i>
    #Option "CHTVChromaBandwidth" # <i>
    #Option "CHTVChromaFlickerFilter" # <i>
    #Option "CHTVCVBSColor" # [<bool>]
    #Option "CHTVTextEnhance" # <i>
    #Option "CHTVContrast" # <i>
    #Option "SISTVEdgeEnhance" # <i>
    #Option "SISTVAntiFlicker" # <str>
    #Option "SISTVSaturation" # <i>
    #Option "SISTVCFilter" # [<bool>]
    #Option "SISTVYFilter" # <i>
    #Option "SISTVColorCalibFine" # <i>
    #Option "SISTVColorCalibCoarse" # <i>
    #Option "SISTVXScale" # <i>
    #Option "SISTVYScale" # <i>
    #Option "TVXPosOffset" # <i>
    #Option "TVYPosOffset" # <i>
    #Option "SIS6326TVAntiFlicker" # <str>
    #Option "SIS6326TVEnableYFilter" # [<bool>]
    #Option "SIS6326TVYFilterStrong" # [<bool>]
    #Option "SIS6326TVForcePlug" # <str>
    #Option "SIS6326FSCAdjust" # <i>
    #Option "YPbPrAspectRatio" # <str>
    #Option "TVBlueWorkAround" # [<bool>]
    #Option "ColorHWCursorBlending" # [<bool>]
    #Option "ColorHWCursorBlendThreshold" # <i>
    #Option "CRT2Detection" # [<bool>]
    #Option "ForceCRT2ReDetection" # [<bool>]
    #Option "SenseYPbPr" # [<bool>]
    #Option "CRT1Gamma" # [<bool>]
    #Option "CRT2Gamma" # [<str>]
    #Option "GammaBrightness" # <str>
    #Option "GammaBrightnessCRT2" # <str>
    #Option "CRT2GammaBrightness" # <str>
    #Option "Brightness" # <str>
    #Option "NewGammaBrightness" # <str>
    #Option "CRT2Brightness" # <str>
    #Option "CRT2NewGammaBrightness" # <str>
    #Option "Contrast" # <str>
    #Option "NewGammaContrast" # <str>
    #Option "CRT2Contrast" # <str>
    #Option "CRT2NewGammaContrast" # <str>
    #Option "CRT1Saturation" # <i>
    #Option "XvGamma" # [<str>]
    #Option "XvDefaultContrast" # <i>
    #Option "XvDefaultBrightness" # <i>
    #Option "XvDefaultHue" # <i>
    #Option "XvDefaultSaturation" # <i>
    #Option "XvDefaultDisableGfx" # [<bool>]
    #Option "XvDefaultDisableGfxLR" # [<bool>]
    #Option "XvChromaMin" # <i>
    #Option "XvChromaMax" # <i>
    #Option "XvUseChromaKey" # [<bool>]
    #Option "XvInsideChromaKey" # [<bool>]
    #Option "XvYUVChromaKey" # [<bool>]
    #Option "XvDisableColorKey" # [<bool>]
    #Option "XvUseMemcpy" # [<bool>]
    #Option "BenchmarkMemcpy" # [<bool>]
    #Option "UseSSE" # [<bool>]
    #Option "XvDefaultAdaptor" # <str>
    #Option "ScaleLCD" # [<bool>]
    #Option "CenterLCD" # [<bool>]
    #Option "EnableHotkey" # [<bool>]
    #Option "ForceCRT1VGAAspect" # <str>
    #Option "ForceCRT2VGAAspect" # <str>
    #Option "MergedFB" # [<str>]
    #Option "TwinView" # [<str>]
    #Option "MergedFBAuto" # [<bool>]
    #Option "CRT2HSync" # <str>
    #Option "SecondMonitorHorizSync" # <str>
    #Option "CRT2VRefresh" # <str>
    #Option "SecondMonitorVertRefresh" # <str>
    #Option "CRT2Position" # <str>
    #Option "TwinViewOrientation" # <str>
    #Option "MetaModes" # <str>
    #Option "MergedDPI" # <str>
    #Option "MergedXinerama" # [<bool>]
    #Option "TwinviewXineramaInfo" # [<bool>]
    #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
    #Option "MergedNonRectangular" # [<bool>]
    #Option "MergedMouseRestriction" # [<bool>]
    Identifier "Card0"
    Driver "sis"
    VendorName "Silicon Integrated Systems [SiS]"
    BoardName "65x/M650/740 PCI/AGP VGA Display Adapter"
    BusID "PCI:1:0: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
    EndSubSection
    EndSection

    lateralus wrote:
    stingray wrote:
    Misfit138 wrote:IIRC, the SiS driver is quite limited, and only offers 2d.
    Thats what I expected to hear...
    Are you 100% sure? I just run glxinfo and it says:
    direct rendering: Yes
    And I'm confused. Are there any chances of getting compositing to work on SiS card in this case?
    I'm not the expert here, but compiz can work with indirect rendering, so I don't think that's the qualifier for if it works for your system.

  • Error 2000 - The server is not compatible with this deployment client

    I'm getting an error trying to deploy a composite. It works for everyone else on the team, and our configurations are the same (as far as we can tell). We've compared JDev version info.
    Any idea what I can try? Thank you.
    [12:57:48 PM] ---- Deployment started. ----
    [12:57:48 PM] Target platform is (Weblogic 10.3).
    [12:57:48 PM] Running dependency analysis...
    [12:57:48 PM] Building...
    [12:58:05 PM] Deploying profile...
    [12:58:06 PM] Wrote Archive Module to C:\pkgs\svn\mdm\trunk\src\DRM WDK Source Code\Workflows\DrmRequestWorkflowSelection\deploy\sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    [12:58:06 PM] Deploying sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar to partition "default" on server soa_server1 [http://10.22.2.40:8001]
    [12:58:06 PM] Processing sar=/C:/pkgs/svn/mdm/trunk/src/DRM WDK Source Code/Workflows/DrmRequestWorkflowSelection/deploy/sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    [12:58:06 PM] Adding sar file - C:\pkgs\svn\mdm\trunk\src\DRM WDK Source Code\Workflows\DrmRequestWorkflowSelection\deploy\sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    [12:58:06 PM] Preparing to send HTTP request for deployment
    [12:58:06 PM] Creating HTTP connection to host:10.22.2.40, port:8001
    [12:58:06 PM] Sending internal deployment descriptor
    [12:58:06 PM] Sending archive - sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    [12:58:07 PM] Error deploying archive sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar to partition "default" on server soa_server1 [http://10.22.2.40:8001]
    *[12:58:07 PM] HTTP error code returned [2000]*
    *[12:58:07 PM] Error message from server:*
    The server is not compatible with this deployment client: please verify that the server is a SOA managed server and that its version is supported by this deployment client
    [12:58:07 PM] Check server log for more details.
    [12:58:07 PM] Error deploying archive sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar to partition "default" on server soa_server1 [http://10.22.2.40:8001]
    [12:58:07 PM] #### Deployment incomplete. ####
    [12:58:07 PM] Error deploying archive file:/C:/pkgs/svn/mdm/trunk/src/DRM WDK Source Code/Workflows/DrmRequestWorkflowSelection/deploy/sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Edited by: J Keller on Jun 6, 2013 8:03 AM

    Can anyone reply plz???

  • Provider is not compatible with the client

    Hi,
    I'm new to this forum so I don't know if this prob was already posted.
    It might be something that i misunderstood.
    My application VB.NET is connecting to Oracle 10g database.
    Using client from the ODAC 10.2.0.2.21 installation file.
    DB version is 10.2.0.1.0
    Even before connection is open application throws an exception:
    The provider is not compatible with the version of Oracle client at Oracle.DataAccess.Client.OracleInit.Initialize()
    Any ideas?
    Thanks for help ;O)
    Nice day to everybody.
    Renata Belakova

    Thanks
    1, I'm developing an application on Win 2003 Server with Ora10g DB 10.2.0.1.0
    2, I developed an application in VS.NET 2005, VB.NET
    3, Application works OK on develop. PC
    4, my PC name, IP and DB name are the same as customers
    5, i published application and went to install it on customers PC
    I was thinking about the same environment on developing and customer PCs.
    then i went to customer to try application on their LAN
    1, They have DB server with the same version of DB and the same name of DB and the same name of server as i got
    2, firstly I've installed ora client on customer computer not server
    I've used ODTwithODAC1020221.exe file and installed client part
    3, set up listener on clients comp
    4, installed .net application on this client comp
    5, run and got exception i wrote in previous message
    Im really not an Oracle professional. I'm a .NET developer but fist time in my life developing application under Oracle DB (mostly was using Microsoft SQL ...)
    So I don't know if these steps were OK .... but it's what i've read.
    Thanx ...

  • 4.01 is not compatible with Norton toolbar?

    I have used Firefox religiously for the last few years and have always been happy with the stability and reliability. But now I have installed the latest version only to find that it did not work with the Norton Toolbar and the Identity Safe in particular. So, I have had to reinstall the 3.6.17 and uninstall the 4.01. Now the earlier version is not functioning correctly. Keeps asking me if I want it to be my default browser, has the home, reload and stop icons relocated in unlikely places and doesn't function with the same predictable reliability. Can I get a fix for this? Or can I get an update notice when the bugs have been worked out of the new version so that I can get the Norton Toolbar back?

    Symantec need to correct a mistake they made with their add-ons. They originally updated their add-ons after quite a delay to work with Firefox 4.0 as shown here - http://community.norton.com/t5/Norton-Internet-Security-Norton/Firefox-4-compatibility-hotfix-is-now-available/td-p/428894
    They made an error with the update in only listing it as compatible with Firefox 4.0, so they will not install on Firefox 4.0.1 and subsequent Firefox security updates. Symantec have indicated they will be releasing an update to correct their error soon, for details see http://community.norton.com/t5/Norton-Internet-Security-Norton/Norton-Toolbar-not-compatible-with-FF-4-0-1/td-p/442788/page/12

  • My old tool bar is not compatible with Firefox 4 Beta. How do I get rid of 4 Beta and go back to my old Firefox browser?

    One of my social networks, MyYearbook.com , has it's own tool bar, which I use extensively. But, for some reason, it is not compatible with the new Firefox 4 beta, and will not load.
    How do I uninstall 4 beta and go back to my older version of Firefox?

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).<br />
    If you are in full screen mode then hover the mouse to the top to make the Navigation Toolbar and Tab bar appear.<br />
    You can click the Maximize button at the top right to leave full screen mode or right click empty space on a toolbar and use "Exit Full Screen Mode" or press F11.<br />
    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    *https://support.mozilla.com/kb/Menu+bar+is+missing
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    *Open the Customize window via "View > Toolbars > Customize"
    *Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

Maybe you are looking for

  • How can I prevent Applications from being copied to external drive?

    Hello, Just a quick one... I run a studio in an education evironment. We've got quite a lot of software installed on our machines (Mac OS X 10.7.4) and there's always the chance that students will copy applications from the Applications folder onto a

  • How can I  custom my date  in OBIEE.

    How can I custom my date in OBIEE.I want to see date in my user friendly format for Date Format MM/DD/YYYY to filter with leading zero(number) eg (01.21.2008) and not M/D/YYYY (1.21.2008) that i am seeing.I would appreciate it if you could give me a

  • In Premiere Elements 13 can I link project files?

    Can .prml file be compiled into a movie?

  • Problem sending a HTML page

    How can i send a HTML by email?? When i am sending a HTML he shows the code in the mail instead of showing the HTML page?? Anyone knows how can i solve tyhis??

  • MS Office Telemetry Dashboard OR OMPM

    Hi, I wish to migrate to Office 2013 and I have over >20 million office files. these files can be Word, Excel, PowerPoint and Access files through Office 97 - Office 2010. I cannot make the users test the documents individually. I don't wish to log a