PDA

View Full Version : General Help


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024

  1. [ubuntu] Anyone fixed ATI effects yet?
  2. [xubuntu] How to prettify my Xubuntu?
  3. [all variants] patching a kernel
  4. [ubuntu] qt4's Opengl library
  5. [ubuntu] installing TiLP2- Gutsy Gibbon
  6. [edubuntu] Edu or Studio?
  7. [ubuntu] Taking Mozilla Firefox Browser Off Ubuntu
  8. [ubuntu] ie4linux only starts once until reboot.
  9. [ubuntu] Hardy Heron Vs. Gutsy Gibbon?
  10. [ubuntu] [SOLVED] Issue with Permissions - help needed...
  11. [kubuntu] Unbearably slow and problems with compiz
  12. [ubuntu] CDemu and Hardy Hereon
  13. [ubuntu] Problems getting onto packages.ubuntu.com
  14. [ubuntu] Firestart unexpectedly unload if amule is running
  15. Ubuntu for programmers,
  16. [ubuntu] compiz keeps swithing off
  17. [ubuntu] Rsync issues with moved files
  18. [ubuntu] An alternitive download to nvidia-glx-new?
  19. [ubuntu] [SOLVED] dvd drive randomly unmounts
  20. [all variants] I need some clarification on package policies
  21. [all variants] Do you recommend Google Desktop?
  22. [ubuntu] Easily install Sun's Nimbus-0.0.12 GTK theme and icons
  23. [ubuntu] my terminal window transparency ain't cool
  24. [all variants] No cursor in message box
  25. [ubuntu] Kernel Panic?
  26. [ubuntu] Pidgin can't read chinese character
  27. [ubuntu] Unable to mount the volume 'IOMEGA_HDD'.
  28. [ubuntu] compiling
  29. [ubuntu] [SOLVED] Mount?
  30. [ubuntu] SVN Error
  31. [ubuntu] opening .uif files
  32. [ubuntu] Making a printable list from a database
  33. [ubuntu] Please Help!!! Unable to enable desktop effects!
  34. [ubuntu] harddisk icons
  35. [ubuntu] Lost everything !!
  36. [ubuntu] vsFTP - HELP! How to set different directory permissions?
  37. [ubuntu] Cannot use git or SVN
  38. [all variants] .7z unzipping an entire directory
  39. [ubuntu] [SOLVED] Unable to "Accept this certificate permanently"
  40. [ubuntu] missing X11 libraries
  41. [gnome] braphical boot tool ?
  42. [kubuntu] Users
  43. [gnome] GConf backend for compiz - settings not sticking correctly
  44. [ubuntu] [SOLVED] How do I install 'install_flash_player_9_linux.tar.gz'?
  45. [all variants] OpenOffice Calc won't display gridlines
  46. [ubuntu] Help me install my Canon Pixma ip1000
  47. [ubuntu] Saving Gnome terminal sessions
  48. [ubuntu] Vlc, Movie player don't work on Compiz
  49. [ubuntu] hardy heron, get rip of the red glow when using compiz
  50. [kubuntu] amsn on kubuntu 8.04 upgrade
  51. [ubuntu] Thunderbird lock ups with Hardy
  52. [all variants] Launch app in background
  53. [ubuntu] VST plugin : out of memory
  54. [all variants] rsnapshot just backups the first interval
  55. [ubuntu] Descreption of emacs-extra package
  56. [ubuntu] [SOLVED] zope
  57. [kubuntu] awn media icons applet on Kubuntu
  58. [other] Firefox & java 6
  59. Compiz-Advanced settings
  60. [xubuntu] no main menu nothing on screen
  61. [ubuntu] not opening administration??
  62. [all variants] SSH prints /etc/motd on login
  63. [ubuntu] update error
  64. [ubuntu] [SOLVED] Panels disappear when Compiz starts
  65. [all variants] Lightest Ubuntu installation i can get?
  66. [all variants] locking desktop config
  67. [ubuntu] installing jBilling
  68. [ubuntu] Cairo-clock is too large at start up! (Hardy + Compiz Fusion)
  69. [ubuntu] Samba does not recognize my password
  70. [ubuntu] Protocols in Gaim
  71. [ubuntu] terminal customisation help
  72. [ubuntu] Windows dual boot problem with primary slave HD
  73. [ubuntu] Beryl Install
  74. [all variants] [SOLVED] rm files by filesize command?
  75. [ubuntu] Fast User Switcher Only Displays Current User on 8.04 after latest update.
  76. [all variants] HowTo - Incremental & Encrypted Backup Solution
  77. [ubuntu] MTU/DNS issue? D-Link on Orange
  78. [ubuntu] What is GVFS? I get permission denied when I rsync. Why?
  79. [ubuntu] Cannot get the cube to work in Ubuntu Studio 8.04
  80. [ubuntu] Screwed up partition and Grub errors...
  81. [ubuntu] Using Hebrew On Ubuntu Hardy Heron
  82. [ubuntu] Users disappeared from GDM login
  83. [all variants] Safe Mode
  84. [gnome] Wallpaper on second desktop gets messy when _not_ rotating cube.
  85. [ubuntu] Trouble with Themes
  86. [all variants] Firefox is becoming the new Netscape... bloated and SLOW!
  87. [kubuntu] Firefox will not display pdf
  88. [ubuntu] Pocket PC synch Evolution and SynCE
  89. [ubuntu] Cannot Configure a package
  90. [ubuntu] microphone problem
  91. [ubuntu] Tranlator Screenlet?
  92. [ubuntu] Can't reach files from ubuntu partition
  93. [ubuntu] Power management problem on Vaio
  94. [ubuntu] [SOLVED] stuck in infinite fsck loop!
  95. [ubuntu] Problems installing Nicotine+ from source
  96. [ubuntu] Latex doesn't work
  97. [ubuntu] the new official ubuntu 8.10 artwork will be blue-ish????
  98. [gnome] New clock applet intlclock not displaying weather
  99. [xubuntu] CR/LF not working in documents imported from Windows
  100. [xfce] sudo'd applications have no theme
  101. [ubuntu] Is there a scribus-ng (1.3.4) update?
  102. [all variants] Vim program - how to set key map to jump to BOF/EOF?
  103. [ubuntu] Duel Boot Shared partition.
  104. [ubuntu] Auto mounting of second HD after upgrade to 8.04
  105. [ubuntu] Ubuntu 8.04 Final Freezes
  106. [ubuntu] Black screen using LiveCD 8.04 and with VESA only 800x600 resolution
  107. [ubuntu] Help: files turned into older versions after system crash
  108. [ubuntu] [Hardy] compiz doesn't support all resolutions?
  109. [ubuntu] terminal launch in keyboard shortcuts not working
  110. [ubuntu] Had it with Hardy Heron
  111. [ubuntu] ata1.01 exception Emask...error
  112. [ubuntu] Unable to mount Pen Drive
  113. [ubuntu] Compiz 0.7.5 .debs?
  114. [ubuntu] Philips USB Sound System Not Working
  115. [ubuntu] how to install a program?
  116. [ubuntu] sun blade 1000 how good is it
  117. [ubuntu] music files wont work sometimes
  118. [ubuntu] [SOLVED] Login Window wrong resolution
  119. [ubuntu] gnome-screensaver settings in 8.04
  120. [ubuntu] What can I read emails with?
  121. [ubuntu] instalation directories
  122. [ubuntu] CCSM... Compiz Fusion Icon.. Where's it?
  123. [ubuntu] [SOLVED] unable to resolve host
  124. [ubuntu] Bluetooth Headset prob
  125. [all variants] [SOLVED] floating cubes skydome?
  126. [ubuntu] Ubuntu 8.04...has this happened to you?
  127. [ubuntu] ubuntu 8.04?
  128. [xubuntu] File Download Restrictions
  129. [ubuntu] Vmware tools for ubuntu
  130. [ubuntu] How to restrict file downloads
  131. [ubuntu] Troubleshooting sleep (aka hibernation)
  132. [ubuntu] How do I mount .iso files?
  133. Cant find menu.lst
  134. [ubuntu] delete in hardy
  135. [ubuntu] Network manager applet could not find some required resources... :(
  136. [ubuntu] Help Me
  137. [ubuntu] Samsung E900 file transfer
  138. [ubuntu] Help Installing e2salvage
  139. [ubuntu] Internet With Ubuntu
  140. [ubuntu] A couple hardy problems with Kiba-Dock, Pidgin, Firefox, Amarok, Skype, etc.
  141. [ubuntu] Frequent Hard Locks Since Last Update
  142. [ubuntu] White screen appears after restart
  143. [ubuntu] Confusing refresh rate
  144. [ubuntu] USB Drive filesystem crash - Recovery Help
  145. [ubuntu] keyboard and mice
  146. [ubuntu] Problem accessing mysql server after installation
  147. [ubuntu] HELP: Installing Spamassassin with Postfix!
  148. [all variants] Evolution w/ exchange: 100%cpu periodically?
  149. [ubuntu] Is it possible to chown future files?
  150. [ubuntu] Trying to install Adobe Reader 7.0/.1/.9
  151. [ubuntu] Keyboard not functioning on login screen
  152. [ubuntu] Function Keys (fn+key) problem
  153. [ubuntu] Conduit. How do I use it?
  154. [ubuntu] Upgrade to 8.04 from 7.10 and existing packages
  155. [ubuntu] Emerald theme manager, no buttons.
  156. [ubuntu] XML from Calc Spreadsheet
  157. [gnome] Nothing in Home directory (Hardy GNOME)
  158. [ubuntu] Firefox acting paculiar
  159. [ubuntu] Ubuntu-Debian relationship
  160. [ubuntu] I see lots of people with my problem but no real solution for why Modelines not read
  161. [ubuntu] Openoffice freezes
  162. [ubuntu] Simple application question
  163. [ubuntu] How do i install icons????????
  164. [ubuntu] Timezone Confusion
  165. [ubuntu] Triple Boot Vista/XP/Linux Help
  166. [ubuntu] Touchpad options
  167. [ubuntu] weird problem.....
  168. [ubuntu] [SOLVED] Please Help!!!!
  169. [ubuntu] Setting Monitor resolution in 8.04
  170. [SOLVED] Partman failed,Code 10,Wubi 8.4
  171. [other] [SOLVED] Forum Searches
  172. [all variants] No Sound When Compiling New Kernel
  173. [ubuntu] close an application window from command line?
  174. [ubuntu] msttcorefonts terribly pixelated
  175. [all variants] [SOLVED] Global file system search.
  176. [ubuntu] USB 5.1 soundcard??
  177. [ubuntu] 1:1 Disc copy in Brasero throws error
  178. [ubuntu] firefox won't cooperate with effects
  179. [ubuntu] Help me find a video card that plays nice with compiz fusion
  180. [ubuntu] permisson problem
  181. [ubuntu] Miro crashing
  182. [ubuntu] vhalpaper
  183. [gnome] Compiz Emerald Themes
  184. [ubuntu] [SOLVED] Programs deleted from Preferences>Sessions>Startup but still load - help!
  185. [ubuntu] Won't load GUI
  186. [ubuntu] Low Graphics Mode in Hardy
  187. [ubuntu] Double login
  188. [kubuntu] help with .zip files
  189. [ubuntu] Make Certiain Applications Independant of the System Theme
  190. [kubuntu] superkaramba aero AIO
  191. [ubuntu] 32 or 64 bit?
  192. [ubuntu] where are cookies stored in ubuntu?...
  193. [ubuntu] Ubuntu Reinstallation and Error 21
  194. [ubuntu] system menu launcher
  195. [ubuntu] Compiz keeps undoing my settings.
  196. [ubuntu] need help with nvidia 5200 video card...
  197. [ubuntu] New to Ubuntu - Looking for a few answers :)
  198. [ubuntu] Ipod Help
  199. [ubuntu] Lost my menu bar?
  200. [kubuntu] cannot get rid of all program klingons
  201. [gnome] USB drive needs a nudge to automount
  202. [xubuntu] are desktop effects possible?
  203. [gnome] applications start with blank window
  204. [ubuntu] Add/remove and update hanging
  205. [ubuntu] Unable to update Clam AV
  206. [kde] krita crashes before opening
  207. [ubuntu] Using ATI and NVIDIA card in the same system
  208. [ubuntu] Two issues: Flash players are extremely jerky and Compiz w/ videos is iffy.
  209. [all variants] Ubuntu+X-Fi+DOSBox=i cannot hear the badguys die
  210. [SOLVED] sil1364 dvi add2-n
  211. [ubuntu] Compiz downloads via. Windows
  212. [ubuntu] Gnome Panel / Defaults?
  213. [ubuntu] Drop down menu- help please
  214. [SOLVED] Have XP/Hardy (via wubi), want to add Vista - help
  215. [SOLVED] kde instead of gnome
  216. [all variants] compiz enhanced desktop zoom
  217. [all variants] How to make Gparted Live USB
  218. Host Mount has Disappeared Entirely
  219. [ubuntu] wine can't seem to find opengl libs
  220. [all variants] (Flurry) Screensaver Clock Question
  221. [ubuntu] Default icon?
  222. [all variants] The Meters In This Picture
  223. [kubuntu] kubuntu crashed
  224. [ubuntu] unable to edit files when booting in recovery mode...
  225. [gnome] [SOLVED] Script to "get rid of" gnome panel
  226. [all variants] Finding the correct Address.
  227. [ubuntu] [SOLVED] Help with Update Manager
  228. [ubuntu] Evolution; cannot open default keyring
  229. [other] quick wifi question
  230. [ubuntu] Global keybinding default change?
  231. [ubuntu] Tutorial of C++ for beginer
  232. [ubuntu] Bidirectional FTP Synchronization
  233. [ubuntu] Screen Resolution stuck at 640x480
  234. [gnome] Applying Theme: Orbital
  235. [ubuntu] How Do I create a config file under the /etc directory
  236. [all variants] stardict scan turns off on it's own
  237. [ubuntu] Web Site Creation
  238. [ubuntu] Compiz does not work on Hardy Heron
  239. [ubuntu] Post Upgrade Boot Problems
  240. [ubuntu] Nvidia Twinview second monitor works erratically
  241. [ubuntu] how can i set a timeout in the Sessions manager before running a startup program
  242. [ubuntu] Lauchers deleted after reboot?
  243. [gnome] java is killing me somebody helps
  244. [other] I want to kill Docbook
  245. [ubuntu] Need assistance with library dependancies
  246. [all variants] Looking for a webcam recommendation
  247. [gnome] How to: Multiple Xorgs?
  248. [ubuntu] Desktop effects could not be enabled
  249. [ubuntu] HELP! Simple question!
  250. [ubuntu] Toolbar Font Color. Can it be changed?