Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,207
» Latest member: Meup
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 296 online users.
» 0 Member(s) | 293 Guest(s)
Bing, Google, Yandex

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 70
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 73,941
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 30,486
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,648
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,052
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 40,632
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 103,475
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 44,228
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 34,652
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,153

 
  how to take a screenshot in linux
Posted by: anyweb - 2004-01-12, 09:17 PM - Forum: Linux - Replies (8)


How to take a screenshot in linux.

 

To take a screenshot of your beautiful desktop you could either try pressing the 'Prt Scr' key (print screen) on the keyboard.... or if that fails (and it sometimes does) then try this.

 

Open a console and type the following:-



Code:
import -window root filename.ext




Where filename.ext is the filename you want to give to your work of art. You can then check the directory you are in, and there will be the screenshot waiting for you.

 

If you want to add a delay BEFORE the shot is taken (so you can move stuff out of the way) then add a sleep command as follows:-



Code:
sleep 3s; import -window root screenshot.png




The above waits 3 seconds before taking the screenshot and saves it in PNG format. That's it, have fun :)

 

cheers

 

anyweb

Print this item

  Printer
Posted by: gamekeeper - 2004-01-12, 07:55 PM - Forum: How Do I? - Replies (2)


Why wont Linux recognize my printer o_O

 

Printer: Lexmark Z53

 

Its making me CRAZY!

Print this item

  HELLO!
Posted by: gamekeeper - 2004-01-12, 07:47 PM - Forum: Hello - Replies (2)


Hey my name is gamekeeper |scott| which ever. I just installed Linux Red Hat 9

:)

Print this item

  Command line tricks
Posted by: grep420 - 2004-01-12, 07:40 PM - Forum: Tips and Tricks - No Replies


[/url][url=http://grep420.net/linux/tricks.html]http://grep420.net/linux/tricks.html

Print this item

  need help
Posted by: InaVirtualGhetto - 2004-01-11, 04:27 PM - Forum: Gentoo - Replies (2)


I cant get my dhcp to work in gentoo 1.4... The internet connection worked properly during install but... couldnt get it to work afterwards :/ any suggestions? im thinkin of taking the /etc/conf.d/net from the install (after running the install disks again, but not reinstalling again) and looking at them, writing down some notes and copying them to the installed /etc/conf.d/net... would that work?

 

-Jim

Print this item

  whaddup from deraj
Posted by: deraj - 2004-01-10, 05:25 PM - Forum: Hello - Replies (2)

sup all you crazy truckers? my real name is jared, I'm a senior in high school in a suburb outside of Kansas City. I don't do shit really, I work at best buy, play a little baseball, and hack at code every now and then. You can check out my half ass website if you want [/url][url=http://the-energy.net]http://the-energy.net and yeah, I did all of that all by myself! :) I can't wait, when I go to school in the fall I'm going to play baseball at the University of Missouri, can't wait to get on that PHAAAAAAAAT .edu pipe. :)

Print this item

  What am I doing here?
Posted by: Oroshi - 2004-01-10, 11:01 AM - Forum: General - Replies (4)

Where am I?? :P

Print this item

  My work
Posted by: grep420 - 2004-01-10, 09:16 AM - Forum: General - Replies (12)


[Image: dc.jpg]

 

[Image: netapps.jpg]

 

[Image: dc2.jpg]

 

[Image: gear.jpg]

 

[Image: sunfire.jpg]

 

[Image: bladecenter.jpg]

Print this item

  How To Use TV/Twin view out on your Nvidia
Posted by: dem0nk1d - 2004-01-10, 02:36 AM - Forum: nVidia Problems - No Replies


How to use Nvida Tv Out and Twin View

 

 

Enable Twin View Out Option:

 

1.)Open /etc/X11/XF86config

2.)Now what to change

 

 

Find this area in your XF86config

-----------------------------------------------------------------------

Section "Monitor"

Identifier "Monitor0"

VendorName "Monitor Vendor"

ModelName "DDCPROBED"

DisplaySize 330 240

HorizSync 30.0 - 70.0

VertRefresh 50.0 - 120.0

Option "dpms"

EndSection

 

Section "Device"

Identifier "Videocard0"

Driver "nvidia"

VendorName "Videocard vendor"

BoardName "NVIDIA GeForce 3 (generic)"

 

EndSection

 

-------------------------------------------------------------------------

 

Mod listed below:

EndSection

 

Section "Device"

Identifier "Videocard0"

Driver "nvidia"

VendorName "Videocard vendor"

BoardName "NVIDIA GeForce 3 (generic)"

Option "TwinView"

Option "SecondMonitorHorizSync" "30-50"

Option "SecondMonitorVertRefresh" "60"

Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"

Option "TVStandard" "NTSC-M"

 

EndSection

 

---------------------Save to XF86config. -Enabled Twin View / Svideo Out Enabled

 

Enable TV Out, ONLY on a TV:

 

Section "Monitor"

Identifier "Monitor0"

VendorName "PTS"

ModelName "3da"

HorizSync 30.0 - 50.0

VertRefresh 60

EndSection

 

Section "Device"

Identifier "Videocard0"

Driver "nvidia"

VendorName "NVidia"

BoardName "GeForce3"

 

Option "NvAGP" "1"

Option "ConnectedMonitor" "TV"

Option "TVStandard" "NTSC-M"

EndSection

-----------------Save to XF86config_tv so you know what XF86config to use

 

 

 

**************Import***********************

make the twin view save something like XF86Config_TwinView.bak

make the tv out, XFConfig_TVOUT_Only.bak

 

this way you can do something like cp XF86Config_TwinView.bak XF86Config

this way you can switch back and forth... and make a XF86Config_normal.bak

so you know what your doing... ok i suck have a nice day... FAQS are not my thing... But hopefully this helps.

 

 

 

 

----FAQ Sucks... But now you'll have tv out support / twin view support

Have A Nice Day

 

Ok well that's all i am going to right for now... -dem0nk1d

Print this item

  Linux Commands
Posted by: Oroshi - 2004-01-09, 11:58 PM - Forum: Tips and Tricks - Replies (2)


If you are very new on Linux, i have commands list here Commands List

 

Enjoy

Print this item