Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: ATI and DRI, It does work.

  1. #11
    Join Date
    Oct 2006
    Location
    Cologne, Europe
    Beans
    2,570
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ATI and DRI, It does work.

    Quote Originally Posted by Xavier Oddmon View Post
    Is any of this necessary in Hardy Heron?
    No.

  2. #12
    Join Date
    Jun 2008
    Beans
    2

    Re: ATI and DRI, It does work.

    bluelamp999 - I'll look into it and see what I can turn up. I've only configured this for Single head. Although once configured for single head, I used the ATI Catalyst software to output to my second monitor off my laptop and it worked fine. Again, I'll look into it and see what I can turn up. I did see that once when I was doing it before, just don't remember how I fixed it.

    prshah - Thanks for the advice. I'll post up my commands and some brief output that they should return.

    So far, I have had this work on all Single head configurations on desktops and laptops. These all used the Newer cards. The older cards can usually use the Xorg radeon driver and function properly. Most of the 9200 cards can use the radeon driver and get good graphics. This is mostly a fix for all us people with cards made in the last year or so. Below is my Xorg config file. You'll notice nothing special about it.

    Code:
    # Xorg configuration created by system-config-display
    
    Section "ServerLayout"
    	Identifier     "single head configuration"
    	Screen      0  "Screen0" 0 0
    	InputDevice    "Keyboard0" "CoreKeyboard"
    	InputDevice    "Synaptics" "CorePointer"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Keyboard0"
    	Driver      "kbd"
    	Option	    "XkbModel" "pc105"
    	Option	    "XkbLayout" "us"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Synaptics"
    	Driver      "synaptics"
    	Option	    "Device" "/dev/input/mice"
    	Option	    "Protocol" "auto-dev"
    	Option	    "Emulate3Buttons" "yes"
    	Option      "SHMConfig" "true"
    EndSection
    
    Section "Monitor"
    	Identifier   "Monitor0"
    	Option	    "VendorName" "ATI Proprietary Driver"
    	Option	    "ModelName" "Generic Autodetecting Monitor"
    	Option	    "DPMS" "true"
    EndSection
    
    Section "Device"
    	Identifier  "Videocard0"
    	Driver      "fglrx"
    	BusID       "PCI:1:5:0"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Videocard0"
    	Monitor    "Monitor0"
    	DefaultDepth     24
    	SubSection "Display"
    		Viewport   0 0
    		Depth     24
    	EndSubSection
    EndSection
    There is no special additions. The driver just works, once the kernel module is installed.

    The purpose of DRI is for direct access to the video card to allow for fast speeds and good graphics. You basically can't run compiz or beryl properly without DRI. There are workarounds, but they fail to meet up to the standards.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •