Bug 135132

Summary: buttons chopped off on the right hand side
Product: [Fedora] Fedora Reporter: Bryan W Clark <nobody+bclark>
Component: system-config-displayAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: marius.andreiana
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: 2004-11-18 01:44:16 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: 131589    
Attachments:
Description Flags
Screenshot using method described
none
output of /sbin/lspci -v
none
output of kudzu -p -b ddc
none
screentshot of firstboot none

Description Bryan W Clark 2004-10-08 21:30:03 UTC
The buttons for selecting 'Customize', Resolution Size, and Number of
Colors are all chopped off on the right hand side.  It appears as if
something (white space) has overlayed on top of the buttons.

Comment 1 Paul Nasrat 2004-10-11 09:47:12 UTC
Could you take a screen shot and attach. firstboot --forceui
--autoscreenshot --debug should do it.

What version system-config-display and what hardware setup is it on.


Comment 2 Bryan W Clark 2004-10-13 18:32:50 UTC
Created attachment 105155 [details]
Screenshot using method described

Comment 3 Bryan W Clark 2004-10-13 18:35:58 UTC
system-config-display-1.0.21-1

01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4
MX 440 AGP 8x] (rev a2)

What else can I attach that would be helpful?

Comment 4 Paul Nasrat 2004-10-13 19:04:02 UTC
Could you attach /sbin/lspci -v, the output of kudzu -p -b ddc,
details of hardware, etc. What is the native resolution of the display
(is it a laptop LCD)? 

Comment 5 Bryan W Clark 2004-10-13 22:56:19 UTC
Created attachment 105174 [details]
output of /sbin/lspci -v

Comment 6 Bryan W Clark 2004-10-13 22:56:53 UTC
Created attachment 105175 [details]
output of kudzu -p -b ddc

Comment 7 Bryan W Clark 2004-10-13 23:03:01 UTC
the monitor is a HP P1100 and i believe it can do up to 1600x1200
the machine is a Dell generic desktop machine Optiplex 270 

Comment 8 Paul Nasrat 2004-10-18 06:27:53 UTC
Can you add the line:

monitorLabel.set_wrap(gtk.TRUE)

below line 405 of /usr/share/system-config-display/xConfigDialog.py
with matching indentation to line 405.

Then take another screenshot.

Comment 9 Paul Nasrat 2004-10-20 11:05:12 UTC
Were you able to test the instructions from the previous comment?

Comment 10 Bryan W Clark 2004-10-20 16:09:21 UTC
I lost my test machine, so I couldn't make the changes.  Hopefully
I'll get it back today to do the test.

Comment 11 Bryan W Clark 2004-10-22 18:11:43 UTC
Heh, got this error first, realized that it's actually set_line_wrap()

    monitorLabel.set_wrap(gtk.TRUE)
AttributeError: 'gtk.Label' object has no attribute 'set_wrap'

set_line_wrap(gtk.TRUE) seemed to fix the problem.  attaching screenshot.

Comment 12 Bryan W Clark 2004-10-22 18:12:55 UTC
Created attachment 105667 [details]
screentshot of firstboot

Comment 13 Bryan W Clark 2004-11-09 22:06:11 UTC
paul, did this get a chance to move into rawhide?

Comment 14 Paul Nasrat 2004-11-09 22:21:13 UTC
Not there yet - will be in next build.