Ubuntu :: Gnome Splash Screen Has No Effect?

Apr 20, 2011

I installed the Gnome Splash Screen application to change my login splash screen to the same background as my desktop.After using the program and applying my changes, and rebooting nothing happened. I still have the pink default image in the background instead of the image I chose.I did not have any luck using a search engine to solve this issue.I'm using Ubuntu 10.10 with an Nvidia graphics card.This is my first attempt at linux support of any kind and I hope I am in the right place and using an acceptable format

View 8 Replies


ADVERTISEMENT

Fedora :: Gnome Splash Screen In F13?

Oct 21, 2010

I've read threads on it and cant get it working.... I want to enable the gnome login splash screen when desktop loads up but it never shows up ? What I've done is...

Gconf > /apps/gnome-session/options/show_splash_screen = true

reboot...... No splash Screen....

View 1 Replies View Related

General :: Show A Splash Screen While Gnome Is Loading?

Aug 26, 2009

i have a splash screen i want to use while gnome is loading (well it is a pic rather than a splash) rather than black screen till gnome i use ubuntu 9.04 or macbuntu as i call it (is looks exactly like a mac) so can i use a image while gnome is loading ?

View 3 Replies View Related

Fedora :: Amarok Freezes During Splash Screen FC12/Gnome?

Jan 3, 2010

Just installed Fedora 12 stable release without checking office/productivity, server, or developer "package options". Running Gnome.Used yum to get Amarok on here, and it freezes almost immediately every time I try to open it. The splash shows, a program shows up on the window-manager panel labeled "KDED Glob..." and the system freezes. Mouse, keyboard, all unresponsive. I had FC12 Beta on this exact system and Amarok worked fine. Noting that KDED Glob is probably part of KDE, and that I did not install KDE, I thought maybe Amarok depends on a KDE component that the repo did not pick up as a dependency. Tried to install as much of the mainstream KDE components as I could, with no change.

View 4 Replies View Related

Ubuntu :: Reset All Personalization Such As Splash Screen And Colors In Grub Splash To Default?

Apr 25, 2010

If I re-install Grub 2 from the live CD should that reset all the personalisations such as as splash screen and colours in the Grub splash to default? In my case they are not resetting. I would expect them to revert to the default black/white you get when initially installing the OS. the Grub timeout to be a lot less than its supposed to be? e.g. the default timeout setting of 5 seconds is more like 2 or 3 in reality, and when I set my prefered value to 2 seconds it results in being about 1/4 sec or so.

View 9 Replies View Related

Ubuntu :: Splash Screen Messed Up - Get Random Command Lines Mixed In With The Usual Splash

Jan 26, 2011

Since updating my graphics driver on ubuntu 10.10, My splash screen has been inconsistant and messed up. Sometimes ill get random command lines mixed in with the usual splash, sometimes the splash wont show and it will just be black till the desktop appears, sometimes it flashes on and off. I originally tried fixing the resolution and just made the problem worse. Then I tried installing a new splash via gnome-look.org, but it just made my shut-down splash blank and didnt effect my splash at startup. I just want the original splash that ubuntu is supposed to have.

View 6 Replies View Related

Ubuntu :: Splash Screen Startup - Goes Blank For A Minute Then Briefly Shows The Splash For 5-10 Seconds

Mar 26, 2011

I'm running 64 bit Ubuntu, and on the start-up after I pass the GRUB it goes blank for a minute then briefly shows the splash for 5-10 secs and then jumps to the login screen. Also the screen is offset by about 10-15 pixels but from the login screen onwards it is centred. (It's also like this for if I'm in recovery mode)
How do I fix this and Im wondering if it is a hardware problem?

View 2 Replies View Related

Ubuntu :: Getting A Blue Kbuntu Splash Screen Instead Of The Studio Splash

Oct 25, 2010

I recently installed Ubuntu Studio and after an update the standard Plymouth splash screen began to show. I tried changing it back via the "sudo update-alternatives --config default.plymouth" method but I am getting a blue kbuntu splash screen instead of the ubuntu studio splash.

View 1 Replies View Related

Ubuntu :: Appearance Effect Change Automatically From Extra Effect To No Effect?

May 7, 2010

I have upgraded to 10.4 and and after try to install mac look in ubuntu.My screen start flickering, I found it this due to in system => preference => appearance => effect become no effect automatically (as each and every time I select extra effect)After some time.for changing this setting i need to turn off the computer and restart then after i can do it i.e. change effect to extra effect. Its done after following installation

[URL]

View 4 Replies View Related

Ubuntu Installation :: Freeze Screen After Reboot And Get Past The Splash Screen?

May 12, 2011

When I install Ubuntu 11.04 with Wubi, I get this freeze screen after I reboot and get past the Ubuntu splash screen: url

As you can see, it's a scrambled picture of my Windows desktop. This happens with every other version of Ubuntu also.

I'm running a 64-bit PC and I don't wanna waste another CD or use a USB to install, because I actually progress further in my efforts whenever I use Wubi.

View 6 Replies View Related

Ubuntu Installation :: Booting - Screen Froze After The Splash Screen

Jul 21, 2010

I received the Ubuntu CD by mail the other day and tried to install a dual boot with it. I first tried it out by running from the CD and the first problem I had was the screen froze after the splash screen. So I lurked around for a bit and found out that I can press any key on the screen with the keyboard and person to get to a different screen. At this screen I entered "F6" and then entered "nomodeset", this allowed me to pass the splash screen.

Next, I got into Unbuntu but I found out that the keyboard and mouse weren't working, so I lurked again and found out that I have to enter "noacpi" (sorry if I got that wrong, I forgot the name ). I ran by CD once more and everything worked, so I decided to finally install it next to my Vista. However, after installing it goes straight to the splash screen, and the freezing happens again. The screen where the keyboard and the person are not showing up so I have no idea how add the "nomodeset" and "noacpi". So my question is, how do I get to the screen where I can add both those things? Also, is there a way to add it permanently so I don't have to keep pressing F6?

View 2 Replies View Related

Ubuntu :: Do Env Vars Set In .bashrc Not Effect The Gnome Desktop

Feb 15, 2011

I've installed python2.7 and I want all those convenient python libs I've installed from the repos to work with python2.7, but the libs in the repos get installed to python2.6.

No problem, I'll just set the $PYTHONPATH env var so that python2.7 will look at the python2.6 libs. I defined $PYTHONPATH as I wanted in the .bashrc file, and now python2.7 works as I desire when starting it from the shell.

The problem is when I start python2.7 from the gnome desktop (by clicking an application shortcut or button) it doesn't work. My guess is that the env vars set in .bashrc do not effect the gnome desktop, and so my question is what can I do to set an env var on the desktop?

To demonstrate my problem. If I open a bash shell and type "idle-python2.7 -n" idle will open, and I can "import twisted" without any problem in the idle python shell. However, if I do alt-f2 and run "idle-python2.7 -n" idle will still open but sys.path is not set as I would like and I cannot "import twisted". So there is clearly different behavior between an application started from the shell vs one started from the gnome desktop.

Environmental variables have long confused me, I'm also open to other solutions to my "getting python2.6 libs to run in python2.7" problem.

FULL INSTRUCTION: Both .bashrc and .gnomerc are located in your home directory. Put the following at the end of both files:

You should now be able to import the python libs installed from the repos in python2.7.

View 2 Replies View Related

Ubuntu :: Will Not Load GUI -- Screen Flashes At Splash Screen

May 21, 2010

Out of nowhere Ubuntu (intrepid, I believe) has stopped loading for me. When it attempts to load gdm the screen starts flashing at the splash screen and then eventually dumps me to the terminal. From there I can login without any problems but can not get the GUI to load.

When I run sudo gdm-binary it does the flashing splash screen again and then spits out the error message: WARNING: Unable to find users: no seat-id found. Then a few warnings about longest graphic displayed 2.5xxx seconds
I tried running sudo dpkg-recondifigure gdm and relaunch gdm as above and it did the same thing.

I was not able to successfully connect to my wireless network through the terminal to try to update in the hopes of that fixing the problem. Perhaps someone can give me instructions on how? (I have tried but can not figure out how to initialize wlan0).

Or, is there something I can do from my installation CD?

View 2 Replies View Related

Ubuntu Installation :: Get The 10.10 Splash Screen For A Second Then A Blank Screen?

Dec 22, 2010

I have been running 10.04 quite successfully, when I upgraded to 10.10, I have a problem with the newer kernels. If I let it boot into the latest one 2.6.35-23, I get the Ubuntu 10.10 splash screen for a second then a blank screen, same with 2.6.35-22. I have to run with 32-25 to get it to load the gui.

