Ubuntu :: Changing The Grub Menu Resolution?
May 12, 2010
I'm using lucid x86_64. I tried changing the grub menu resolution and it works fine on 1024x786 and 1280x1024 but since my monitor is a widescreen lcd i tried the native resolution which is 1440x900 which gives a message "Frequency out of range" during boot after bios post. but then after 10 secs ubuntu boots w/o any problems...also I get the same problem with 1280x800 so i'm guessing it doesn't support wide screen resolutions...is there a workaround?
View 9 Replies
ADVERTISEMENT
Aug 5, 2010
I was wanting to use StartUp-Manager to increase the resolution of the GRUB menu and the boot logo screen. Changing the resolution for the GRUB menu works fine. But the Ubuntu logo that should show up during the boot process is all scrambled across the screen. I tried multiple resolutions to fix it and none of them work. How do I restore everything back to their defaults? I tried putting the numbers all back to where they where when I first ran StartUp-Manager but that didn't fix it.
View 4 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
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
Dec 7, 2009
I searched the archives and didn't find anything on this, and was just wondering if there is a problem if you load Ubuntu 9.1 and have a display that's higher than 1024x768. I'd prefer a machine with a higher res, but I've heard that Ubuntu will only go as high as 1024x768.I'm guessing, however, that by 9.1, it should recog the higher res while loading and it won't be a problem, but thought I'd check before shelling out on a machine with a nicer display.
View 9 Replies
View Related
Jul 28, 2009
I am testing my crash recovery strategy for my linux system and I am having trouble with GRUB. I am basically restoring my backup (i.e. tar) unto a different hard drive, but I am having problems getting the machine to boot without me having to type the GRUB commands at the GRUB prompt that is presented when the machine boots up off the new hard drive. I have tried to restore the MBR in two ways (the 2nd one is the one that gets me to the GRUB prompt):
1. Get the MBR off the original drive and write it unto the new drive (all via dd), but that did not work at all: the machine hangs right away during boot up. It seems to hang right at the point where the BIOS tries to read the MBR.
Code:
On original drive:
# dd if=/dev/sda of=mbr+part.bin bs=512 count=1
On new drive (new drive is now in place of original drive):
# dd if=mbr+part.bin of=/dev/sda bs=1 count=446 conv=notrunc
2. By using the FEDORA rescue CD, I installed grub unto the new hard drive as follows:
Code:
# chroot /mnt/sysimage
# grub-install --root-directory=/boot hd0
reboot and remove FEDORA CD Using the 2nd option above, I get the GRUB> prompt during bootup. I can then boot into the system by issuing the commands that are in the menu.lst file, followed by the "boot" command. However, I would like for those commands to happen automatically, just like in the original configuration. It seems to me that GRUB is actually finding all its stage files because I doubt the GRUB program (the one displaying the prompt) fits entirely in the 446 bytes it has on the MBR. So, it must be loading its stage 2 (and stage 1.5??) files from my /boot partition. However, if GRUB is loading its stage files off the boot partition, why does it not load/read the menu.lst/grub.conf contained in the boot partition also?
Code:
# ls -l /boot
total 22888
-rw-r--r--. 1 root root 1274567 2009-05-27 16:39 System.map-2.6.29.4-167.fc11.i686.PAE
-rw-r--r-- 1 root root 1274538 2009-06-16 22:27 System.map-2.6.29.5-191.fc11.i686.PAE
[code]....
View 3 Replies
View Related
Nov 20, 2010
my Setup is Fedora 14 x64 + radeon hd 4830 i've downloaded .run package from ati site with latest driver for x64 systems. installed it, but didn't edited grub.conf becouse i didn't understood anything there (probably didn't spent enough time to get things understand) Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen. nothing works except Ctrl+Alt+Delete. system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?
View 4 Replies
View Related
Feb 27, 2011
On Windows I use 1920x1080 (the monitors normal setting), but Ubuntu won't recognise the resolution. (it sets me at 1024x768 ) I've tried a couple of different guides but none of them worked.It only shows four different default resolutions:
1024x768 (4:3)
800x600 (4:3)
848x480 (16:9)
640x480 (4:3)
I'm using a NVIDIAGTS8800 video card,
View 5 Replies
View Related
Feb 21, 2010
i'm trying to change the resolution on a small device i have been making.. it has the X86 and i have installed the lasted ubuntu 9.10..
the only problem is that the monitor i am going to use very soon supports 480x234 resolution or 320x240 resolution.. set this resolutions into my xorg so that i can finally see a clear images onto the new 7" monitor..
View 1 Replies
View Related
Mar 4, 2010
Let's start with some context: About a week ago, I saw in the university computer that the text mode consoles(ctrl+alt+f[n]) worked with a great resolution on a 19" wide screen (I think it is 1440x900) running fedora 11. So I wondered if I could make the text consoles at home to work with a good resolution also.So I started to search for that and found the kernel parameter vga= . The problem: it doesn't support 1440x900 or any other 16:10 resolution for my graphic card. Then I thought that maybe fedora uses some module that allows that, because the livecd allows a good resolution (by default) on my desktop computer.
What I thought so far is that fedora is not using vesa for the virtual console (which i think is the driver that ubuntu uses) and I want to know what driver it is and how to use it in ubuntu (either compiling the kernel or simply installing something).I don't even know if my guesses are right or not. But I've gathered some info so far:From /var/log/messages (fedora 12 livecd) I got this part, which I think is the really interesting one.Quote:
Mar 2 22:37:18 localhost kernel: [drm] Initialized drm 1.1.0 20060810
Mar 2 22:37:18 localhost kernel: [drm] radeon defaulting to kernel modesetting.
Mar 2 22:37:18 localhost kernel: [drm] radeon kernel modesetting enabled.
[code]...
View 2 Replies
View Related
Apr 5, 2010
I changed the resolution in Gnome to something that my monitor cannot recognize. However, I can get into the shell, and am wondering if their is a way to change the Gnome resolution via the shell commands.
View 1 Replies
View Related
May 22, 2010
I've been having a fit with Ubuntu (even tried updating to the new version). I have a USB camera (1.3mp- 1024x768 ) that I need to observe and capture images with (microphotography). I've downloaded and installed multiple packages, but have not found any way to change the default resolutions for V4l2. The resolution closest to what I need is 1024x816, but the video is torn and unusable. One program, Kamoso, worked fine in 640x480 mode, but as soon as I upgraded to Ubuntu 10, it went to the higher resolution (1024x816) which doesn't work right.
Is there some way to force v4l2 into a 1024x768 mode? The camera is a Tucsen 1.3mp microscope camera. I've emailed the company for more information and to see if they would email me the software/drivers (I lost the driver disk in a fire), but nothing so far from them.
The programs I've installed and tried: Camorama, Kamoso, Xsane, Cheese, VLC media player, v4l2ctrl, v4l2ucp, v4lctl, v4l-info. Camorama doesn't work, Kamoso- you couldn't change resolutions (ditto for Xsane), Cheese - I can change resolutions, but they have these crazy values that don't work, VLC media I cannot change either. I'm supposed to be able to use v4l2ucp to change settings, but I don't get the screen that the preview for the program (in Ubuntu Software) showed.
View 6 Replies
View Related
May 8, 2010
I've just finished installing Ubuntu Server 10.4 onto my ASRock ION330. I don't have a spare monitor lying around, so I've plugged my TV into my machince via HDMI. This works, but the text is tiny. There are too many rows and columns of characters (or equivalently, the font is too small). When I try changing the TV resolution to a smaller size, it just cuts out the rest of the text. So from the command line, how do I make the text bigger?
View 8 Replies
View Related
Jul 7, 2010
Sometimes when starting applications, especially with Wine, the screen resizes to a much lower resolution. Sometimes when I close the application & usually when it crashes/I have to kill it, the screen stays at that much lower resolution. To get my normal 1900*1200 resolution back I have to delete all the applets I've put in the top menu bar to for there to be enough space for the menu to appear for me to select System>Prefs>Monitors.How can I prevent an application from altering my resolution & just force it to run windowed, or at a higher resolution?
View 1 Replies
View Related
Feb 1, 2011
I am using Ubuntu 10.10 on a Dell Optiplex GX270, with the Intel video chip. I have a problem with my virtual consoles/terminals (<ctrl-alt>F1-F6). The default screen resolution was set to 1600x1200 at installation, which results in a nearly microscopic, unreadable font. I posted the problem on this thread on ubuntuforums.org, where they suggested adding GRUB_GFXMODE=640x480 and GRUB_GFXPAYLOAD_LINUX=640x480 to /etc/default/grub and /etc/grub.d/00_header. Still no joy--the console screen resolution still was 1600x1200.
I have noticed that the screen resolution changes three times during boot; it starts at standard VGA, 640x480, then switches to 1600x1200, then finally to 1024x768, which is my preferred resolution in X. But, if I switch to a virtual console, the resolution shoots up to 1600x1200 again. There are times when I like to use virtual terminals, and I would like to avoid eyestrain.
View 10 Replies
View Related
Aug 4, 2009
I'm new to Linux I used to use Ubuntu, when I wanted to change resolution in ubuntu just go to xorg.conf but don't have this in Fedora 11. My resolution is 800x600 right now btw.
View 5 Replies
View Related
Apr 4, 2010
I am having trouble changing the resolution in my Computer,I am new to Linux and somehow, Lucky, I got this program to install, I installed it on a Dell PowerEdge 1850 with a Radeon 7000 Video card,I had another one set-Up before which gave me a resolution of 1400 x xxxxx? Was great, this one only offers 800 x 600 and some other very low resolutions, The programing allows me to change it and demands I log out, Restart x and log in again, took me a day to figure out what was "x" and how to restart it, but no response. Still the same.
In reading the Forums I see this command allot "/sbin/lspci -m" But, too bad, nobody tells exactly where to type that series of digits to get any response,
View 1 Replies
View Related
Feb 15, 2010
9.10 has no menu.lst file and hitting ESC to does not bring up the grub menu. How can we set bootup options or boot an alternate kernel? I would really like to set the resolution at boot time so that my console (Ctrl-Alt-F5, for example) has 80 columns instead of 40. (What a stupid default, gigantic Commodore-64-like text!) It would also be nice if the Login screen could be set to the resolution that I want.
In previous releases, there were ways to do this. In 9.10, I haven't been able to figure out how.
Is there a document explaining all of the radical changes?
View 5 Replies
View Related
Apr 29, 2010
I want to edit the GRUB menu in ubuntu but Menu.1st is missing.When I open the /boot/grub.cfg from terminal I cant save it.
View 7 Replies
View Related
Apr 22, 2011
9.10 has no menu.lst file and hitting ESC to does not bring up the grub menu. How can we set bootup options or boot an alternate kernel? I would really like to set the resolution at boot time so that my console (Ctrl-Alt-F5, for example) has 80 columns instead of 40. (What a stupid default, gigantic Commodore-64-like text!) It would also be nice if the Login screen could be set to the resolution that I want. In previous releases, there were ways to do this. In 9.10, I haven't been able to figure out how.
View 1 Replies
View Related
Jan 26, 2010
Just got an HP dv6-2150 laptop. Dual boot with Windows 7 and 9.04 (9.10 will not work but that's a different story). The screen resolution is too low and is set at the highest option available (1024x768 which is a 4:3 aspect ratio). The HP uses the new Intel i3-330m chipset with on-board Intel HD graphics. The system is capable of 1366x768 resolution (16:9) - so how do I get it there? xorg.conf looks real generic - nothing specific to Intel.
View 7 Replies
View Related
Jan 27, 2010
I am running Ubuntu 9.10 on a new HP PC (Pavilion p6240f PC).This came with an Intel GMX X4500 Integrated graphics.My monitor is Samsung SyncMaster 2333. Initially I got a very bad resolution, Later I edited /etc/X11/xorg.conf (created the file) and added the following.
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30 - 75
VertRefresh56 - 61
EndSection
[code]....
With both 1600 x 1200 and 1680 x 1080 I get the resolution but I see lots of shadowing.(The letters are not crisp) Do I need to upgrade any driver ?
~$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
View 1 Replies
View Related
Jan 29, 2010
I installed Ubuntu 9.10 with VMware Workstation 6.5.0. The install went fine and I ran the updates and everything was working great. Then I decided to change the resolution to something a little larger that was actually workable and after a restart my taskbars were all messed up. I deleted that machine and then opened up the backup. I changed the resolution again and after a restart, same result. I've tried it with multiple resolutions with different aspect ratios all with the same results. I've included a link below with a screen shot of the desktop so you can see what it's doing. Now, it's not unusable but distracting to me nonetheless.
View 1 Replies
View Related
Jun 28, 2010
I've installed Ubuntu 10.04 on an old PC with an Intel 845 series motherboard, using an onboard graphics solution. By default, it boots with an 800x600 screen resolution. When I change the resolution to 1024x768, the resolution switches perfectly, but the mouse pointer disappears. The mouse can still be USED, but I have to 'guess' where the pointer is. The only way I have found to rectify the situation is to reboot, upon which the resolution returns to 800x600 again as well. Kubuntu 10.04 suffers from the same problem, only in Kubuntu the mouse pointer reappears when the resolution switches back to 800x600, so I don't need to reboot.
View 4 Replies
View Related
Jul 17, 2010
I have a Philips 19' HDTV I use as my monitor, I have tried every guide out there, including the wiki one with xandr. Nothing works for me. This seems like it should be way easier, set custom resolution go.. but this isn't the case.
Using Ubuntu 10.04 -
I've tried editing the xorg.conf and adding the modelines and changing the modes , I've tried the xandr commands. I've tried guides from years ago to current ones. I'm desperate, Everything is cut off like maybe an inch not even. Can just barely see the edges of the top and bottom bars.
I've been working on this for many many hours coming up with nothing every time. I wish there was a way to just resize the desktop.
Here is my most recent attempt at the conf file.
Quote:
View 3 Replies
View Related
Jul 8, 2011
I'm accessing a Red Hat Linux 5.5 machine with Gnome 2.16 and UltraVNC. I've started "vncserver" and am accessing my Linux desktop fine from my Windows machine. However, I can't change the resolution as I'm told: The X Server does not support the XRandR extension. Runtime resolution changes to the display size are not available.
View 2 Replies
View Related
Jun 13, 2010
I am not use X11 in linux. I use just terminal window. How can i change screen resolution?
View 5 Replies
View Related
Dec 14, 2009
I am using FC10. how do I change the resolution of the "Boot Up" screen? My monitor is 1024x768 capable but my boot screen is 1280x1024. I don't get anything until it finally loads X Windows. When my machine is booting up I cannot see the screen because my monitor can't handle it. When I hook it up to my other monitor (1280x1024 capable) I can see the boot up screen. I'd like to be able to see the boot screen in case there are any errors I need to se. How do I change it?
View 1 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
Nov 2, 2010
I have a Lenovo G550. I has a Intel GMA x4500. I use Debian Lenny 5.0.0. Changing resolution is not supported. Actually Graphic card is not installed. I have searched in packages but there is not anything in repos. I have asked my question in a forum, they told me add backports and installed the latest driver. I did, but it didn't work too. I asked abrotman and he told me : Lenny >> squeeze. But I don't want to upgrade my debian to squeeze because squeeze is unstable and I don't want to see crashing! I have googled, but I couldn't find any useful thing.
View 2 Replies
View Related