Long X11 startup.

Hello!
I have problem with X11. My laptop starts quickly (approx. 25s), but it takes a really long time to start x11 (approx 30-35s). I tried recompiling xorg-server, changing, editing and making from scratch xorg.conf, but nothing helps. I don't use any DM (XDM, GDM, KDM, Slim), and my WM is Openbox, so the process should be much faster.
Can someone tell me, how to deal with this problem?
Thanks in advance!
Last edited by purete (2008-04-02 15:46:25)

I suppose that everything is configured.
xorg.conf: http://pastebin.org/26949
Xorg.0.log: http://pastebin.org/26950

Similar Messages

  • Boot camp no longer on startup disk bless tool unable to set boot disk

    iOS 10.6.8  boot camp no longer on startup disk msg says 'bless tool unable to set boot disk'

    solved my own problem. a simple restart did the trick.

  • Getting Portrait Mode prior to X11 startup and in SLIM

    Hi all,
    I've been on Arch for about a week now and am having a fun time coding on it. I finally got an LCD stand that allows me to swivel my screen to portrait orientation so I suddenly have some great vertical real estate.
    My current setup is Arch Linux -> SLIM -> XFCE4 with X11 configured to run on Intel drivers rather than the standard VESA one. XFCE allows me to rotate my desktop from a simple GUI application. After doing some research, it seems that this is being accomplished by using xrandr - a utility that ships with X.org, which means this rotation is only happening with the benefit of being in an X environment.
    Before X boots up, the Linux terminal is outputting everything to the screen in regular landscape mode. I want to be able to work in portrait mode outside of an X environment (e.g. virtual terminals). I did some Googling and came across this:
    http://www.mjmwired.net/kernel/Document … /fbcon.txt
    It seems that fbcon (frame buffer console) can run a console with the benefit of VGA-driven frame buffer -- which would include screen rotation. Is this something that can be easily configured (e.g. pop open VIM, add a few lines and reboot) or is it far more complex than I think (e.g. rebuilding the Kernel).
    I also noticed SLIM starts up in landscape mode as well. I believe SLIM runs in X environment (correct me if I'm mistaken). It doesn't seem to be an option in SLIM to rotate, so I imagine I could have X start already rotated, in effect causing everything (SLIM, XFCE) to inherit the rotation property. I tried configuring things by creating a "10-monitor.conf" file in /etc/X11/xorg.conf.d/ according to this page:
    https://wiki.archlinux.org/index.php/Xo … r_settings
    ...with the addition of these changes:
    Section "Screen"
    +Option "RandRRotation" "on"
    +Option "Rotate" "CCW"
    EndSection
    Section "Device"
    Option "DRI" "false"
    Option "RandRRotation"
    Option "Rotate" "CCW"
    EndSection
    (ref: http://forums.linuxmint.com/viewtopic.php?f=49&t=26747)
    This did not do the trick for me and I'm still logging in by craning my neck... (just kidding; I swivel it back around).
    I'm somewhat new to Linux so if I miss any details please let me know.
    Any help is greatly appreciated.
    Thanks
    P.S. -- Extra info for my X configuration (to get SLIM rotated):
    /etc/X11/xorg.conf.d/10-monitor.conf file:
    Section "Monitor"
    Identifier "Monitor"
    EndSection
    Section "Device"
    Identifier "Device"
    Driver "intel"
    Option "DRI" "false"
    Option "RandRRotation" "on"
    Option "Rotate" "CCW"
    EndSection
    Section "Screen"
    Identifier "Screen"
    Device "Device"
    Monitor "Monitor"
    DefaultDepth 16
    Option "RandRRotation" "on"
    Option "Rotate" "CCW"
    EndSection
    Full output of Xorg.0.log in Codepad: http://codepad.org/6aM0gTvM
    Last edited by yodafingers (2011-01-13 00:17:15)

    UPDATE: Only solved one of my problems so far (getting virtual terminals to be in portrait mode) by modifying my grub bootlist:
    /boot/grub/menu.lst:
    title Arch Linux (portrait)
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/991f0c73-38a8-444e-b1a4-41105c7d609c ro fbcon=rotate:3,scrollback=2048k
    initrd /kernel26.img
    I made a mistake in the previous post: uvesafb allows you to run the console in full resolution, fbcon rotation seems to be a separate matter.
    Still no luck yet getting SLIM into portrait mode. I tried various things, but it seems that the X Option for "Rotate" is unsupported by the Intel video driver. I chopped out the Device/Monitor/Screen sections from the xorg.conf that is created when you run "Xorg -configure" and tossed that into /etc/X11/xorg.conf.d/10-monitor.conf to no avail...
    /etc/X11/xorg.conf.d/10-monitor.conf:
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "AccelMethod" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "VideoKey" # <i>
    #Option "FallbackDebug" # [<bool>]
    #Option "Tiling" # [<bool>]
    #Option "Shadow" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    #Option "XvMC" # [<bool>]
    #Option "XvPreferOverlay" # [<bool>]
    #Option "DebugFlushBatches" # [<bool>]
    #Option "DebugFlushCaches" # [<bool>]
    #Option "DebugWait" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    BusID "PCI:0:2:0"
    # Tack on some rotation options
    Option "RandRRotation" "on"
    Option "Rotate" "CCW"
    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
    Xorg.0.log full version: http://codepad.org/mrsVi4QW
    Xorg.0.log excerpt:
    [ 14.511] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 14.511] (==) intel(0): DPMS enabled
    [ 14.511] (==) intel(0): Intel XvMC decoder disabled
    [ 14.511] (II) intel(0): Set up textured video
    [ 14.511] (II) intel(0): Set up overlay video
    [ 14.512] (II) intel(0): direct rendering: DRI2 Enabled
    [ 14.512] (WW) intel(0): Option "RandRRotation" is not used
    [ 14.512] (WW) intel(0): Option "Rotate" is not used
    [ 14.512] (--) RandR disabled
    [ 14.512] (II) Initializing built-in extension RANDR
    As you can see, the Intel chipset doesn't like those options so it seems I cannot set them statically using xorg.conf files.
    However, dynamically applying the rotation using xrandr seems to work. For example, I can open up a terminal right now and type `xrandr -o [orientation]` and rotate my screen on the fly. I tried this approach too, seeing if I could sneak in a call to xrandr before SLIM starts up. I was not able to get anywhere with this... I tried calling xrandr in:
    /root/.xinitrc   (I believe this runs when X logs into root)
    /etc/X11/Xsession.d/ (scripts in this directory are supposed to be executed upon X startup)
    None of this did the trick, SLIM still starts up in normal orientation. Has anyone here successfully rotated SLIM, or any login manager for that matter? I'm considering switching over to GDM to see if I have better luck (I believe GDM provides some form of pre-start configuration scripting), but would like to avoid moving to GDM if I can do this with SLIM.
    Any help with this would be hugely appreciated. Thanks
    Last edited by yodafingers (2011-01-13 05:53:09)

  • Apps taking longer to startup and use

    In my main OSX startup profile some apps Office, sometimes Safari, and others are taking longer than normal to startup and use. I booted into my administrator account and everything there is speedy so this appears to be a software issue somewhere. I am going to rebuild disk permissions, but I don think that will do the trick. It also takes years to perform this task in Snow Leopard. Tiger could do the job in half the time it takes Snow Leopard. Anyone got other suggestions to try? I am going to do some googling.
    Thanks,
    John

    See:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    Macintosh OS X Routine Maintenance
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X, and
    Myths of required versus not required maintenance for Mac OS X for information.

  • Labview Built Executable - Long Runtime Startup Time

    Hi All,
    I have a LV 2011 SP1 application that has been built (executable) on a development machine running Windows 7 Professional. The application is copied to the target runtime machine. This machine has the LV 2011 runtime plus other DAQmx pre-requisites. The target machine is also Windows 7 Professional, an quad core @ 3.3GHz Xeon machine that, on paper, is significantly faster than the development machine.
    I run the built application on the development machine. It takes around 1-2 seconds for the Startup VI Front panel to show. The application loads and runs. So far so good.
    I run the built application on the runtime machine. It takes just over 90 seconds for the Startup VI Front panel to show. The exe process during this time is showing 0% CPU usage and a very small memory footprint (around 32MB). Eventually the Startup VI is shown and CPU usage and Memory consumption climb almost immediately to around 2% and 80MB. This is normal. From this point on the application runs as it should.
    My question - why does the application startup time so dramatically different on the target machine? Is there some other startup process inherent in the runtime engine that is taking longer? I have tried loading the evaulation version of Labview 2011 SP1 on the target machine but this appears to make no difference. I know that this delay is more an annoyance than a show-stopper but my clients are asking questions and it would be good to provide some answers.
    Some basic web searches have revealed others having similar problems and often the problem is related to some Windows service or other. I have also disabled the firewall on the target PC (though it is not connected to the internet, just a small IO network with ethernet chassis CompactDAQ modules) with no apparent difference. Unfortunately I cannot disable the virus scanner due to company policies.
    Thanks for your help all.

    I have been having this problem and it is very annoying. I am unable to figure out what exactly is slowing load time of an exe in a target machine. My target machines (3 of them) are not connected to the network. I have LabVIEW 2012 and am pretty sure all drivers daqmx,VISA, and Runtime have been installed correctly.
    I have noticed this issue isn't there when the entire development environment is installed. To troubleshoot, I am using my personal laptop as test site (because I can't travel to other cities to fix it without knowing the solution), and my laptop has no previous installations of LabVIEW. I install the application and drivers using the installer I build, but it is exhibiting the same behavior. I must note here that I did not see this problem for LabVIEW 2010 that I was previously using, but my application design has changed. Nonetheless, I have checked the functionality of my application and am absolutely sure it has nothing to do with slow load times.
    I am beginning to suspect some component has a bug in it for LabVIEW 2012 but, I am in no position to validate that. Is there anyone that has found a concrete solution that has made their application open instantly and run?
    Thanks a bunch!
    V
    I may not be perfect, but I'm all I got!

  • How Long Should Startup Take?

    Hi,
    I am wondering how long a typical start-up should take? On my current MBP it takes almost a minute (until I see the dock). Is this too long? Normal?
    Thanks,
    Dave

    Your user manual suggests that if you're going to use the machine again within a couple of days, you just put it to sleep between uses. If you won't be using it for several days, shut it down. In either case, leave the AC adapter connected during the interval if it's convenient to do so.
    I use my MBP every day, and it's been shut down no more than half a dozen times for a total of fewer than 10 hours in the 25 months I've owned it. I only restart it when a software update requires me to.

  • "Preview.app" will need very long to startup...

    Hi!
    At home i have a G4 Dual 800 Mac with OS X 10.4.8.
    The app "preview" needs there about 0,5sec to startup. Thats very good.
    Now at my company i have a G5 Dual 2,3Ghz machine, also with OS X 10.4.8 and the app "preview" needs on every start about 4 sec. to start!
    So whats the problem?
    I deleted the preference file, but the problem is still going on.
    What can i do, that "preview.app" starts up inner 1 sec.???

    There are no Errors in the console.log.
    I watch it while i opend "preview.app"
    It seems to be all OK.
    No i do not open a pic, i just click on the icon in the dock to open "preview"
    It needs about 3 seconds to open. :-((
    I do not understand this problem. What can be wrong?
    The System seems to be OK, i had repair the permissons. So it´s all OK, i don´t have other troubles with my system.

  • ITunes helper no longer in startup items

    I noticed that in the startup items there was something like iTunespreferencepane or something..., but after installing a shareware app (mainmenu) it disappeared. Reinstalling iTunes didn't put the file back. What exactly does this file do and is there a way to put it back ? (OS X.3.9)

    Rincewind,
    This file apparently helps iTunes communicate with an iPod and, possibly, a Mac's media drive.
    To replace it, open System Preferences...>Accounts>Login Items. Keep this window open.
    Control-click on the iTunes icon in your Applications folder, choose Show Package contents from the contextual menu that appears.
    Navigate to Contents/Resources and you will find iTunesHelper.
    Drag iTunesHelper (You will only be dragging a link, the original file will remain) to your Login Items window.
    ;~)

  • MacBook Pro 8,2 beeps at random times long after startup and routine use

    This issue seems elusive on the forums as everyone seems to get stuck on the POST beep codes heard only at boot up and this is not related to that. The issue is specific to the MBP 8,2 model as we have dozens of models that came before and after and not a single one suffers from this beeping. I've taken both models in for Warranty support and hardware tests presented no hardware errors.
    My feeling is that this issue is realted to power management. Of the two types of beep tones we get - one quieter that stops only by closing the cover and sending the Mac into hibernation and one that is far louder (it has frequently been described like a fire alarm by nearby users) and stops only by pulling the power cable from the laptop. In this latter situation, the Mac shuts off instantly making it clear that the system cannot switch to battery power correctly - further evidence of power management issues.
    I'm hoping that someone has come across this issue and can separate it from error beeps related to badly installed RAM.
    Also of note is that the battery on this model of Mac laptop are not removable.

    First off there is no model after the 8.2 MBP 15". That is the latest model.
    Since this a fairly new MBP you would better off calling Apple tech support. They will certainly know what those beep are and what is causing them.

  • OIM11g managed server startup takes too long

    I am running a OIM11g managed server using weblogic on windows xp; in development mode
    My managed server takes too long to startup; averaging atleast an hour at the minimum.
    I am attaching the logs from the server between the time frame when it took the longest time.
    Can someone please help me to improve the startup.
    Edited by: 838243 on Feb 20, 2011 10:22 AM

    <9:32:14 PM> <Info> <EJB><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-010008> <EJB Deploying file: iam-ejb.jar>
    <9:45:06 PM> <Info> <JDBC><oim1> <[ACTIVE] ExecuteThread: '23' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-001128> <Connection for pool "mds-oim" closed.>
    <9:45:07 PM> <Info> <Common><oim1> <MDSPollingThread-[oim, jdbc/mds/MDS_REPOS]> <anonymous> <BEA-000628> <Created "1" resources for pool "mds-oim", out of which "1" are available and "0" are unavailable.>
    <10:00:06 PM> <Info> <JDBC><oim1> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-001128> <Connection for pool "mds-oim" closed.>
    <10:00:07 PM> <Info> <Common><oim1> <MDSPollingThread-[oim, jdbc/mds/MDS_REPOS]> <anonymous> <BEA-000628> <Created "1" resources for pool "mds-oim", out of which "1" are available and "0" are unavailable.>
    <10:15:11 PM> <Info> <JDBC><oim1> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-001128> <Connection for pool "mds-oim" closed.>
    <10:15:41 PM> <Info> <Common><oim1> <MDSPollingThread-[oim, jdbc/mds/MDS_REPOS]> <anonymous> <BEA-000628> <Created "1" resources for pool "mds-oim", out of which "1" are available and "0" are unavailable.>
    <10:30:11 PM> <Info> <JDBC><oim1> <[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-001128> <Connection for pool "mds-oim" closed.>
    <10:30:15 PM> <Info> <Common><oim1> <MDSPollingThread-[oim, jdbc/mds/MDS_REPOS]> <anonymous> <BEA-000628> <Created "1" resources for pool "mds-oim", out of which "1" are available and "0" are unavailable.>
    <10:32:44 PM> <Info> <Deployer><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-149060> <Module iam-ejb.jar of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_NEW to STATE_PREPARED on server oim_server1.>
    <10:32:44 PM> <Info> <Deployer><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-149059> <Module dataobjects-ejb.jar of application oim [Version=11.1.1.3.0] is transitioning from STATE_NEW to STATE_PREPARED on server oim_server1.>
    <10:33:08 PM> <Info> <J2EE><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-160166> <References were found in deployment plan for module 'dataobjects-ejb.jar' with uri, 'META-INF/weblogic-ejb-jar.xml'. The plan was merged.>
    <10:33:14 PM> <Info> <EJB><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-010008> <EJB Deploying file: dataobjects-ejb.jar>
    <10:38:10 PM> <Info> <Deployer><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-149060> <Module dataobjects-ejb.jar of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_NEW to STATE_PREPARED on server oim_server1.>
    <10:38:10 PM> <Info> <Deployer><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-149059> <Module iam-async-mdb.jar of application oim [Version=11.1.1.3.0] is transitioning from STATE_NEW to STATE_PREPARED on server oim_server1.>
    <10:38:10 PM> <Info> <J2EE><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-160166> <References were found in deployment plan for module 'iam-async-mdb.jar' with uri, 'META-INF/ejb-jar.xml'. The plan was merged.>
    <10:38:11 PM> <Info> <J2EE><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-160166> <References were found in deployment plan for module 'iam-async-mdb.jar' with uri, 'META-INF/weblogic-ejb-jar.xml'. The plan was merged.>
    <10:38:11 PM> <Info> <EJB><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-010008> <EJB Deploying file: iam-async-mdb.jar>
    <10:38:13 PM> <Info> <Deployer><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-149060> <Module iam-async-mdb.jar of application oim [Version=11.1.1.3.0] successfully transitioned from STATE_NEW to STATE_PREPARED on server oim_server1.>
    <10:38:13 PM> <Info> <Deployer><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-149059> <Module xlWebApp of application oim [Version=11.1.1.3.0] is transitioning from STATE_NEW to STATE_PREPARED on server oim_server1.>
    <10:38:13 PM> <Info> <J2EE><oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <WLS Kernel> <BEA-160166> <References were found in deployment plan for module 'xlWebApp.war' with uri, 'WEB-INF/web.xml'. The plan was merged.>
    Edited by: 838243 on Feb 20, 2011 10:22 AM

  • Long startup and long log out/restart

    Hello I just recently successfully upgraded to leopard and everything seems like it's running fine but one thing i noticed is that it seems that leopard takes longer to startup. I also find that when I try to log out the beach ball rolls forever and the computer doesn't do anything. Has anyone else experienced this and how can I improve the performance?

    JayjayQ wrote:
    Hello I just recently successfully upgraded to leopard and everything seems like it's running fine but one thing i noticed is that it seems that leopard takes longer to startup. I also find that when I try to log out the beach ball rolls forever and the computer doesn't do anything. Has anyone else experienced this and how can I improve the performance?
    Someone just pointed out that the startup problem can be related to items in your startup folder.
    Under System->Accounts->Login Items see what's there. If you remove anything, remember what it was.

  • Startup Takes Longer Than Usual

    Lately, my MacBook Pro is taking longer to startup than usual. The initial grey apple logo screen is taking a good 10-15 seconds when it used not to. Does anyone know if this has anything to do with recent software/firmware updates???

    The links to instructions:
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://docs.info.apple.com/article.html?artnum=106214
    Resetting MacBook and MacBook Pro System Management Controller (SMC)
    http://docs.info.apple.com/article.html?artnum=303319
    Resetting your Mac's PRAM and NVRAM
    http://docs.info.apple.com/article.html?artnum=2238

  • Startup takes indefinitely long

    Hi everyone!
    Lately I have been having troubles with my Mac Book Pro 13", updated to OS X 10.7.3.
    I noticed it takes reaaaaally long to startup after updated OS to the latest version, as with the previous one it was working just fine.
    Most of the times, it crashes before being able to load all information on desktop (Note: I always quit all applications before switching it off, so it doesn't have to load any of them)
    Once it started, then it works ok, not even particularly slowly.
    Any ideas on what I could do?
    Thanks everyone.

    Boot from your recovery partition and run Disk Utility to verify/repair you drive(s).

  • Mac Pro 3,1 (Early 2008, 10.6) Slow startup, no chime

    Hello all. Purchased this one from a friend of mine bc my own Mac Pro (we both bought them at the same time, back in Feb., 2008) had issues with video card and bad memory sticks.
    So this Mac Pro was his, he barely used it and since i want to continue using this type of machines I bought it from him. The computer works just fine with only two things that have me worried:
    1- It takes too long to startup. From a solid gray screen it goes to later show the apple logo and then the animation. Eventually all starts and no issues whatsoever...but all very lenghly and with no chime.
    I tried the PRAM reset and it does chime twice and everything but not later on when I turn it back on.
    Ah, it does chime at Re-start!
    Since my friend played with the user accounts so he could sell it to me, I wonder if that somehow is causing the bug...
    Thank you all!
    Juan

    No chime indicates the Mac has not passed it's startup diagnostics.
    Remove all items from System Preferences > Accounts > Login Items
    See if that makes a difference in startup time.
    And check the startup disk.
    Launch Disk Utility located in HD > Applications > Utilities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk  (not Verify Disk Permissions)
    If Disk Utility reports errors, restart the Mac while inserting the install disc and holding down the C key simultaneously. From there you should be able to repair the startup disk.

  • LONG Datatypes and Designer6

    I have an Oracle 7.3.4.4.0 database and am using Designer 6.0.3.4.0.
    I have a number of LONG fields within my database. And it appears that I'm having some troubles with the Web Modules that I'm developing. The PL/SQL code that Designer generates blows up when the text that is going into these fields is greater than 4k in size. I keep getting the "ORA-06502: PL/SQL: numeric or value error" message when the size of the text is > 4096 bytes.
    Has anyone seen this or heard anything about it? Anything that I can do?

    JayjayQ wrote:
    Hello I just recently successfully upgraded to leopard and everything seems like it's running fine but one thing i noticed is that it seems that leopard takes longer to startup. I also find that when I try to log out the beach ball rolls forever and the computer doesn't do anything. Has anyone else experienced this and how can I improve the performance?
    Someone just pointed out that the startup problem can be related to items in your startup folder.
    Under System->Accounts->Login Items see what's there. If you remove anything, remember what it was.

Maybe you are looking for