I have an AMD Sempron 2800, 1.6GHz pc, but I'm not sure if it's running 64bit.

View 7 Replies View Related

Fedora :: F15 Gnome 3: Disable Top Right Corner Effect?

Jun 28, 2011

Really get annoyed when mouse is moved to the top right corner then the window is switched to the application view/chooser. I want to get rid of this effect and modified following key in gconf-editor as suggested in [URL]apps/compiz/plugins/scale/allscreens/option, change initiate_edge from TopRight to None. but nothing happens on the effect. The top right corner effect still there

View 14 Replies View Related

General :: Gnome Desktop Effect Disabled After Reboot?

May 12, 2010

desktop effect is disabled after reboot after reboot and go to : system->prefer->desktop effect , the box show the enable desktop effect button already clicked ! but no effect .i use F11 ,and the lspci shows:

Code:

01:00.0 VGA compatible controller: nVidia Corporation GeForce 9200M GS (rev a1)

View 2 Replies View Related

Fedora :: Gnome Desktop Wallpaper Changes Don't Stay In Effect After Reboot

Jun 9, 2010

This is something that I started to notice in F12 and it appears to be the case as well in F13. Any changes that I make to my desktop wallpaper in Gnome don't stay in effect after a reboot. Any ideas as to what is going on here? I don't mind the default blue swirly thing in F13, but I at least want the style change from scale to center to stick.

Choosing the 'set as default' option doesn't seem to help either, as that changes the screen you see at the Gnome login. Once I log into my account the default desktop wallpaper is still there.

View 14 Replies View Related

OpenSUSE :: 'maximize Window' Effect - Delay When Maximizing Windows (Gnome)?

Mar 2, 2010

Using gnome I love the desktop effects, except the 'maximize window' effect. There is an annoying delay when I maximize a window. Is there a way to turn this particular effect off, while leaving all the others on. I looked in control center>desktop effects, but the option is not there. The only way I could turn off the maximize effect was unchecking the "enable desktop effects" checkbox. But this turns all effects off. All other effects run smooth and snappy.

View 3 Replies View Related

Ubuntu :: Multiple Monitors - Can't Stop Mirror Screen Effect

Aug 14, 2010

I've been running Ubuntu 10.04 since it came out using two monitors, on the extended desktop option (the way I want it to be) with no problems. Today I unplugged the HDMI cable from my laptop and used it for my ps3 and now when I put the HDMI back in it will only run in the mirror desktop option. This is not acceptable to me as my 2nd monitor is a 50inch tv with a much higher resolution than my laptop.

When I uncheck the "Same image in all monitors" box it says to log out and back in. Doing this changes nothing(neither has restarting), it is still a mirrored screen.

When I click the detect monitors button absolutely nothing happens. Before today the detect monitors button did work.

How can I go about fixing this?

Edit: Also I just watched a show on the laptop and theres a lot of screen tearing, this didn't happen before.

View 2 Replies View Related

Ubuntu :: Weird Split Screen Effect On Arcade Monitor / Fix It?

Aug 30, 2010

I've been using Ubuntu for a while on my laptop so I thought I'd also run it on my arcade machine. The monitor can handle a resolution up to at least 704x513 60hz (the resolution the original arcade game used) and uses composite sync. I've spent some time using xrandr to get the resolution, refresh rate and sync polarities that I need.

These are the commands I used to set my resolution.code...

But it has the same effect since I have the hsync and vsync wired into a composite sync anyway.

What I get is this weird split screen effect that's in the picture. It looks like I'm missing something I just cant figure it out!

View 3 Replies View Related

Ubuntu :: Kubuntu 10.4 Screen Brightness Slider Doesn't Have An Effect?

Oct 8, 2010

I ran Kubuntu 10.4 from the Live CD and from the start The screen was automatically set to be as dim as possible, but in the power manager the brightness is set to be as bright as possible. Moving around the slider doesn't do nothing, and when I click the battery icon in the tray, it shows another brightness slider that's set to dim as possible, when I move it around it has no effect and just goes back to where it was when I close the popup window. Right now I'm running from the livedisk on an IBM T42 thinkpad laptop.How do I fix this, is it a hardware issue, I've had problems with my graphics card in the past with compositing in X/Ubuntu.I've found some text files for the backlight, they're all set to 0 which I believe is the problem, however even though I'm running the File Manager as root with kdesudo and the permissions are set to read and write for the owner, who is root, I can't save any changes.

