OpenSUSE Install :: Changing Font Color During Boot Screen - Not GRUB - Not KDM
Jan 24, 2010
I am testing some boot splash screens but the ones I like most are darker and therefore the black font color during boot, well, shows on dark grey or black background, so I can't see.
I would like to change the font color of the messages, but not the results (green=DONE, red=FAILED, etc., I don't want to change that, only the messages like "doing fast boot", "Loading CPUfreq", and all the ones loading stuff, mounting, etc.).
Apparently I need to edit /lib/lsb/init-functions?
I found a few examples on google, mostly for debian based and the ones I have seen are far more complex than the very simple one opensuse uses. So I am stuck here. 11.2 version.
View 5 Replies
ADVERTISEMENT
Nov 30, 2010
I'd like to change the font characteristics (size, colour) on initial login screen (list of users) however I cannot find the configuration options.
View 6 Replies
View Related
Apr 27, 2011
I am working with a template.css file, and I want to change the color of the font in part of the header from black to blue. Is there syntax that can be inserted into the file to accomplish this?
View 14 Replies
View Related
Feb 26, 2010
I've been running openSuse 11.2 for a while on my notebook.Today I turned it off at work and came home. When I tried to turn it on, it boots, shows a black screen written 'GRUB' and then NOTHING. It doesn't complete the boot process.
View 9 Replies
View Related
Mar 25, 2011
i changed the boot up resolution in the boot up loader to 1366*768 (native res of my monitor) the boot option is still set to quiet splash however, instead of showing the progress bar, it would now always display the complete boot up log ( the list of starting services and such) i then manually changed the boot option from to 1024*768 at boot loader screen, and teh splash would show up, but then on next boot up if i stick with 1366*768, it doesnt work again
View 4 Replies
View Related
Apr 18, 2010
I am trying to streamline my boot screen/GRUB Menu. I know what I want it to look like (grub_wanted.jpg), and I think I know how to get it by uninstalling a couple of things, (synaptic.jpg). Now I have too many items on the screen, and it looks cluttered to me (grub.jpg).
View 3 Replies
View Related
Jan 28, 2010
I've run into a strange problem recently. My primary OS right now is Windows 7, and OpenSUSE is secondary. I had GRUB as the bootloader, and everything seemed fine, but I ran into one problem in Windows 7: one program refused to work correctly with ATI forced anti-aliasing on, but it is needed by others (or else edges look jagged).So I decided to install ATI Tray Tools. But it seems that Windows 7 is being evil and won't let install drivers that their creators didn't pay Microsoft for (thank goodness that's not the case in Linux). That means I had to use a driver overrider program, and that means that it had to change the Windows 7 BCD options. And that's where bootloaders kick in. It seems that Windows 7 is too lazy to check for its BCD on other than active partitions, so it doesn't allow the overrider to function.
So what I did was change GRUB to boot Windows 7 with makeactive flag. The problem now is - it won't deactivate! I no longer get GRUB's boot screen, it just boots to BCD directly. So my question is - is there a way to deactivate (or, rather, reactivate the /boot partition) after Windows 7 shuts down or restarts automatically? Obviously I don't want to use GPartEd each time I want to boot to Linux.
View 7 Replies
View Related
Aug 1, 2010
I installed 11.3 as a new install over 10.3, kept the $home and windows partitions, and let it reformat the other two partitions. NO disk partitioning structure was changed.
I did get a warning that GRUB over 128GB might not be able to boot.
I did enable the MBR.
GRUB menu does come up, but upon selection of SUSE 11.3 entry the computer screen blanks, and nothing happens. Selecting Windows does work upon power-up.
I did not have this 128GB issue with 10.3. What are my options? I am really afraid to install 11.3 on production machines now (running 11.2).
View 3 Replies
View Related
Jun 11, 2011
When openSUSE was installed, GRUB information was installed in the Extended partition rather than in the MBR.
I have a triple boot system: Windows XP Pro, openSUSE, and another popular distro on Linux. The other distro put GRUB info in MBR. Now when I boot up it goes to member first. If I select openSUSE, the GRUB info in the extended partion is accessed and a 2nd selection screen is displayed.
I tried reloading the GRUB data for openSUSE selceting to install it in MBR but this does not seem to work.
How do I get rid of the GRUB stuff in the extended partition so that the 2nd GRUB screen does not get displayed?
View 6 Replies
View Related
Apr 17, 2011
I noticed that after making my build in suse studio my system freezes immediately after GRUB ( Normal or Failsafe) boot splash screen. I also noticed that this happens only with the specified kernel below. I'm not sure when using Kernel 2.6.37, one had the same problem. I never used it. The original kernel 2.6.34 had no problems such as the one I have described. My systems has no further problems only that it takes several restarts to go past the "Freeze". Below is a list of my system specs:
openSUSE 11.3
Kernel-pae 2.6.38.2-4.1 from Kernel Stable.
GRUB 0.97-174.1 from openSUSE 11.4
Upstart 0.6.5-33.1
xorg-x11-server 7.6_1.9.3-142.1 from X11:xorg 11.3 repo.
The GRUB from openSUSE 11.4 has been very stable and non-problematic. I will be buying an Intel core i5-2500K in a few months that's why I need the latest kernel and XOrg-X11-server. What could be causing the freezing?
View 6 Replies
View Related
Aug 16, 2010
Today I found out how to change theme in OpenSuse 11.3 64 bit. I'm running KDE 4.4. Naturally I went to KDE-Look.org and trawled it through for eye-candy. I got this HAL-9000 boot splash: HAL-9000 KDE-Look.org
Its a .gz file and uncompressed its called .xpm, I think its just an image, that I should put somewhere, but I don't know where. I tried the bootloader settings through yast, though it didn't tell me anything.
Secondly I got a screensaver, which I'm supposed to compile and install: KCometen4 KDE-Look.org
I tried following these instructions, as best as I could:
Code:
KCometen4 also comes with a simple configure script that should work for a generic local install. If it doesn't suit your needs, you will need to edit the cmake settings by hand.
Quick installation steps:
Cmake's equivalent to 'make distclean' is 'rm -rf build'.
If you do a local installation, you might not see KCometen4 in the Screen Saver Settings module. In that case, you will need to do one of two things.
First, you can set the $KDEDIRS environment variable in your X session startup script so it includes your local installation prefix:
Or second, you can set this for all users by adding your local installation prefix to /etc/kde4rc:
After that, you may need to manually refresh the system configuration cache by running 'kbuildsycoca4'. KCometen4 should now appear in Screen Saver Settings.
So I installed kdebase-workspace-devel but I couldn't find libqt-opengl-dev, but it didn't seem to be a problem, according to the console output:
Code:
It mentions some Q_WS_WIN, Q_WS_QWS and Q_WS_MAC, that it doesn't find. Could that be the problem.
I tried to see if the new screensaver got into the screensaver menu, it didn't.
View 4 Replies
View Related
Apr 5, 2011
1. Identify what my current color depth setting are? (default opensuse 11.4 KDE install)
2. How do I change it? Am assuming it is set to 32bit now, would like to set it to 24.
The reason is my little netbook really burns up when i play a video.. acer aspire one and one of the reason why I installed linux over windows 7 was that I wanted my laptop to run faster ... apart from the fact that I would have installed suse anyways!!
View 2 Replies
View Related
Feb 11, 2011
I'm dual-booting Windows 7 and Suse 11.3, installing suse second on a seperate 80GB drive. After a ridiculous amount of faffing around due to my dvd writer essentially not working, finally get suse installed, messing with GRUB settings in an attempt to preserve Windows' boot manager, restart; GRUB error 22.
Go through the whole process again, this time accepting the use of grub and not changing anything from default - exactly the same response. None of the tens of boot disks/utilities I've tried will allow me into suse to have a look at the grub config. There are no applications for windows that will allow me to write to ext3.
View 9 Replies
View Related
Nov 30, 2009
I have installed 11.2 with English as default language. During the installation, I tried to change the default keyboard mapping to Spanish, but right now, when the system boots it uses an English mapping. I've seen there is an option to change that on the grub menu and I would like it to default to Spanish. Is it possible? I haven't found much info on the web, but my guess is that changing the DEFAULT_APPEND in /etc/sysconfig/bootloader with an unknown-keyboard-related option will solve it.
View 3 Replies
View Related
May 2, 2011
I am running opensuse 11.4 on my Lenovo G450. The probem is that the login theme is not changing. Its the same default one. I am sure that I am following the way it should be to assign the new theme but no result. What could it be?
View 9 Replies
View Related
Jan 10, 2009
I added an entry to grub's menu.lst and reran grub (grub-install hd0) and now my background is gone and the entries just show up like on a normal console.
I searched the forums and I couldn't find anything. Does anybody know why this happened and how to fix it?
I have not changed anything in menu.lst except for adding the new OS.
View 9 Replies
View Related
Mar 23, 2011
Is it possible to scale my screen to a bigger size? I have a huge TV as a monitor and at 1920x1080 on linux it is a bit of a strain for my eyes. on windows they have a feature to do this. You can make the text and other items, such as icons, on your screen easier to see by making them larger. You can do this without changing the screen resolution of your monitor or laptop screen. This allows you to increase or decrease the size of text and other items on your screen while keeping your monitor or laptop set to its optimal resolution
View 8 Replies
View Related
Mar 30, 2010
I have following problem. I have HDD with SUSE with boot partition. I want to add another HDD with LVM move system there switch boot and format the first disk and add it to LVM. I tried to figure out how to configure GRUB (with yast2 bootloader) to boot from MBR and read kernel from LVM, but without any luck. It still boots from firts disk's boot partition.
View 1 Replies
View Related
Dec 14, 2010
my linux pc is connected to a lcd monitor with native resolution 1280x1024.The font at the textconsoles is too small for me.
I changed the entry "vga=..."in the file /boot/grub/menu.lst to "vga=0x0314".During the first few seconds the screen-resolution matches the setting of the vga-mode, but after then the vga-mode automatically switches to 1280x1024 (only at the textconsoles).The x-server is configured to 800x600 which is the resolution I want.I also tried vga=normal and vga=788. In older suse-version 10 and lower never had this problem.
View 7 Replies
View Related
Mar 9, 2011
I try to install openSUSE 11.4 KDE RC 2, unfortunately I show black screen after GRUB screen. I must press Power button to turn off my computer. I hope it won't on openSUSE 11.4 stable. I'm waiting for downloading openSUSE 11.4.
View 8 Replies
View Related
Jan 4, 2010
I have openSuse 11.2 along with Windows, I get an option on boot to choose between the two OS, but the default is suse. How can I change the default load to Windows
View 1 Replies
View Related
May 17, 2011
My Squeeze installation has the horrific 80x25 line display, and I cannot stand it. I know it can do better, because the grub screen is very tiny. I ran dpkg-reconfigure console-setup, but the offerings there aren't much better. I don't know what happened to the good ol' days of grub when all you had to do was pass vga=791 to the kernel to get a decent console size... but it seems they are gone.
I don't really understand this new v2 grub... I don't know why it was necessary to change how it was configured, when it seemed to work so exquisitely. how I would accomplish the functional equivalent of passing vga=791 (1024x768@75hz) to the kernel in grub
View 6 Replies
View Related
Apr 17, 2010
I started another thread about this to get help booting into openSUSE after Fedora rewrote my bootloader and deleted all other entries. I managed to fix it but I never did find out why the following commands caused my system to boot to the grub shell instead of the grub menu.
Code:
grub
root (hd0,3)
setup (hd0)
quit
reboot
Can anyone explain to me why these commands caused my system to boot directly to a grub shell? It's as if there were no /boot/grub/menu.lst files for it to use, but after I got everything back to normal, the files were still there.
If it helps, this is how the drive was setup before and now, except Fedora was on /dev/sda4 and has since been deleted.
Code:
Device Boot Start End Blocks Id System
/dev/sda1 1 262 2104483+ 82 Linux swap / Solaris
/dev/sda2 263 13316 104856255 83 Linux
/dev/sda3 * 13317 14621 10482412+ 83 Linux
View 6 Replies
View Related
Jun 25, 2010
I have a dell inspireon 1501 with Ubuntu 10.04 on it. Sometimes but not always when I boot up I will see colored stripes on the screen that don't go away. The only way to get rid of them is too close the lid of the laptop then open it up again. After I open the lid the stripes go away. Any way to get RID of the stripes?
AMD Sempron 1.8
1.45 GB ram
ATI Xpress video Card
View 5 Replies
View Related
May 19, 2010
I have 11.1 installed on an old G3 system. The PowerPC config has worked well, but after an update I get a black screen at GDM. I think all is well, but the resolution/refresh rate is set too high.How can I get in to change to runlevel, access SAX2 or change the GDM/Gnome resolution settings?I think I've been able to blindly login
View 3 Replies
View Related
Jul 6, 2009
I am using the screen app, and have set bce to on, and issued the following commands to set my background and foreground color: tput setab 4; clear; tput setaf 7; clear;
This temporarily sets everything properly on my screen. However, when I issue any commands that change or set their own background color (for example, when I issue an "ls" command with colorized output), the background color gets lost for any new output and I have to reissue the commands listed above in order to retrieve my background color.Ideally I'd like to keep my background color when issuing these commands, as it serves as a good way to remind me of what environment I am currently issuing commands in.
View 1 Replies
View Related
Jan 3, 2010
I am using a dark background in my panels and the system font color is dark too so I cannot see the text in panels. How can I change the color ?
I tried the gconf-editor. Changed the color value there and restarted the panel with
Code:
And could not find it. Is there any way to do this for 9.10
View 5 Replies
View Related
Jun 20, 2011
I've coma across a problem I have not been able to solve myself. Is there a function in the linux API similar to GetConsoleScreenBufferInfo() on Windows? refer to: http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
I only need to get the current color settings of the active terminal.
View 3 Replies
View Related
Mar 26, 2010
IS there a way to change the Font color of the top menu (File, edit, view History, etc) in firefox or all windows? I'm using a skin that I love but cannot read the menus at the top because the color is blending in.
View 1 Replies
View Related
Nov 25, 2010
I'm using the Divergence theme, and I'm loving the transparent top panel. However, the font is dark, so I can't see anything! How can I change the font so it's white, but without changing other system fonts?
View 3 Replies
View Related