On 03/03/13 05:57, Bob Goodwin - Zuni, Virginia, USA wrote:
On 03/03/2013 04:57 AM, Marko Vojinovic wrote:
Ok, this is the relevant portion of the file:
[ 31.968] (II) RADEON(0): EDID for output VGA-0
[ 31.968] (II) RADEON(0): Printing probed modes for output VGA-0
[ 31.968] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024
1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 31.968] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840
968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 31.968] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824
896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 31.968] (II) RADEON(0): Modeline "848x480"x60.0 33.75 848 864
976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 31.968] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656
752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
So the EDID is being read.
This readout can mean two things: either your monitor is reporting only
these resolutions as supported (and X chooses the highest one
available, 1024x768), or the radeon driver is probing only for these
resolutions (probably as a consequence of a config file).
So we need two more pieces of information: (1) the exact make and model
of your monitor, and possibly a link to its instruction manual or
technical specifications or similar (google is your friend),
ViewSonic VX2035WM
Specifications
LCD
Type
Color Filter
Glass Surface
20.1” (full 20.1" viewable diagonal area),
TFT (Thin Film Transistor), Active Matrix WSXGA+ LCD,
0.258 mm pixel pitch
RGB vertical stripe
Anti-Glare
Input Signal Video RGB analog (0.7/1.0 Vp-p, 75 ohms) / TMDS Digital
(100ohms)
Sync Separate Sync,
fh:30-82 kHz, fv:50-85 Hz
Compatibility PC Up to 1680 x 1050 Non-interlaced
Ok, after messing with this for several days I finally have an
/etc/X11/xorg.conf.d/10-monitor.conf file that allows allows use of the
recommended display set up.
[bobg@box10 ~]$ cat /etc/X11/xorg.conf.d/10-monitor.conf
# /etc/X11/xorg.conf.d/10-monitor.conf
#
Section "Monitor"
Identifier "Monitor0"
Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053
1059 1089 -hsync +vsync
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027
1034 1063 -hsync +vsync
Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775
798 -hsync +vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Modes "1680x1050_60" "1280x1024_60.00" "1024x768_60.00"
EndSubSection
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
EndSection
However despite selecting 1680x1050 in the Display GUI menu nothing
changes until I do xrandr -s 1680x1050.
I can probably live with that by adding it to my routine set up
procedure it would be nice if I could make it come up that way after I
do "startx."
More help needed there, suggestions and criticism invited.
Bob
--
http://www.qrz.com/db/W2BOD
box10 Fedora-18 Linux
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org