| 1 | BUGS observed in 8.32.5: |
|---|
| 2 | |
|---|
| 3 | aticonfig: |
|---|
| 4 | ========== |
|---|
| 5 | |
|---|
| 6 | - aticonfig -i /etc/X11/xorg.conf -o ~/test/xorg.conf |
|---|
| 7 | No need to back up anything. |
|---|
| 8 | Misses a newline after this phrase. |
|---|
| 9 | |
|---|
| 10 | - typo in --tv-overscan: "and" should be "an" in the note |
|---|
| 11 | |
|---|
| 12 | - using --tv-geometry says: |
|---|
| 13 | |
|---|
| 14 | failed to set tv geometry. |
|---|
| 15 | check help for possible causes. |
|---|
| 16 | |
|---|
| 17 | But help doesn't tell anything useful to determine the cause of this failure. Does it |
|---|
| 18 | check, if TV is connected? Why could it fail? |
|---|
| 19 | |
|---|
| 20 | - trying to use --tv-geometry option only giving width and height results in a broken |
|---|
| 21 | entry Option "TVVSizeAdj" "--tv-geometry=value" in aticonfig(1x). Also the leading |
|---|
| 22 | sign of the given pixels offsets from centre are not preserved (I guess, this should |
|---|
| 23 | be preserved, but I'm not sure), when creating the entries for Option "TVHPosAdj" and TVVPosAdj |
|---|
| 24 | |
|---|
| 25 | - following the -h output, aticonfig should support reading from stdin and writing to stdout |
|---|
| 26 | when using the --input or --output options - but it doesn't work as expected and you will |
|---|
| 27 | receive error messages or a file named "-" |
|---|
| 28 | |
|---|
| 29 | - --dw and similar is still accpeted, but not longer documented (seems obsolete) and not checked |
|---|
| 30 | for its option value |
|---|
| 31 | |
|---|
| 32 | - in --help output "Dynamic Display Management Options" it is written, that these options will |
|---|
| 33 | not affect the config file, but this is not true: |
|---|
| 34 | `aticonfig --enable-monitor=string1,string2 -i ~/test.conf -o ~/test2.conf' disproves the |
|---|
| 35 | statement (an entry is made for EnableMonitors). |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | fglrxinfo: |
|---|
| 39 | ========== |
|---|
| 40 | |
|---|
| 41 | - `fglrxinfo --help' says "Usage: fireglinfo [Options]", but it should be |
|---|
| 42 | "Usage: fglrxinfo [Options]" instead |
|---|
| 43 | |
|---|