iborg
10th May 2010, 02:38 AM
I know this has been covered in several posts, but i can't find info on where to insert the nomodeset parameter...
Background:
I've begun the fc 12 upgrade (running fc11 right now) and after getting past the out of space /boot partition message, the system finished downloading the preupgrade stuff and rebooted. the display never came up - just the out of range message from my screen.
I'm able to get back into fc11 via the grub boot menu (I have a dual boot setup) but I get the same out of range situation when I boot into the upgrade.
From what I've read I think I need to add nomodeset as a kernel parameter, but I don't know where to add it!
Do I add it to the upgrade line in grub.conf?? If so, where in the line does it go?
grub.conf (just first two sections)
default=1
timeout=30
splashimage=(hd1,0)/grub/splash.xpm.gz
#hiddenmenu
title Upgrade to Fedora 12 (Constantine)
kernel /upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade stage2=ftp://ftp.nrc.ca/pub/systems/linux/redhat/fedora/linux/releases/12/Fedora/i386/os/images/install.img
initrd /upgrade/initrd.img
title Fedora (2.6.30.10-105.2.23.fc11.i586)
root (hd1,0)
kernel /vmlinuz-2.6.30.10-105.2.23.fc11.i586 ro root=UUID=789bd01b-583a-4bc3-9dcf-d506ab19b7f5 rhgb quiet
initrd /initrd-2.6.30.10-105.2.23.fc11.i586.img
Here is my xorg.conf:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "DCLCD DCL20A"
HorizSync 30.0 - 85.0
VertRefresh 56.0 - 76.0
ModeLine "1680x1050" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 -hsync -vsync
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Thanks for your help!
Background:
I've begun the fc 12 upgrade (running fc11 right now) and after getting past the out of space /boot partition message, the system finished downloading the preupgrade stuff and rebooted. the display never came up - just the out of range message from my screen.
I'm able to get back into fc11 via the grub boot menu (I have a dual boot setup) but I get the same out of range situation when I boot into the upgrade.
From what I've read I think I need to add nomodeset as a kernel parameter, but I don't know where to add it!
Do I add it to the upgrade line in grub.conf?? If so, where in the line does it go?
grub.conf (just first two sections)
default=1
timeout=30
splashimage=(hd1,0)/grub/splash.xpm.gz
#hiddenmenu
title Upgrade to Fedora 12 (Constantine)
kernel /upgrade/vmlinuz preupgrade repo=hd::/var/cache/yum/preupgrade stage2=ftp://ftp.nrc.ca/pub/systems/linux/redhat/fedora/linux/releases/12/Fedora/i386/os/images/install.img
initrd /upgrade/initrd.img
title Fedora (2.6.30.10-105.2.23.fc11.i586)
root (hd1,0)
kernel /vmlinuz-2.6.30.10-105.2.23.fc11.i586 ro root=UUID=789bd01b-583a-4bc3-9dcf-d506ab19b7f5 rhgb quiet
initrd /initrd-2.6.30.10-105.2.23.fc11.i586.img
Here is my xorg.conf:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "DCLCD DCL20A"
HorizSync 30.0 - 85.0
VertRefresh 56.0 - 76.0
ModeLine "1680x1050" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 -hsync -vsync
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Thanks for your help!