Bug 135132 - buttons chopped off on the right hand side
Summary: buttons chopped off on the right hand side
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-display
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Paul Nasrat
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 131589
TreeView+ depends on / blocked
 
Reported: 2004-10-08 21:30 UTC by Bryan W Clark
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-11-18 01:44:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Screenshot using method described (41.24 KB, image/png)
2004-10-13 18:32 UTC, Bryan W Clark
no flags Details
output of /sbin/lspci -v (4.40 KB, text/plain)
2004-10-13 22:56 UTC, Bryan W Clark
no flags Details
output of kudzu -p -b ddc (412 bytes, text/plain)
2004-10-13 22:56 UTC, Bryan W Clark
no flags Details
screentshot of firstboot (50.50 KB, image/png)
2004-10-22 18:12 UTC, Bryan W Clark
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.