[00:17] whats name of programm controlling default browsers? in debian its x-www-browsers in ubuntu its gnome-browsers yes? and in xubuntu exo ? [00:19] afaik it is exo yes [00:55] heya, do you know if there is compression enable in btrfs in maverick? [01:00] lamiska: btrfs is a filesystem? if yes i have no idea why compression of files would not work in some filesystem [01:01] zip and tar and rar should work couse theyre just files.. [01:01] no no [01:01] and any filesystem can haz files [01:01] btrfs has feature [01:01] before it write files onto disk it compress them [01:01] but defual it is disabled [01:01] compress via zlib [01:02] http://www.google.lv/search?hl=lv&q=btrfs+compression+enable&aq=f&aqi=&aql=&oq=&gs_rfai= [01:03] i dont know [01:03] whats that? lathuania, latvia? [01:04] ouh yes hehe .. but results should be the same as in google.com [01:04] latvia [01:04] and can you tell me which filesystem is better for /boot partition [01:04] i am from slovakia :) [01:04] i was there 10y ago snowboarding and skiing [01:05] ouch [01:05] for boot im using xfs i think. and for all other i use ext4 [01:05] i feel sorry for you :D [01:05] why? [01:05] services are horrible in my country [01:08] Kangarooo: is it ok that i dont use swap? i have 4GB RAM, and never seen any usage of swap so i deleted it... [01:09] services? i dont care about them.. all was ok where i was.. im using 1st drive /swap 1024mb.. 2nd partition all whats left for /home and last partition /boot 200mb xfs.. yes u can then advanced installation and no swap.. [01:10] okey thank you very much [01:11] since 1st part of disk physicaly is on inside its faster reading.. and last partition is on end of disck physicaly so its slower for reading.. since boot is needed not often then it can be last and swap if needed then is needed to be faster then better to have it as 1st.. [01:27] Kangarooo: the address on disk has nothing to do with physical location on modern disks [01:28] aboud ssd i dont know.. that was about hdd [01:29] Kangarooo: I'm talking about hdd, there are several layers of mapping [01:29] 4 yes? [01:29] Kangarooo: depends on the particular model [01:30] Kangarooo: but the logical geometry has nothing to do with physical anymore [01:30] Kangarooo: manydisks even remap dynamically [01:30] many disks* [01:30] ive got this info about 1st beeing fater and last slower from one and somewhere read it too and noone ever has told me thats wrong even when told to some in #ubuntu [01:31] it was true 10 years ago probably :) [01:31] things got complicated since [01:32] I'm not up to date and familiar with those things myself, I just know that it's much more complex now and there is no simple rule [01:33] thouse layers u mean platters yes? [01:33] no [01:33] I mean logical layers [01:34] as in mapping disk position to address, then mapping those addresses to internal representations, then maping those representations to logical geometry as seen by the operating system [01:34] it's like a several levels of emulation [01:35] the disk that is actually accessed by the operating system is a virtual disk, emulated by the disk's firmware [01:35] and has little to do with physical locations of the bits [01:36] ok i found something here http://www.tk.k12.mi.us/vm/scenario1.jpg [01:36] that's higher level [01:41] ok but then is it possible to get if i know if hdd has 4 platters then xx gb / 4layer = size of platter so i could make 2/5 of 1 platter size to be swap then 3/5 of first rest size + size of 2nd and 3rd plater (witch are the same) + 9/10 of last platter size to be home then 1/10 last platter last left size to be boot. then at least boot will be slowest and swap fastest and some of home parts will be faster and slower and medium speed.. [01:42] couse home will be last par of 1st plater all of 2 and 3 and start of 4th plater [01:43] first, the tracks closer to the hub are recorder with lower density [01:43] second, the internal software of the disk remaps whole chunks of memory to different places [01:43] ah maybe that logical mapping does that so that all whats in 1st partition is in all 4 platters in inside of them and last partition is on outer side on all 4 platters? [01:43] sometimes even dynamically [01:44] for example, modern disks have a number of extra blocks that are used to store data from damaged disk areas [01:44] so even if some blocks get damaged, the disk still has the same capacity and is continous [01:44] (or seen as continous by the computer hardware) [01:45] most disk actually are manufactured with some number of errors on them already [01:45] because it would be too expensive to make error-less ones [01:45] then they are tested and the faulty blocks are remapped [01:46] there is also interlacing [01:46] for speed [01:46] so it may be like 1 5 2 6 3 7 4 8 [01:47] so that when you read continous area, it actually reads every second sector [01:47] there are many such tricks, all together [01:47] different for different disk models [01:48] in the end, the only way you can tell which part of a disk is faster is by actually testing it [01:51] maybe its just faster.. 3 days ago had 3 day meetings with inventors. one was with solution for scintilators witch are photon seeing sensors used in computer tomography. old method makes 1/1day and usable is only 15% of produced scintilators. his new method makes 1/10min and 80% usable. bigger costs but at end product 30x times cheaper. but theres no way to control photon way once theyr away as in hdd.. but also interesting problem witch [01:52] so for hdd maybe thats only best method- to make bad block info movability to new block [01:54] witch programm makes partition speed? [01:54] should i do it with live cd? [01:54] no idea, I'm sure there are some benchmark programs [01:55] I don't think the difference is so big anymore [01:55] remember that there are also several levels of cache, both in the disk and in the operating system [01:55] and some predictive algorithms in the disk itself [01:57] yes there is i also was reading once about one. xubuntu helps older get still fast. info about hdd partitioning would also be good for them if detected that their hdd has exact mapping [01:57] I don't think xubuntu works on disks *that* old :) [01:58] they were like 20MB big [01:59] ouh [02:02] ok sudo hdparm -Tt /dev/sda1 and sda7 [02:02] i did it 2 times for sda1 and sda7 and results were changing oly for about 1% [02:02] /dev/sda1: Timing cached reads: 368 MB in 2.00 seconds = 183.89 MB/sec Timing buffered disk reads: 52 MB in 3.07 seconds = 16.91 MB/sec [02:02] /dev/sda7: Timing cached reads: 366 MB in 2.00 seconds = 182.77 MB/sec Timing buffered disk reads: 74 MB in 3.06 seconds = 24.18 MB/sec [02:04] for timing bufered reads only decimal numbers changes [02:06] /dev/sda5: Timing cached reads: 372 MB in 2.01 seconds = 185.41 MB/sec Timing buffered disk reads: 58 MB in 3.09 seconds = 18.80 MB/sec [02:06] /dev/sda6: Timing cached reads: 394 MB in 2.00 seconds = 196.84 MB/sec Timing buffered disk reads: 74 MB in 3.03 seconds = 24.40 MB/sec [02:07] so that makes 1st parts slower.. since i did partitioning not usualy way i have sda1 5 6 7 [02:14] u should also write article couse thats interesting topic. also here i found one http://partition.radified.com/ === Kangarooo1 is now known as Kangarooo [03:07] Late evening guys, I am having an issue with Netbeans and one of its shortcut keys being captured by the Workspace utility. Apparently Alt+Insert = Adding a new workspace but it is also a crucial component of Netbeans. I cannot configure it in netbeans so how would I disable it in Xubunut? [03:07] err Xubuntu. [03:08] settings keyboart settings shortcuts.. [03:09] that unfortunately does not do the trick as it is not in the list [05:31] Suddenly today xubuntu is not showing the top and bottom panels. How can i restore it again? I'm using Xubuntu 10.10 [05:31] !panels [05:31] Did your panels disappear? Press alt+f2 and run: xfce4-panel | See also: https://help.ubuntu.com/community/XubuntuPanels | Want to theme your panels? See http://xubuntu.wordpress.com/2007/10/12/howto-set-a-background-image-for-your-panel/ [05:32] will i have to always enter it on startup? [05:32] shouldn't need to [05:32] ok thanks [05:33] but then they shouldn't have disappeared [05:41] also, i have another problem. In the display option i get only 1024x768 (0hz) resolution while my monitor supports upto 1280x1024 resolution. My video card is Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03) [05:42] check the X log - you might not have the right rates for the monitor found [05:48] * ubuXubu wades slowly thru the dark swamps which border the mysterious webworld of....Xubuntu! [06:16] How do i restore xubuntu to an earlier state? [06:16] i can't login, whenever i login to my account my screen flashes and then i get back to the login screen [06:16] it happened after i applied a patch to fix the display problem [06:17] sudo dpkg-reconfigure -phigh xserver-xorg [06:18] then what? [06:19] This should restore your original video settings. [06:19] after doing startx, it shows - "No protocol specified" [06:20] to restore xubuntu to its original state you could try this Press alt+F2.In that type xfwm4 --replace. [06:21] http://ubuntuforums.org/showthread.php?t=815738 [06:22] ok, lemme try [06:22] i can't say i have any experience actually doing it, i just read about it. [06:22] i have never had that problem yet. [06:22] is it a cli command? because i cant use GUI? [06:23] well the 1st one is a terminal command [06:23] nope doesn't work [06:23] do u have a xubuntu installation disk [06:24] i'm sick of the ubuntu's diplay problem in the intel 82845G video card. [06:24] Whenever i try a fix another problem shows up [06:25] hmmm i use an intel on board [06:25] i am on a 910GL [06:25] btw, yes i have the installation disk [06:25] well on this computer anyway [06:25] they have recovery options [06:25] ok [06:25] br [06:25] *brb [06:25] haven't used them myself [06:26] and i dunno if u have backed up all ur stuff [06:26] yikes [06:27] Hey, I have recently upgraded to Xubuntu 10.10, and have just tried playing some video - the video plays but with no sound. I was also getting pa_stream_writable_size() failed on some videos. [06:28] I tried resetting the permissions of everything in my home dir, and uninstalling and reinstalling gstreamer0.10-pulseaudio, but nothing. I have also tried VLC which has its own drivers - still no sound. [06:29] The output of the ALSA diagnostic script is at http://www.alsa-project.org/db/?f=36570ffa6475cc7c2ec9c9a62e5dccc85aaf7808 [06:29] (I'll quickly try a restart...) === pythonian4000 is now known as pythonian4000afk [06:51] turn the volume slider bar all the way to the left until it disappears and then start the video, one guy said when he does it the sound comes on? [06:51] bizarre === pythonian4000afk is now known as pythonian4000 [08:31] I think I worked it out... seems that if I connect my mobile internet first then the audio completely fails. But start playing something first and then connect the internet and it's fine. [08:33] weird [14:06] hello, my iBook G3 with xubuntu 10.04 can't use QuickCam Deluxe f. Notebook. E.g. luvcview gives Illegal Instruction or XawTV shows weird colors. Any hint, pleas? [16:51] i was wondering if there was a easy way to get all my windows apps the have the executable bit active active automaticly. [16:56] hello? [17:06] what gtk engine does the bluebird theme from 10.10 use? === `mOOse` is now known as m00se [18:37] how do I check if I have a graphics driver installed? [18:38] does your system work? [18:38] Sysi, it "works" [18:39] but I'm not using the good ATi drivers [18:40] alt+f2 "jockey-gtk" [20:51] good evening. Is there any way to install from CD over an existing installation to upgrade the installed system without losing data, especially without funny business like deleting existing home directories? [20:51] Renegade15, when you insert the cd, you should get a prompt that says a new media with a package repository is inserted, and what you would like to do with it [20:52] the installed system would probably have to give me more than a crappy excuse for a terminal for that [20:52] excuse me? [20:53] a prompt dialog, not a terminal [20:53] all I'm getting in the installed system is a shiny white terminal which will only work if I hover the cursor (hidden in the abyss that is the rest of the screen) over said terminal [20:54] so no chance for any prompts [20:55] Renegade15, well you should be able to add the cd to the sources.list manually, if nothing else. [20:55] that would be awesome [20:55] any particular path format? [20:56] Renegade15, apparently see apt-cdrom -tool [20:56] (i have no idea how that works, but...) [20:56] I see...would it matter whether I'm using the standard or alt CD? [20:57] no, that shouldn't make any difference regarding this situation [20:57] alright [21:03] hmpf [21:03] it looks good at first, but then it says it can't find the individual files [21:03] (this is *after* it already added the CD to the list of sources and extracted the package lists from it) [21:39] alright, is there a way to force aptitude to ignore a hash mismatch? [21:43] i was wondering if there is any way i can permanently get around the executable bit on windows programs with wine [21:47] jonathan, what is the problem? [21:47] Renegade15, i don't think so really. [21:47] Renegade15, is network upgrade out of question? [21:47] network upgrade wouldn't work because the POS complained about the "encodings" module of python being missing [21:48] needless to say, a python-encodings package doesn't exist, and reinstalling python and python-central did nothing [21:48] tried python-apt, too [21:48] did nothing [21:48] hmmm, because i'm having trouble where i cant set the exe files to be executable [21:49] chmod +x? [21:49] jonathan, at least from terminal 'chmod +x /path/to/exe' [21:49] can i set that command into a launcher? [21:50] jonathan, you should only need to do that once per file [21:50] oh, k [21:50] jonathan, after that, it's marked as executable [21:50] i'll try that, 1 sec [22:03] alright...for the moment, it pretends to be working [22:03] I somehow beat aptitude into submission, and thanks to having the cd as source, I don't even have to download the majority of packages [22:03] let's see what it finds to bitch about this time -_- [22:15] gn8