Hi, sorry to create another thread. You may have noticed if you read my other threads about getting X working on my PowerPC eMac with FreeBSD 9. Anyway, I managed to get rid of all the other errors I had, but this one remains:
I believe the card in my eMac is the Radeon 7500...
Here's my Xorg.conf file:
Here's is my Xorg.0.log:
http://pastebin.com/GR8M0pC9
Code:
(EE) RADEON(0): {dri} RADEONDRIGetVersion failed to open the DRM
I believe the card in my eMac is the Radeon 7500...
Here's my Xorg.conf file:
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
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/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "dri2"
Load "extmod"
Load "glx"
Load "record"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "freetype"
Load "int10"
Load "vbe"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
DisplaySize 320 240
HorizSync 71.0-73.0
Identifier "Monitor0"
ModelName "APPLE EMAC"
Option "DPMS
VendorName "APP"
VertRefresh 70-140
UseModes "Modes0"
ModelName "Monitor Model"
EndSection
Section "Device"
Option "monitor-DVI-0" "Monitor0"
Option "iBookHacks" "on"
Option "DRI" "true"
Identifier "Card0"
Driver "radeon"
VendorName "Advanced Micro Devices [AMD] nee ATI"
BoardName "RV200 QW [Radeon 7500]"
BusID "PCI:0:16:0"
EndSection
Section "Modes"
Identifier "Modes0"
Modeline "1280x960" 122.2 1280 1334 1448 1696 960 961 964 1002 +hsync +vsync -csync
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Technologies Inc Radeon RV200 QW [Radeon 7500]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1920x1440" "1920x1200" "1856x1392" "1792x1344"
"1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1440" "1920x1200" "1856x1392" "1792x1344"
"1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1440" "1920x1200" "1856x1392" "1792x1344"
"1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1440" "1920x1200" "1856x1392" "1792x1344"
"1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1440" "1920x1200" "1856x1392" "1792x1344"
"1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1440" "1920x1200" "1856x1392" "1792x1344"
"1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960"
"1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768"
"1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Here's is my Xorg.0.log:
http://pastebin.com/GR8M0pC9