能否更新一下lib32-nvidia-173xx

自从升级到Xorg 1.8后,这个包被删掉了,原因是当时NVIDIA的173系列驱动不支持Xorg 1.8,不过几天后NVIDIA更新了173系列驱动,那么使用GeForce FX系列显卡的Arch64用户要想玩3D游戏(主要是Wine)依然需要这个包吧。

Yes it is i installed my nvidia card succesfully
yeah!
this is gnome
thnx for your post.

Similar Messages

  • Error message when installing nvidia-173xx package

    I get an error message when I try to install nvidia-173xx driver:
    pacaur -S nvidia-173xx
    :: Package(s) nvidia-173xx not found in repositories, trying AUR...
    :: resolving dependencies...
    cat: /usr/lib/modules/extramodules-3.15-ARCH/version: No such file or directory
    :: no results found for linux
    :: no results found for linux-headers
    My kernel version: 3.16.1-1-ARCH
    What can I do to install it correctly?

    nvidia-173xx AUR page wrote:inux>=3.15.5
    linux<3.16
    linux-headers>=3.15.5 (make)
    linux-headers<3.16 (make)
    nvidia-173xx-utils
    Looks like you can choose from :
    -contact the maintainer to see if you can help with getting it to work with kernel 3.16
    - downgrade the kernel
    - switch to nouveau
    Note that there are comments on the aur page that state nvidia-173xx doesn't work with xorg 1.16, so you may have to downgrade more then just the kernel.

  • Cant install lib32-nvidia-utils-beta

    Hello ,
    I am trying to install lib32-nvidia-utils-beta.. but I get
    ==> ERROR: Makepkg was unable to build lib32-nvidia-utils-beta.
    ==> Restart building lib32-nvidia-utils-beta ? [y/N]
    # Maintainer : Dan Vratil <[email protected]>
    # Contributors: Jeremy Sands <[email protected]>
    # Thomas Baechler <[email protected]>
    # James Rayner <[email protected]>
    # Erik Hardesty <[email protected]>
    # josephgbr <[email protected]>
    pkgname=lib32-nvidia-utils-beta
    pkgver=304.37
    pkgrel=1
    pkgdesc="NVIDIA drivers utilities and libraries. (32 bit)"
    arch=(x86_64)
    url="http://www.nvidia.com/"
    license=('custom:NVIDIA')
    groups=('lib32')
    depends=('lib32-libxext' 'lib32-zlib' 'lib32-gcc-libs')
    conflicts=('lib32-libgl' 'lib32-ati-fglrx-utils' 'lib32-nvidia-utils')
    provides=('lib32-libgl' "lib32-nvidia-utils=${pkgver}")
    source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run)
    build()
    cd "${srcdir}"
    if [ -d NVIDIA-Linux-x86-${pkgver} ]; then
    rm -rf NVIDIA-Linux-x86-${pkgver};
    fi
    # Extract sources
    sh NVIDIA-Linux-x86-${pkgver}.run --extract-only
    package() {
    cd $srcdir/NVIDIA-Linux-x86-${pkgver}
    # OpenGL library
    install -D -m755 libGL.so.$pkgver $pkgdir/usr/lib32/libGL.so.$pkgver
    # OpenGL core library
    install -D -m755 libnvidia-glcore.so.$pkgver $pkgdir/usr/lib32/libnvidia-glcore.so.$pkgver
    # XvMC
    install -D -m644 libXvMCNVIDIA.a $pkgdir/usr/lib32/libXvMCNVIDIA.a
    install -D -m755 libXvMCNVIDIA.so.$pkgver $pkgdir/usr/lib32/libXvMCNVIDIA.so.$pkgver
    # VDPAU
    install -D -m755 libvdpau_nvidia.so.$pkgver $pkgdir/usr/lib32/vdpau/libvdpau_nvidia.so.$pkgver
    # CUDA
    install -D -m755 libcuda.so.$pkgver $pkgdir/usr/lib32/libcuda.so.$pkgver
    install -D -m755 libnvcuvid.so.$pkgver $pkgdir/usr/lib32/libnvcuvid.so.$pkgver
    # nvidia-tls library
    install -D -m755 tls/libnvidia-tls.so.$pkgver $pkgdir/usr/lib32/libnvidia-tls.so.$pkgver
    # OpenCL
    install -D -m755 libnvidia-compiler.so.$pkgver $pkgdir/usr/lib32/libnvidia-compiler.so.$pkgver
    install -D -m755 libOpenCL.so.1.0.0 $pkgdir/usr/lib32/libOpenCL.so.1.0.0
    install -D -m755 libnvidia-cfg.so.$pkgver $pkgdir/usr/lib32/libnvidia-cfg.so.$pkgver
    install -D -m755 libnvidia-ml.so.$pkgver $pkgdir/usr/lib32/libnvidia-ml.so.$pkgver
    # create soname links
    for _lib in $(find $pkgdir -name '*.so*'); do
    _soname="$(dirname ${_lib})/$(readelf -d "$_lib" | sed -nr 's/.*Library soname: \[(.*)\].*/\1/p')"
    if [ ! -e "${_soname}" ]; then
    ln -s "$(basename ${_lib})" "${_soname}"
    ln -s "$(basename ${_soname})" "${_soname/.[0-9]*/}"
    fi
    done
    rm -rf "${pkgdir}"/usr/{include,share,bin}
    mkdir -p "$pkgdir/usr/share/licenses"
    ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
    md5sums=('ee3e97109201ab954c96860e28ada611')
    This is my PKGBUILD can you help me?

    I am installing arch linux from the beginning . Nvidia nvidia/utils and lib32-nvidia-utils did not have any problem.
    Last edited by ytsejam (2012-08-16 07:44:12)

  • Clash between nvidia-utils and lib32-nvidia-utils

    I'm getting a clash between nvidia-utils and lib32-nvidia-utils when upgrading. The error is:
    /usr/lib/libnvcuvid.so exists in both 'nvidia-utils' and 'lib32-nvidia-utils'
    /usr/lib/libnvcuvid.so.1 exists in both 'nvidia-utils' and 'lib32-nvidia-utils'
    /usr/lib/libnvcuvid.so.260.19.29 exists in both 'nvidia-utils' and 'lib32-nvidia-utils'
    Anyone else getting this problem?

    No, I've been upgrading daily. I've experienced this sort of error before, but the clash has always been with existing files (usually after not upgrading for a while), not between two packages. Uninstalling, -Syu and reinstall didn't work, I still get the error.  I had a look at the .pkg.tar.gz, and it really does contain those files, so it looks like a packaging error.

  • Lib32-nvidia-utils version problem [Solved]

    Hi,
    first of all sorry if this is the wrong place to put this secondly I'd have a go myself in fixing this but i'm not that comfortable in package building just yet.
    I notice there has been an update to the lib32-nvidia-utils package on 2010-09-15 which is currently conlicting with the x86_64 nvidia package (last updated on 2010-09-01) due to version numbering.
    the x86_64 nvidia driver version is currently at 256.53-1 and the  lib32-nvidia-utils  is currently at 256.53-2
    due to this mismatch in version the X server will not start. can the maintainers either update the x86_64 nvidia package and the x86_64 nvidia-utils package to version 256.53-2 or rollback the lib32-nvidia-utils to 256.53-1 please
    I only managed to fix this problem on my system by installing the older version lib32-nvidia-utils package I had in the "/var/cache/pacman/pkg/" folder but for someone working from a fresh build of arch will bugger them right up.
    Last edited by balasarius (2010-10-06 15:20:10)

    OK call me an absolute  NOOB!!!
    I spent nearly 3 hours last night getting the same version mismatch error with nvidia 256.53-1  and lib32-nvidia-utils 256.53-2  doing that exact same thing I've just done to try and recreate the error,  and now the thing wants to work.
    there must be little gremlins living in my machine driving me potty.
    if I make any more topics like this that turn in to a load of waffle then feel free to pick up a plank of 2x4 (a.k.a. The I.T. Educator) and crack me over the head with it

  • Wine - lib32-nvidia-utils

    I'm trying to play a game via wine, the game needs the lib32-nvidia-utils package.
    If I try to install it from the repos, pacman tells me that it is unavailable, even after repo syncing with pacman -Sy...
    ( Arch package search shows me that it is normally in the community repos )
    However, I've navigated to a repo in my browser,
    downloaded it manually, and tried to install it ( with pacman -U).
    Then pacman tells me something like:
    the package lib32-nvidia-utils conflicts with lib32-libgl.
    khm...
    lib32-libgl is needed by lib32-mesa which is needed by wine.
    so, how to install lib32-nvidia-utils?
    host is archx86_64, nvidia driver is 190.42, with gnome 2.28, wine version is 1.1.34-2, installed from AUR (bin32-wine)
    Last edited by scar (2009-12-19 12:13:47)

    sorry, it is solved....
    pacman -Syy ( forced syncing )
    sudo pacman -S lib32-nvidia-utils
    remove lib32-libgl, it doesn't break anything...
    wine launches well and the games ( as any wine app ) is working fine
    Last edited by scar (2009-12-19 12:19:58)

  • What is going on with lib32-nvidia-utils

    the lib32-nvidia-utils package has been downgraded from 180.29 to 173.14.18
    also there are 2 new packages now : lib32-nvidia-utils-180.29-3 and lib32-nvidia-utils-173.14.18-1
    It's quite messy. Also 173.14.18 doesn't have corresponding nvidia and nvidia-utils packages.

    somebody was playing with those builds. from what i see ghost-linux

  • Cannot Ctrl+Alt+F1 after nvidia-173xx update

    I have recently discovered that I cannot switch into "terminal mode" with the latest nvidia-173xx drivers (nvidia-173xx-173.14.25-1 and nvidia-173-xx-utils-173.14.25-1). Whenever I do Ctrl+Alt+Fn, the screen goes black with no terminal prompt. Then the only thing to do is Ctrl+Alt+F8 (F8 instead of F7, as it used to be) to go back to the X11 session.
    This happens also if I logout from KDE and select "Console login" from within the KDM menu: the screen just goes black (after flickering a bit): in this case the only solution is to wait for KDM to kick in and display the (GUI) login screen.
    An other thing I discovered is that, when I shutdown/restart the computer and the X11 session is terminated, the screen goes back to terminal mode but the display (and all those messages about services going down) is dimmed down.
    The temporary solution for me is to go back to the previous version: nvidia-173xx-173.14.22-4 and nvidia-173-xx-utils-173.14.22-4. Here everything is fine (going to console mode, screen during shutdown, etc.)
    Here it is my xorg.conf:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Clone" "off"
    Option "Xinerama" "off"
    EndSection
    Section "Files"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "on"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "Protocol" "Standard"
    Option "XkbLayout" "ca"
    Option "XkbModel" "microsoftpro"
    Option "XkbOptions" "compose:rwin,terminate:ctrl_alt_bksp"
    Option "XkbRules" "xfree86"
    Option "XkbVariant" "multi"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Acer"
    ModelName "X183H"
    HorizSync 31.0 - 80.0
    VertRefresh 55.0 - 76.0
    Modeline "1360x768@60" 84.50 1360 1392 1712 1744 768 783 791 807 -HSync +Vsync
    Option "DPMS"
    Option "DPI" "96x96"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce FX 5200"
    Option "RenderAccel" "True"
    Option "TripleBuffer" "True"
    Option "PixmapCacheSize" "300000"
    Option "OnDemandVBlankinterrupts" "True"
    Option "IgnoreEDID" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "ConnectToAcpid" "False"
    SubSection "Display"
    Depth 24
    Modes "1360x768@60"
    EndSubSection
    EndSection
    And here you have my kdmrc (in case it is of any help):
    [General]
    ConfigVersion=2.4
    ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6
    PidFile=/var/run/kdm.pid
    ReserveServers=:1,:2,:3
    ServerVTs=-7
    StaticServers=:0
    [Shutdown]
    BootManager=None
    HaltCmd=/sbin/halt
    RebootCmd=/sbin/reboot
    [X-*-Core]
    AllowNullPasswd=false
    AllowRootLogin=false
    AllowShutdown=Root
    AutoReLogin=false
    ClientLogFile=.xsession-errors-%d
    Reset=/usr/share/config/kdm/Xreset
    Session=/usr/share/config/kdm/Xsession
    SessionsDirs=/usr/share/config/kdm/sessions,/usr/share/apps/kdm/sessions
    Setup=/usr/share/config/kdm/Xsetup
    Startup=/usr/share/config/kdm/Xstartup
    [X-*-Greeter]
    AntiAliasing=false
    ColorScheme=Oxygen
    FaceSource=AdminOnly
    FailFont=Sans Serif,10,-1,5,75,0,0,0,0,0
    ForgingSeed=1250611569
    GUIStyle=Oxygen
    GreetFont=Serif,20,-1,5,50,0,0,0,0,0
    GreetString=Welcome to %s at %n
    GreeterPos=50,50
    HiddenUsers=
    Language=en_US
    LogoArea=Logo
    LogoPixmap=/usr/share/apps/kdm/pics/kdelogo.png
    MaxShowUID=65000
    MinShowUID=500
    Preloader=/usr/bin/preloadkde
    SelectedUsers=
    ShowUsers=NotHidden
    SortUsers=true
    StdFont=Sans Serif,10,-1,5,50,0,0,0,0,0
    Theme=/usr/share/apps/kdm/themes/oxygen-air
    UseBackground=true
    UseTheme=true
    UserCompletion=false
    UserList=true
    [X-:*-Core]
    AllowNullPasswd=true
    AllowShutdown=All
    NoPassEnable=false
    NoPassUsers=
    ServerArgsLocal=-nolisten tcp
    ServerCmd=/usr/bin/X -br -novtswitch -quiet
    TerminateServer=true
    [X-:*-Greeter]
    AllowClose=false
    DefaultUser=sergio
    FocusPasswd=true
    LoginMode=DefaultLocal
    PreselectUser=Previous
    [X-:0-Core]
    AutoLoginEnable=true
    AutoLoginLocked=false
    AutoLoginUser=sergio
    ClientLogFile=.xsession-errors
    [Xdmcp]
    Enable=false
    Willing=/usr/share/config/kdm/Xwilling
    I wasn't able to find any relevant messages in Xorg.log.  Another piece of information that may be relevant: the framebuffer resolution is set to "vga=773" in GRUB (which, I think, automatically disables KMS).
    I'd rather be able to upgrade my nvidia driver in the future. Have anyone experienced the same problem? Is there any workaround it?
    Thank you very much.
    [Edit] I forgot: I am on i686, the monitor is an LCD widescreen and the nvidia card is an old one: FX 5200 [/Edit]
    Last edited by TioDuke (2010-02-23 15:22:46)

    Hey, I can confirm this, albeit with a different driver.
    I have upgraded nvidia drivers from 190.56 to 195.36 and I can't switch back into console once X is started. The boot output is printed correctly though.
    There is also another issue: If I don't set vga= in the boot options, my boot output hangs at "Waiting for udev uevents to be processed [busy]" (see: http://bbs.archlinux.org/viewtopic.php?id=92189).
    .After a while X will start, even without vga= parameter.
    The problem definitely doesn't exist with 190.56...
    Maybe time for a bug report to NVIDIA?
    Problem also stayed even if I exchanged vesafb for uvesafb.
    Cheers
    Bastian

  • Outdated lib32-nvidia-utils

    Hello,
    Today there was an update on nvidia, from 177.80-1 to 177.82-1. Everything is fine, but I use some software on wine which use 3D acceleration, and need lib32-nvidia-utils ( from community ), which is in community but is still version 177.80-1, so it refuse to interact with my CG ( incompatible API/Kernel version ). I tried searching for the package in AUR for recompiling myself, but I can't find it anywhere. Does anyone know where I can find anything on the package, so that I can update it ?
    Thanks.

    BombStrike wrote:I tried searching for the package in AUR for recompiling myself, but I can't find it anywhere. Does anyone know where I can find anything on the package, so that I can update it ?
    You can use ABS to get PKGBUILDs of repo packages.

  • Nvidia-173xx-173.14.17 on FX5200

    So... I did a system upgrade yesterday and when I restarted xorg, I ended up with command line. xorg.0.log gives me something like "Make sure there is a nvidia compatible GPU on this system". Ended up downgrading to 173.14.12. Anyone having the same problem. As the title says I'm using FX 5200.

    nvidia-173xx 173.14.17-2 and xorg-server 1.5.3-4 working okay here with a FX 5200 card.

  • Lib32-nvidia-utils-beta fails

    -> Found NVIDIA-Linux-x86-177.78-pkg1.run in build dir
    ==> ERROR: supported-cards.txt was not found in the build directory and is not a URL.
    Error: Makepkg was unable to build lib32-nvidia-utils-beta package.
    Any ideas?

    Remove it from the source array in the PKGBUILD until the package gets fixed.

  • [SOLVED]libgl and nvidia-173xx-utils conflicts

    sudo pacman -Syu
    :: Синхронизируются базы данных пакетов...
    core up to date
    extra up to date
    community up to date
    archlinuxfr up to date
    :: System full update...
    Dependencies...
    проверка на взаимную несовместимость...
    :: libgl и nvidia-173xx-utils conflicts. Delete nvidia-173xx-utils? [y/N] n
    error: обнаружен неразрешимый конфликт пакетов
    error: не удалось подготовить запрос (конфликтующие зависимости)
    :: libgl and nvidia-173xx-utils conflicts
    (Sorry, original log is on russian, but I translated main words)
    But!
    pacman -Rns libgl
    error: 'libgl': not found
    How to fix it?
    Last edited by Dr.X (2010-11-10 18:41:30)

    Solved the problem is very simple - removing the nouveau. I have it was because I was in one blog/forum read that no problem with containing both nvidia and nouveau, but that one of them will be in Blacklist. But he interrupted me to upgrade. But the strangest thing - when I last updated, they do not conflict, but now whoop.
    Thanks TigTex and wonder for your help!

  • Nvidia 5200 with nvidia-173xx drivers crash

    I have an nvidia 5200 graphic card, using the nvidia-173xx driver, runed nvidia-xconfig (so it's a clean config), used kubuntu before, but ever since the new Xorg on arch my system crashes randomly, it crashed while running KDE & twm. Anyone got any clue ?

    I got the same GFX, but I use only openbox and it has yet to crash for me?
    Downgrade to the older xorg-server version, that should work for ya...
    Last edited by Dheart (2009-12-02 08:36:48)

  • [SOLVED] Build nvidia-173xx (173.14.31-7) for linux-ck-kx (3.4.1-2)

    I need a bit of help here. For a few months I have been using the proprietary nvidia-173xx driver for my old NV34 / GeForce FX 5200 (I have a downgraded xorg-1.10 and a compatible nvidia-173xx-utils (173.14.31-1)).
    I have four kernels, and I used to be able to build the nvidia-173xx module without problems for all four kernels.
    However, after the recent upgrade from linux-ck-kx-3.3 to linux-ck-kx-3.4 I can no longer build the nvidia-173xx for this kernel (but it still builds fine for the three other kernels on my system).
    Here is the error I receive:
    $ makepkg -sfci
    ==> Making package: nvidia-173xx-ck-kx 173.14.31-7 (Wed Jun 6 10:46:18 EDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found NVIDIA-Linux-x86_64-173.14.31-pkg0.run
    -> Found generated.patch
    ==> Validating source files with md5sums...
    NVIDIA-Linux-x86_64-173.14.31-pkg0.run ... Passed
    generated.patch ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    Creating directory NVIDIA-Linux-x86_64-173.14.31-pkg0
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 173.14.31....................................................................................................................................
    patching file conftest.sh
    Makefile:339: /lib/modules/3.4.1-2-ck/build//Rules.make: No such file or directory
    make[1]: *** No rule to make target `/lib/modules/3.4.1-2-ck/build//Rules.make'. Stop.
    make: *** [module] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    I don’t know what to make of this error ; I’ve looked in `/lib/modules/<kernel-versions…>…' but I don’t see any file named `Rules.make' in there…
    Here are the files I use for building the modules (they are all slightly customized PKGBUILDs based on AUR/nvidia-173xx) :
    core/linux               --> PKGBUILD  --> nvidia.install
    core/linux-lts           --> PKGBUILD  --> nvidia.install
    AUR/linux-lts-ck       --> PKGBUILD  --> nvidia.install
    repo-ck/linux-ck-kx  --> PKGBUILD  --> nvidia.install
    In this list, #1-3 still build without a hitch, only #4 throws the error I pasted above. Ideas? Thanks in advance!
    Last edited by Montague (2012-06-07 21:53:12)

    Well nevermind, I don’t know what I was doing wrong before, but with yesterday’s update of nvidia-173xx (patch not longer required) and nvidia-173xx-utils in the AUR, I was able to upgrade to X.org-1.12, and I re-built the nvidia module for all my kernels. I now have a fully current arch system, yay !
    In case this is useful to anyone, here are the slightly modified PKGBUILD and nvidia.install that I used (based on natrio’s package in the AUR)

  • [SOLVED] xorg update has broken nvidia-173xx driver

    Hi,
    I've been using arch for around 2 and a half months on 2 computers (a dell Inspiron 2200 and an old home built pc). So far I've been able to figure out most things myself.  However, following today's xorg update x seems to be broken. My laptop, which does not use nvidia, seems to be fine. On the pc i installed the i686 version and am running kde 4.5.1
    I have reinstalled nvidia-173xx and nvidia-173xx-utils, and run nvidia-xconfig but this has not helped any.
    Although the installation is carried out there is an error stating:
    ERROR: Module nvidia does not exist in /proc/modules In order to use the new nvidia driver, exit xserver and unload it manually
    A google search on the above error didn't advance me any further, either.
    I have also waited for today's kernel update but that hasn't seemed to fix things.
    If I run "startkde" i get an error message stating that it can't connect to the x server.
    "startx" says much the same only more verbose.
    /var/log/Xorg.0.log has the following information :
    dlopen: /usr/lib/xorg/modules/drivers/nvidia_dvr.so undefined sym$
    failed to load /usr/lib/xorg/modules/drivers/nvidia_dvr.so
    unloadable module "nvidia"
    failed to load module "nvidia" (loader failed, 7)
    I've done a lot of esearch but can't find any solutions to my issue. The following thread seems to be related :
    https://bbs.archlinux.org/viewtopic.php?id=103716
    but i can't seem to find an answer there either.
    Any help would be appreciated.
    Cheers
    Last edited by rabid_works (2010-09-29 19:32:42)

    ok, went to downgrade using
    #pacman -U ...
    but i have yet another error due to a conflict between files :
    xorg-server: /usr/lib/xorg/protocol.txt is already present in the file system
              xorg-server: /usr/share/man/Xserver.1.gz is already present on the file system
              xorg-server; /usr/share/xkb/README.compiled is afready present in the file system
    is it possible to safely force the installation?
    sorry if thatś a lazy question but I've been looking at this for so long that i can't fathom the idea of futher searching.
    EDIT: ok, i had a break and realised it'd be safer to simply rename and the delete the problematic files. The downgrade went fine. I have X back.
    thanks for the help.
    Last edited by rabid_works (2010-09-29 18:52:27)

Maybe you are looking for

  • Can we check CLOB datatype to null?

    Hi , i want check clob datatype to null so i have used decode(col1,null,n1,n2) ..it executes the query but it gives nothing ..doesn't return data only show o .. can you please tell me how to do ?

  • JTable can't display column names and scroll bar in JDialog !!

    Dear All , My flow of program is JFrame call JDialog. dialogCopy = new dialogCopyBay(frame, "Bay Name Define", true, Integer.parseInt(txtSourceBay.getText()) ,proVsl ,300 ,300); dialogCopy.setBounds(0, 0, 300, 300); dialogCopy.setVisible(true);      

  • Agents showing in NOT READY Reason Code Summary Report

    I have a large install, with over 100 skills and CSQs.  Three agents always show up in everybody's Not Reason Code Summary Report, even though they are not assigned to those skills.  At this point none of these three agents has ever been active.  My

  • EMac - trying to connect via ethernet

    I was given this eMac - it works really well, and thought that I'd try and connect it via ethernet. I've found out the IP and router addresses and have changed them in the settings menu, as explained in the apple support guide. The ethernet cable wor

  • Unwanted folder is saved with documents. Please help stop this?

    Every time I save a Pages document, a folder appears with QUICKLOOK, index.xml and buildVersionHistory.plist. This is in addition to the normal saved document and its backup. There must be a way of switching this off but Applecare has been no help so