Mailinglist Archive: radeonhd (307 mails)
| < Previous | Next > |
Re: [radeonhd] DVI-D_1 detected but black display
- From: Anders Eriksson <aeriksson@xxxxxxxxxxx>
- Date: Wed, 04 Feb 2009 22:26:24 +0100
- Message-id: <20090204212624.31C922C407A@xxxxxxxxxxxxxxxxxxxxxxxxx>
mhopf@xxxxxxx said:
Given that the log shows that 1920x1080 is detected, but xrandr doesn't, this
is clearly an RandR issue. I don't understand why the higher resolution is
nuked.
In the HDMI only case, the resolution is set to - hold your grip -
720x400... No wonder your monitor isn't capable of displaying
anything...
Ah.
I found something.
(II) RADEONHD(0): clock: 148.5 MHz Image Size: 160 x 90 mm
I tried fiddling with the Monitor section and it turns out that if i
1 diable randr,
2 set the display size
3 set the DPI
4 forcereduced
I can get 1920x1080 on HDMI with ok font size (the DPI did that)!!
However, there are some static horizontal lines on the display whenever
I show anything but the KDE background.
It seems that under randr the Monitor section is not honored at all. Thought
the Option "Monitor-DVI-D_1" "Monitor1" line should fix that. Am I missing
something?
Attaching a working (with statics) xorg.conf
next step?
/Anders
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
#Screen 1 "Screen1" Left-Of "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "GLcore"
Load "xtrap"
Load "glx"
Load "dri"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
DisplaySize 1020 570
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
Option "AccelMethod" "exa" # [<str>]
#Option "offscreensize" # [<str>]
#Option "SWcursor" # [<bool>]
#Option "ignoreconnector" # [<str>]
Option "forcereduced" # [<bool>]
Option "forcedpi" "48" # <i>
#Option "useconfiguredmonitor" # [<bool>]
#Option "HPD" # <str>
#Option "NoRandr" # [<bool>]
#Option "RROutputOrder" # [<str>]
Option "DRI" # [<bool>]
#Option "TVMode" # [<str>]
#Option "ScaleType" # [<str>]
#Option "UseAtomBIOS" # [<bool>]
#Option "AtomBIOS" # [<str>]
#Option "UnverifiedFeatures" # [<bool>]
Option "Audio" # [<bool>]
Option "HDMI" "DVI-D_1"
#Option "COHERENT" # [<str>]
Option "Monitor-DVI-D_1" "Monitor1"
Option "Monitor-VGA_1" "Monitor0"
Identifier "Card0"
Driver "radeonhd"
VendorName "ATI Technologies Inc"
BoardName "Radeon X1200 Series"
BusID "PCI:1:5:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |