Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 163 matches

Go to advanced search

Advanced search
Search found 163 matches
  • Page 1 of 7
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Next
by XST1
Thu Mar 24, 2005 9:56 pm
Forum: Portage & Programming
Topic: (C) EOF not working in gcc
Replies: 3
Views: 791

(C) EOF not working in gcc

I made a simple program to test EOF, yet I can't get it to function properly. Heres my code:

#include <stdio.h>
main()
{
int c;
c = getchar();
while (c != EOF)
{
c = getchar();
}
}


I can never get out of that while loop, even when I just hit enter (which should be EOF). Anyone know why it ...
  • Jump to post
by XST1
Wed Feb 16, 2005 1:14 am
Forum: Portage & Programming
Topic: Picking out the right file when ls | greping
Replies: 5
Views: 1190

say I had "myfile.exe" stored in $a. How would I delete only the ".exe" part of it (without the quotes)?
  • Jump to post
by XST1
Tue Feb 15, 2005 11:44 pm
Forum: Portage & Programming
Topic: Picking out the right file when ls | greping
Replies: 5
Views: 1190

Picking out the right file when ls | greping

I'm writing a script where I have to use ls | grep and search for a file in the current directory. I am assigning the name of this file to a variable so it needs to be precise. My only problem is that the file that I am grepping for has a brother which happens to have a different extension. I want ...
  • Jump to post
by XST1
Mon Feb 14, 2005 12:02 am
Forum: Installing Gentoo
Topic: gentoo on non-bootable laptop, one bay
Replies: 1
Views: 706

gentoo on non-bootable laptop, one bay

I'm going to install gentoo on an old laptop which doesn't boot cdroms in BIOS and only has one bay.

I'm trying to figure out how I would do this.

One idea I came up with was to possibly reformat the hard drive, then install some type of boot loader (maybe grub? I have no idea.) which tells it to ...
  • Jump to post
by XST1
Sat Feb 12, 2005 3:48 pm
Forum: Desktop Environments
Topic: Xorg 6.8.2 released
Replies: 87
Views: 16438

Whats the best way of updating to x.org 6.8.2? Im thinking of just doing a simple 'emerge unmerge xorg-x11' and 'ACCEPT_KEYWORDS=~x86 emerge xorg-x11'

Also, on the change log it says:
ATI "radeon" video driver

I'm slightly confused by that. Does that mean I don't have to deal with the ati-drivers ...
  • Jump to post
by XST1
Wed Feb 09, 2005 1:14 am
Forum: Multimedia
Topic: kmplayer wont open dvds
Replies: 5
Views: 1206

Headrush wrote:Try

Code: Select all

emerge libdvdcss
Its an encrypted DVD and you need this library to decrypt it.
Believe it or not, that is also merged, and works great with xine. Now why the hell wont mplayer pick it up?
  • Jump to post
by XST1
Tue Feb 08, 2005 11:37 pm
Forum: Multimedia
Topic: kmplayer wont open dvds
Replies: 5
Views: 1206

kmplayer is just a frontend for mplayer, the problem resides in the mplayer package. Reading /usr/share/doc/mplayer-1.0pre5/DOCS/HTML/en/dvd.html and making sure mplayer was compiled with DVD support would be a start ("dvd" USE flag). I may have the mplayer version in the directory name wrong, look ...
  • Jump to post
by XST1
Sun Feb 06, 2005 8:47 pm
Forum: Multimedia
Topic: kmplayer wont open dvds
Replies: 5
Views: 1206

kmplayer wont open dvds

I did an emerge on kmplayer and it reads everything fine except dvds. I set the dvd path to /dev/cdroms/cdrom1 and it says opening dvd and does nothing else. When I go to type in /dev/cdroms/cdrom1 in url path, it opens the dvd fine but then the audio and the video go very fast and eventually ...
  • Jump to post
by XST1
Fri Feb 04, 2005 3:45 am
Forum: Portage & Programming
Topic: emerge dependencies
Replies: 1
Views: 466

emerge dependencies

I emerged xine-ui a while back when I created my gentoo system, and when I did this, it also emerged many other dependencies, such as win32 codecs and the xine library. Is there a way to unmerge xine-ui and its dependencies and then re emerge xine-ui and its dependencies? When I unmerge xine-ui, i ...
  • Jump to post
by XST1
Thu Feb 03, 2005 2:21 am
Forum: Portage & Programming
Topic: portage on FreeBSD
Replies: 4
Views: 1207

portage on FreeBSD

