Announcement

Collapse
No announcement yet.

xorg.conf for ATI Propriatary drivers and RadeonHD 2600XT

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    xorg.conf for ATI Propriatary drivers and RadeonHD 2600XT

    Hi!
    KDE 4.2 (installed from PPA repository) on Intrepid renders very slow, and hangs then trying to start ati control center. Could it be because of wrong xorg.conf?

    P.S. Is here anyone with this card? Tell please what tweaks in xorg.conf are you using?

    #2
    Re: xorg.conf for ATI Propriatary drivers and RadeonHD 2600XT

    how did you install the drivers ?
    i had to use envy-ng to install my drivers (ati HD4830 PCIE2.0) for some reason jockey's generated xorg.conf did not work for me.
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    Comment


      #3
      Re: xorg.conf for ATI Propriatary drivers and RadeonHD 2600XT

      If the driver is installed correctly then the xorg.conf shouldn't need any configuring.

      It would also help if you posted your current xorg.conf...cause I don't think anyone here is psychic.

      Heres mine
      Code:
      Section "Screen"
      	Identifier	"Default Screen"
      	Monitor		"Configured Monitor"
      	Device		"Configured Video Device"
      	DefaultDepth	24
      	SubSection "Display"
      		Depth 24
      		Modes "16804x1050"
      	EndSubSection
      EndSection
      
      Section "Module"
      	Load	"glx"
      EndSection
      
      Section "Device"
      	Identifier	"Configured Video Device"
      	Driver	"fglrx"
      	Option	  "VideoOverlay" "off"
      	Option	  "OpenGLOverlay" "off"
      	Option "TexturedVideo" "off"    
          Option "UseFastTLS" "2"
          Option "RenderAccel" "true"
      EndSection
      The RenderAccel isn't used afaik. The log seems to indicate that its being ignored. Only one of the
      two overlays can be enabled at a time. I haven't had time to trial & error with those yet.

      Comment

      Working...
      X