Forums

Skip to content

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

Search found 449 matches

Go to advanced search

Advanced search
Search found 449 matches
  • Page 1 of 18
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 18
  • Next
by pandaxiongmao
Wed Mar 29, 2017 6:08 am
Forum: Gentoo Chat
Topic: Gentoo is dying - a wakeup call
Replies: 172
Views: 163051

Perhaps shifting more software from main repo to overlays would relieve some of the burdens, so devs could then focus on the essentials; I'm aware that the definition of essential is ambiguous or open to various different interpretation.
  • Jump to post
by pandaxiongmao
Tue May 25, 2010 4:19 pm
Forum: Other Things Gentoo
Topic: Octave 3.2.4 won't allow me to print [SOLVED]
Replies: 5
Views: 5398

According to the mailing list, they might be working on the solution, so it might take a while before the stable version comes out.
  • Jump to post
by pandaxiongmao
Sun May 23, 2010 6:08 am
Forum: Portage & Programming
Topic: Octave 3.2.4 is missing control package [SOLVED]
Replies: 2
Views: 2607

Thanks.

I also found out that I could install it manually by using

Code: Select all

pkg install packagename.tar.gz
It appears that they might overhaul that particular package due to the amount of obsolete/outdated commands.
  • Jump to post
by pandaxiongmao
Sun May 23, 2010 5:13 am
Forum: Portage & Programming
Topic: Octave 3.2.4 is missing control package [SOLVED]
Replies: 2
Views: 2607

Octave 3.2.4 is missing control package [SOLVED]

I read that control package is no longer part of default Octave installation (unfortunately), so how do I install it?

Is the control package part of any Octave's use flag?

Thanks.
  • Jump to post
by pandaxiongmao
Sun May 23, 2010 3:12 am
Forum: Other Things Gentoo
Topic: Octave 3.2.4 won't allow me to print [SOLVED]
Replies: 5
Views: 5398

I solved the problem, and regained the capability to fill the page with plot on landscape mode by adding:

Code: Select all

orient tall
orient landscape
Before I executed the print command.
  • Jump to post
by pandaxiongmao
Sun May 23, 2010 2:27 am
Forum: Other Things Gentoo
Topic: "lpr -l" does not work; CUPS issue?
Replies: 3
Views: 2665

I did, and -o raw also failed to work.

Wait, after spending some time in octave mailing list, I assume that -l is reserved only for postscript printer, which means it won't work on CUPS. Is this correct?
  • Jump to post
by pandaxiongmao
Sat May 22, 2010 2:51 pm
Forum: Desktop Environments
Topic: No Keyboard after upgrade to xorg-server 1.7.6
Replies: 45
Views: 27395

It seems like if I perform xorg-server upgrade too soon, I'd be sitting in the front of login screen w/o being able to type anything. Thank goodness for this thread, and the fact that I haven't upgraded xorg-server yet.
  • Jump to post
by pandaxiongmao
Sat May 22, 2010 1:27 pm
Forum: Other Things Gentoo
Topic: "lpr -l" does not work; CUPS issue?
Replies: 3
Views: 2665

"lpr -l" does not work; CUPS issue?

Split from my other thread since it is no longer relevant.

I attempted to print any postscript file (.ps) by utilizing the following command.
lpr -l filename.ps
And it didn't do anything, no print job was sent to CUPS server. Removing -l option allows me to print, so I'm wondering if there is ...
  • Jump to post
by pandaxiongmao
Sat May 22, 2010 12:58 pm
Forum: Other Things Gentoo
Topic: Octave 3.2.4 won't allow me to print [SOLVED]
Replies: 5
Views: 5398

A quick fix that I performed on print.m allows me to resume the printing capability.
From
if (doprint)
if (isunix ())
prn_opt = "l";
if (doprint)
if (isunix ())
prn_opt = "";
Apparently, lpr -l is broken on my system; I attempted to reinstall cups & foo2zjs, but the procedure failed to fix ...
  • Jump to post
by pandaxiongmao
Fri May 21, 2010 7:38 am
Forum: Other Things Gentoo
Topic: Octave 3.2.4 won't allow me to print [SOLVED]
Replies: 5
Views: 5398

In case anyone is curious about the difference between 3.0.3 and 3.2.4's print.m file.

--- octave_print_dot_m_3_0_3 2010-05-20 10:00:10.000000000 -0700
+++ octave_print_dot_m_3_2_4 2010-05-20 09:49:50.000000000 -0700
@@ -1,4 +1,4 @@
-## Copyright (C) 1999, 2005, 2006, 2007, 2008 Daniel Heiserer ...
  • Jump to post
by pandaxiongmao
Thu May 20, 2010 4:36 pm
Forum: Other Things Gentoo
Topic: Octave 3.2.4 won't allow me to print [SOLVED]
Replies: 5
Views: 5398

Octave 3.2.4 won't allow me to print [SOLVED]

Since upgrading to version 3.2.4, Octave is no longer able to send the print job to printer. I recalled this happening before 3.2.4 hit stable, but now the problem persists after 3.2.4 was declared stable recently. Is downgrading to 3.0.3 the only solution? Can someone enlighten me?

I suspect that ...
  • Jump to post
by pandaxiongmao
Sat Mar 06, 2010 9:36 am
Forum: Other Things Gentoo
Topic: sys-apps/man behavior changes [FIXED]
Replies: 3
Views: 2083

Fixed.

Commenting the export LANG line on .bashrc solved it.
  • Jump to post
