Bug 138616
| Summary: | Display config takes a long time to start up. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steven Van Impe <steven.vanimpe> | ||||
| Component: | kudzu | Assignee: | Bill Nottingham <notting> | ||||
| Status: | CLOSED DEFERRED | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3 | CC: | nobody+pnasrat, rvokal | ||||
| 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-09-28 21:10: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: | |||||||
| Attachments: |
|
||||||
|
Description
Steven Van Impe
2004-11-10 09:40:57 UTC
Does kudzu -p -b ddc run as root also seem slow? It could be we're waiting for the probe data. Right now both of them (kudzu and display config) take about 5 seconds, is this considered slow or normal ? The output from kudzu seems correct expect for this: mem: 16384 Does this mean kudzu thinks my graphics card only has 16MiB of RAM (it has 128) ? OK looks as if ddc probing is slow on your h/w. Can you paste the output of the kudzu probe into the report. [root@max steven]# time /usr/sbin/kudzu -p -b ddc - class: VIDEO bus: DDC detached: 0 driver: unknown desc: "ATI Technologies Inc. V280" mem: 16384 - class: MONITOR bus: DDC detached: 0 driver: unknown desc: "LS902U" id: IVM1938 horizSyncMin: 30 horizSyncMax: 96 vertRefreshMin: 50 vertRefreshMax: 160 mode: 640x480 mode: 800x600 mode: 1024x768 mode: 1280x960 mode: 1280x1024 mode: 1600x1200 real 0m3.376s user 0m1.213s sys 0m2.119s Can you attach the output of 'strace -tt /usr/sbin/kudzu -p -b ddc'? That file is 33MBs big, are you sure you want me to upload it ? For now, I'll upload a short version of it, since the majority of the original file contains the same message over and over again. Created attachment 106751 [details]
Strace output (short version)
What does 'cat <whatever> | grep vm86 | wc -l' say? [steven@max ~]$ cat strace.txt | grep vm86 | wc -l 233412 Realistically, this code is not going to change appreciably in the near future in a way that would speed this up. Hence, closing this report. |