Posts

Showing posts from January, 2014

Thread: /boot is full...and removing old images...

ubuntu sever 12.04 hey folks, have server noticed /boot partition filling up. followed recommendations post... http://ubuntuforums.org/showthread.php?t=1435818 ..that worked great. question after executing commands remove few images like... sudo apt-get remove linux-image-3.2.0-39-gen ...when list images sudo dpkg --list 'linux-image*', packages removed still show in list, though can see disk space has been freed up. missing? you're not missing anything. code: root@eeepc:/home/kalehrl# dpkg -l | grep linux-image- rc linux-image-3.2.0-33-generic 3.2.0-33.52 linux kernel image version 3.2.0 on 32 bit x86 smp rc linux-image-3.2.0-34-generic 3.2.0-34.53 linux kernel image version 3.2.0 on 32 bit x86 smp rc linux-image-3.2.0-35-generic 3.2.0-35.55 linux kernel image version 3.2.0 on 32 bit x86

i had trail version cc, now i want to install cs6 , how can i do that?

i had trail version cc, want install cs6, how can that, have license number i have no dvd driver you might able download cs6 application via cs6 link on page linked below...   https://helpx.adobe.com/download-install.html More discussions in Downloading, Installing, Setting Up adobe

Error publicating main template

whenever try publicate site (to business catalyst) gives error main template , can cancel publication. i restarted programm , laptop, doesn't help. has idea can fix this?   thanks in advance! hello   there recent issue publishing can seen here: http://status.businesscatalyst.com/ this has since been fixed, can check if you're able publish fine now?   cheers parikshit More discussions in Help with using Adobe Muse CC adobe

Flash Player installation... almost!

hi, i have windows 7 home premium os, ie 11.09600.16521ic, , have installed flash player 12_0_0_77 number of times (including clean installs) when tested after each time returned "not installed" , directed install yet again. latest fix this? (i admit twice test -"clouds pattern"- returned positive, i retested , "not installed" reappeared result subsequently) on websites video clips not play -stating not have latest flash player installed right after installation.   d   the "installations" enabled too, according tools>manage add-ons -showing shockwave flash object. i looked, more @ "advanced" tab in settings,which says have "activex version" installed (of 12.0.0.77) but not the plug-in version. meant "plug-in version" exactly?  appears has installed things happen,   message edited by: dav120 "user-agent strings"   that doesn't mean lot, i'm sure, it's root of problems, , flash player has n

Why is there no option to render as an image sequence?

Image
i using after effects cs6 , when try choose format there no option save image sequence. goes clip try render. picture below having problem, under format tab. there 10 options under tab , image sequence not 1 of them. great.   here's see in format drop-down list on mac.  see?     More discussions in After Effects adobe

HTML 5 Offline App Creation for Product walkwalkthrough Demo

hi,   can create offline app using html 5, css, java scipt. app should offline controll key.   please see link: http://vmwarewalkthroughs.com/vds/   the folder structure of page is   config, theme, www , offline index file , preview index.html file.   any  content , images related changes has been done in config folder,  theme ralated changes has been done in theme folder, www folder the  main template.   can  please let me know, how built initially, mean what  knowledge should this. have not finding proper way built  app folder contain html, css, js files.   thanks, susanta More discussions in How to - HTML / CSS / JavaScript adobe

Thread: how to install java ?

how install java? 2 choices. can either install openjdk version 6 or 7 repo. or can install official oracle version, instructions here: http://www.webupd8.org/2012/01/insta...buntu-via.html hope helps. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] how to install java ? Ubuntu

Thread: KB&M not working after Altera Quartus USB Blaster rules.d changes

yesterday got altera quartus ii web edition 12.1 software working on laptop installed play de1 board. i'm running ubuntu 12.04 based distro (mint nadia 14 64bit). usb blaster work had follow example here (steps 5 , 6) , worked , program , write fpga heart's delight... until booted morning , found keyboard , mouse (trackpad actually) not work @ login screen anymore. tried solution posted here see if problem unrelated usb blaster rule changes no luck. mentioned followed steps 5 , 6: created file @ /etc/udev/rules.d/ , called 51-usbblaster.rules code: # altera usb-blaster rule set mode 666. subsystem=="usb", env{devtype}=="usb_device", attrs{idvendor}=="09fb", attrs{idproduct}=="6001", mode="0666", name="bus/usb/$env{busnum}/$env{devnum}", run+="/bin/chmod 0666 %c" code: sudo udevadm control --reload-rules note made changes suggested in comments: attr s instead of

Stop videoplayback in flash on frame exit?

