Bug 127475

Summary: monitor selection in kickstart
Product: [Fedora] Fedora Reporter: Thomas Gordon <memeyou>
Component: anacondaAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED WORKSFORME QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: zoo
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-08 22:02:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 133260, 136451    
Attachments:
Description Flags
kickstart file with video specification
none
the xorg.conf file generated by the kickstart file none

Description Thomas Gordon 2004-07-08 19:14:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040518 Firefox/0.8

Description of problem:
unable to select desired monitor/resolution in kickstart

Version-Release number of selected component (if applicable):
anaconda-10.0.1-0.20040701220944

How reproducible:
Always

Steps to Reproduce:
1. use --monitor or --resolution with xconfig in kickstart
2. kickstart
3. boot
    

Actual Results:  probed monitor becomes setting and entries removed
from anaconda-ks.cfg

Expected Results:  specified monitor should be what is used

Additional info:

ks.cfg USED:

xconfig --card "ATI Radeon Mobility U1" --videoram 131072 --monitor
"LCD Panel 1280x800" --hsync 31.5-90.0 --vsync 60-60 --resolution
1280x800 --depth 24 --startxonboot --noprobe --defaultdesktop gnome

RESULTING anaconda-ks.cfg:

xconfig --card "ATI Radeon Mobility U1" --videoram 131072 --hsync
31.5-90.0 --vsync 60-60 --resolution 1920x1440 --depth 24
--startxonboot --defaultdesktop gnome

Comment 1 Jeremy Katz 2004-09-22 19:50:13 UTC
Does this still not work?

Comment 2 david d zuhn 2004-10-25 15:44:03 UTC
I have encountered this same problem, using FC3rc1. 

My kickstart file contains the following line:

xconfig --card "NVIDIA GeForce FX (generic)" --videoram 65536 --hsync
31.5-37.9 --vsync 50-70 --resolution 1280x960 --depth 24
--startxonboot  --defaultdesktop gnome

but when I run the installer, I end up with a configuration that
matches what's put into /root/anaconda-ks.cfg

xconfig --card "NVIDIA GeForce FX (generic)" --videoram 65536 --hsync
31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 24 --startxonboot
 --defaultdesktop gnome



Comment 3 david d zuhn 2004-10-25 19:04:28 UTC
Created attachment 105740 [details]
kickstart file with video specification

Comment 4 david d zuhn 2004-10-25 19:06:02 UTC
Created attachment 105741 [details]
the xorg.conf file generated by the kickstart file

Note the modes line which doesn't match the resolution specified in the
kickstart file.  There was no firstboot run to offer a chance to fix this.

Comment 5 Jeremy Katz 2005-05-18 19:47:13 UTC
Is this better in FC4 test3?

Comment 6 Paul Nasrat 2005-05-24 15:40:18 UTC
Remove from FC3 tracker - were you able to test with FC4test3?

Comment 7 Jeremy Katz 2005-07-08 22:02:50 UTC
Closing due to inactivity.  Please reopen if you have further information to add
to this report.