bthaxor
Mar 29 2008, 11:19 PM
hey trapsters, a few months ago, i reinstalled my laptop because i noticed it was getting considerably laggy. i first installed xp, however i didn't have the time to install ubuntu as well (dual boot) until around about a week ago. for some reason, however, my ubuntu 7.10 takes an awfully long time to boot. firstly, after the splash (ubuntu logo and loading bar), the common unix printing system (cupsd) takes about 30secs - 1min to load. then, once typing in my username and password, ubuntu goes through this very strange process of desktop switching before i actually get to my proper desktop. all in all, my ubuntu boot becomes 3-4mins, where it should be no more than 2mins. the shutdown is ordinary: the famous ubuntu 16 second shutdown. i was wondering: what is the common unix printing system, and do i need it? if not, how can i get rid of it? also, why does my ubuntu change its desktop 5 times before actually getting to my proper desktop? i have uploaded a video (only 28mb) showing the exact things that happen when i boot up my ubuntu. you can download it herethanks so much if you can help.
Reply
rvalkass
Mar 30 2008, 11:02 AM
QUOTE(bthaxor @ Mar 30 2008, 12:19 AM)  for some reason, however, my ubuntu 7.10 takes an awfully long time to boot. firstly, after the splash (ubuntu logo and loading bar), the common unix printing system (cupsd) takes about 30secs - 1min to load.
i was wondering: what is the common unix printing system, and do i need it? if not, how can i get rid of it? The Common UNIX Printing System is, as its name suggests, a system for printing  It is a piece of software on UNIX-based machines that acts pretty much as a universal driver for printers (as quite a few printer manufacturers don't tend to release UNIX drivers). cupsd is the daemon process for CUPS. It runs in the background and detects when you try to print, what you are printing, and which printer you are sending it to so that it can get to work printing your document. You need it if you intend to print anything. If you don't own a printer then you can usually remove it, but be careful to check what else will get removed if you do get rid of it. A lot of programs require CUPS as a dependency if they have printing functionality. Removing CUPS would remove those applications too. It shouldn't be taking that long to boot, but if CUPS is holding you up you can always blacklist it so it doesn't get loaded at boot. QUOTE(bthaxor @ Mar 30 2008, 12:19 AM)  then, once typing in my username and password, ubuntu goes through this very strange process of desktop switching before i actually get to my proper desktop.
also, why does my ubuntu change its desktop 5 times before actually getting to my proper desktop? This seems like dodgy graphics. What graphics card do you have, and what drivers are you using for it? QUOTE(bthaxor @ Mar 30 2008, 12:19 AM)  i have uploaded a video (only 28mb) showing the exact things that happen when i boot up my ubuntu. you can download it hereThat website is no good - they detect my IP wrong just to get me to buy an account, so I can't watch the video unfortunately.
Reply
truefusion
Mar 30 2008, 10:15 PM
I saw the video, that's very odd. Did this start happening when you first booted into Ubuntu or some time afterwards? I couldn't really tell from the video (though i think i saw a drop shadow for the panels), but did you enable desktop effects for your account?
Reply
bthaxor
Mar 31 2008, 09:37 AM
QUOTE The Common UNIX Printing System is, as its name suggests, a system for printing tongue.gif It is a piece of software on UNIX-based machines that acts pretty much as a universal driver for printers (as quite a few printer manufacturers don't tend to release UNIX drivers). cupsd is the daemon process for CUPS. It runs in the background and detects when you try to print, what you are printing, and which printer you are sending it to so that it can get to work printing your document.
You need it if you intend to print anything. If you don't own a printer then you can usually remove it, but be careful to check what else will get removed if you do get rid of it. A lot of programs require CUPS as a dependency if they have printing functionality. Removing CUPS would remove those applications too. It shouldn't be taking that long to boot, but if CUPS is holding you up you can always blacklist it so it doesn't get loaded at boot. well, i will definitely not ever be printing anything from my ubuntu - i use my other computer with xp (office 2007) to print out my things. when you say removing cups removes applications as well, does that mean every application that has a file -> print option? if this is not the case, then how can i remove cups and cupsd from booting up? because it is certainly the thing slowing down my boot... QUOTE This seems like dodgy graphics. What graphics card do you have, and what drivers are you using for it? here are my system stats: operating system: xp pro sp2 dual boot ubuntu 7.10 (the dual boot is working fine, xp seems ok with grub) processor: intel centrino 1.83 ghx (not top of the range but works fine for me) ram: 1gb display driver: intel express chipset QUOTE That website is no good - they detect my IP wrong just to get me to buy an account, so I can't watch the video unfortunately. i actually love badongo - fast downloads, fast uploads for members, very easy-to-use interface, not many limits... nonetheless, i have also uploaded the file to my 4shared account - linkQUOTE I saw the video, that's very odd. Did this start happening when you first booted into Ubuntu or some time afterwards? I couldn't really tell from the video (though i think i saw a drop shadow for the panels), but did you enable desktop effects for your account? actually, the first few times i booted ubuntu it seemed to be fine, then after updating my whole ubuntu system some errors about the gnome desktop started appearing at boot, but i didnt pay any heed to them. they stopped appearing but then the problems started happening. and yes, i have enabled desktop effects, and they seem to be working perfectly so far with my compizfusion advanced settings  thanks so much for your help, guys
Reply
rvalkass
Mar 31 2008, 12:18 PM
QUOTE(bthaxor @ Mar 31 2008, 10:37 AM)  well, i will definitely not ever be printing anything from my ubuntu - i use my other computer with xp (office 2007) to print out my things. when you say removing cups removes applications as well, does that mean every application that has a file -> print option? Not necessarily. Open up Synaptic and run a search for cups. Remove the cups printing packages, then get a preview of what will actually get removed (I can't remember the name of the option, I use Adept). Find the Preview Changes screen and see what else will get removed. If you see applications you want to keep then the best idea is to close Adept and leave cups installed. If all it removes is cups then you should be OK - just make sure! QUOTE(bthaxor @ Mar 31 2008, 10:37 AM)  if this is not the case, then how can i remove cups and cupsd from booting up? because it is certainly the thing slowing down my boot... Go into System > Administration > Services (if I remember it right) and find the printer service. Just disable it. If you ever try to print from an application you'll get an error, but it should stop it loading at boot. QUOTE(bthaxor @ Mar 31 2008, 10:37 AM)  here are my system stats:
operating system: xp pro sp2 dual boot ubuntu 7.10 (the dual boot is working fine, xp seems ok with grub) processor: intel centrino 1.83 ghx (not top of the range but works fine for me) ram: 1gb display driver: intel express chipset If you have an integrated Intel chipset then that may be the problem. I have an integrated Intel chip on my laptop which caused me a little bit of a problem at the start. What you need to do is install a package called i915resolution (sometimes just called 915resolution). That should fix any display problems. QUOTE(bthaxor @ Mar 31 2008, 10:37 AM)  actually, the first few times i booted ubuntu it seemed to be fine, then after updating my whole ubuntu system some errors about the gnome desktop started appearing at boot, but i didnt pay any heed to them. they stopped appearing but then the problems started happening. and yes, i have enabled desktop effects, and they seem to be working perfectly so far with my compizfusion advanced settings  The fix for integrated Intel chips doesn't always play nice with Desktop Effects (Compiz). Be careful and take backups
Reply
Galahad
Apr 3 2008, 07:57 AM
As I noticed, Ubuntu 7.10 has quite a few problems on different subjects... Anyways, you can try, just to see, if disablng Compiz can fix the matters with the desktop... Type this into terminal: CODE compiz --replace This should disable Compiz, and activate Metacity, and cut down on effects, and then you can see what happens... I personally don't use compiz, as it is somewhat buggy on my system, it tends to mess up global hotkeys for moving windows and stuff, and to turn on effects I don't want, and that really annoys me, so I turned off the effects, no spining cube, and wobbly windows for me... But, who needs them anyway, they are nice, but don't actually do anything  I installed linux for functionality, not visual effects  So, try this, and tll us if it solved the problem, it could be one of the Compiz bugs...
Reply
Recent Queries:--
ubuntu 7.10 takes a lot of time to boot - 9.59 hr back.
-
lexmark x5470 drivers ubuntu - 10.03 hr back.
-
how to install ms-fonts on ubuntu 7.10 - 20.41 hr back.
Similar Topics
Keywords : ubuntu, 7, 10, boot, issues, happen,
- Windows - Ubuntu
Get Ubuntu For Free (6)
Problems With Ubuntu 7.10
(4) As some of you may know, I took the dive towards Ubuntu on my main computer at home, an HP Pavilion
zd8000. I was reluctant before because I thought that Windows held most of my wanted programs
hostage, but after realizing that most of what I do (basic use, Internet, Photoshop, occasional
gaming) could be done with Linux, I decided to close my eyes and leap. And what a leap it has been.
After installing Ubuntu 7.10, going through the hassle of getting my proprietary drivers to work,
and realizing that my Logitech MX3200 keyboard and mouse combo wouldn't work togethe....
Connecting To The Internet On Ubuntu
(7) Hey friends. When i had installed UBUNTU, i could not get connected to the net . I have a DHCP net
connection, my net was also on. Could you suggest me what should i have done to get my net
connected? I'm not criticising Ubuntu, Ubuntu rocks, but i had a problem connecting to the net.
Suggestions Required !!....
Some Help With Ubuntu!
I can't get Beryl installed and Compiz enabled! (1) Hello! I've been using Ubuntu Edgy like for a week, and I would like to install Beryl, but
I don't know how to do it! I've installed Samba and other stuff and also add Ubuntu to
my Windows Network, I know a lot about Windows but Linux looks a little strange for me. If anyone
knows about Ubuntu 7.10 please help me 'cause I really want to get Beryl, I already made the
test of the aceleration or like that and it says yes, I'm able to install Beryl but don't
know how to. /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt=....
Vista & Linux Double Boot
(8) I am considering installing Ubuntu Linux to run as a double boot on my new laptop. I purchased the
laptop with Vista Home Premium and I need to keep it for some of my games and software. Ex. Guild
Wars, Halo, Visual C++ Express. I am just wanting to run Linux to see what it is like and I am
wondering whether or not I could run Vista and Linux on the same hard drive. I have at least 70GB of
space left and my C partition contaisn about 103 GB. I just bought the laptop a few days ago. I am
just wanting to know this because I am thinking of getting Linux and possibly an exte....
Ubuntu All The Way!
I hate ms (32) After loosing my temper with XP i completely re-installed my pc with... an operating system called
ubuntu Its Really good ive got a plugin called Beryl well i wont explain ill show go to youtube and
search "ubuntu beryl" I hope you fall in love with it like i did! i will never turn back!
Anyone worried about compatibility? Well theres a windows simulator called WINE that you install
into ubuntu and you can install aplications for windows in that! FREE really? yup
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> a....
Installing Compiz Fusion Onto Ubuntu Linux 7.10 (ati Graphics Card)
(0) Hello, In this tutorial I will show you how to install Compiz Fusion onto Ubuntu Linux version 7.10
with an ATI Graphics card. Requirements: Ubuntu Linux 7.10 You use an ATI Graphics Card To
start off, all these scripts should be ran in terminal. Terminal is accessed by clicking on:
Applications Accessories Terminal We will be putting the prefix of sudo on before the codes.
This makes it run as an administrator, as Ubuntu doesn't allow direct access to the accounts.
First of all if you haven't already, enable the restricted driver for the ATI Graph....
Ubuntu Themes
Post them here (4) I Have been looking for some nice looking ubuntu themes i have Feisy Fawn and i want to change its
look it ooks rather plain at the moment i will apreciate all posts submitted thanks!....
Cant Boot In Safe Mode [resolved]
(3) I have a Dell Optiplex GX150, im trying to boot in safe mode to change the display driver for my
older monitor to work with the system im using.. When i turn the computer on it shows this at the
top: QUOTE F2 = Setup F12 = Boot Menu When i goto boot menu it shows this: QUOTE Boot
Device Menu ============ 1. Normal 2. Diskette Drive 3. Hard Disk Drive C: 4. IDE CD-ROM Device
i've tried the F8 & Holding Shift Methods, i still cannot find the Safe Mode Option /mad.gif"
style="vertical-align:middle" emoid=":angry:" border="0" alt="mad.gif" />....
What Is Ubuntu ?
(10) Hello, have a nice day I heard friends speak on UBUNTU, what's this ?? ?? ??
/huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> /huh.gif"
style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> Thank you in advance.
/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> ....
Widescreen Resolutions In Ubuntu 7.04
Sorta need help (4) Well I Googled around to try and find an easy way to force a widescreen resolution on Ubuntu 7.04,
but with no luck. I have a Samsung SyncMaster 931 BW and a nVIDIA 7600 GS (drivers are running
fine). I'm sure people here know Linux a lot better than me, and hopefully will be able to help
me. Thanks for your time.....
Ubuntu Linux As Free Operating System Alternative
linux operating system (42) About three years ago I decided to learn how to use Linux and after a lot of posts on a forum I
tried Ubuntu Linux as it was recommended as a good first Linux distro. Ubuntu is not the easiest
Linux distro to use but with its unmatched forum community support it is one of the easiest to learn
to use. One of the problems with learning Linux is that a lot of users have an attitude that Linux
should be a free Windows knock off which it is not. Ubuntu is build on a Linix core or kernel and is
a different Open Source and free as in to use operating system. This brings us to t....
Broadband Internet Connection
how to configure it on ubuntu? (5) hello all, please I want to know how to configure a braodband internet connection that requiers a
username and password (WAN) in Linux ubuntu.. I've installed this system but I didn't know
how to configure this connection /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" />....
[review] With Ubuntu 7.04
(3) Well My story with ubuntu 7.04 goes like this! Yesterday I recieved courier Package from
shipit.ubuntu.com . It contained the CD of Ubuntu 7.04 latest release. I have been a Ubuntu user
from past three years now. I use Ubuntu more than MS Windows. Oh gosh! I was so happy You people
can't even imagine. I was so excited to install it that I switched off my computer directly
without shutting it properly. Then at last I installed it. Things that flated me out: * For the
first time I was seeing more resolution options to select from. * The new feature like ....
Wubi: Install Ubuntu With A Single Click From Windows
If you are afraid of Linux, it's for you (11) Hi, I just found out this nice software which allows you to install Ubuntu from Windows as any other
application. I haven't tried it personally though, because I'm already running Linux, but
some of you may want to check it out. Here it is: http://wubi-installer.org/ I hope it helps
somebody.....
Ms Fonts In Ubuntu
(1) Well for a long time now I've been pretty bugged out by Ubuntu's "blurry" or "smooth" fonts
that are so unlike MS's sharp fonts. So I looked up and finally found this page:
http://ubuntuforums.org/showthread.php?t=208396 It's a real quick and easy tutorial so for
those who like MS fonts then check it out.....
Gaming In Win2k, Programming In Ubuntu
(3) Alright, the way my pc is set up right now is that I have a dual-boot set up (Win2k and Ubuntu). I
split my hard drive so that I use 25g for my Windows OS and 50g for my Ubuntu Linux. I would mainly
use Windows to play my 2 games (FYI Warrock and Scions of Fate) and then Ubuntu for all my
programming purposes (Eclipse PHP,JS,Java, Netbeans and all those other good stuff). Oh yeah, since
my "Paperweight" Lexmark X5470 won't work in my Ubuntu Feisty, I installed the driver in my
Windows. Basic browsing and word processing will be in Ubuntu. For those who use dual-boo....
Install Xampp In Ubuntu Fiesty
(5) Okay, here's the tutorial I keep on finding but won't work: QUOTE Step 4 Get the server
software. When running a LAMPP server you actually need to get the AMPP part. I like to install the
XAMPP server from Apache Friends as it organizes the files and makes installing a snap! 1.
Download XAMPP. http://www.apachefriends.org/en/xampp-linux.html 2. Install XAMPP
Click on the Applications menu, then accessories and finally Terminal. While I hate having to jump
through hoops with the stupid terminal, trust me this will simplify your life....
Will Ubuntu Run On My System?
Hardware questions... (12) I want to switch to Linux and if not stop, minimize my use of Windows, I might use it only to play
games and Photoshop. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
alt="tongue.gif" /> So I need to know whether I will be able to run it on my PC, the official site,
well I surfed it and the info didn't really say anything much, I run on: PentiumŪ 4 CPU 2.00
GHZ 2.67 GHz, 512 MB SDR RAM (I am already thinking of upgrading this anyways.) There's some
problem with my video card, so you can expect it to be 0 MB. /biggrin.gif" style="vertical-ali....
Which Desktop Applications Widgets For Ubuntu
(2) So yesterday I got fed up with using Windows on my desktop PC (I'm used to OSX Tiger on my
iBook) so I said to hell with Microsoft and installed Ubuntu FeistyFawn on my desktop. So, it's
awesome and I love it more than Windows but I see a lot of screenshots on the web with people that
have these neat looking desktop widgets, kind of like the when you put stuff from your Mac Dashboard
on the desktop. Anyways, my question is where do I get all those cool widgets and what are the best
- or the most popular?....
Ubuntu Issue: Lexmark Printers
(4) Oookay, it's me agen. So I've listened to your words and installed Ubuntu Fiesty 7.0.2 and
it's pretty good. I like it except for one issue I'm having right now. I have a printer:
Lexmark X5470 and it's detected by Ubuntu. However, the drivers it's currently supporting is
only 5000 and it doesn't work. I want to install a .PDD version of the driver but I can't
find it. Can anyone help me?....
Ubuntu Users: Available Games?
(2) Alright, right now I'm using Windows 2K SP4 but I'm planning to move to Ubuntu just by the
mere reason that I can't afford the 100 dollar Windows XP. I'm still in high school and I
don't have a job that's why I still can't afford all my desires. But I hear Ubuntu is
pretty good and even Dell is planning to use it for its future computers. I'm a gamer and a web
developer and programmer. I have no concerns about IDE's such as NetBeans or Aptana and other
Open source IDE's because of linux support. Instead I'm more concerned with....
Ubuntu Feisty Linux With Different
Ubuntu linux development open source community india hindi participati (3) Yes I am new on Linux ( 5 months ) as I was new on web 2 year before So may I able to write about
Linux yes I am because every body is new unknown about all so I am writing here firstly in English
then in हिंदी Hindi Ubuntu Linux is not so much old but very fast
growing open source Community Team is working in all manner technical and fundamental with in all
language Basically windows is only window on internet say on server utilities and Linux is Home of
Servers so now when users are coming from windows or graphical desktop environment th....
Help With Grub!
Installed sabayon linux, can't boot with xp or kubuntu (1) I just installed Sabayon linux and I think it's great, however, now I cannot boot with kubuntu
or xp. When I was installing sabayon I think it asked for all the partitions which had an OS, I
listed them all but now I can see those options in the boot menu but when I select some other OS, it
says something like- file not found .Can anyone tell me how to fix the boot list?....
Ubuntu Or Kubuntu
What is the difference (8) There are several Linux distros but now the most sought after are Ubuntu and kubuntu. I have used
Ubuntu but not Kubuntu. All I wanted to know is whether there is difference between these two
distros other than the colour of the GUI. If there are any users who have used both of them, could
you please help me out?....
Ubuntu 7.04 Released
and it is clogging up the servers already (5) Ubuntu 7.04 codename Feisty Fawn released yesterday. And the servers were more down than up and
running for nearly the whole time. This is actually good for Linux as it is probably the first time
a linux distro has received such a mainstream coverage and release. What are your thoughts on it?
And how many of you have already downloaded it?....
Share Experience Of Ubuntu Linux
For all Ubuntu Linux users who are using this great OS (19) Hi, I am using Ubuntu Linux 6.06 LTS version. and I want to say that this one is really a great
OS to try linux. This is the perfect OS to compare with Windows XP. I have both WindowsXP and Ubuntu
6.06. I had also tried other Linux distro, but found this one is really a nice one. I am fully
satisfied with Ubuntu Linux. Please share your experiance with Ubuntu Linux here.....
Linux Help Please !
Live CD problem with Ubuntu (8) OK heres the layout... i want linux, i have a CD with it on it i go to load it on my lap top, *its
bootable* and i get thru everything installs and such, but when its done it shows a black screen
with 2 white squares about half a inch long and half a inch wide, 2 of them apart from each other
now when i reboot and take the CD out, there is no OS asks for a OS disk, it is called ubuntu. +
where would i go about getting a *free* program to make a CD bootable so that i can download another
thing of linux and also, which should i get? please answer this is vary confuseing ....
Windows Xp Issues
log-in screen (6) Hey, today when i was about to shut down my computer, i accidently clicked the LOG OUT button and
than logged off.. but now whenever i restart my computer that log-in screen always pops up.. anyone
have any idea how i can get rid of this? whenver i try to shut down my computer now, it comes up to
so i don't want to see it.. how can i get rid of it?....
Boot A Linux Virtual Machine Under Windows In Less Than 5 Minutes
Great for learning Linux (0) Ever want to learn linux but you didn't have a second machine to run it on? You can make a
virtual machine that boots from a virtual CD-ROM image and do this in less than 5 minutes. Here is
a great one to start with, it only takes up 50 MB on your machine: Main Page:
http://www.damnsmalllinux.org/index.html Here is a quickstart guide for how to : 1. Download a
DSL image that uses QEMU (from here: http://distro.ibiblio.org/pub/linux/distri....1-embedded.zip
) If you have a slow download speed, this will take you longer than the previously mentioned 5
minutes....
Looking for ubuntu, 7, 10, boot, issues, happen,
|
|
Searching Video's for ubuntu, 7, 10, boot, issues, happen,
|
advertisement
|
|