Mailinglist Archive: radeonhd (308 mails)
| < Previous | Next > |
[radeonhd] KDSusa 17inch crt and diamond radeonhd 2400 pro
- From: "L. S. Colby" <ls.colby@xxxxxxxxxxxxxx>
- Date: Wed, 12 Mar 2008 20:22:23 -0700
- Message-id: <47D89DEF.806@xxxxxxxxxxxxxx>
Hello,
This a report of problems configuring a radeonhd card and a 17 inch
KDSusa crt monitor - model (XF-7b/XF-7bk/XF-7-i/XF-7s)
user manual indicates model numbers but there is no indication on my monitor which model is the monitor I use.
OS Freebsd 7.0 RC2
X compiled from ports
symptom:
xorg.conf configured by xorg does not work - monitor not recognized and RandR doesn't work.
my solution:
Here is my xorg.conf that does work -
relevant changes are in the monitor section, device section and screen section:
BEGIN XORG.CONF:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/dejavu/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psm0"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
DisplaySize 310 230
HorizSync 30-70
VertRefresh 50-160
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 "SWcursor" # [<bool>]
#Option "shadowfb" # [<bool>]
#Option "ignoreconnector" "Standard modeseting only" # [<str>]
#Option "forcereduced" # [<bool>]
Option "useconfiguredmonitor" "On" # [<bool>]
Option "HPD" "Off" # [<bool>]
Option "NoRandr" "On" # [<bool>]
#Option "RRUseXF86Edid" # [<bool>]
#Option "RROutputOrder" # [<str>]
Identifier "Card0"
Driver "radeonhd"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
END XORG.CONF
And here are some complaints from the server about my working
xorg.conf
(**) RADEONHD(0): Option "useconfiguredmonitor" "On"
(**) RADEONHD(0): Option "HPD" "Off"
(**) RADEONHD(0): Option "NoRandr" "On"
(WW) RADEONHD(0): !!! Option HPD is set !!!
This shall only be used to work around broken connector tables.
Please report your findings to radeonhd@xxxxxxxxxxxx
(II) RADEONHD(0): Unknown card detected: 0x94C3:0x1092:0x3490.
If - and only if - your card does not work or does not work optimally
please contact radeonhd@xxxxxxxxxxxx to help rectify this.
Use the subject: 0x94C3:0x1092:0x3490: <name of board>.
(--) RADEONHD(0): Detected an RV610 on an unidentified card
(==) RADEONHD(0): Write-combining range (0xf5000000,0x10000) was already clear
(II) RADEONHD(0): Mapped IO at 0x287b9000 (size 0x00010000)
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom:
SubsystemVendorID: 0x1092 SubsystemID: 0x3490
IOBaseAddress: 0xb000
Filename: SD303VTD.I1J
BIOS Bootup Message:
DM-AT610LG2-256
Thanks in advance for your attention to this problem.
Colby
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
This a report of problems configuring a radeonhd card and a 17 inch
KDSusa crt monitor - model (XF-7b/XF-7bk/XF-7-i/XF-7s)
user manual indicates model numbers but there is no indication on my monitor which model is the monitor I use.
OS Freebsd 7.0 RC2
X compiled from ports
symptom:
xorg.conf configured by xorg does not work - monitor not recognized and RandR doesn't work.
my solution:
Here is my xorg.conf that does work -
relevant changes are in the monitor section, device section and screen section:
BEGIN XORG.CONF:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/dejavu/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psm0"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
DisplaySize 310 230
HorizSync 30-70
VertRefresh 50-160
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 "SWcursor" # [<bool>]
#Option "shadowfb" # [<bool>]
#Option "ignoreconnector" "Standard modeseting only" # [<str>]
#Option "forcereduced" # [<bool>]
Option "useconfiguredmonitor" "On" # [<bool>]
Option "HPD" "Off" # [<bool>]
Option "NoRandr" "On" # [<bool>]
#Option "RRUseXF86Edid" # [<bool>]
#Option "RROutputOrder" # [<str>]
Identifier "Card0"
Driver "radeonhd"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
END XORG.CONF
And here are some complaints from the server about my working
xorg.conf
(**) RADEONHD(0): Option "useconfiguredmonitor" "On"
(**) RADEONHD(0): Option "HPD" "Off"
(**) RADEONHD(0): Option "NoRandr" "On"
(WW) RADEONHD(0): !!! Option HPD is set !!!
This shall only be used to work around broken connector tables.
Please report your findings to radeonhd@xxxxxxxxxxxx
(II) RADEONHD(0): Unknown card detected: 0x94C3:0x1092:0x3490.
If - and only if - your card does not work or does not work optimally
please contact radeonhd@xxxxxxxxxxxx to help rectify this.
Use the subject: 0x94C3:0x1092:0x3490: <name of board>.
(--) RADEONHD(0): Detected an RV610 on an unidentified card
(==) RADEONHD(0): Write-combining range (0xf5000000,0x10000) was already clear
(II) RADEONHD(0): Mapped IO at 0x287b9000 (size 0x00010000)
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom:
SubsystemVendorID: 0x1092 SubsystemID: 0x3490
IOBaseAddress: 0xb000
Filename: SD303VTD.I1J
BIOS Bootup Message:
DM-AT610LG2-256
Thanks in advance for your attention to this problem.
Colby
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |