Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello .. Is there a common package manager that is used by all Linux flavours like there is vi used by all... ?
I installed debian and I am just learning apt,dselect and I am wondering if I will have to learn the package manager again for other flavours that I might come across when I working in a real environment..
There's at least three different package management systems,
some of which can be made to interact with others ...
redhat based distros (e.g. Fedora, Mandrake, SuSE, ...) use
rpm but can be tought to understand apt ...
debian based distro's use the things you already mentioned.
Gentoo for instance uses emerge ...
Slackware uses plain binary tarballs for the base packages.
No that didnt work... It took me to another bunch of questions and I replied them the best I could about what my video card and monitor....
When I say startx it says X Connection to :0.0 broken(explicit kill or server shutdown)...
I did DISPLAY = localhost:0.0 and export display -- This gives a list of options and then finially says giving up
xinit:Connection refused (errno 111) unable to connect to X server
xinit:No such process (errno 3) Server error
xauth: (argv):1: bad display name "debianlocalhost:0.0" in "remove" command
This is my professor's machine and it doesnt have anything on it... No HP, DELL nothing except a HP CD Writer... IT DEFINATELY doesnt look like a HP machine... What can I do? Is there a default value which works? This may be the source of the error and I know how to to it (follow the 2nd command you pasted)
If you don't know the box,boot up knoppix or another live cd and see what is the /etc/X11/XF86Config-4,and print it out or write down the monitor and graphics part.
Or when it asks for the graphic's part try vesa.You should have the monitor information at least.google for it.
Last edited by comprookie2000; 01-26-2005 at 05:14 PM.
look for it in knoppix,it will be inside the knoppix dir,not on your hard drive.I'm not sure of the syntax but just look around with konquerer the file manager in kde,may be under ram,not sure,you will find it,then go to /etc then to /X11 then you will see it.
I first checked the /etc/X11/XF86Config-4 file and it has the following
***********************************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
# FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
# This is just the default keymap for X.
# May be changed with the KDE international keyboard tool.
XkbModel "pc105"
XkbLayout "us"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.