View 2 Replies View Related

Fedora :: Enable Wooby Effect - Compiz Desktop Effect - In 15

Jun 23, 2011

How to enable wooby effect (compiz desktop effect like ubuntu) in fedora 15.

View 1 Replies View Related

Ubuntu :: Compiz Water Effect Makes Screen Black In Lucid?

Jun 26, 2010

im using Ubuntu 10.04 and whenever i enable it and try to iniate it it just makes my screen black =/. It sucks because i really loved that feature (on 64-bit btw)

View 9 Replies View Related

OpenSUSE Multimedia :: ATI 5650 But No Desktop Effect No 3D Effect?

Oct 16, 2010

i got driver and when i install driver and reboot computer I got just terminal and when I type startx I get error FLGRX and sam log file or something like that.

instruction i found here but some comands didn't worked openSUSE Lizards

View 9 Replies View Related

Ubuntu :: Splash Screen In 9.10?

Feb 10, 2010

The screen that with the background pic at below is it call splash screen?

How to change the screen at above to text based that shows what services have been started, and if the service has been started, it will show ok at the right side.

View 2 Replies View Related

Ubuntu :: No Splash Screen / Why Is So?

Jun 1, 2010

I installed 10.04 on my Toshiba laptop, but for some reason there is no violet splash screen with the "Ubuntu" word when the system is loading. Instead there is a bald dash in the upper left corner that keeps blinking and then it is changed by regular font dash, then there are some letters (like system is checking something?) and that's it, one second after my desktop welcomes me. What could be the problem? I feel like I haven't had such a problem when I was installing it on another computer. Though it might be because I am installing from USB drive, but not, installed from CD with the image recorded and still the same problem.

View 2 Replies View Related

Ubuntu :: Set A Different Splash Screen Instead Of The One?

Jul 15, 2010

I want to set a different splash screen instead of the one that shows up just before and just after I log in (Ubuntu and the loading bar)

I installed gnome-splashschreen-manager and through that I set the splash screen to another jpg image but this doesnt seem to work. I dint see any difference after rebooting. Am I doing something wrong in GNOME Splash Screen Preferences? This method seemed really straight forward.

View 4 Replies View Related

Ubuntu :: Getting Rid Of Studio Splash Screen?

Apr 19, 2010

I installed the beta version of Ubuntu 10.4, and on top of that Ubuntu Studio (for the programs it brings with it); but don't like the splash screen.

How do I disable it? (I tried uninstalling the Ubuntu studio desktop, but it did not remove the splash screen).

*Edit, following Ubuntu studio apps are still installed on my system:

Code:
ubuntustudio-default-settings ubuntustudio-screensaver
ubuntustudio-icon-theme ubuntustudio-sounds
ubuntustudio-look ubuntustudio-theme
ubuntustudio-menu ubuntustudio-wallpapers

View 9 Replies View Related

Ubuntu :: Getting Rid Of KDE Cursors And KDE Splash Screen?

May 3, 2010

Some time ago I installed KDE on my machine, though I use gnome as the default. (I rarely login on KDE) .Since then, when I login in my default gnome I get those futuristic KDE cursors, which I hate by the way. I've been trying to go back to my default cursors but I've had no success. I go to System -> Appearance -> Customize -> Pointer and then I select Default Pointer or even DMZ (white) I click on close twice and nothing happens. I've even removed the "oxygen-cursor-theme" using the package manager. How can I get my default mouse cursors back?

On the same note, before I get the login screen and after clicking on logout/restart I get a Kubuntu blue (splash?) screen, I'd prefer not to get this screen. how to get rid of this, too? (Getting rid of the cursors would be most important, but if I can get rid of this screen it'd be nice, too)

View 3 Replies View Related

Ubuntu :: No Splash Screen In Lucid?

May 23, 2010

I recently installed from scratch the Lucid Lynx, and after changing the direction of the window buttons and a few things more (who was the idiot who thought on having a purple terminal?), I completely loved it.

I had one problem through, is that when I boot my computer, there is no splash shown. After the GRUB menu, all I see is a black terminal with no text for some time, and then a quick view of some colored text. Does anyone else have this problem? Here is the appropriate section of the grub.cfg file:

Code:
menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2

[Code].....

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved