Jump to content

Falcdragon

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Falcdragon

  1. It's a known bug with Xorg 7.2 and Mesa at the moment. Hopefully it'll get fixed next time they updated the Xorg and Mesa packages.
  2. I've 64bit Cooker running on my laptop. Most of the time there isn't really a noticeable difference in speed. As for 32bit apps they install and run quite happily. The one area were I did notice a significant speed difference was when I dumped a wave file to hard drive and converted it to ogg the 64bit version of oggenc was ~40% faster than encoding the same file on the same machine in the 32bit version of the distro.
  3. Has any one managed to get the 64b ATI drivers working properly on there system? I've managed to get it all working except the opengl acceleration. Running LE2005 64b Currently when ever I try to run an opengl app it segfaults. I'm wondering if I've missed a 32b or 64b package that needs to be installed to get it working properly as I'm running a fairly miniumal configuration. Any help would be appreciated.
  4. Right it's acctually quite easy to get working. This is all you need to do if your using one of the standard kernels. Open a terminal as su Then run modprobe powernow-k8 That loads the drivers for the Athlon64 CPU next run modprobe cpufreq_ondemand next you should run these two commands echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq What that does is inform the CPU that it should adjust it's speed to whats currently needed and secondly that the lowest speed it can scale to is 800Mhz. Then run cat /proc/cpuinfo And have a look at the CPU speed it should drop after a min or two to a lower speed if your not doing alot of stuff on your computer. Once you seen it drop or increase then you need to do this. open /etc/modprobe.preload as su and add to the bottom of the file these two lines. powernow-k8 cpufreq_ondemand Then save the file and open /etc/rc.local to which you should add the lines echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq Then save it. Your system should now throttle the cpu as is required by the apps your using. If you want to control exactly what speed the cpu is running at all the time instead of having it auto adjust you can do this instead. Get an app like CPU Frequency Scaling Monitor (A gnome applet) which allows you to adjust CPU speed or write a couple of bash files to do so. Then change the the command used above from echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor To echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
  5. I've an ASUS 2K Athlon64 3200 Ati9700 (Z81 in US I think) works pretty well managed to get everything working except suspend in 2005LE 32b. While in 64bit 2005LE managed to get every thing working accept suspend and 3d Accel. Nice and fast and well built. I get 2.5-3h Battery with the standard 6cell.
  6. Well a fun little contrast with regards to my two machines. Main Machine (laptop) ASUS A2500K Athlon64 3200+ (2Ghz 1MB cache) 512MB DDR333 ATI Mobility 9700 64MB nforce3 chipset 60GB HD DVD Burner Wireless 802.11g Running Mandrake LE2005 AMD64 with every thing (wireless, powernow etc) apart from suspend and the ATI drivers working and WinXP PRO for gaming. Fileserver/Bkup server Cyrix MII 300 (233Mhz) 128MB RAM TNT2 M64 32MB 3GB HD 40GB HD Mandrake LE2005 32bit ed only. Family machine not mine, but none the less. AthlonXP 1900+ 512MB DDR333 Geforce3 Ti200 64MB 60GB HD 120GB HD SUSE 9.2 32bit ed and Windows XP home not MDK but still...
  7. Did you make sure you set this part up correctly? If you don't do this with the ATI drivers they do tend to run slower than they should. The display driver requires POSIX Shared Memory to be enabled on the system in order to run these applications correctly. This feature should be enabled by default on most current Linux distributions, but may be disabled intentionally by some system administrators or not included in older distributions. To enable POSIX Shared Memory on your system, perform the following as root: 1. Add the following line to /etc/fstab (if it isn't there already): tmpfs /dev/shm tmpfs defaults 0 0 2. Mount shared memory as follows: mount /dev/shm 3. Issue the following command to check that it mounted properly: mount | grep "shm" If the mount was successful, then the following output (or similar) should appear: tmpfs on /dev/shm type tmpfs (rw) At this point, POSIX Shared Memory is enabled. Your 3D applications should run properly and the error message above should no longer occur. If the output from this command is blank, then the mount failed. If /dev/shm fails to mount, then this feature may not be turned on in your Linux kernel. In this case we recommend upgrading to a more recent Linux kernel, or contacting your Linux Distribution vendor for more information on enabling POSIX Shared Memory.
  8. IceStorm the reason for chmod +x filename.run is security. It allows you to control who can run certain programs. Also by making files not runable by deafult when you download them it makes it harder for Trojans and viruses to install you can't simply click on a link by mistake and have software install it's self. Also linux files often don't need or have extensions so this is away of ID ing which files are programs and which are not. Also if you haven't allready you'll want to get urpmi/RPMdrake set up so you can install other programs and security updates for linux easily. This is probably the easiest way to do it. http://urpmi.org/easyurpmi/index.php
  9. Similar problem with xp and 10.0 the way I found arround it was to boot into mandrake transfer the stuff off then delete all partions using fdisk and reinstall XP onto the unformated drive. If it's stuffed up the mbr use an older Mandrake to fix the partions (if you backed them up). Then use rescue mode and chroot to set up lilo. Transfer the stuff off then reinstall XP using the steps above. Remember this is still a demi RC and it's job IS to find these sorts of bugs so they can be fixed before 10.0 Official!
  10. Well I've had no major problems with 10rc1. Apart from having to recompile the kernel before I could get the nvidia drivers working. I think i've solved that problem now. Theres a problem with the current kernel install script which ignores the extra kernel name tag when creating the modules directory if you rename the modules directory to fix the problem the NVIDIA drivers can't work out what kernel your running and won't install or just don't work when installed. Solution is simply to create a link to the correct location or remove the extra name tag from the kernel Makefile.
  11. You could try moving .kde in your home directory just to check that 3.2's not ignoring the KDEHOME variable. Also check you ~/tmp folder it may be using that instead of /tmp.
  12. That looks like the problem I was getting earlier. What CPU do you have and what version of gcc? As gcc 3.3.1 (mdk 9.2 default) is screwed for k6,k6-2,k6-3 cpu's. While Cookers gcc-3.3.2-1 and gcc-3.3.2-2 are screwed for compiling any kernel by the looks of it. You should also check to make sure you have scsi compiled into the kernel or as modules.
  13. I think there is or was a link to some updated ISO's that someone made in the Everything linux or Mandrake install section of the forums that contained the first hundred MB's of Bug fixes and an kernel that was safe. Another option would be to google around for a guide on makeing your own isos and then make some using safe kernels. It may also be possible to creat a boot disk that doesn't use packet writing which would be safe.
  14. Already set to 1024 so that doesn't fix it for me as for dma thats all enabled. The files are ogg's mp3's and m4a's so dma shouldn't have any effect. I think it might be todo with the user programs and the ones currently being used getting higher priority in the new kernel. It also only happens so far as I've tested with esd. Alsa works perfectly haven't tried arts as I hate it. I think whats happening is that I'm using Mozilla or another similar app and I do somehing that needs alot of cpu so it bumps Mozilla to the top of the Que as it's the program that I'm currently using. In the process I think it drops esd down the list as it's a daemon process running in the background rather than a user program that I'm actively using. And the kernels supposed to favour user programs now. Of course it may just be something to do with the patches Mandrake added to the kernel.
  15. @kuchwas Yeah I noticed cooker gcc3.3.2-1 the day it came out it allowed me to compile some apps and the 2.6 kernel but the kernel would not work when I tried booting it various errors that drove me crazy. then yesterday Noticed gcc3.3.2-3 was on cooker and the change log listed fixing some errors that were stuffing up kernels. So I installed it along with Mandrakes 2.6.0-1 kernel source (supermount and every thing there :)) and the Cooker 2.6.0-1 kernel and the updated dependences (new module-init-tools, mkinitrd etc) and then configured the Mandrake sources and compiled. Booted into it loaded perfectly :D used links to get the nvidia 2.6 patches and the latest nvidia drivers. Installed them. gdm-restart and I'm in fully working 2.6.0 with supermount and Nvidia drivers! B) It's nice like the earlier versions Id played with but more stable (no hangs yet). the only problem Is that xmms using esd tends to skip abit now. Apart from that It's nice. Mozillafirebird 25 open tabs I can switch between them with out having to wait for 2-3 secs for the new webpage to be redrawn. Also 25 pages open in tabs and It's not even used the swap file! :D Linux Falcdragon 2.6.0-1csh #2 Tue Dec 23 01:26:30 NZDT 2003 i586 unknown unknown GNU/Linux
  16. Been playing around with 2.6 since about 2.5.74 most have built alright through the 2.5.7x's where rather unstable. There is a slight but noticeable preformance boost from 2.6 vs 2.4 especially when dragging windows around (eg xmms) It takes considerably longer to start lagging and the Audio doesn't lag at all. Also switching tabs in Mozilla seems a fair bit faster than running 2.4 (even 2.4mm) on a K6-2 450Mhz. The Other nice things I've noticed about 2.6 is It's alot better at managing Ram. With 2.4 I'm generally using all the System Memory (256) + about 50MB of the Swap file. With 2.6 I've generally found unless I run several large apps and a compile job it generally doesn't use more than 5 or so MB of Swap which is alot better. Currently though I'm kind of stuck with the Mandrake 2.4 kernels as theres a bug in gcc 3.3.1 that was included in Mandrake 9.2 which stuff's up K6-2's produce bad Machine code. So until Cooker gets a new version I'm kind of stuck with 2.4 as I can't be bothered trying to compile gcc 3.3.2 which fixes the problem. And I can't be bothered using the Mandrake versions (to Bloated).
  17. Nice little trick in 2.4 for nautilus. Some of you probably already know it but hey. Any way if your dragging and dropping files around your desktop in gnome or in nautilus try draging with the middle mouse button, if your mouse has one. A rather usefull little menu will pop up when you release it. Like windows's old right mouse button drag.
  18. It would appear that Mandrake 9.2 can't compile MPlayer any more, or at least MPlayer1.0pre2 and cvs version. Attempting to results in this. cc -c -O4 -march=k6-2 -mcpu=k6-2 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ilibmpdemux -Iloader -Ilibvo -I/usr/include/freetype2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -o subreader.o subreader.c {standard input}: Assembler messages: {standard input}:4975: Error: value of 134 too large for field of 1 bytes at 0000000000003610 make: *** [subreader.o] Error 1 [xxx@xxxxxxx] It appears to be caused by the new version of binutils. The Assembler is whats throwing up that error message. Any one else got this problem or found away around it? Know if it's a binutils or a MPlayer problem?
  19. Make sure your not running a firewall that will cause Bit torrent to run much slower. Also try having alook at the bit torrent FAQ that Mandrake compiled some where on the club site (I'm not a member). That might have some tips to speed it up.
  20. Well if you really want Iso's and can't wait just download cooker right now while it's still in sync with the 9.2 iso's and use mdk's mkcd tool to generate the Isos.
  21. Better than trying to test Microsoft RC's they charge you if you want to test them. (or at least they used to)
  22. If your a VB coder or just want a really easy language to learn and write basic apps (not 3d) try http://gambas.sourceforge.net Otherwise If you've a decent Machine I'd recomend trying java especially if your new to programing (though if you are I'd recomend getting a decent uni level text book). You can grab Suns latest sdk (software development kit) from http://java.sun.com theres a version that comes with NetBeans a decent IDE for it. Java's a virtual Machine language which means it will run on any machine (apparently there's a version of java for a high tech japenese toaster?) that has java installed it's abit slow (normally but can be speed up using jit's and other methods) but fairly easy and can do any thing it's also easier to understand and use than c and c++ (pointers!) while being similar. It's got it's problems but's good enough that MS pretty much copied the intire thing and tweaked it abit when creating C# (Probably the best MS Windows Language though the mono project will mean that it soon works in linux as well (My programing leacturer last year raved about it)). Also it's very modular you can often download a class that does most of what you want to do and all you have to do is make a few changes or make a gui rather than writing the whole app from scratch, it's also OO which is good. Any way you'll be able to write an app and run it in linux, windows, OSX, freebsd? BeOS? most PDA's and so on with out having to make any major changes to the app. Java's also what they teach First years at the local uni and many others. Otherwise try Borland's Kylix a decent IDE for delphi and C! Though lots of people just code straight c or c++ using emacs and the gnu tools. Other languages like pythlon are also fairly popular and easy to learn. Gambas is probably the easiest I listed though. Any way just about any language is avaliable in linux Choose one that suits you. I know some people who really like lisp and some of the functional languages!
  23. If your in kde you should be able to make a link Mozilla by right clicking on desktop. In the new menu that pops up go to new > then choose link to application I think (I run gnome). Then a box shoul pop up fill out the fields it asks for and point the command filed to where you installed mozilla eg. /home/user/Mozilla-1.4/mozilla choose an icon and ok out you should have a new icon on your desktop. As for the setting book marks etc grab a copy of /home/username/.mozilla/ before installing. It's hidden so you might need to enable show hidden files and folders under configure Konqueror. I'd really advise you to wait till Mandrake releases a version though.
  24. Run Gconf go apps > nautilus > preferences tick show_desktop.
×
×
  • Create New...