Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] ATI X300 (rv370) locks up XGL is it true?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
m_spidey
Guru
Guru


Joined: 28 Feb 2005
Posts: 312
Location: Planetexpress Ship

PostPosted: Mon Mar 20, 2006 5:28 am    Post subject: [Solved] ATI X300 (rv370) locks up XGL is it true? Reply with quote

Hi All

There goes a weekend of my life which I will never get back. I spent it trying to get XGL running with no lock ups. I have a X300 PCIE which belongs in the rv370 series, is there anyone out there who has this and runs XGL with no freezing issues? (I dont' care about hardware acceleration or driver choice) I understand there are drivers for the r200 series of cards to fix lockups but sadly doesn't help me.

Another side question is it possible to run XGL is pure MESA mode is it going to run smoothly? This is prolly my road if I can't fix this freezing issue.

Cheers

Thanks in advance.

Mark


Last edited by m_spidey on Thu Mar 23, 2006 10:48 am; edited 1 time in total
Back to top
View user's profile Send private message
playerx
n00b
n00b


Joined: 21 Oct 2004
Posts: 46

PostPosted: Mon Mar 20, 2006 9:07 pm    Post subject: Reply with quote

I have the same problem with Ati X700, i think it happens with all new(pci:e) cards, if someone knows how to fix it, please say so :)
Back to top
View user's profile Send private message
zietbukuel
l33t
l33t


Joined: 30 Dec 2005
Posts: 607

PostPosted: Tue Mar 21, 2006 12:41 pm    Post subject: Reply with quote

I have XGL right now running smothly on my system, I use ati-drivers and I also have hardware acceleration, Im very happy with it... no freezing :)
If this helps, this is my xorg.conf, its very simple but may help...

Code:

Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen      0  "aticonfig Screen 0" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/local/"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "type1"
     #Load        "speedo"
     Load  "freetype"
#    Load        "xtt"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "es"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons"
EndSection

Section "Monitor"
        Identifier   "aticonfig Monitor 0"
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter 0"
        Driver      "fglrx"
        BusID       "PCI:5:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig Screen 0"
        Device     "ATI Graphics Adapter 0"
        Monitor    "aticonfig Monitor 0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

#Section "Extensions"
#    Option "Composite" "enable"
#EndSection
Back to top
View user's profile Send private message
m_spidey
Guru
Guru


Joined: 28 Feb 2005
Posts: 312
Location: Planetexpress Ship

PostPosted: Tue Mar 21, 2006 10:37 pm    Post subject: Reply with quote

Thanks for posting your config zietbukuel I've tried everything same as your system, even the kernel and your xorg still no go. :cry:
_________________
Ronald McDonald -> The necessary Evil.
Back to top
View user's profile Send private message
m_spidey
Guru
Guru


Joined: 28 Feb 2005
Posts: 312
Location: Planetexpress Ship

PostPosted: Thu Mar 23, 2006 10:48 am    Post subject: Reply with quote

For those who are interested I've stopped the freezing issue at a tiny bit of performace hit.

I've disabled mtrr in Xorg.conf.
_________________
Ronald McDonald -> The necessary Evil.
Back to top
View user's profile Send private message
playerx
n00b
n00b


Joined: 21 Oct 2004
Posts: 46

PostPosted: Fri Mar 24, 2006 8:28 am    Post subject: Reply with quote

I had mtrr disabled, enabled it and i now have a fully stable Xgl on ATI x700 pcie, Thanks to those configs, I think the agplock=0 line was what cut it for me, but i've done some other changes if someone's still getting those freezes i can share my xorg.conf.
Back to top
View user's profile Send private message
frozon
n00b
n00b


Joined: 15 Feb 2005
Posts: 4

PostPosted: Fri Mar 24, 2006 9:13 am    Post subject: Reply with quote

It would be nice if you could share your xorg.conf.
I have an ati x800 with some freezing probleme.

Thanks regarding to your answer
Back to top
View user's profile Send private message
playerx
n00b
n00b


Joined: 21 Oct 2004
Posts: 46

PostPosted: Fri Mar 24, 2006 9:50 am    Post subject: Reply with quote

Code:


Section "ServerLayout"
   Identifier     "LCD"
   Screen         "Screen0" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Touchpad" "AlwaysCore"
   InputDevice    "Keyboard1" "CoreKeyboard"
   Option       "BlankTime" "5"  # Blank the screen after 5 minutes (Fake)
   Option       "StandbyTime" "10"  # Turn off screen after 10 minutes (DPMS)
   Option       "SuspendTime" "20"  # Full suspend after 20 minutes
   Option       "OffTime" "30"  # Turn off after half an hour
EndSection

Section "Files"
   FontPath     "/usr/share/fonts/local/"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "dbe"
   SubSection "extmod"
      Option       "omit xfree86-dga"
   EndSubSection
   Load  "type1"
   Load  "freetype"
   Load  "glx"
   Load  "dri"
   Load  "synaptics"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "pt"
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "ImPS/2"
   Option       "ZAxisMapping" "4 5"
   Option       "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
   Identifier  "TouchPad"
   Driver      "synaptics"
   Option       "Device" "/dev/input/mouse0"
   Option       "Protocol" "auto-dev"
   Option       "LeftEdge" "1700"
   Option       "RightEdge" "5300"
   Option       "TopEdge" "1700"
   Option       "BottomEdge" "4200"
   Option       "FingerLow" "25"
   Option       "FingerHigh" "30"
   Option       "MaxTapTime" "180"
   Option       "MaxTapMove" "220"
   Option       "VertScrollDelta" "100"
   Option       "MinSpeed" "0.09"
   Option       "MaxSpeed" "0.18"
   Option       "AccelFactor" "0.0015"
   Option       "SHMConfig" "on"
EndSection

Section "Monitor"

#\    DisplaySize  485 291
   Identifier   "Monitor0"
   Gamma       0.75
   Option       "DPMS"
EndSection

Section "Device"

    # vendor=1002, device=5652
   Identifier  "ATI Graphics LCD"
   Driver      "fglrx"
   Option       "no_accel" "no"
   Option       "no_dri" "no"
   Option       "DynamicClocks" "on"
   Option       "mtrr" "on"
   Option       "DesktopSetup" "Single"
   Option       "ScreenOverlap" "0"
   Option       "Capabilities" "0x00000000"
   Option       "CapabilitiesEx" "0x00000000"
   Option       "VideoOverlay" "on"
   Option       "OpenGLOverlay" "off"
   Option       "CenterMode" "off"
   Option       "PseudoColorVisuals" "off"
   Option       "Stereo" "off"
   Option       "StereoSyncEnable" "1"
   Option       "FSAAEnable" "no"
   Option       "FSAAScale" "1"
   Option       "FSAADisableGamma" "no"
   Option       "FSAACustomizeMSPos" "no"
   Option       "FSAAMSPosX0" "0.000000"
   Option       "FSAAMSPosY0" "0.000000"
   Option       "FSAAMSPosX1" "0.000000"
   Option       "FSAAMSPosY1" "0.000000"
   Option       "FSAAMSPosX2" "0.000000"
   Option       "FSAAMSPosY2" "0.000000"
   Option       "FSAAMSPosX3" "0.000000"
   Option       "FSAAMSPosY3" "0.000000"
   Option       "FSAAMSPosX4" "0.000000"
   Option       "FSAAMSPosY4" "0.000000"
   Option       "FSAAMSPosX5" "0.000000"
   Option       "FSAAMSPosY5" "0.000000"
   Option       "UseFastTLS" "0"
   Option       "BlockSignalsOnLock" "on"
   Option       "UseInternalAGPGART" "no"
   Option       "ForceGenericCPU" "no"
   Option       "KernelModuleParm" "agplock=0"
   Option       "PowerState" "1"
   BusID       "PCI:3:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "ATI Graphics LCD"
   Monitor    "Monitor0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1680x1050"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection



Here it is, this solved it for me, no changes at kernel level.
Good luck.
Back to top
View user's profile Send private message
frozon
n00b
n00b


Joined: 15 Feb 2005
Posts: 4

PostPosted: Fri Mar 24, 2006 9:53 am    Post subject: Reply with quote

Thanks i'll have a look
This ******* xorg is going to piss me off freezing when playing opengl game in fullscreen
Did you have those probleme before?
Back to top
View user's profile Send private message
m_spidey
Guru
Guru


Joined: 28 Feb 2005
Posts: 312
Location: Planetexpress Ship

PostPosted: Fri Mar 24, 2006 10:32 am    Post subject: Reply with quote

Not before XGL no.
_________________
Ronald McDonald -> The necessary Evil.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum