Re: [gentoo-user] Projector on my laptop

2006-12-27 Thread Octavio Ruiz (Ta^3)
 I have an Acer Aspire 5002 WLMI laptop running gentoo.

You did not mention you video card, so I hope this example for VGA and SVIDEO 
output (multihead and standalone)
on i915/i810 chipsets helps.

 My xorg.conf? what do I have to change?

Relevant parts:

Section ServerFlags
# Option DefaultServerLayout Multihead_Layout
# Option DefaultServerLayout Projector_Layout
# Option DefaultServerLayout TV_Layout
  Option DefaultServerLayout Default_Layout
  Option AllowMouseOpenFail  True
  Option blanktime   15
  Option standbytime 15
  Option suspendtime 30
  Option offtime 60
  
EndSection
  
Section ServerLayout

  Identifier Default_Layout
  Screen 0   Screen_Default 0 0
  InputDeviceDell_Keyboard  CoreKeyboard
  InputDeviceDell_Touchpad  CorePointer
  InputDeviceMouse_USB  SendCoreEvents
  
EndSection
  
  
Section ServerLayout
  
  Identifier Multihead_Layout
  Screen 0   Screen_LCD LeftOf 
Screen_VGA_Monitor
#  Screen 0   Screen_LCD Below 
Screen_VGA_Monitor
  Screen 1   Screen_VGA_Monitor
  InputDeviceDell_Keyboard  CoreKeyboard
  InputDeviceDell_Touchpad  CorePointer
  InputDeviceMouse_USB  SendCoreEvents
  Option Xinerama   On
  
EndSection
  
  
Section ServerLayout
  
  Identifier Projector_Layout
  Screen 0   Screen_LCD LeftOf 
Screen_VGA_Projector
  Screen 1   Screen_VGA_Projector
  InputDeviceDell_Keyboard  CoreKeyboard
  InputDeviceDell_Touchpad  CorePointer
  InputDeviceMouse_USB  SendCoreEvents
  Option Xinerama   On

EndSection


Section ServerLayout

  Identifier TV_Layout
  Screen 0   Screen_TV_LCD  LeftOf Screen_TV_SVIDEO
  Screen 1   Screen_TV_SVIDEO
  InputDeviceDell_Keyboard  CoreKeyboard
  InputDeviceDell_Touchpad  CorePointer
  InputDeviceMouse_USB  SendCoreEvents
  Option Xinerama   On

EndSection


Section Device

  Identifier Intel_915
  Driver i810
  VendorName Intel
  VideoRam   131072
  BoardName  915GM/GMS/910GML Express Graphics
  BusID  PCI:0:2:0
  Option VBERestore  true
  #Option MonitorLayout   CRT,LFP
  #Option MonitorLayout   TV,LFP
  Option Cloneoff

EndSection

Section Device

  Identifier Intel_915_S0
  Driver i810
  VendorName Intel
  VideoRam   131072
  BoardName  915GM/GMS/910GML Express Graphics
  BusID  PCI:0:2:0
  Option VBERestore  false
  Screen 0 
  Option MonitorLayout   CRT,LFP

EndSection


Section Device

  Identifier Intel_915_S1
  Driver i810
  VendorName Intel
  VideoRam   131072
  BoardName  915GM/GMS/910GML Express Graphics
  BusID  PCI:0:2:0
  Option VBERestore  false
  Screen 1
  Option MonitorLayout   CRT,LFP

EndSection

Section Device

  Identifier Intel_915_TV_S0
  Driver i810
  VendorName Intel
  VideoRam   131072
  BoardName  915GM/GMS/910GML Express Graphics
  BusID  PCI:0:2:0
  Option VBERestore  false
  Screen 0 
  Option MonitorLayout   TV,LFP

EndSection


Section Device

  Identifier Intel_915_TV_S1
  Driver i810
  VendorName Intel
  VideoRam   131072
  BoardName  915GM/GMS/910GML Express Graphics
  BusID  PCI:0:2:0
  Option VBERestore  false
  Screen 1
  Option MonitorLayout   TV,LFP

EndSection


Section Monitor

  

Re: [gentoo-user] xmms alternative

2006-11-26 Thread Octavio Ruiz (Ta^3)
audacious is  a good one!
how come? How come nobody mentioned mpd? now that's lite and it has all
one could want(based on it's clients): command line interface, gtk, qt u
name it as for functionality as well pick a client based on what u want,
now mpd with sonata as client consumes less resources(not by far) than
xmms did; also sonata worked out of the box with my multimedia keys

Yai, well, mpd is awesome but I started to have problems with non
ASCII chars on filename like Múm [1]...they does not index and I dont
have any clue.. but anyway I did not tried to investigate a little more
about that..

Audacious is a good XMMS replacement which seems to need more development and
more users/bug reports.. and it just works. :)


[1] http://www.last.fm/music/m%C3%BAm?q=m%C3%BAm

-- 
Octavio Ruiz Cervera
Neocenter, SA. de CV.
http://www.neocenter.com/
Soluciones para Centros de Contacto y Telefonía IP
Tel.: (+52 55) 8590-9000 Ext. 9016
Cel.: (+55 55) 5514-087790
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: bash_history

2006-03-19 Thread Octavio Ruiz (Ta^3)
Tim Kruse, who happens to be smarter than you, thinks:
 * On 18.03.2006 Neil Bothwick wrote:
  On Sat, 18 Mar 2006 10:17:19 +0100, Tim Kruse wrote:
 
   Like you set all options in zsh ...
  setopt INC_APPEND_HISTORY  # incrementally append history to $HISTFILE
 
  Not that different from Bash then? :-)
  shopt -s histappend
 
  Do you mean the option itself or setting options? Setting
 options is not so different in the most shells I think.
 
  If you mean the option itself then ...

You also want to set,

export PROMPT_COMMAND=${PROMPT_COMMAND:+${PROMPT_COMMAND} ;} history -a

in cojuction with histappend.

-- 
It's not pretty being easy.


pgpF0svi73nlX.pgp
Description: PGP signature


Re: [gentoo-user] USB scanner (Canon LiDE 25) only recognized as root

2006-01-09 Thread Octavio Ruiz (Ta^3)
Richard Fish, who happens to be smarter than you, thinks:
 On 1/9/06, Christian Floeter [EMAIL PROTECTED] wrote:
  Richard Fish wrote:
   No similar problem here (LIDE35, genesys backend).  Take a look at (or
   post) the output of
   strace -e open sane-find-scanner -q
  [EMAIL PROTECTED] ~ $ strace -e open sane-find-scanner -q
  open(/proc/bus/usb/004/015, O_RDWR)   = 3
  found USB scanner (vendor=0x04a9 [Canon], product=0x2220 [CanoScan],
  chip=LM9832/3) at libusb:004:015

# emerge sys-apps/coldplug
# rc-update add coldplug default
# /etc/init.d/coldplug
$  sane-find-scanner -q

:)

-- 
ASHes to ASHes, DOS to DOS.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wiping unused space and/or secure erasing of files

2005-10-31 Thread Octavio Ruiz (Ta^3)
Alexander Skwar, who happens to be smarter than you, thinks:
 Dale schrieb:
 
  Those forensics folks sure are good though.  I have heard they can get
  it back even after you have wrote alternating 1's and 0's to the drive a
  dozen times.
 
 Where have you heard that? I don't think they can do that.

Yes, they can.

In a magnetic medium they are techniques to identify when a sector are
storing an 0, and before that 0 was an 1 and before that another 1... I
suppose is a high precision measurement of magnetic freqs.

-- 
People humiliating a salami!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CFLAGS setting for Intel(R) Pentium(R) M processor 1.73GHZ stepping 08

2005-10-24 Thread Octavio Ruiz (Ta^3)
Bill Roberts, who happens to be smarter than you, thinks:
 On 01:31 Sun 23 Oct , Richard Watson wrote:
  I've just got a new laptop I'm installing Gentoo on and was wondering if
  anyone could advise on the CFLAG setting I'm using. The CPU is a
  Intel(R) Pentium(R) M processor 1.73GHZ stepping 08. Currently I've set
  CFLAGS=-02 -mcpu=pentium -pipe
  --
  Thanks, Richard
  
  -- 
  gentoo-user@gentoo.org mailing list
  
 I have:
 
 CFLAGS=-02 -march=pentium4

That's right, for Dothan processors, 'pentium4m' or 'pentium4' should be
used. 'pentium-m' and 'pentium3'+sse2 are for old centrino processors.

:-)

-- 
Ego sum ens omnipotens.


pgp62cTfLhucG.pgp
Description: PGP signature


Re: [gentoo-user] emerge kernel?

2005-09-25 Thread Octavio Ruiz (Ta^3)
Alexander Kirillov, who happens to be smarter than you, thinks:
 Hi!
 Is there a way to list all ebuilds which need to be remerged after 
 kernel upgrade? Would be nice to have a special emerge target for this 
 very thing to happen automatically.
 Sasha

You may want to take a look at 'sys-kernel/module-rebuild' (A utility to
rebuild any kernel modules which you have installed.)

:-)

-- 
for ARTIFICIAL FLAVORING!!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] loopback device (lo, net.lo) cannot be brought up sucessfully at first try: SIOCSIFADDR: File exists/SIOCSIFFLAGS: Cannot assign requested address ...

2005-09-01 Thread Octavio Ruiz (Ta^3)
Alexander Skwar, who happens to be smarter than you, thinks:
 Hello!
 
 Since recently, I cannot bring up the loopback device at
 the first attempt. Running net.lo fails like this:

http://bugs.gentoo.org/104415

It's fixed now. sync and update baselayout.


-- 
Sex and drugs and UNIX.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Shell shows complete path

2005-08-29 Thread Octavio Ruiz (Ta^3)
Rajat Gujral, who happens to be smarter than you, thinks:
Hi
when i work in shell it shows me the complete path of the folder i am
in ... this make the command promt to extend to almost half the screen
.. How can i change the prompt so that it displays only the directory
i am in ..
Thnx  Rgds
Rajat

in your PS1 variable, change \w with \W

you could redefine your PS1 in your .bashrc.

:-)


-- 
if it GLISTENS, gobble it!!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] pruning /usr/portage/distfiles/

2005-07-21 Thread Octavio Ruiz (Ta^3)
James, who happens to be smarter than you, thinks:
 Hello,
 
 /usr is the only partion I seem to have trouble filling up. After
 poking around I've decided to 'prune' /usr/portage/distfiles.
 
 Before automating this action, via crontab, I'm soliciting
 any other, slicker/cooler/better method to auto prune
 /usr/portage/distfiles.

You can try yacleaner

http://gentoo.org.mx/yacleaner/


$ ./yacleaner-0.4.2alpha

Usage:
yacleaner-0.4.2alpha [ options ] [ action ]  dist | binpkg | worktmp | log 
| all 
yacleaner-0.4.2alpha --help

Options: [ --ask | --nocolor | --pretend | --verbose ]

Actions:  [ --delete ] [ --move=dir ]


For more help try 'yacleaner-0.4.2alpha --help'

The lastest stable version is 0.3

-- 
Chaste makes waste.
-- 
gentoo-user@gentoo.org mailing list