Bug 230854

Summary: only one resolution supported
Product: [Fedora] Fedora Reporter: Doncho Gunchev <dgunchev>
Component: 915resolutionAssignee: Chris Weyl <cweyl>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Fedora 7 intel driver Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-06 13:22:59 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:
Attachments:
Description Flags
patch for /etc/rc.d/init.d/915resolution that allows configuring multiple resolution none

Description Doncho Gunchev 2007-03-03 19:28:31 UTC
Description of problem:
In it's current implementation 919resolution's init script can set only one 
video mode (and the last update deleted my custom init script).

Version-Release number of selected component (if applicable):
915resolution-0.5.2-6.fc6

How reproducible:
look at /etc/rc.d/init.d/915resolution

Expected results:
should be able to set multiple resolutions (ex: 8 15/16 24 32 bit color ones)

Additional info:
I will attach a patch for /etc/rc.d/init.d/915resolution and a new example 
configuration file for /etc/sysconfig/915resolution that allows arbitry number 
of resolutions to set.

Comment 1 Doncho Gunchev 2007-03-03 19:28:31 UTC
Created attachment 149188 [details]
patch for /etc/rc.d/init.d/915resolution that allows configuring multiple resolution

Comment 2 Doncho Gunchev 2007-03-03 19:31:56 UTC
Here's the example /etc/sysconfig/915resolution config file (should I attach 
it as a file?). The second example is from my laptop (Acer Aspire 5610).
--- cut ---
# Modes to overwrite, format: RESOLUTIONS=("mode X Y [bits/pixel] [htotal] 
[vtotal]" ...)
# examples:
# RESOLUTIONS=("58 1680 1050")
# RESOLUTIONS=(
#     "38 1280 800  8" \
#     "49 1280 800 16" \
#     "58 1280 800 32" \
# )
--- cut ---


Comment 3 Doncho Gunchev 2007-09-27 17:03:54 UTC
I no longer care about this because the X11's new intel driver works fine for 
me (fc7 & fc8t1). Feel free to close if no one else needs this (someone?).