Re: User stylesheets with mozilla browsers

2010-12-11 Thread Chris Jones
On Sat, Dec 11, 2010 at 06:35:35AM EST, Joel Roth wrote: > On Fri, Dec 10, 2010 at 10:56:08AM -0500, Chris Jones wrote: > > Is there any way I could use a custom stylesheet to make my web browser > > rearrange text in two or more columns so I don't get my eyes crossed > > when I'm reading? > > >

How do I set up compiz ? No xorg.conf anymore ?

2010-12-11 Thread shirish शिरीष
Hi all, How do I set up compiz. I downloaded compiz and the compiz-manager using this wiki page. http://wiki.debian.org/Compiz I used the minimalist gtk option and then added the gnome-bit so that it works with GNOME - The WM I use. $ aptitude search compiz p cairo-dock-compiz-icon-plugin -

Re: Cannot mount floppy drive in Squeeze

2010-12-11 Thread Tom H
On Sat, Dec 11, 2010 at 9:30 PM, Stephen Powell wrote: > On Thu, 09 Dec 2010 20:11:40 -0500 (EST), Stephen Powell wrote: >> >> I don't know.  My computer does not have a USB floppy drive, that's true. >> It is a traditional AT-style floppy disk controller with two floppy >> drives.  And I can no l

Re: Cannot mount floppy drive in Squeeze

2010-12-11 Thread Stephen Powell
On Thu, 09 Dec 2010 20:11:40 -0500 (EST), Stephen Powell wrote: > > I don't know. My computer does not have a USB floppy drive, that's true. > It is a traditional AT-style floppy disk controller with two floppy > drives. And I can no longer reproduce the problem. Having a floppy > disk in the d

Re: [Semi-OT] Cropping a letterbox MPEG-2 file is easy enough...

2010-12-11 Thread Phil Requirements
On 2010-12-11 10:52:02 -0600, Ron Johnson wrote: > On 12/11/2010 02:31 AM, Phil Requirements wrote: > >On 2010-12-10 22:03:55 -0600, Ron Johnson wrote: > >>But how do I save the output? > >> > >>After reading the mplayer and ffmpeg man page and Googling, these > >>are the three methods I tried, but

Re: Barcode reader. Need help and suggestions.

2010-12-11 Thread Bob Proulx
Roman Khomasuridze wrote: > Yesterday I received barcode scanner (for credit cards) from quite unknown > chinese manufacturer. it has USB interface.manufacturer is MSR (I guess), > and model is HCC7... > Bus 005 Device 006: ID 04b4:bca1 Cypress Semiconductor Corp. Barcode Reader I have never seen

Re: Setting a default network cups printer

2010-12-11 Thread Rob Owens
On Sat, Dec 11, 2010 at 06:25:10PM +, T o n g wrote: > Hi, > > I'm having difficulties setting a default network cups printer. > > I've set the default printer on the server, and verified via the web > interface. Also, I did > > lpadmin -d new_printer > > on my client host, either as ro

Re: [Semi-OT] Cropping a letterbox MPEG-2 file is easy enough...

2010-12-11 Thread Rob Owens
On Sat, Dec 11, 2010 at 10:49:59AM -0600, Ron Johnson wrote: > On 12/11/2010 05:01 AM, Klistvud wrote: >> Dne, 11. 12. 2010 05:03:55 je Ron Johnson napisal(a): >> >>> (Yes, Handbrake makes the job trivial, but no, I don't want to >>> transcode the file, just "crop and save". Disk is cheap and I wan

Re: bash increment in a given way

2010-12-11 Thread andrea
Let me understand: you want to accomplish that with a single loop, right? I think so, because the following two nested loops do what you want very easily: for((i=0;i<=30;i+=4)); do for((j=0; j<2;j++)); do echo "Welcome $((i+j)) times"; done; done Welcome 0 times Welcome 1 times Welcome

需要f.a p.iao 吗,来咨询: 134 一零一201 零零 ;小美

2010-12-11 Thread riperkill521
Çë¼±µç __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas.

Re: Update manager - fatal error but no report

2010-12-11 Thread shirish शिरीष
On 11/12/2010, Patrick Wiseman wrote: > For what little it's worth, I'm seeing exactly the same behavior (on a > regularly updated 'testing' system). Thank you Patrick. On a casual browse saw Cameleon had also responded. FWIW here are the things requested. $ sudo aptitude update [sudo] pass

Re: Weird icon colors in squeeze (ppc). Which package should i file a bug report for?

2010-12-11 Thread Camaleón
On Sat, 11 Dec 2010 14:54:16 -0500, Drew Engelbrecht wrote: > Since my upgrade to squeeze, many menu icons, scrollbars, and some > images displayed in browsers have been displaying funky colors. I don't > know which package is causing this bug, so can anyone offer any advice? (...) Quick check:

Weird icon colors in squeeze (ppc). Which package should i file a bug report for?

2010-12-11 Thread Drew Engelbrecht
Since my upgrade to squeeze, many menu icons, scrollbars, and some images displayed in browsers have been displaying funky colors. I don't know which package is causing this bug, so can anyone offer any advice? Here is a picture of what I'm talking about, using the clearlooks theme: http://imgur.c

Re: Scrolling problems Iceweasel (Radeon HD 3850 problem?)

2010-12-11 Thread Angus Hedger
On Sat, 11 Dec 2010 20:47:58 +0100 Joost Kraaijeveld wrote: > On Sat, 2010-12-11 at 18:51 +, Angus Hedger wrote: > > What version of fglrx are you using? > > > > > > You could try turning off the "new" 2D acceleration stuff, if your > > catalyst version is > 10.6 but < 10.10 (its supposed

Re: Compiling ndiswrapper module (Realtek rtl8192se wireless) (Solved!)

2010-12-11 Thread Joel Roth
On Sat, Dec 11, 2010 at 09:18:24AM -1000, Joel Roth wrote: > However, "iwconfig wlan1 scan" succeeds! :-p Sorry that should be: iwlist wlan1 scan Also, wpa_supplicant does not appear to work for this driver. -- Joel Roth -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Debian 5 installation

2010-12-11 Thread Osamu Aoki
Hi, On Sat, Dec 04, 2010 at 12:36:20PM +, Harry Scott wrote: > I wanted help to install a nvidia legacy graphics driver for TNT 2 AGP > so I thought to contact the user lists for guidance. This was not > possible because: > 1 When I tried to use evolution after asking permission (used windows

Re: Setting a default network cups printer

2010-12-11 Thread Camaleón
On Sat, 11 Dec 2010 18:39:28 +, T o n g wrote: > On Sat, 11 Dec 2010 18:34:04 +, Camaleón wrote: > >> What does "lpstat -t | grep default" say? > > Oh, that's how you find default printers -- > > $ lpstat -t | grep default > system default destination: epson_cx1500 > > Still pointing t

Re: Scrolling problems Iceweasel (Radeon HD 3850 problem?)

2010-12-11 Thread Joost Kraaijeveld
On Sat, 2010-12-11 at 18:51 +, Angus Hedger wrote: > What version of fglrx are you using? > > You could try turning off the "new" 2D acceleration stuff, if your > catalyst version is > 10.6 but < 10.10 (its supposed to be all fixed > and shiny, but you can still try this). 10.9-3, the versi

Re: Setting a default network cups printer

2010-12-11 Thread David Jardine
On Sat, Dec 11, 2010 at 06:39:28PM +, T o n g wrote: > On Sat, 11 Dec 2010 18:34:04 +, Camaleón wrote: > > >> I've set the default printer on the server, and verified via the web > >> interface. Also, I did > >> > >> lpadmin -d new_printer > >> > >> on my client host, either as root and

Re: Compiling ndiswrapper module (Realtek rtl8192se wireless) (Solved!)

2010-12-11 Thread Joel Roth
On Fri, Dec 10, 2010 at 10:04:10PM -1000, Joel Roth wrote: > On Tue, Nov 30, 2010 at 10:26:12AM -1000, Joel Roth wrote: > > Hi all, > > > > I've got a new Thinkpad T410 i5. > > > > The T410 come with a Realtek rtl8192se mini PCI express > > wireless card. > > > > I've done my best with the native

Re: Scrolling problems Iceweasel (Radeon HD 3850 problem?)

2010-12-11 Thread Angus Hedger
On Sat, 11 Dec 2010 14:25:07 +0100 Joost Kraaijeveld wrote: > Hi , > > After an update somewhere the last few weeks (I can't remember when > exactly) scrolling in Iceweasel started to become problematically. I > have two (separate?) problems: > > 1. Scrolling of web pages with graphics is slow

Re: Setting a default network cups printer

2010-12-11 Thread T o n g
On Sat, 11 Dec 2010 18:34:04 +, Camaleón wrote: >> I've set the default printer on the server, and verified via the web >> interface. Also, I did >> >> lpadmin -d new_printer >> >> on my client host, either as root and as myself. >> >> However, the printing still goes to the old printer th

Re: Setting a default network cups printer

2010-12-11 Thread Camaleón
On Sat, 11 Dec 2010 18:25:10 +, T o n g wrote: > I'm having difficulties setting a default network cups printer. > > I've set the default printer on the server, and verified via the web > interface. Also, I did > > lpadmin -d new_printer > > on my client host, either as root and as myself.

Re: Scrolling problems Iceweasel (Radeon HD 3850 problem?)

2010-12-11 Thread Joost Kraaijeveld
Hi Camaleón, Thanks for the respons. On Sat, 2010-12-11 at 17:30 +, Camaleón wrote: > A similar problem has been reported: > > iceweasel: Scrolling in Google Reader is slow > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593115 > > The bug seems to be merged with some older ones. I have

Re: xserver-testing issues.

2010-12-11 Thread Camaleón
On Sat, 11 Dec 2010 23:22:50 +0700, Sthu Deus wrote: >> Keyboard in testing is now configured in "/etc/default/keyboard" file. > > OK. What should I put in there? - There is exactly what my xorg.conf > keyboard settings are. - Before it did work, not - not. - I have no idea > what to add more the

Re: setting up a network printer

2010-12-11 Thread Paul Cartwright
On 12/11/2010 11:25 AM, Simon Hollenbach wrote: >> > hal:///org/freedesktop/Hal/devices/usb_device_4b8_82c_W57P10707310003510_if1_printer_noserial > >> DeviceURI >> > hal:///org/freedesktop/Hal/devices/usb_device_4b8_82c_W57P10707310003510_if1_printer_noserial > >> DeviceURI hp:/usb/Officejet_560

Re: Scrolling problems Iceweasel (Radeon HD 3850 problem?)

2010-12-11 Thread Camaleón
On Sat, 11 Dec 2010 14:25:07 +0100, Joost Kraaijeveld wrote: > After an update somewhere the last few weeks (I can't remember when > exactly) scrolling in Iceweasel started to become problematically. I > have two (separate?) problems: > > 1. Scrolling of web pages with graphics is slow with freq

Re: bash increment in a given way

2010-12-11 Thread S Mathias
already solved! $ for i in $(seq 0 4 16); do seq $i 1 $(( $i + 1 )); done 0 1 4 5 8 9 12 13 16 17 thank you! --- On Sat, 12/11/10, Camaleón wrote: From: Camaleón Subject: Re: bash increment in a given way To: debian-user@lists.debian.org Date: Saturday, December 11, 2010, 4:57 PM On Sat, 11

Re: Update manager - fatal error but no report

2010-12-11 Thread Patrick Wiseman
2010/12/11 shirish शिरीष : > Hi all, >       Since yesterday or the day before I have been getting an Update > manager error saying 'updates are half or there is some issue'. I > update the system using > > $ sudo aptitude update > $ sudo aptitude safe-upgrade -y > > Of course with the recent discu

Re: bash increment in a given way

2010-12-11 Thread Camaleón
On Sat, 11 Dec 2010 06:34:14 -0800, S Mathias wrote: > It's ok, that i can use this, when i want an incrementing sequence, in a > given way: > > # {START..END..INCREMENT} > $ for i in {0..10..2}; do echo "Welcome $i times"; done Welcome 0 times > Welcome 2 times > Welcome 4 times > Welcome 6 time

Re: [Semi-OT] Cropping a letterbox MPEG-2 file is easy enough...

2010-12-11 Thread Ron Johnson
On 12/11/2010 02:31 AM, Phil Requirements wrote: On 2010-12-10 22:03:55 -0600, Ron Johnson wrote: But how do I save the output? After reading the mplayer and ffmpeg man page and Googling, these are the three methods I tried, but none of them work. $ mplayer foo.mpeg -vf crop=720:352:0:64 \

Re: [Semi-OT] Cropping a letterbox MPEG-2 file is easy enough...

2010-12-11 Thread Ron Johnson
On 12/11/2010 05:01 AM, Klistvud wrote: Dne, 11. 12. 2010 05:03:55 je Ron Johnson napisal(a): (Yes, Handbrake makes the job trivial, but no, I don't want to transcode the file, just "crop and save". Disk is cheap and I want to retain DVD quality.) Are you positive that's possible? Wouldn't cr

Re: Debian 5 installation

2010-12-11 Thread Stephen Powell
On Sat, 11 Dec 2010 08:55:39 -0500 (EST), Tom H wrote: > > Anyone who's been subscribed to this list for any length of time knows > that Camaleon is one of the most helpful members here! > I agree. Camaleón has earned her place on this list. As for the OP, he clearly doesn't understand a numbe

Re: bash increment in a given way

2010-12-11 Thread Chris Davies
S Mathias wrote: > [-- text/plain, encoding 7bit, charset: us-ascii, 28 lines --] > but what's the "magic" for this? : > $ MAGIC; do echo "Welcome $i times"; done > Welcome 0 times > Welcome 1 times > Welcome 4 times > Welcome 5 times > Welcome 8 times > Welcome 9 times for i in 0 1 4 5 8 9; do

Re: setting up a network printer

2010-12-11 Thread Simon Hollenbach
> DeviceURI > hal:///org/freedesktop/Hal/devices/usb_device_4b8_82c_W57P10707310003510_if1_printer_noserial > DeviceURI > hal:///org/freedesktop/Hal/devices/usb_device_4b8_82c_W57P10707310003510_if1_printer_noserial > DeviceURI hp:/usb/Officejet_5600_series?serial=CN58BCF21H04CY > DeviceURI hpfax:/

Re: xserver-testing issues.

2010-12-11 Thread Sthu Deus
Thank You for Your time and answer, Camaleón: > Keyboard in testing is now configured in "/etc/default/keyboard" file. OK. What should I put in there? - There is exactly what my xorg.conf keyboard settings are. - Before it did work, not - not. - I have no idea what to add more there. > You can

Re: bash increment in a given way

2010-12-11 Thread Chris Jackson
S Mathias wrote: > $ MAGIC; do echo "Welcome $i times"; done > Welcome 0 times > Welcome 1 times > Welcome 4 times > Welcome 5 times > Welcome 8 times > Welcome 9 times > $ > > thanks:\ for i in 0 1 4 5 8 9; do "elcome $i times"; done -- Chris Jackson Shadowcat Systems Ltd. -- To UNSUBSCRIB

Re: using jigdo or/and rsync to keep images freshen.

2010-12-11 Thread Hugo Vanwoerkom
Rob Owens wrote: On Fri, Dec 10, 2010 at 11:28:03AM -0600, Hugo Vanwoerkom wrote: Try using the '-P' switch for rsync. Thanks! Hugo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive

Re: Debian 5 installation

2010-12-11 Thread Camaleón
On Tue, 07 Dec 2010 08:14:33 +, H Scott wrote: (...) >> > Before I do that I have to get sound from my c-media driver. >> >> If you need advice, ask. But no need to be so picky when someone >> replies to your messages. If do not understand something, just ask the >> user what is he/she referr

bash increment in a given way

2010-12-11 Thread S Mathias
It's ok, that i can use this, when i want an incrementing sequence, in a given way: # {START..END..INCREMENT} $ for i in {0..10..2}; do echo "Welcome $i times"; done Welcome 0 times Welcome 2 times Welcome 4 times Welcome 6 times Welcome 8 times Welcome 10 times $ but what's the "magic" for this

Re: Scrolling problems Iceweasel (Radeon HD 3850 problem?)

2010-12-11 Thread Paul Cartwright
On 12/11/2010 08:25 AM, Joost Kraaijeveld wrote: > 1. Scrolling of web pages with graphics is slow with frequent repainting > of the complete web page from bottom to top which looks like a tidal > wave on my screen. TExt pages do not seem to show this problem. > 2. Clicking *just once* on the right

Re: Debian 5 installation

2010-12-11 Thread Tom H
2010/12/7 H Scott : > > You think, Cameleon, that I am picky because I think an OS with an automatic > configuration should be able to correctly configure a Nvidia TNT2 video card > with a CMedia sound board. Slackware and Zenwalk do a fine job of it. > Let me say that in one regard you are mistake

Re: Installing latest version of mediawiki & removing Lenny's mediawiki package

2010-12-11 Thread Osamu Aoki
Hi, On Fri, Dec 10, 2010 at 03:25:20PM -0800, Tech Geek wrote: > I am using Debian Lenny on my AMD Anthlon X2 box. Currently I am using > mediawiki version 1.12 that shipps with Lenny. However, I would like to > upgrade to latest version of mediawiki 1.16 [1]. I know Debian backports has > 1.15 bu

Re: Debian 5 installation

2010-12-11 Thread H Scott
You think, Cameleon, that I am picky because I think an OS with an automatic configuration should be able to correctly configure a Nvidia TNT2 video card with a CMedia sound board. Slackware and Zenwalk do a fine job of it. Let me say that in one regard you are mistaken You must register first befo

Scrolling problems Iceweasel (Radeon HD 3850 problem?)

2010-12-11 Thread Joost Kraaijeveld
Hi , After an update somewhere the last few weeks (I can't remember when exactly) scrolling in Iceweasel started to become problematically. I have two (separate?) problems: 1. Scrolling of web pages with graphics is slow with frequent repainting of the complete web page from bottom to top which

Re: Installing latest version of mediawiki & removing Lenny's mediawiki package

2010-12-11 Thread Camaleón
On Fri, 10 Dec 2010 15:25:20 -0800, Tech Geek wrote: > I am using Debian Lenny on my AMD Anthlon X2 box. Currently I am using > mediawiki version 1.12 that shipps with Lenny. However, I would like to > upgrade to latest version of mediawiki 1.16 [1]. I know Debian backports > has 1.15 but I want 1

Re: RAID1 with multiple partitions

2010-12-11 Thread Rob Owens
On Fri, Dec 10, 2010 at 09:29:49PM -0500, David Gaudine wrote: > On 10/12/2010 8:11 PM, Rob Owens wrote: >> On Fri, Dec 10, 2010 at 05:57:09PM -0500, David Gaudine wrote: >>> Here I have a big problem. The guide said to run grub and do >>> root(hd0,0) >>> setup(hd0) >>> and repeat for the other di

Re: "ultimate" backup choice

2010-12-11 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/12/10 12:17, S Mathias wrote: > i have: > "SERVER A" > "SERVER B" > > with "full root permisson" [ssh, etc] > each server has a folder. > i want to backup a folder in "SERVER A". > are there any backup methods, that meets these two requirements?

"ultimate" backup choice

2010-12-11 Thread S Mathias
i have: "SERVER A" "SERVER B" with "full root permisson" [ssh, etc] each server has a folder. i want to backup a folder in "SERVER A". are there any backup methods, that meets these two requirements? : 1) running from e.g.: a cronjob 2) when running, it just checks the folder in "SERVER A" a

Re: [OT] Mail list issue.

2010-12-11 Thread Chris Davies
Jochen Schulz wrote: >> But "gmane.linux.debian.user" is an incomplete address! > It's the complete name of the newsgroup. It just happens to be available > on only one server. It's possibly available on many more than just one. My (leafnode) server, for example, takes a partial feed from gmane.

Re: Problem flushing buffers for USB devices.

2010-12-11 Thread Paul Cartwright
On 12/11/2010 06:13 AM, teddi...@tmo.blackberry.net wrote: > Gnome does that automatically *provided that* you right-click on the > USB drive icon and select "Unmount" (or was it "Eject"?) from the menu. > Abrupt removing/replugging USB drives will only corrupt your data. Of > course, I may b

Re: Problem flushing buffers for USB devices.

2010-12-11 Thread Eduardo M KALINOWSKI
On 12/11/2010 09:05 AM, Klistvud wrote: Dne, 11. 12. 2010 05:07:31 je C.T.F. Jansen napisal(a): Greetings, The flushing of buffers for devices plugged into a USB port is problematic. When writing data to a USB stick it usually took two attempts to write a directory to a USB stick. The

Re: User stylesheets with mozilla browsers

2010-12-11 Thread Eduardo M KALINOWSKI
On 12/10/2010 07:01 PM, Chris Jones wrote: Sorry if I was unclear but what I mean is that I am reading plain text and with the small fonts I favor, the lines are so long on the new 1080p screens that I often have problems keeping my eye level with them. So I was thinking of reformatting these pag

Re: xserver-testing issues.

2010-12-11 Thread Camaleón
On Sat, 11 Dec 2010 14:24:18 +0700, Sthu Deus wrote: (...) > 1. How I can configure my keyboard now? (...) Keyboard in testing is now configured in "/etc/default/keyboard" file. > 2. My PC has stopped using on-board sound card and now prefers to use > PC-speaker. (...) You can use the twea

Re: User stylesheets with mozilla browsers

2010-12-11 Thread Joel Roth
On Fri, Dec 10, 2010 at 10:56:08AM -0500, Chris Jones wrote: > Is there any way I could use a custom stylesheet to make my web browser > rearrange text in two or more columns so I don't get my eyes crossed > when I'm reading? > > Come to think of it, a web browser with vertical vim-style vertical

Re: Update manager - fatal error but no report

2010-12-11 Thread Camaleón
On Sat, 11 Dec 2010 11:40:11 +0530, shirish शिरीष wrote: >Since yesterday or the day before I have been getting an Update > manager error saying 'updates are half or there is some issue'. I update > the system using > > $ sudo aptitude update > $ sudo aptitude safe-upgrade -y Better if y

Re: User stylesheets with mozilla browsers

2010-12-11 Thread Camaleón
On Fri, 10 Dec 2010 19:21:39 -0500, Chris Jones wrote: > On Fri, Dec 10, 2010 at 04:22:16PM EST, Camaleón wrote: > > [..] > >> You can use some custimozations (bigger text, no background images nor >> underline links) but changing the whole site default layout for each >> site on-the-fly is not

Re: setting up a network printer

2010-12-11 Thread Paul Cartwright
On 12/11/2010 04:18 AM, Simon Hollenbach wrote: >> DeviceURI hp:/par/HP_LaserJet_2200?device=/dev/parport0 > Hi, > I'd say that is because you havent connected the printer via ethernet, > but through a parallel port. Therefore CUPS uses an hp:/-protocol URI, > probably to call hplibs. Note that the

Re: Problem flushing buffers for USB devices.

2010-12-11 Thread teddieeb
Jansen napisal(a): > Greetings, > The flushing of buffers for devices plugged into a USB port > is problematic. When writing data to a USB stick it usually took two > attempts to write a directory to a USB stick. The first attempt > didn't show the directory was there when it was re

Re: Problem flushing buffers for USB devices.

2010-12-11 Thread Klistvud
Dne, 11. 12. 2010 05:07:31 je C.T.F. Jansen napisal(a): Greetings, The flushing of buffers for devices plugged into a USB port is problematic. When writing data to a USB stick it usually took two attempts to write a directory to a USB stick. The first attempt didn't show the direc

Re: [Semi-OT] Cropping a letterbox MPEG-2 file is easy enough...

2010-12-11 Thread Klistvud
Dne, 11. 12. 2010 05:03:55 je Ron Johnson napisal(a): (Yes, Handbrake makes the job trivial, but no, I don't want to transcode the file, just "crop and save". Disk is cheap and I want to retain DVD quality.) Are you positive that's possible? Wouldn't cropping necessarily involve transcod

Re: setting up a network printer

2010-12-11 Thread Simon Hollenbach
> > > What is the ip address for the printer? > > Quick and dirty: "cat /etc/cups/printers.conf | grep URI" > > > /snip/ >    this does not produce an ip address, it produces the name of > > the printer and the printer and the computer port it's connected to: > > DeviceURI hp:/par/HP_LaserJet_2

Re: [Semi-OT] Cropping a letterbox MPEG-2 file is easy enough...

2010-12-11 Thread godo
And I think it is good to put "-vcodec copy -acodec copy" to preserve video and audio quality. -- Bye, Goran Dobosevic Hrvatski: www.dobosevic.com English: www.dobosevic.com/en/ Registered Linux User #503414 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "

Re: [Semi-OT] Cropping a letterbox MPEG-2 file is easy enough...

2010-12-11 Thread Phil Requirements
On 2010-12-10 22:03:55 -0600, Ron Johnson wrote: > But how do I save the output? > > After reading the mplayer and ffmpeg man page and Googling, these > are the three methods I tried, but none of them work. > > $ mplayer foo.mpeg -vf crop=720:352:0:64 \ > -dumpstream -dumpfile bar.mpeg > > $

Re: [Semi-OT] Cropping a letterbox MPEG-2 file is easy enough...

2010-12-11 Thread godo
On 12/11/2010 05:03 AM, Ron Johnson wrote: Hi, But how do I save the output? After reading the mplayer and ffmpeg man page and Googling, these are the three methods I tried, but none of them work. $ mplayer foo.mpeg -vf crop=720:352:0:64 \ -dumpstream -dumpfile bar.mpeg $ mplayer foo.mpeg -vf

用 得上f.a p.ia.o 就打: 一三四1012 零 一零零 小李

2010-12-11 Thread chedis_2
À´µç __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.yahoo.es -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Re: Compiling ndiswrapper module (Realtek rtl8192se wireless)

2010-12-11 Thread Joel Roth
On Tue, Nov 30, 2010 at 10:26:12AM -1000, Joel Roth wrote: > Hi all, > > I've got a new Thinkpad T410 i5 to replace my Toshiba L305D > series with Turion x64. (The latter was promising, but > tended to overheat, even when I fixed the CPU speed at > 1GHz.) > > The T410 come with a Realtek rtl8192