by pandaxiongmao
Sat Jan 30, 2010 6:10 am
Forum: Other Things Gentoo
Topic: sys-apps/man behavior changes [FIXED]
Replies: 3
Views: 2083

Thanks.

Setting the pager to /usr/bin/less did the trick, and my shortcut is back. However, I could still see the symbol, â (accented a), everywhere on the manpage, and I still cannot figure what's going on.
  • Jump to post
by pandaxiongmao
Sun Dec 27, 2009 8:43 pm
Forum: Other Things Gentoo
Topic: sys-apps/man behavior changes [FIXED]
Replies: 3
Views: 2083

sys-apps/man behavior changes [FIXED]

I just noticed it recently that I could no longer press b button on the keyboard to scroll up while reading the manpage, and a few of the manpages, such as the one that belongs to emerge , suffer from corrupted formatting perhaps as the result of the man update. Somehow, man program forgets what ...
  • Jump to post
by pandaxiongmao
Fri Nov 20, 2009 2:05 pm
Forum: Portage & Programming
Topic: Portage sync fails every time, io.c(458)
Replies: 22
Views: 25630

It seems that Georgia Tech rsync mirror is having problem today. I was connected, but then I never received the file. I was stuck on the "receiving file list..." message for a long time.
  • Jump to post
by pandaxiongmao
Sun Nov 08, 2009 8:16 am
Forum: Desktop Environments
Topic: QT upgrade
Replies: 11
Views: 1842

Why do you un-emerge qt manually every time there is a version upgrade? I've never had to do anything of the sort.
Due to the blocks imposed by the new QT version (I'm not talking about upgrading from QT3 to QT4, but between previous & next version of QT4).
Strange, is it because I don't have KDE ...
  • Jump to post
by pandaxiongmao
Sun Nov 08, 2009 7:34 am
Forum: Desktop Environments
Topic: QT upgrade
Replies: 11
Views: 1842

QT upgrade

Why on earth do I need to un-emerge qt manually everytime there is a version ugrade?

Is there any other way to upgrade QT in a normal "emerge" manner like every other programs?
  • Jump to post
by pandaxiongmao
Fri Oct 02, 2009 1:01 am
Forum: Multimedia
Topic: Vlc gui?
Replies: 14
Views: 16208

Thanks to the poster who pointed out about "qvlc" command, I was going to give up on VLC, but then I saw this thread.
  • Jump to post
by pandaxiongmao
Mon Apr 13, 2009 8:17 am
Forum: Desktop Environments
Topic: Stuck booting into unresponsive X
Replies: 11
Views: 1682

I fixed the problem by using xev & assigned the new ID (the update changed the ID from 117 to 135) of Menu to Fluxbox's RootMenu shortcut. It also solved the PageDown problem that I had.
  • Jump to post
by pandaxiongmao
Sun Apr 12, 2009 4:09 am
Forum: Gentoo Chat
Topic: eselect news is good
Replies: 47
Views: 42945

eselect news isn't intuitive; I didn't know how to use it until I stumbled upon this thread. It sucks when keyboard+mouse suddenly failed to function after xorg-server update.
  • Jump to post
by pandaxiongmao
Sun Apr 12, 2009 2:05 am
Forum: Desktop Environments
Topic: Stuck booting into unresponsive X
Replies: 11
Views: 1682

@pandaxiongmao: are you using xmodmap somewhere,
cause while menu may simply be a missing proper XkbOptions string,
a missing pagedown suggest an incorrect remaping ?
Sorry, my bad. Page down button isn't missing, but it got replaced by Menu, and Menu button no longer works.
I never recalled ...
  • Jump to post
by pandaxiongmao
Sat Apr 11, 2009 9:31 am
Forum: Desktop Environments
Topic: Stuck booting into unresponsive X
Replies: 11
Views: 1682

Maybe you got the wrong .fdi setting.
My experience was similar (keyboard & mouse stopped working right after the OS entered GUI), then I realized that I haven't performed rc-update hal default to activate hal during boot-up; it fixed the problem. The only missing keys are pagedown & menu.
  • Jump to post
by pandaxiongmao
Sun Mar 15, 2009 9:57 pm
Forum: Gentoo Chat
Topic: RSS on gentoo-portage.com got mad? :)
Replies: 3
Views: 12676

After that incident with its former server host, gentoo-portage has never been the same since.
  • Jump to post
by pandaxiongmao
Fri Mar 13, 2009 3:43 am
Forum: Desktop Environments
Topic: Firefox 3's Printing Problem (Incomplete Output)
Replies: 5
Views: 2329

paulbiz wrote:Does it show up properly in print preview? What about print to PDF or PostScript?
Yes, it does show up properly in print preview. The first page prints correctly, but not the 2nd one. I haven't tried printing a PDF file since I un-installed Acroread a few days ago & replaced it with XPDF.
  • Jump to post
by pandaxiongmao
Thu Mar 12, 2009 11:12 pm
Forum: Desktop Environments
Topic: Firefox 3's Printing Problem (Incomplete Output)
Replies: 5
Views: 2329

Flarkis wrote:looks to me like a printer driver error
Can you be specific? I think the CUPS installed on my system is working fine because other applications are able to utilize the driver w/o any problem, except Firefox 3.

If I remember correctly, Firefox 2 never exhibited this kind of behavior.
  • Jump to post

Search found 449 matches
  • Page 1 of 18
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 18
  • 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