Posts

full screen aspect ratio

hello, i hopeing find solution annoying problem experiencing , hope can help.   problem: on sites when watch videos , go full screen picture becomes stretched. looks fine in small player, , full screen has no options change aspect ratio. have searched every answer problem no luch, hense why here last attempt. i have win 7 32bit, have hardware acceleration turned off, in 1920 x 1080p resolution.   i suppose know if can manually change aspect ratio of full screen player seems use player installed on pc.   any stop me going bald cheers soleous007 this might problem video player being hosted sites.  don't know of user settings allow change this, i've seen done programmatically.   does occur youtube? More discussions in Using Flash Player adobe

Thread: 10.04 locks up after login

i'm running ubuntu 10.04 64 bit , problem i'm having log in screen goes purple , system locks @ point requiring reboot. have tried different options in boot menu, older kernals, , same thing of them well. able access recovery mode, when try boot in low graphics mode fails again. i'm running using livecd. if need info, ask, , thank in advance. what video card running? have tried nomodset? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] 10.04 locks up after login Ubuntu

How to use JavaScript with Radio Buttons selected to assign a variable a value

hi everyone, kinda new java , trying build form job leave requests.  issue trying assign variable value whether 1 radio button or clicked.  mutually exclusive following information:    name:  radio tooltip:  choice button style:  check radio button choice:  yes (this export value believe though don't quite know how use properly)   neither checked default if 1 checked have variable set text "approved" , if other radio button checked set variable contain "disapproved"   here code , in advance all:   var s_auth; function auth() {   if (radio.value == "yes") { var s_auth = "approved";   } else { var s_auth = "disapproved";   } }   var employee = this.getfield("emp_name").value; var supervisor = this.getfield("supervisor").value; var leave_type = this.getfield("dropdown2").value; var ctoaddr = name@emailaddy.com ; var cccaddr = this.getfield("email").value; var cbenaddr = this.getfield("sup_em...

Thread: How to block entirely an access to a web site?

hi. i'd know how block entirely web site.... her's i've done: terminal..... sudo gedit /etc/hosts after i've write 0.0.0.0 www.mysite.com when enter site can't see it..... chronology i've entire site...... example i've www.mysite.com/page1 i've tried change hosts into 0.0.0.0 www.mysite.com* after have put * can see again main page.....what can block enirely access web site? tnx answers!!!!!!!!!!!!!!! best regards. try adding /etc/hosts: 127.0.0.1 www.mysite.com save , restart networking, or reboot computer. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to block entirely an access to a web site? Ubuntu

Got error after uploading files and cant install - Joomla! Forum - community, help and support

Image
hello. been awhile since had websites thought again using latest joomla install. i uploaded files , think set file permissions correctly when go install url installation page errors on top , bottom , wont let me go farther. the errors follows. top errors = warning: session_start(): open(/home/content/67/5742067/tmp/sess_jhncghqant7i86ip2qa16iv0c4, o_rdwr) failed: no such file or directory (2) in /home/content/67/5742067/html/libraries/joomla/session/handler/native.php on line 260 warning: session_start(): cannot send session cache limiter - headers sent (output started @ /home/content/67/5742067/html/libraries/joomla/session/handler/native.php:260) in /home/content/67/5742067/html/libraries/joomla/session/handler/native.php on line 260 bottom errors = warning: session_write_close(): open(/home/content/67/5742067/tmp/sess_jhncghqant7i86ip2qa16iv0c4, o_rdwr) failed: no such file or directory (2) in /home/content/67/5742067/html/libraries/joomla/session/handler/native.php on line 194 warn...

ID 5.5 deleting pages and content without reflow

i'm designing big book, , author has decided move location of 10 pages of notes beginning end of book.   no problem moving pages end, can't life of me rid of pages original locations. when deselecting "smart flow" in preferences/type, text wants reflow. because of book poetry, pages have different-sized text boxes, , don't want have resize every single page because program insists on reflowing everything.   right now, have blank pages (em-dashes page breaks) in each of pages want remove. i'd able snatch them out & done program doesn't allow it.   can me this? i'm in indesign 5.5 on mac.   thanks, janet threaded text tricky work with. if delete pages, text ont hose pages not delete, reflows next page. need select text want move, cut, delete pages on. add new pages want be, , paste. More discussions in InDesign adobe

Thread: Nvidia installer on custom kernel with SSD drive

Image
ok here's trying do. i've ordered ssd drive , want if not compiling in ram conserve ssd writes. i've got 8/gig ram , have set /tmp , /run/shm (used /dev/shm) in fstab utilize memory. works fine , able compile in temp directories. problem i'm having in trying install nvidia drivers on custom kernel . after compiling kernel i'm trying move source directory drive (partition) , create sym link drive in /lib/modules/<kernel version> nvidia installer can find source.nvidia finds ok , gets halfway thru compiling kernel headers , errors out. @ log , giving permissions error /scripts/recordmcount file in source directory. can move source directory anywhere on original drive , change symlink point , works fine. permissions on second drive set 777 , show correctly. posted bobhuber ok here's trying do. i've ordered ssd drive , want if ...