Search found 23 matches

by antiflag1980
Fri Apr 29, 2005 5:26 am
Forum: General Discussion
Topic: Got xpad working in menus
Replies: 3
Views: 12157

Ok, there isn't an option anymore for using xine in video, only for dvd so it looks like I have to edit /media/.mythtv/mplayerlaunch. find this section video) sudo /bin/nice -n -20 mplayer -fs -quiet -lircconf /media/.mythtv/lircrc -vo xv "$2" $3 $4 $5 $6 $7 $8 $9 $10 $11 $11 $12 $13 $14 $...
by antiflag1980
Fri Apr 29, 2005 4:51 am
Forum: General Discussion
Topic: Got xpad working in menus
Replies: 3
Views: 12157

Ok, I keep correcting myself here, the xpad works perfectly in mythdvd to watch a dvd, and rip a dvd I've updated my above post with the config file to map buttons for rip (0) and cancel rip (9). I just figured mythdvd didn't work because mythvideo didn't, I didn't realize that mythdvd was set to us...
by antiflag1980
Fri Apr 29, 2005 3:29 am
Forum: Q & A
Topic: question ,not sure if installed properly
Replies: 1
Views: 9420

It formats the drive but the files are still technically there until they are overwritten on the linux filesystem.
by antiflag1980
Fri Apr 29, 2005 3:25 am
Forum: General Discussion
Topic: Got xpad working in menus
Replies: 3
Views: 12157

I edited above because I didn't realize it worked in mythbrowser and mythnews and stuff so someone could probably edit the config file for a better button mapping for useful shortcuts in the browser and the other modules that it works in. Also I forgot to mention above about the xpad1 & 2 proble...
by antiflag1980
Fri Apr 29, 2005 3:03 am
Forum: General Discussion
Topic: Got xpad working in menus
Replies: 3
Views: 12157

Got xpad working in menus

In my unsucessful quest to get mythgame to work I have gotten the xpad to work in the mythv menus, doesn't work in mythgame or watching a movie, just the menus and mythweather, mythnews, mythbrowser, I haven't tested it with mythmusic or mythgallery, but better than nothing, and it took me a hell of...
by antiflag1980
Wed Dec 15, 2004 4:48 am
Forum: Bugs
Topic: need to update sudo.b0x
Replies: 1
Views: 9812

need to update sudo.b0x

Just to let you know shallax, because of I guess a change in portage tree, your sudo.b0x will no longer work because of the line

Code: Select all

emerge sudo
which now needs to be changed to

Code: Select all

emerge app-admin/sudo
because there are now two packages named sudo, app-admin/sudo & app-vim/sudo.
by antiflag1980
Wed Nov 24, 2004 7:38 am
Forum: General Discussion
Topic: HDD on DVD DRive Cable
Replies: 2
Views: 3456

It's /dev/hdb, use fdisk /dev/hdb to partition it (type ? and it'll give you a bunch of options) and then use mkreiserfs /dev/hdb1 or mke2fs /dev/hdb1 to format it, I don't recall if you need some sort of switch like -f or something to format it, you'll figure it out. and then you'll need to add a l...
by antiflag1980
Wed Nov 24, 2004 7:27 am
Forum: General Discussion
Topic: Clustering in Gentoox- Please Help Shallax!
Replies: 6
Views: 5315

I've been using a mix of xboxes and pc's in my distcc farm forever now, there is no difference than if they were normal x86 computers, the setup is exactly the same, the only thing that would matter is if there was a comp of completely different arcitechture which I recently learned when trying to u...
by antiflag1980
Wed Nov 24, 2004 7:14 am
Forum: General Discussion
Topic: Could this work? -LCD TV
Replies: 3
Views: 4556

Go for the X2VGA, you won't regret it, trying to use any computer through rca connection is always a horrible experience.
by antiflag1980
Fri Sep 03, 2004 4:53 pm
Forum: Q & A
Topic: I liked auto login, is there some way to restore it?
Replies: 3
Views: 3161

Well if I'm not missing anything gentoox specific than I think you should just comment out the line in /etc/rc.conf that say displaymanager="gdm" or whatever and make sure the line that says windowmanager= or whatever it says is correct for your wm. At least thats how you would do it in ge...
by antiflag1980
Sat Aug 21, 2004 12:29 pm
Forum: Q & A
Topic: More customizable partitions in the future?
Replies: 5
Views: 5131

Well, I'm sure since the code is now all out in the open I'm sure people like ozxodous and others who have legal xbox partitioning/formatting tools will eventually integrate the custom sizing into their software, so it's not always gonna be that if you have your hard disk partitions that are custom ...
by antiflag1980
Mon Aug 09, 2004 4:10 am
Forum: General Discussion
Topic: Replace Dvd w/hardrive, why hardly mentioned? Really easy.
Replies: 9
Views: 7790

Yeah, tried the first and it didn't work right. I'm using the second right now, but I didn't feel like making multiple partitions so I just used the second harddrive for /usr which was over 2GB and solved all my space problems. I could definitely resize rootfs now since it has like 2.6GB free.
by antiflag1980
Sun Aug 08, 2004 12:18 pm
Forum: General Discussion
Topic: Replace Dvd w/hardrive, why hardly mentioned? Really easy.
Replies: 9
Views: 7790

Is it ok to move /var /tmp /home and whatever else I decide over to hdb1 and just use a symbolic link to them for example: ln -s /mnt/hdb1/var / or is it necessary to actually make separate partitions for each of them and mount them in fstab like so: /dev/hdb3 /var reiserfs defaults,nosuid,nodev 0 2
by antiflag1980
Fri Aug 06, 2004 11:14 pm
Forum: General Discussion
Topic: Replace Dvd w/hardrive, why hardly mentioned? Really easy.
Replies: 9
Views: 7790

I think I gave up for now, I'm not too experienced with linux anyway. I didn't think of it before but couldn't I do the thing like you just said, I don't mind keeping my rootfs, I just don't have enough space in 3GB to keep everything and I have to constantly delete the portage distfiles and emerge ...
by antiflag1980
Fri Aug 06, 2004 6:32 am
Forum: General Discussion
Topic: Replace Dvd w/hardrive, why hardly mentioned? Really easy.
Replies: 9
Views: 7790

Well, that sucks. It's bootable, you mean bootable as in, when you choose to make it bootable when you make the partition in fdisk correct?