Jump to content

MrMorden

Members
  • Posts

    59
  • Joined

  • Last visited

Everything posted by MrMorden

  1. Adding the comma fixed the problem. Here is my fstab as it now stands: # This file is edited by fstab-sync - see 'man fstab-sync' for details /dev/hda1 / ext2 umask=0022,nls=iso8859-1,ro 1 1 /dev/hdc /mnt/cdrom auto umask=0022,user,iocharset=iso8859-1,sync,codepage=850,noauto,ro,exec,users 0 0 /dev/hdb1 /mnt/windows ntfs umask=0,ro,users,auto 0 0 none /proc proc defaults 0 0 /dev/hda6 /usr reiserfs notail 1 2 /dev/hda5 swap swap defaults 0 0 /dev/hdd /mnt/cdrom1 auto pamconsole,exec,noauto,utf8,codepage=850,iocharset=iso8859-1,managed 0 0 /dev/sda1 /mnt/removable vfat pamconsole,exec,noauto,codepage=850,iocharset=iso8859-1,managed 0 0 Thanks again!
  2. Made your changes, same result. Here's my fstab: # This file is edited by fstab-sync - see 'man fstab-sync' for details /dev/hda1 / ext2 umask=0022,nls=iso8859-1,ro 1 1 /dev/hdc /mnt/cdrom auto umask=0022,user,iocharset=iso8859-1,sync,codepage=850,noauto,ro,exec,users 0 0 /dev/hdb1 /mnt/windows ntfs umask=0 ro,users,auto 0 0 none /proc proc defaults 0 0 /dev/hda6 /usr reiserfs notail 1 2 /dev/hda5 swap swap defaults 0 0 /dev/hdd /mnt/cdrom1 auto pamconsole,exec,noauto,utf8,codepage=850,iocharset=iso8859-1,managed 0 0 /dev/sda1 /mnt/removable vfat pamconsole,exec,noauto,codepage=850,iocharset=iso8859-1,managed 0 0 I also tried removing the ro (read-only?), and changing the 0 0 at the end of the windows entry to 1 2, to match your suggestion with no success.
  3. Hello, everyone: When I try to access my windows partition as a regular user, I get... [???????@localhost mnt]$ cd windows bash: cd: windows: Permission denied [???????@localhost mnt]$ But it works as root.... [???????@localhost mnt]$ su Password: [root@localhost mnt]# cd windows [root@localhost windows]# In my attempts to solve the problem, I have attempted to use mcc to set the permissions for /mnt/windows/ for my user account to 744, and gotten the same results as above. Thank you, MrMorden
  4. I got it working; it was that X configuration utility from Nvidia that fouled things up. Fortunately, it saved the previous version of xorg.conf, which I reverted to. Thanks for your help! -MrMorden
  5. I'm afraid I don't know all the information that site asks for.
  6. I was using the MCC "configure your monitor." Edit: clarification
  7. ...and I managed to make it worse. In further attempts to find a solution, I opened up MCC, went to "configure your monitor," and changed it to a 1280x1024, 60 Hz (I have an LCD monitor, so I didn't think the refresh rate would matter) Now X won't come up at all, and I had to reboot back into Windows to make this post. I tried reinstalling the drivers again and let it run that X configuration utility, and the Nvidia splash screen comes up before dropping me to a command line. Help! Thanks again, MrMorden
  8. I recently reinstalled my drivers because I upgraded to a GeForce 6800. My desktop had been set to 800x600, so I told it to go back to 1280x1024. When I did so, it gives me more desktop space, but the extra space appears off the edge of the screen! To see my entire desktop, I need to move the cursor to the edge of the screen so it scrolls. In my attempts to fix this problem, I searched google.com/linux for Desktop does not all appear on screen Desktop doesn't all appear on screen I also tried rebooting, and I also tried reinstalling the drivers and let it run that X configuration utility that comes with the NForce drivers. Thank you, MrMorden
  9. What did you do to solve your problems? Others may be having the same difficulties.
  10. MrMorden

    Anarchy Online

    Well, there's bad news, then good news and then more bad news. The bad news is that Anararcy Online doesn't have a Linux client, which means that it won't work out of the box. The good news is that Anarchy Online is an officially supported title for Cedega, a program that is meant to run Windows games on Linux. The more bad news is that, despite it's status as "officially supported," there is still some chance (pretty small since it's playability rating is 4 out of five, and the "Unnoficial TransGaming wiki" says that the game works with no problems) that you won't be able to get it to run on your system. Furthermore, unlike Linux, Cedega is not free software, so you will have to pay for it. The price is $15 for the first three months, and $5 for every month afterwards. The $5/month is the cost you pay for upgrades; canceling your Cedgea membership will not break Cedega. Your chances are better if you have an nVidia graphics card instead of an ATI card, since nVidia's Linux drivers are orders of magnitude better. Here are some useful resources: http://www.transgaming.com http://www.transgaming.org http://cedegawiki.sweetleafstudios.com/wiki/Anarchy_Online Hope this helps! MrMorden
  11. Amen MrMorden Amen .. :D <{POST_SNAPBACK}> I'm kind of surprised that Linux doesn't advertise itself more extensively on these grounds. People can say "OMG Linux does all of the same things that Windows can do for you!" (If "you" means a typical user.) But until people percieve a NEED that Linux can fulfill that Windows can't (cheaper, more secure) then people will stick with the default. (Windows...unless they shop at WalMart. And who wants to do that? And who wants their OS associated with WalMart in any case?)
  12. I used to use Cedgea to handle all of my Windows gaming needs (Temple of Elemental Evil) and the other game I was really interested in (Neverwinter Nights) runs natively. However, I recently bought Battlefield 2. When they get BF2 working in Cedgea, I'll transfer that over. However, until Linux gaming support improves, I'm going to need to keep Windows around to handle any new games that I decide that I absolutely must have. (BF2 has been the first such game since ToEE) I don't consider dual booting "betraying the movement" at all because I don't consider myself a part of any OSS "movement." I use Linux because it fills a need that Windows doesn't; namely, a stable OS that isn't quite so vulnerable to the remote-exploit-of-the-week, spyware, viruses, &c, and also doesn't require new hardware. (So OS X doesn't fit the bill.) Edit: Style, precision Edit2: Spelling
  13. Hello again, people: I just upgraded to 10.2 (aka LE 2005) and I'm having problems with permissions again. Under 10.1, I would go to MCC and set rules regarding permissions for non-root users. However, MCC>Security>Permissions is gone in 10.2! How do I properly set permissions in 10.2? In my attempts to solve the problem, I searched www.google.com/linux for how to set permissions Mandrake 10.2 mcc how to set permissions Mandrake 10.2 how to "set permissions" Mandrake 10.2 and a few other variants. Thank you, MrMorden Edit: Clarification [moved from Terminal Shell Commands, etc by spinynorman]
  14. I basically play NWN. Since that's what my computer gaming has been reduced to recently, Linux fits my needs just fine.
  15. Hrm...well, here's what happend. I didn't mess with the glxgears window. My desktop resolution is 1280x1024, I checked that. So I went to mcc and checked my color depth; it was 16 bits. So I changed it to 24 bits and restarted my session. Still getting 8706 FPS. To be EXTRA sure, I went to Xorg.conf and changed all of the "depth" vaules to 24. Still getting 8700 FPS. I'm using the 2.6.10 kernel with the nitro-4 patch. Could nitro-4 be nailing my color depth down to 16 bit?
  16. Wait a sec; shouldn't this card be outperforming mine? (GeForce FX 5900 Ultra)
  17. If you don't have anything particularly important on your Linux partition, the best thing to do may be to simply reinstall. It may sound trite and unhelpful, but it's probably the least energy-intensive way to get back to a working state. If you have the stomach for it, you can try to reproduce your error. If not, you can just be glad it's working again.
  18. Oh yeah, I just got done with a round of NWN, and my computer's performance is MUCH improved. B)
  19. Now that I've gotten direct rendering working, I'm getting about 8700 FPS at 1280x1024 and at the size that the window pops up, which is almost a 3x gain over my previous values. :o Am I going to see that kind of performance gain throughout, like in Neverwinter Nights or Vegastrike? B) Edit: Added resolutions
  20. Fixed the problem by installing the newest nvidia drivers, or 7664 as of the time of this writing. Edit: Specify which drivers
  21. After re-intalling the NForce drivers, it worked! Thank you thank you thank you! I'll have to remember that trick.
  22. Hello, people: I just compiled and installed the 2.6.10 kernel with the nitro patch...and now sound isn't working. When I went to Services in MCC to try and start ALSA from there, it says that the service is indeed stopped. When I try to start it, I get: Doing alsactl to store mixer settings...[OK] Shutting down ALSA sound driver(version 1.0.8rc2):Fatal: Modules snd-seq-oss not found FATAL: Module snd-pcm-oss not found FATAL: Module snd-mixer-oss not found [OK] grep: /proc/bus/usb/devices: No such file or directory grep: /proc/bus/usb/devices: No such file or directory ALSA driver (version 1.0.8rc2) is already running grep: /proc/bus/usb/devices: No such file or directory grep: /proc/bus/usb/devices: No such file or directory grep: /proc/bus/usb/devices: No such file or directory grep: /proc/bus/usb/devices: No such file or directory I used /sbin/lsmod to find onle one module loaded (?!), nvidia_agp I tried searching for snd-seq-oss, and I found a file named /usr/src/linux-2.6.10/sound/core/seq/oss/snd-seq-oss.o I tried typing modprobe snd-seq-oss with no luck. So I tried to pull up ALSA mixer, which says that a dummy card is being used. So then I pulled up KMix. The KMix speaker icon appears grayed out, instead of its usual green. KMix seems to know about both the dummy card and my normal Nforce2 card. Switching between the two cards in KMix has no effect. I thought it might be a matter of telling ALSA which card to use. So I went to google.com/linux and tried the following search strings: how to set NForce2 card alsa how to set dummy card alsa With no luck. I can still boot into my old kernel and get all the functionality back, but I have no clue what's causing my current configuration to break. Anyone have any useful insight? Thank you. Update: I found that Kmix was grayed out because it was muted. So I unmuted it. Still no sound. Edit: Kmix, not Dmix
  23. Nevermind, I figured out I was applying it to the wrong kernel...ha...I feel stupid now.
  24. Hello, people: Has anyone attempted to apply the ck2 patchset for the 2.6.12.1 kernel and gotten the following error? patching file Makefile Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej And here are the contents of Makefile.rej: *************** *** 1,8 **** VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 - EXTRAVERSION = - NAME=Woozy Numbat # *DOCUMENTATION* # To see a list of typical targets execute "make help" --- 1,8 ---- VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 + EXTRAVERSION =-ck2 + NAME=Baby Cigar # *DOCUMENTATION* # To see a list of typical targets execute "make help" Should I even be worried about this?
×
×
  • Create New...