is there way stop video playback video when leave frame?   on first frame video plays, when click button goto second frame, stills plays sound. can't add stop action flv_mc.stop because on next frame there no video flv_mc not exist. tried putting on frame outside stage disrupts tweens have on stage. tried putting video player inside movie clip 2 frame, 1 vido player , blank one, see if rig exist on both main frames on 1 stopped , set blank frame video player doenst work when nested 2 movieclips deep. video player not on main timeline inside of content_mc , works put putting inside of own movieclip broke it.   i have tried removed_from_stage , works give me output errors. have buttons (with gotoandstop actions) , 2 of them have videos. @ first used removed stage , copy , pasted on frames buttons navigate two, gave me , error of duplicate function, have 3 functions removed_from_stage . , seemingly work , output errors saying:   typeerror: error #1009: cannot access property or met

Indesign CC Update Failure

keep getting update failure when updating indesign cc, on second machine on license? been months! other apps update fine. ideas? you might try manual update   prodesigntools links -direct download links http://prodesigntools.com/adobe-cc-direct-download-links.html -rollback http://prodesigntools.com/adobe-cc-version-control.html - http://prodesigntools.com/adobe-cc-updates-direct-links-windows.html - http://prodesigntools.com/adobe-cc-updates-direct-links-mac.html More discussions in Adobe Creative Cloud adobe

Issues with Edge parallax effect in DPS

i know there many threads (most 2013) using touch events control edge animaiton timeline. have tried several approaches including edgedocks / edgecommons.js -- have tried downloading js , linking locally. worked fine in browser, not on ipad. seems stuck on frame 1 , not causing animation crontolled stage scroll or touch events.   i tried adobe inspire edge banner tutorial here: http://www.adobe.com/inspire/2014/01/parallax-edge-animate.html   i downloaded edge files, published oam. placed in new folio, uploaded , viewd on ipad through content viewer , works fine. here's code:   // map scroll position timeline position var animationwidth = 3072; var stagewidth = sym.$("stage").width(); var scrollpos = sym.$("stage").scrollleft(); var duration = sym.getduration(); var percent = scrollpos / (animationwidth - stagewidth); var time = duration * percent;   // update timeline sym.stop(time);   what need make work vertically? values/attributes need use. want create 76

Adding own password (to open) after bank has added Permissions password

acrobat x windows vista service pack 2   i receive monthly bankstatements in pdf. bank has added permissions password prevent me (and else) altering data. save pdf file personal laptop harddrive. want add own password (to open saved file) prevent reading personal data. however, acrobat not allow it, file comes bank's permission password (which rightly not have access to).   how can add own 'to open' password after bank's permissions password?   if not possible, can acrobat change features allow in future update?   i not want save file in cloud. you can't edit pdf file without permissions (author) password , adobe never going change obvious reasons.   if want prevent others opening file, simplest solution add zip archive , set password on that. More discussions in Security & Digital Signatures adobe

One time use.

i seldom use, if any, acrobat editing, changing pdf word, there comes time when need edit , change words, correct misplelled words, delete words or pharses. there fee 1 time use instead of having pay whole year? if if pay year can package 1.99/mo. covers of above? hi serolf industries,   you can use trial version of adobe acrobat xi comes full functionality , valid 30 days. however, once 30 days on need purchase adobe acrobat use further. more information, please refer link mentioned below:   for more information on acrobat xi: http://www.adobe.com/products/acrobat.html?promoid=jolir   to download free trial of adobe acrobat xi: https://www.acrobat.com/free-trial-download.html More discussions in Document Cloud PDF services adobe

Thread: Reset desktop choice

so have done fresh install of 13.04 beta, there way reset users default desktop choice user seems try login desktop (cinnamon) doesn't exist. result of using previous /home had partitioned. i'd go in 1 of parallel installs , delete hidden files , folder (except ones need , know ok leave) if don't have linux install in system, can parted magic Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Development Version [ubuntu] Reset desktop choice Ubuntu

Auto expand and collapse TOC

hi everybody, does know following issue: our current adobe captivate version 6.0.1.240. can tell me if can automatically expand , collapse toc on hovering mouse pointer on video? example, can playbar: table of contents\playback control\playbar overlay . however, toc expanded , collapsed when click icon. how can collapse , expand toc same way playbar?   thank help! you need use object can detect mouse on , mouse out events execute advanced actions show or hide toc accordingly.   my recommendation set object on screen , attach couple of event handler widgets listen mouse on , mouse out events respectively.  allow show toc mousing on object , hide toc when mousing out.   more info here: http://www.infosemantics.com.au/adobe-captivate-widgets/event-handler-interactive   free trial widgets here: http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets More discussions in Adobe Captivate adobe

How to set default Hebrew font for words within English?

i'm using id cc me. of work contains hebrew word or pharase within english sentence. using standard method switch hebrew in windows 7 give me adobe hebrew font (and think myriad hebrew). there way predefine hebrew font used when making switch when want different font used? know can (and do) set character style it, must first switch hebrew, type word or phrase, use character style change font (it doesn't work if set character style before switching hebrew), change character style rest of text. what simplest way hebrew in font want? aren't there thoughts on subject? i'd appreciate guidance available. tia. More discussions in InDesign adobe

PE 10 crashing endlessly on Windows 7

slide show project due thursday daughter's event - need resolved asap.  crashes after trying play slideshow (1 min in) , while trying burn dvd ... barely makes 6% complete.   any appreciated - hope didn't waste money on product. outsidevoice   what video card windows 7 (assumed 64 bit) computer use? nvidia?   if so, stop , read announcement @ top of premiere elements forum. convenience, following copy/paste of announcement.that wrote   announcement: premiere elements 10 nvidia video card driver roll back hide details if premiere elements 10 user windows computer uses nvidia geforce video card , experiencing premiere elements 10 display and/or unexplained program behavior, first line of troubleshooting needs rolling video card driver version instead of assuring date.   since october 2013 present, there have been growing number of reports display , unexplained workflow glitches specific premiere elements 10 user windows computer has nvidia geforce video card. if applies

internal software error:%60,line%1

can't burn dvd. please follow troubleshooting steps in article , report results each step in detail possible , we'll able out. http://forums.adobe.com/thread/415318?tstart=30   also, sure tell version of program you're working on operating system you're using. need details able you. More discussions in Premiere Elements adobe

Getting the "real" visibleBounds with javascript...

hi all, i'm have great deal of trouble this. i can visible bounds of simple item or group of items. the script is:   //get size selected items/groups doc = app.activedocument; sel = doc.selection; tomm = 2.83466796875; dim(sel); function dim(objs) {     (i=objs.length-1;i>=0;i--) { // loop through collection of objects         var bounds = objs[i].visiblebounds; // visibal bounds, visable bounds in cases...         var b1 = bounds[0] /tomm;         var b2 = bounds[1] /tomm;         var b3 = bounds[2] /tomm;         var b4 = bounds[3] /tomm;         var w = math.abs(b3-b1).tofixed(1);         var h = math.abs(b4-b2).tofixed(1);         txt = doc.textframes.add(); // create text frame         txt.contents = "size:  "+ h + " x " +w + " mm w";  // adds contents frame         txt.position = [objs[i].left,objs[i].top - objs[i].height - 20]; // positions frame };   };   i can correct size simple clipgroups. script below:   //get size selected "simple&

Elements Organizer 12 - Image closes & returns to grid after any edit or change

after upgrading organzier 12, experiencing frustrating problem editing , cloeaning photos.  have directory of photos want edit.  bring image , perform basic editing (a croping, smart fix, etc.).  want move next photo using arrow (next) key.   75% of time (not time), after change photo, returns briefly image view goes grid view photos.  have page down photo continue edit or move next photo.   frustrating , inefficient.   previous versions never did , more importantly, not every time in version 12.   windows 7 computer. data on ssd experiencing no other issues right now. More discussions in Photoshop Elements adobe

change email address

i've looked on link allow me change email address - point me in right direction.. cheers, bj your stuff > profile > edit adobe account information > personal info   it's bit slow sometimes, (but in middle of damp string broadband :-( )   [edit]  wondering going change to?  jick magger?  himmy jendrix?  dob bylan?  woger raters?  (whoops... giving age away now)  More discussions in Photoshop General Discussion adobe

Files reverting back to random saves

i'm working in indesign cc. i've worked on layout on last several days , have finished several pages on same document. after creating low-res pdf in acrobat documnet reverted blank document on march 11 @ 10:58 am. went time machine's hourly backup , documents in of backup folders have reverted march 11 10:58 well. work gone on local disk backups. how files revert past save both locally , on several backup folders @ same time. , more importantly can recovered? are sure saved same folder?   if they're gone, they're gone good. make habit of periodically saving new version new name, each time i'm make major change, or when start new editing session, have both easy way abandon set of changes , ready backup path in case of disaster. More discussions in InDesign adobe

Thread: Album photos upload

hi. i've been searching information format, size ... upload photos ubuntuforums album no luck, because i'm not able upload anything. did not find in forums (maybe wrong search words). me? in advance! thread moved forum feedback & help . 404 Forum The Ubuntu Forum Community Ubuntu Community Discussions Forum Feedback & Help [SOLVED] Album photos upload Ubuntu

Is there a widget to insert an HTML page?

hello,   i've been searching online , haven't been able find this...   is there widget allows import html pages in cp7? i've found widgets older cp versions, not 7.   i'm trying edge animations imported captivate without using app packager because need place click boxes on top of of animations.   thanks in advance help...   kristen More discussions in Getting Started adobe

Thread: No Boot Device Found after installing 12.04 on machine with PERC RAID controller

hi, has obsessed me days. have dell machine perc h310 raid controller. set raid0 , installed 12.04. after installation says "no boot device found", in live cd can see file system indeed created. tried pull off h310 , connect hdd directly mother board, install , boot , works normal. must h310 raid controller. missing drivers or bio setting? thanks! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] No Boot Device Found after installing 12.04 on machine with PERC RAID controller Ubuntu

Cds gone

hello,   i bought adobe premiere elements 11 + photoshop elements 11 last year.   now have changed pc, , want install these program on new one.   but cd's unfortunately gone!   i got serial code purchase.   so question is;   is there way, can fingers on download adobe elements, , use serial code?   hope guys can me! http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l . follow important instructions or encounter authorisation errors or download latest version instead.   cheers, -- neale insanity hereditary, children   if post or user's post resolves original issue, please mark posts correct and/or helpful accordingly. helps other users similar trouble answers questions quicker. thanks. More discussions in Photoshop Elements adobe

Thread: Need my old account back

hi, can't sign in old account: http://ubuntuforums.org/member.php?u=808319 created in days when still on phpbb or whatever was. i've tried requesting password doesn't work. also, username eliasalucard reason, not sure why, administrator please change eliasalucard? thanks. this thread may better in resolution center so thread moved . Forum The Ubuntu Forum Community Ubuntu Community Discussions Resolution Centre Need my old account back Ubuntu

Thread: Home folder - defaults

i have xfce4 , home folder don't let me delete desktop folder (i have nothing in it).. anyway, can delete it, in time interval (2..4 sec) appear again. should do? how can delete it? you can't because it's instance of desktop see Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [xubuntu] Home folder - defaults Ubuntu

Thread: AMD APU + GPU OpenCL processing.

i have installed catalyst 13.1 driver , amd app sdk 2.80 opencl opencl support. can use gpu right now. let me code: sudo amdconfig --initial --adapter=all , remove other xorg.confs , reboot machine. number of devices: 2 device type: cl_device_type_gpu it's weird since both show in code: clinfo , code: export compute=:0 not give result. pretty how far have gotten googling around. since last x mess ended removing proprietary drivers stated above, use open drivers boot , install 2:9.000-0ubuntu3 ubuntu repos. didn't change much. it's using integrated apu gpu, can't change settings ccc or thru amdconfig --adapter. if manually mess xorg.conf files whole x goes down. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [

Email automatically

can formscentral send responses email automatically hi;   in paid level subscription 1 of features "email notifications" can configured sent and/or collaborators , colleagues. there email reciepts can sent form filler (an email field on form).  form data can included in text list of fields , answers.   thanks, josh More discussions in Archived Spaces adobe

i'm using paypal buttons on my site, how can i make it display my own text?

if html button, possible display link says 'cart' instead of image?   <form name="_xclick" target="paypal" action=" https://www.paypal.com/cgi-bin/webscr " method="post"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value=""> <input type="image" src=" https://www.paypal.com/en_us/i/btn/view_cart.gif " border="0" name="submit" alt="make payments paypal - it's fast, free , secure!"> <input type="hidden" name="display" value="1"> </form> i believe paypal has builder doing this. login paypal account. click on 'merchant services'. choose button type want (payment, subscription, etc). run through rest of options. generate button form there tab @ top have generated link. tab titled "email". More discussions i

Why won't ID open on my New Mac Pro?

Image
i got new mac pro , own adobe's cs5 master collection. tried install of apps, using usb superdrive tonight. apps checked install photoshop, illustrator, indesign, , encore. after installation completed opened , briefly ran each program successfully, except indesign, fails open, goes bouncing in dock bringing logo/credit screen briefly, crashing , generating crash report apple associated crash info. running current version of mavericks(os 10.9.2), , mac pro 2013/14 3.5 ghz 6-core intel xeon e5 processor 64 gb 1867 mhz ddr3 ecc memory, dual 27-inch apple led cinema displays(2560 x 1440), dual amd firepro d500 3072 mb graphics. storage capacity on ssd 1tb(max), approximately 599.61 avaliable. not find similar issue or issue indesign crashing on new mac pro, or matter associated issue on these forums involving previous versions of creative suite(using disc installation) prior inception of adobe's creative cloud program, comparison. in fact of found assured me there no issue maveric

Thread: How to I add new folders from zip files into locked folders?

i know old age newbie error many might ask i'm new ubuntu , i'm trying new train game, openbve, message "extraction not performed don't have right permissions extract archives in folder "train" " pops up.....how on this? openbve in repositories: code: sudo apt-get update && sudo apt-get install openbve or use software center. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to I add new folders from zip files into locked folders? Ubuntu

我的Adobe Reader文件無法開啟,但重新安裝時都出現"已安裝此產品,錯誤碼 150120",請問該怎麼處理?

我的adobe reader文件無法開啟,但重新安裝時都出現"已安裝此產品,錯誤碼150120",請問該怎麼處理? hi 150120,   use acrobat cleaner tool remove adobe reader, try reader installation again.  note cleaner tool remove acrobat if installed. More discussions in Acrobat Reader adobe

Thread: gksudo not found in dash

Image
when write gksudo or gksu in dash, not found , therefore no more can add, example, gksudo nautilus! welcome ubuntu forums suggest use hotkey combination ctrl + alt + t terminal window, , write command line. there command completion, if write code: gks , press tab once complete first fork code: gksu without space afterwards. means there other alternatives. press tab once more, , alternatives printed code: gksu gksudo gksu-properties so if type d , tab again complete to code: gksudo space afterwards. has found unique instance. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] gksudo not found in dash Ubuntu

