Jump to content

joe1031

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by joe1031

  1. Pentium 4 2.2Ghz oc'd to 3.3 1024 MB Ram (266 mhz) ATI Radeon 9800 Pro 1x160 GB Maxtor HDD 2x200 GB Western Digital HDD 1x60 GB Western Digital HD 8x LG Dvd writer 4x LG Dvd writer
  2. SOLUTION The problem is that ATi's FGLRX install package is out of date with the kernel used in 10.2 (which is 2.6.11-6). So, you must patch the fglrx module source in order to successfully build a module that will be compatible with kernel 2.6.11. All the information you need is in the following thread After patching the fglrx module source, you can now build the module and install it. Hope this helps the noobs who are not unlike me :) Cheers fellow 'drake users...
  3. Hey Thac, I know you've released ATI fglrx drivers for 10.1... How would I install the latest driver for ATi 9800 pro? I've downloaded both YOUR rpm (for 10.1) and ati's official driver... neither give me 3d acceleration Any help I'd totally appreciate
  4. Hi all I just installed the latest ATI Xorg 6.8.0 drivers on my Mandrake 10.2 box. My kernel is 2.6.11 and I have the sources installed. When I try and build the module, I get the following error during sh make.sh [root@localhost build_mod]# ./make.sh ATI module generator V 2.0 ========================== initializing... cleaning... patching 'highmem.h'... assuming new VMA API since we do have kernel 2.6.x... doing Makefile based build for kernel 2.6.x and higher make -C /lib/modules/2.6.11-6mdk/build SUBDIRS=/lib/modules/fglrx/build_mod/2.6.x modules make[1]: Entering directory `/usr/src/linux-2.6.11-6mdk' CC [M] /lib/modules/fglrx/build_mod/2.6.x/firegl_public.o /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `firegl_stub_putminor': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:509: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578) /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:511: warning: `inter_module_unregister' is deprecated (declared at include/linux/module.h:574) /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `firegl_stub_register': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:531: warning: `inter_module_register' is deprecated (declared at include/linux/module.h:573) /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:562: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578) /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_get_vm_phys_addr': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1673: error: request for member `pgd' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `do_vm_shm_nopage': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2203: error: request for member `pgd' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_vm_phys_addr_str': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2573: error: request for member `pgd' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: At top level: /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2661: warning: initialization from incompatible pointer type /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_vm_map': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2722: warning: implicit declaration of function `remap_page_range' /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: At top level: /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2876: error: syntax error before '*' token /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2876: warning: type defaults to `int' in declaration of `drm_agp_module_stub' /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2876: warning: data definition has no type or storage class /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agpgart_available': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3018: error: `drm_agp_t' undeclared (first use in this function) /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3018: error: (Each undeclared identifier is reported only once /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3018: error: for each function it appears in.) /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3018: error: syntax error before ')' token /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3039: error: request for member `free_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3041: error: request for member `free_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3044: error: request for member `allocate_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3046: error: request for member `allocate_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3049: error: request for member `bind_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3051: error: request for member `bind_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3054: error: request for member `unbind_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3056: error: request for member `unbind_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3059: error: request for member `enable' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3061: error: request for member `enable' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3064: error: request for member `acquire' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3066: error: request for member `acquire' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3069: error: request for member `release' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3071: error: request for member `release' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3074: error: request for member `copy_info' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3076: error: request for member `copy_info' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agp_uninit': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3147: warning: `inter_module_put' is deprecated (declared at include/linux/module.h:578) /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agp_free_memory': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3180: error: request for member `free_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3181: error: request for member `free_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agp_allocate_memory': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3190: error: request for member `allocate_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3191: error: request for member `allocate_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agp_bind_memory': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3201: error: request for member `bind_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3202: error: request for member `bind_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agp_unbind_memory': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3212: error: request for member `unbind_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3213: error: request for member `unbind_memory' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agp_enable': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3223: error: request for member `enable' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3225: error: request for member `enable' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agp_acquire': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3271: error: request for member `acquire' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3272: error: request for member `acquire' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agp_release': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3282: error: request for member `release' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3283: error: request for member `release' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function `__ke_agp_copy_info': /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3296: error: request for member `copy_info' in something not a structure or union /lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:3303: error: request for member `copy_info' in something not a structure or union make[2]: *** [/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1 make[1]: *** [_module_/lib/modules/fglrx/build_mod/2.6.x] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.11-6mdk' make: *** [kmod_build] Error 2 build failed with return value 2 Any ideas what's going on?
  5. Thanks again Thac. You've made a Canadian Linux n00b greatful for your continued builds, YET AGAIN (LOL). In the future if my finances permit, is there somewhere I can contribute money to help you to continue do what you are doing?
  6. I hate to sound like a cheapskate, but I was hoping for a costless solution. After all, I'm using Linux 'cause it's free :) Anyone know if the community repository is safe for 10.2 RC2?
  7. Which main/config urpmi db should I use if upgrading from Mankrake 10.2 RC2? Community? Cooker?
  8. Thac, thank you very much for taking the time to compile the rpm's for us :) I'm a Linux noob (I only switched last week with no previous Linnux experience) and I'm running 10.2 with KDE3.4 as per my preferences. I only imagine how hard this task would have been to undertake without your rpm's. Cheers mate
  9. Im planning on running 3.4 and Manrake 10.2 Should I install 10.2 with the packaged KDE, and then upgrade to 3.4? Or should I install 10.2 without KDE, and then URPMI KDE 3.4 in?
  10. SUCCESS!!! Thanks ever so much... the graphical login manager now works! I'll be spending my time now reinstalling other components of the kde... cheers mate
  11. Great, thanks for the advice. I'm going to try this only after I use part image to backup my current boot drive. I'll post my results... thanks again
  12. Anyone try what this dude was saying? I am eager to see if this solves the problem.
  13. Can you walk me through what you did exactly please: you typed: urpmi mdkkdm urpmi kdebase-kdm urpmi mdkkdm That's it? I'd appreciate it if you shared with me EXACTLY what you typed (along with file version if applicable) because I am a noob and have formatted countless times in the last 3 days... Also, did you type this in a terminal window inside KDE logged in as a SU?
  14. I've already taken the liberty to give up this time. I've cleanly reinstalled 10.1. I'm a Linux noob, so I'll wait until 3.3 or 3.4 become official packages. Which KDE is released with 10.2 rc1? I loved the speed increase in 3.4, but couldn't stand the issues of compatiblity it had with pretty much everything: loggin in (LOL), file associations, mplayer, and the list goes on. I've spent an entire weekend trying to get an upgrade working flawlessly to no avail. I am waiting for the next official Mandrake update. It's not like 10.1 is obsolete or anything... in fact, I still like it very much. I wouldn't mind a speed increase though :) God luck with your endeavor havin_it...
  15. Well, I freshly installed Mandrake 10.1 (free DVD iso). Then, I added thac's URPMI database (along with his dependencies). Then, I ran urpmi kdebase (which successfully installed KDE 3.4 base). So, I CTRL-ALT-BSPC out of KDE to restart it (only, it didn't restart, it exited straight to the shell). Thereafter, any time I try and enter KDE from boot, the graphical login screen shows all users (including root and @root). Also, when attempting to login, the screen resets back to itself (the graphical login screen) 4 times, and then I fall back into SHELL. From there, I can login and startx successfuly. EDIT I meant I fall back into SHELL, not X
  16. When my computer starts up, the login box contains not just my user, but all the other system accounts adm, apache, bin and so on - root as well. Trying to login as me (or root), just bounces me back to the same screen. The 'Reboot' and 'Halt' buttons have no response. I can drop to shell, login as either myself or root, and do everything as normal. Any help would be appreciated.
  17. The only symptom I have is the one I originally quoted. Thanks for the welcome I'd love to get this problem solved
  18. I am having this problem. If anyone could please provide some help I'd totally appreciate it.
×
×
  • Create New...