Code: Select all
R300 DRI dirver expected DRM version 1.24.x but got version 1.20.0
Code: Select all
rmmod radeon drmYeah, I looked, found nothing! Weird (I know something was there once).ibbumpin wrote:Okay... after the Ubuntu forums were of no help (no surprise)
I am now trying that....mine is emerging mesa 6.4.2-r2...hmm.I did the following...
I went into /etc/portage/package.unmask and removed 'x11-libs/libdrm', and 'media-libs/mesa'.
This made me down grade to mesa=6.4.2-r3 and I still have libdrm-2.1_apha20060313
I then didto unload the modules and ran 'startx'.Code: Select all
rmmod radeon drm
Now I have Direct Rendering enabled again!! When I run Xgl it doesn't crash anymore but It doesn't work yet...I don't think I have it configured so that is a different story
I hope my struggles have helped someone...let me know if you want me to post more info.
Matt
Code: Select all
(something along the lines of FBDEV: FBIOBLANK: invalid argument)Code: Select all
no visual format foundCode: Select all
Option UseFBDev "true"Code: Select all
Option "MergedFB" "true"Which section? I don't have a UseFBDev optionibbumpin wrote:Have you tried the 'radeon' or 'ati' drivers?'
Instead ofI have the lineCode: Select all
Option UseFBDev "true"
I had troubles with FBDev.Code: Select all
Option "MergedFB" "true"
Cool thanks! I will go see if it works.ibbumpin wrote:Sorry I put those options in the video card device section...
I will post my xorg.conf soon...
Code: Select all
Section "ServerLayout"
Identifier "DRI"
Screen 0 "ScreenDRI" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Touchpad" "AlwaysCore"
InputDevice "Powerbook Keyboard" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "noDRI"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Powerbook Keyboard" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
#InputDevice "Powerbook Keyboard" "CoreKeyboard"
InputDevice "Powerbook Keyboard" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/urw-fonts/"
FontPath "/usr/share/fonts/TTF/"
#FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
#FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
#Load "bitmap"
#Load "ati"
#Load "radeon"
Load "synaptics"
Load "dbe"
Load "drm"
Load "dri"
Load "extmod"
Load "freetype"
#Load "GLcore"
Load "glx"
Load "int10"
Load "record"
#Load "speedo"
Load "type1"
Load "xtrap"
EndSection
Section "Extensions"
Option "Composite" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Powerbook Keyboard"
Driver "kbd"
Option "XkbModel" "pc105"
#Option "XkbLayout" "gb_g4_alubook_dvorak+compose(rwin)"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "LeftEdge" "60"
Option "RightEdge" "850"
Option "TopEdge" "60"
Option "BottomEdge" "511"
Option "MinSpeed" "0.4"
Option "MaxSpeed" "1"
Option "MaxTapMove" "10"
Option "MaxTapTime" "100"
Option "AccelFactor" "0.07"
Option "SHMConfig" "on"
Option "RTCornerButton" "3"
Option "LTCornerButton" "2"
Option "HorizScrollDelta" "0"
Option "VertScrollDelta" "30"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "5"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Powerbook LCD"
VendorName "Apple"
ModelName ""
UseModes "Modes0"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Device"
Identifier "Card0"
Driver "ati"
BusID "PCI:0:16:0"
EndSection
Section "Device"
Identifier "CardDRI"
VendorName "ATI Technologies Inc"
BoardName "RV350 [Mobility Radeon 9600 M10]"
Driver "radeon"
BusID "PCI:0:16:0"
Option "AGPMode" "4" # <i>
#Option "UseFBDev" "On" # [<bool>]
Option "RenderAccel" "true"
Option "CRT2Position" "Clone"
Option "AGPFastWrite" "true"
Option "EnablePageFlip" "true"
Option "backingstore"
Option "MergedFB" "true"
Option "UseFWPLL" "true"
Option "MetaModes" "1280x854 1152x864 1024x786 800x600"
Option "CloneMode" "1024x768"
#Option "DMAForXV" "true" # [<bool>]
#Option "XaaNoScanlineImageWriteRect"
#Option "XaaNoScanlineCPUToScreenColorExpandFill"
Option "AccelMethod" "exa"
EndSection
Section "Screen"
Identifier "ScreenDRI"
Device "CardDRI"
#Device "Card0"
Monitor "Powerbook LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x854" "800x600" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Powerbook LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x854" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x854" "800x600" "1024x768"
EndSubSection
EndSection
Section "Modes"
Identifier "Modes0"
# mode generated by Xeasyconf
Modeline "1280x854" 79.815 1280 1296 1408 1536 854 855 858 866 -HSync -VSync
EndSection
Section "DRI"
Mode 0666
EndSection
Code: Select all
Module Size Used by
radeon 121704 1
drm 86556 2 radeon
uhci_hcd 44272 0
snd_powermac 49280 0
snd_pcm 103044 1 snd_powermac
snd_timer 27460 1 snd_pcm
snd 67604 3 snd_powermac,snd_pcm,snd_timer
snd_page_alloc 11720 1 snd_pcm
bcm43xx 121452 0
ieee80211softmac 28288 1 bcm43xx
ieee80211 37032 2 bcm43xx,ieee80211softmac
ieee80211_crypt 7040 1 ieee80211