Edit in Adobe Audition Greyed Out in After Effects CC

the "edit in adobe audition" greyed out in after effects cc. imported mp3 file composition, click on , link remains greyed out. link works fine premiere pro cc audtion.   is there setting somewhere need set? figured out. whatever reason .sesx file extension wasn't associated adobe audition on windows 7 machine. changed double clicking on .sesx file , adding association. More discussions in After Effects adobe

Registered domain not linking to published site from Muse

hi,   i have created site in muse, published business catalyst , assigned registered domain site. when search registered address, safari , firefox both cannot connect server. can still access site through businesscatalyst version prefer 1 have paid for.   i member of creative cloud , first website haven't used of 5 free hosting slots.   how fix this? hi   please share domain , site url facing issue. if have delegated domain recently, may take time propagation.   thanks sanjit More discussions in Adobe Muse Bugs (Read-Only) adobe

Thread: Can't install nvidia-current after installing hardware enablement stack

hello. first post in ubuntu forums. running 12.04 precise pangolin lts. installed lts hardware enablement stack using following command: sudo apt-get install linux-generic-lts-quantal xserver-xorg-lts-quantal installed correctly. rebooted new kernel , found works, uninstalled old kernel 3.2.0 , restarted again. strangely, cannot install package nvidia-current. here output: $ sudo apt-get install nvidia-current reading package lists... done building dependency tree reading state information... done packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation: following packages have unmet dependencies: nvidia-current : depends: xorg-video-abi-11 depends: xserver-xorg-core (>= 2:1.10.99.901) e: unable correct problems, have held broken packages. question: t

cancel an order

hi  need cancel order have placed wrong thing , cant find cancel it hi linda,   so sorry see go. there can assist with?   you can follow below instructions.   go acrobat.com *sign in top right corner using adobe.com credentials *click on name (same location) , select ‘my products , services’ *from there can check on status, log in/account info, etc.   let me know if worked you.   looking forward hearing you!   kind regards, stacy More discussions in Document Cloud PDF services adobe

Photoshop Elements Silent Installation und Aktivierung

hallo,   die silent installation wurde durchgeführt. hier habe ich 2 fragen:   1. muss ich genau machen, damit die aktivierung auch silent durchgeführt wird? 2. welche lizenz benötige ich hierfür? woran erkenne ich diese?      von unserem lizenzverwalter habe ich eine adobe lizenz bekommen, vermute aber, dass       diese falsch ist. das tool adobe_prtk.exe gibt eine fehlermeldung.   danke für die hilfe More discussions in Photoshop Elements adobe

AFTER EFFECTS WON'T INSTALL UPGRADE!

Image
i getting sick of this. have restarted computer 10 times, have read every forum there problems, i've reinstalled after effects whole cloud several times , no matter nothing works!   i keep getting error, not me @ all. hi skylergjenkins,   please update adobe extension manager cc latest version.   the link downloading updates given below:   http://www.adobe.com/exchange/em_updates/   now sign out of creative cloud desktop app & close adobe programs.   then download after effects cc update patch link given below & update program.   http://www.adobe.com/support/downloads/detail.jsp?ftpid=5735     try steps & see if help.   thanks More discussions in Downloading, Installing, Setting Up adobe

Thread: Why does Xubuntu want me to install ATI drivers? 12.04

hi all, installed bumblebee , nvidia drivers after coming 13.04. run "optirun glxspheres" , works, however, update manager wanting me install following: other updates lp-ppa-ubuntu-x-swat-x-updates x acceleration library - runtime x.org x server - amd/ati display driver wrapper x.org x server - intel i8xx, i9xx display driver x.org x server - nouveau display driver x.org x server - amd/ati display driver during installation of bumblebee, said versions 11.04 , earlier didn't have install x-updates ppa, did way. have nvidia graphics card not sure why it's asking me download ati drivers. help? edit: seems removing ppa x-swat removed updates. case solved? edit 2: gah! nvidia x server settings don't work! usual code: you not appear using nvidia x driver. please edit x configuration file (just run `nvidia-xconfig` root), , restart x server. Forum The Ubuntu Forum Community

Creative Cloud Not Working

i cannot sign in creative cloud , need edit photographs tonight client. bought creative cloud, , says need internet. on internet, still in not working. help! hi laurenharris71,   welcome adobe forums.   please refer below article troubleshoot issue.   http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html   thanks More discussions in Adobe Creative Cloud adobe

Export settings for high res playback.

good afternoon.  first post. i editing video shot canon 60d.  files .mov , sequence 2 hour long. i using pc i5-3570k, 8gb ram, nvidia gtx 660 2 gb , 1tb 7200 rpm hdd. editing on premier 7.0   i appreciate advice on how export maximum quality.  , please provide necessary equipement needed playback video.   as of now, reproduce video on event week of now, there assigned tv.   i play video @ maximum resolution.  lets assume tv 50" full hd.    should play external usb hdd? or computer plugged via hdmi, or usb flash storage media?   which codec should use, figure png lossless produce such large file tv/my pc have trouble playing it.   i noticed h.264 produces larger file mpeg 2.    which codec should use? should download codecs third party?  please help.   question number 2:  equipement needed reproduce video, proyector? or tv? blueray player or reproduce usb?  if wanted reproduce video on 80" screen? need? proyector higher quality tv?   any advice welcome. you fine h264 1080 ex

OT: Reflow 7.2 Preview is now live (build 42.15851)!

hey everyone,   the blog post announcing release : http://blogs.adobe.com/edgereflow/2014/03/25/preview-7-2-update/   what’s new in 7.2 (build number: 42.15851 ) ----------------------- css no longer lost when opening reflow project directly mac finder / windows explorer. adding link element no longer changes element’s size. reparenting element no longer causes sibling element move. on macs dual gpus, integrated gpu used, reduce power usage. we removed non-functional “preferences” item in edge reflow menu on mac.   release notes:   http://forums.adobe.com/docs/doc-3072   thanks, reflow team i’ve updated nifty new release, no longer seem able include edge animate compositions before. else experiencing this? More discussions in Edge Reflow CC Preview adobe

Unable to launch Creative Cloud installer

i'm consistently rejected when attempting login (with shaking/shuddering motion no error message). ideas. jaymsf sounds if being prompted enter administrator password.  part of installation process , login use log computer.  can find more details on how install adobe creative applications included membership @ install , update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html . More discussions in Creative Cloud Download & Install adobe

Thread: Ubuntu Phone questions

with new ubuntu touch devices have questions. when dock fone dock able hold graphic card or hdd , able use 2 monitors. if graphic card cant added not able use graphic intensive software , games, , sort of same storage. better still have fast desk top or lap top. still buy ubuntu fone. i doubt it, x can't hotplug graphics cards , don't think can hotplug monitors. maybe mir or wayland might support it. mobile gpus aren't bad, still able play games. wouldn't able play aaa games, wouldn't compiled arm anyway. Forum The Ubuntu Forum Community Ubuntu Community Discussions Mobile Technology Discussions Ubuntu Phone questions Ubuntu

Thread: Macbook Pro loses video during install

i attempting install 12.10 on 2008 mbp. monitor died on laptop, decided use learning box. have hooked via external dvi port. installed refind , popped in iso of 12.10. can first screen choose try, install, oem install, check disk. whatever option choose causes screen go black. can hear dvd spin , read info, cannot see anything. assuming sort of video driver issue using external monitor. thoughts? have tried other distro version? example, have mid-2010 mbp , have whole host of issues regarding graphics drivers when using 12.10 none when using 12.04 lts. i'd try using lts release (or wait few more days 13.04 lts released). i'm using 13.04 beta right , it's better, @ least hardware. Forum The Ubuntu Forum Community Ubuntu Specialised Support Apple Hardware Users [ubuntu] Macbook Pro loses video during install Ubuntu

Thread: configuring proftpd to work with openLDAP

hello. i'm trying make proftpd authenticate against openldap. openldap working, i've got owncloud setup authenticate against it. i've spent quite few hours trying proftpd same. trying sorts of different guides. can log in proftpd local admin account, not users stored in ldap. here /etc/proftpd/ldap.conf code: <ifmodule mod_ldap.c> ldapserver ldap://localhost/??sub ldapbinddn "cn=admin,dc=offset,dc=com " "adminpassword" ldapusers ou=people,dc=offset,dc=com (uid=%u) (uidnumber=%u) ldapgroups ou=groups,dc=offset,dc=com </ifmodule> p.s. mod_ldap.c loaded in other configs. i hope 1 can me. thanks Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] configuring proftpd to work with openLDAP Ubuntu

CF10, CFHTTP and SSL subject alternative names

i have ssl certificate common name doesn't match url, subject alternative name does.  common name actualmachinename.subnet.subnet.mynetwork.com , san www.prettyurl.com .  understand older versions of cf don't support this, comments regarding bug #3566218 cf10 does.  however, still getting connection failures telling me name doesn't match.   can confirm should/shouldn't work in cf10?  have imported of certs via keytool , explored of issues.  remaining issue url doesn't match cn.   tia, eric More discussions in ColdFusion adobe

Thread: Fingerprint UART

hello guys, i'm new here. have fingerprint uart reader , wanna communicate through serial port. set serial port configuration used command: stty -f /dev/ttyusb0 cs8 -cstopb -ixon raw speed 19200 send command device: perl -e'print "\xf5\x01\x00\x01\x03\x00\x03\xf5"'>/dev/ttyusb0 retrieve data device , put .txt file: cat </dev/ttyusb0 > output.txt problem: got incorrect format output =>> . i've attahced photo along thread haha.jpg ( output in image quite blur, /f5/'box'/00/00/00/00/'box'/f5) p/s: hex input , output. whenever 01,02.03 or other 00,then appear boxes. please me experts! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Fingerprint UART Ubuntu

Thread: List needed security updates

i used able run command updates tell customers why should pay me more money secure servers on regular basis. code: $ sudo apt-get upgrade -s| grep ^inst |grep security sure it's bit hacky, trick , can count them piping wc -l. problem security updates no longer specified far can tell in list or specific repository can't grep list anymore. looks repositories merged. (is documented somewhere can read on it?) how list security updates needed on ubuntu server 12.04? note: i'd accomplish without making changes file system setting separate sources.list in /etc somewhere undesirable. sarnold , rbasak in #ubuntu-server helped me come solution. i'd rather not create file, 1 /tmp not creating anyway. data in file isn't important , won't impact system activity in way i'm okay it. code: grep security /etc/apt/sources.list > /tmp/security.list sudo apt-get upgrade -odir::etc:

Thread: when i type 'Sudo su' - "User not in the sudoers file.This incident will be reported"

Image
hi all, new ubuntu 12.10, facing 2 basic problems, 1.when type 'sudo su' in command prompt, getting error message "user not in sudoers file.this incident reported" 2. when type 'visudo' getting "visudo: etc/sududoers ermission denied" tried lot of things solve issue not succesfull please me out in issue? regards, vishwa understanding new ubuntu, makes think need either 1 of things? commands not used on ubuntu system, experienced users. "sudo" have needed root privilege operation on system. errors both attributable mis-match between user name , given password. when ubuntu, installed, installing user gave password -- password on system alow "sudo" operation, including opening visudo change passwords. if don't know original password given during installation, not able execute "sudo" privileged command.

Thread: GDM problem

i have installed gdm , set default display manager. now, can't install new theme gdm, it's giving me plain theme, want use another, how can that? when searching gdm or login window in dash saying "nothing found". how can install new theme gdm. please anyone. gdm isn't themeable anymore, period, on gnome 3.6 , later. on gnome 3.4 3.2, you'll have replace default gnome-shell theme shell theme in /usr/share/gnome-shell/ folder. make sure theme switch out has gdm file in or gdm crash. gnome 3.0 requires messing gtk theme login. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help GDM problem Ubuntu

Book with 1 chapter made of 2 files: sub-chapter number (4.x) does not continue in next document

i have id-book made out of 10 indesign documents. fine, 1 thing.   one of chapters (#4) made out of 2 id documents: "chapter4a.indd“ , "chapter4b.indd". chapter number, automatically given book, correct: 4. numbering of next below level (4.x) wrong. in file „chapter4a.indd“ have sub-chapters 4.1, 4.2 , 4.3. in „chapter4b.indd“ starts yet again 4.1 instead of 4.4.   where mistake?   merging 2 id files "chapter4a.indd“ , "chapter4b.indd" 1 not option, unfortunately.   is possible let sublevel chapter number (4.x) continue after id-document change or start @ ".1" once again because it's in new document?   thanks help! i don't lot of work numbered lists, particularly multi-level, i'm sure numbering cannot cross documents way. think, though, second half document can redefine second level numbering start @ correct number, rather 1 or continue previous. More discussions in InDesign adobe

Thread: resizing

i found out when installed ubuntu formatted every thing accident , tryed install windows 7 when did find of patition gone , have big partition , samll 1 cant install windows 7 @ ..... tryed resize big partition programme called gparted didn't work ... , found logo key beside 2 partition ..... can install win 7 if thats mean formate ubuntu , howwwwwwwwwww?????? you need make new partition live cd or live usb. cannot ubuntu install because cannot resize partition using. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] resizing Ubuntu

File displacement triggered by a second import

lightroom 5: i download , store files based on date. folders auto-created lightroom. issue: when download second file set on same day, first set displaced , moved previous day. example: downloaded set of file on 3/13/14 in am. downloaded second set of files on 3/13/14 in pm. set downloaded in no longer in 2/13/14 folder can found previous day's files in 3/12/14 folder.  third consecutive day have had issue.   any thoughts? More discussions in Lightroom Classic CC adobe

Trying to create a template with adjustable text fields.

i need creat form or template adjustable text , image fields.  need have background template multiple pages when make change template make changes pages, master page of indesign.  need have text , image fields specific each page dimensions , placement controled template,but information inside page spacific.  program should use , know tutorial help? what want require elaborate programming or dealing variables in framemaker or indesign (server) dynamically generate output upon request. can of course part of features using normal variables in id e.g. pull linked images based on parameters, request sounds complex deal scenarios.   mylenium More discussions in Creative Suites adobe

Thread: Where are Gnome Shell launcher settings stored?

Image
i used able, after fresh install, deja-dup restore settings , liked. couple of months now, seems number of settings not restored. if copy of .files grsync copy, no joy. let's narrow down: gnome shell launcher settings stored? posted sgage i used able, after fresh install, deja-dup restore settings , liked. couple of months now, seems number of settings not restored. if copy of .files grsync copy, no joy. let's narrow down: gnome shell launcher settings stored? after testing test account, think i've figured out. settings in ~/.config/dconf, , though it's easy make backup copy of somewhere, seems resistant being overwritten in active session. if delete dconf directory during session, seems re-written. if delete different account, things revert default settings. can copy dconf directory account account well, , settings in

"Save for web and devices" making images saturated

Image
i have been using "save web , devices" option quite time has started make images saturated compared actual file. made no changes output settings or color management settings. when change sttings makes no difference. image saturated no matter what. idea what's going on? ready uninstall , reinstall software in hopes make problem go away, i'm hoping there easier fix. thank you these settings. same in sfw dialog?   More discussions in Photoshop General Discussion adobe

Why Won't (Alt/Click) choose a color???

so when using brush can use (alt/click) choose color, other times overlapping arrow icon , won't select color. what's going on? using ps cs 2. details needed.  clicking?  bitmap layer targeted?   exact version of cs2?  platform, mac or win? exact version of os, etc.   please read faq advice on how ask questions correctly quicker , better answers:    http://forums.adobe.com/thread/419981?tstart=0   thanks! More discussions in Photoshop General Discussion adobe

Thread: freeradius can't start debug mode radiusd -X

i'm going instructions on freeradius website , make big hubbub starting server in debug mode while configuring it. don't doubt necissary don't want move on until figure step out. ubuntu spicific instructions leave mush desired consider myself smart enough, or @ least determined enough, fill in ubuntu specific blanks on own. i've looked on place , have found people have had same problem seems threads trickel off else, dunno it's hard explain. point being nice simple , consise answer if knows of one. instructions following can found @ http://wiki.freeradius.org/guide/bas...guration-howto in short says i'm supposed run radiusd -x root. when this code: root@xxx:/etc/freeradius# radiusd -x program 'radiusd' can found in following packages: * radiusd-livingston * yardradius try: apt-get install <selected package> if install packages in uninstalls freeradius. i've tried everything. if helps here contents of freerad

Thread: Cannot connect to ethernet with wired connection - 12.10

Image
i new ubuntu (installed ubuntu 12.10 desktop on mac mini today ubuntu iso – mac mini had blank ssd on i.e. no os x @ all). first drama ubuntu installer seems setup dhcp whereas lan static ip based. anyway, ubuntu installed okay except seems have gone loopback mode , cannot find ethernet adapter on mac mini. doing 'ifconfig -a' confirms loopback. doing lspci reveals following: 01:00.0 ethernet controller: broadcom corporation netxtreme bcm57766 gigabit ethernet pcie (rev 05) tried following: setting /etc/hosts file include: 127.0.0.1 localhost 192.168.0.2 merlot wanted set /etc/network/interfaces file have: auto eth0 iface eth0 inet static address 192.168.0.2 netmask 255.255.255.0 gateway 192.168.0.1 except eth0 doesn't seem exist far ubuntu concerned. 192.168.0.1 modem/router connects directly internet. wanted edit /etc/resolv.conf specify dns name servers (3 in total) should used except resolv.conf fil

capture video to laptop

i replaced computer laptop.  trying download (capture) video sony hdr-fx1 premeier pro on laptop.  have no firewire ieee 1394 connection on laptop.  suggestions appreciate.  experienced premiere little knowledge of computers. if tape camera, must use firewire   any 3rd party software uses usb connection may create files not edit, or not edit well, in ppro More discussions in Premiere Pro CC adobe