Mailinglist Archive: radeonhd (436 mails)
| < Previous | Next > |
Re: [radeonhd] Need basic 3450 config info
- From: "Eric Altendorf" <ericaltendorf@xxxxxxxxx>
- Date: Sat, 12 Jul 2008 10:47:06 -0700
- Message-id: <d3c81db0807121047t7343c0c4scd5897ac55305cdf@xxxxxxxxxxxxxx>
On Fri, Jul 11, 2008 at 10:28 PM, Darin McBride <dmcbride@xxxxxxxxxxxx> wrote:
No luck. I thought the HPD option was for detecting the monitor? As
far as I can tell, what's happening for me is that the video card or
driver is not found. This is my current config (note that the card
works fine if I don't specify a driver):
Section "Module"
#Load "xv"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
# Driver "radeonhd"
# Option "HPD" "off"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
thanks,
--eric
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
On July 11, 2008 10:34:30 pm Eric Altendorf wrote:
I have a kubuntu hardy box, just installed
xserver-xorg-video-radeonhd, and have tried 'Driver "radeonhd"' and
'Driver "ati"' in the config -- in both cases X just complains "No
devices detected".
I got the same thing with my Sapphire 3870HD. And I eventually got past that
by setting
Option "HPD" "off"
in my Device section (with driver of radeonhd). Note that setting HPD
to "swap" (which is recommended over "off") didn't work for me, though it may
for you.
No luck. I thought the HPD option was for detecting the monitor? As
far as I can tell, what's happening for me is that the video card or
driver is not found. This is my current config (note that the card
works fine if I don't specify a driver):
Section "Module"
#Load "xv"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
# Driver "radeonhd"
# Option "HPD" "off"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
thanks,
--eric
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |