PDA

View Full Version : Open GL trouble pls help!!!


phreak_or
2006-04-12, 02:00 PM CDT
hello...i've just installed fedora core 5, from an iso dvd image i downloaded from fedora.redhat.com and i have a problem with it...when i try to test an openGL screensaver it doesn't work....and also...many of the games don't work...oh...and, since i'm usig KDE, i tried to configure openGL from kinfocenter and i gor a signal 6 error...if you can help...oh...i might mention that i have a nvidia 6600gt video card

phreak_or
2006-04-12, 02:03 PM CDT
one more issue (or not) that i encountered..is that no windows partition is mounted at startup...and whwn i try to mount it from the console...i get the message...fat32 or ntfs...unknown file system...or something like that...is there a way to auto-mount the partitions at start-up?...thank you

Amr_not_Amr
2006-04-12, 03:26 PM CDT
have you upgraded the kernel to 2.6.16.-1 and then installed the latest official nVidia driver???

and to get ntfs mounted on FC you need to use packages from http://www.linux-ntfs.org/

Shakes
2006-04-12, 03:40 PM CDT
I believe that ntfs read support is actually available with the kernel, though I dunno if it's an option that is turned on by default. The link provided by Amr_not_Amr, I think provides write support and other things like that.

To mount the partition would require editing your /etc/fstab . I don't have an ntfs partition but I do have a FAT32 and my extra line for that is:
/dev/sda4 /mnt/shared vfat defaults,gid=500,users,rw,umask=000 0 0

However, I'll leave it to your google skills to check out editing of fstab as your entry would probably have several differences.

EDIT: In fact here's a link saying that the ntfs driver was included in kernel 2.6.16 and what it's features are
http://www.linux-ntfs.org/content/view/15/29/

Amr_not_Amr
2006-04-12, 08:08 PM CDT
but in FC the kernel doesn't support ntfs even for read only ... so you've either to usefrom linux-ntfs.org or you may recompile he kernel adding the support for ntfs :)