I really enjoy using portage. Its the only package manager i've ever used, and I don't think I can live without it. Point being, theres a couple of tutorials off the dev-gentoo site ( http://dev.gentoo.org/~ka0ttic/doc/fbsd-install.html or http://dev.gentoo.org/~g2boojum/bsd.html ) which point to a ...
  • Jump to post
by XST1
Wed Feb 02, 2005 3:54 am
Forum: Kernel & Hardware
Topic: Updating my kernel question
Replies: 4
Views: 1906

without starting a new thread:

What kind of optimizations are there between gentoo-dev-sources and dev-sources. What (roughly) has gentoo done?
  • Jump to post
by XST1
Wed Feb 02, 2005 3:45 am
Forum: Kernel & Hardware
Topic: Updating my kernel question
Replies: 4
Views: 1906

Updating my kernel question

I'm thinking about updating my kernel every time a new revision comes out (ie. i have 10 im going to update to 11, then 12 and so on). Would it be possible to always use the same .config file instead of making menuconfig and reconfiguring everything myself again? Or could I possibly be missing some ...
  • Jump to post
by XST1
Mon Jan 31, 2005 10:21 pm
Forum: Portage & Programming
Topic: typeset not working
Replies: 1
Views: 976

typeset not working

I cant get typeset working for some reason.... heres my script:


#!/bin/bash

for parameterList in $*
do
typeset -u parameterList
echo $parameterList
done



heres the warning I get:

typeset: usage: typeset [-afFirtx] [-p] name[=value] ...

-u should be an argument of typeset (-u is used to ...
  • Jump to post
by XST1
Mon Jan 31, 2005 4:20 am
Forum: Desktop Environments
Topic: How to stop kde kicker from loading
Replies: 13
Views: 1241

new problem. Now that I got rid of the kicker, I cant use the "start applications" or K button on my ksmoothdock. Anything I can do?
  • Jump to post
by XST1
Mon Jan 31, 2005 4:01 am
Forum: Desktop Environments
Topic: How to stop kde kicker from loading
Replies: 13
Views: 1241

figured it out... changed #!/usr/bin/bash to #!/bin/bash and it worked.
  • Jump to post
by XST1
Mon Jan 31, 2005 3:48 am
Forum: Desktop Environments
Topic: How to stop kde kicker from loading
Replies: 13
Views: 1241

now i determined that if i name it start as opposed to start.sh it loads up kwrite when i start kde.
  • Jump to post
by XST1
Mon Jan 31, 2005 3:42 am
Forum: Desktop Environments
Topic: How to stop kde kicker from loading
Replies: 13
Views: 1241

damn it still doesn't work... one second its working another second it doesn't. I even tried making a whole new file and autostart doesnt do anything. Very odd, ill have to keep experimenting.
  • Jump to post
by XST1
Mon Jan 31, 2005 3:30 am
Forum: Desktop Environments
Topic: How to stop kde kicker from loading
Replies: 13
Views: 1241

Ok... I'm almost there. It turns out yes, I put the full path and it works... Now for the bad news. For some odd reason my start.sh file I put in autostart does not run automatically. I did do a chmod 754 on it and when I go to the console manually and type 'bash start.sh' it loads up everything ...
  • Jump to post
by XST1
Mon Jan 31, 2005 3:24 am
Forum: Desktop Environments
Topic: How to stop kde kicker from loading
Replies: 13
Views: 1241

Did you use the full path to ksmoothdock?

no, I just typed ksmoothdock, ill try the full path now.... also, maybe its because I have to fully restart my computer to reload kde? Just doing a K.... Logout, sending me back to the shell doesn't fully shutdown all kde processes. Is there a way to kill ...
  • Jump to post
by XST1
Mon Jan 31, 2005 3:18 am
Forum: Desktop Environments
Topic: How to stop kde kicker from loading
Replies: 13
Views: 1241

Before I try to remove anything I just realized another problem:

I tried getting ksmoothdock working by making a shell script in ~/.kde/Autostart but for some reason, it fails to load. I can type any other program like kompose and it loads but for some reason ksmoothdock wont work. Any other ideas ...
  • Jump to post
by XST1
Mon Jan 31, 2005 2:47 am
Forum: Desktop Environments
Topic: How to stop kde kicker from loading
Replies: 13
Views: 1241

How to stop kde kicker from loading

I ended up getting KSmoothDock working and I would like to stop my kicker from loading up at startup. Anyone know where or how I would do this? Thanks.
  • Jump to post
by XST1
Wed Jan 26, 2005 4:50 pm
Forum: Kernel & Hardware
Topic: help with linux reading windows partition
Replies: 6
Views: 2911

Yes, I managed to get it working in Konqueror with super user mode. Now I have a different issue. It turns out that I can copy data from /mnt/windows to anywhere else, but I can't copy or write data to /mnt/windows, even in root mode. Any ideas on that?
  • Jump to post
by XST1
Sat Jan 22, 2005 9:26 pm
Forum: Portage & Programming
Topic: emerging a specific version
Replies: 1
Views: 455

emerging a specific version

I want to emerge a specific version of xine-ui. The latest unstable version is 0.99.3 and the latest stable version is .0.9.23-r2. I want to emerge a version inbetween which exists in the portage tree (0.99.1). How would I go about doing this?
  • Jump to post
by XST1
Sat Jan 22, 2005 8:33 pm
Forum: Kernel & Hardware
Topic: help with linux reading windows partition
Replies: 6
Views: 2911

help with linux reading windows partition

I compiled the kernel with NTFS write/read support. My fstab looks like this:

# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren ...
  • Jump to post
by XST1
Wed Jan 19, 2005 6:55 pm
Forum: Kernel & Hardware
Topic: use vmalloc to increase size
Replies: 4
Views: 2340

Paladine01 wrote:Use vmalloc=<size> in your kernel arguments. Try experimenting with different size values until you can boot.
Where would I add the aguments.... in my grub.conf file?
  • Jump to post

Search found 163 matches
  • Page 1 of 7
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic