Announcement

Collapse
No announcement yet.

ATI X1300 Video Card with Dual Monitors

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

    ATI X1300 Video Card with Dual Monitors

    Over the past three months I have played havoc trying to get my ATI X1300 card to play nice with Linux. Long story short, I have experimented (copied bits and pieces) with numerous wiki entries and finally pieced together a quick and dirty way to get an ATI X1300 card running with 3D and using dual monitors (big desktop - side by side).

    Of course others results may vary but this worked for me:

    PART I - Setup 3D for Kubuntu 7.04

    TERMINAL COMMAND:
    sudo kate /etc/X11/xorg.conf
    <ENTER>


    Add to xorg.conf file at end:

    <BEGIN PASTE>
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection

    Section "ServerFlags"
    Option "AIGLX" "off"
    EndSection
    <END PASTE>

    Save and exit xorg.conf file.


    TERMINAL COMMAND:
    sudo apt-get update
    <ENTER>

    sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed
    <ENTER>

    sudo apt-get install xorg-driver-fglrx
    <ENTER>

    sudo aticonfig --initial
    <ENTER>

    sudo aticonfig --overlay-type=Xv
    <ENTER>

    sudo shutdown -r now
    <ENTER>



    Computer reboots. When computer restarts open terminal again:



    TERMINAL COMMAND:
    fgl_glxgears
    <ENTER>

    A 3D graphic of spinning boxes and gears should appear. If it does, then the 3D installation has been sucessful.



    PART II - Setup dual monitors for Kubuntu 7.04

    TERMINAL COMMAND:
    sudo aticonfig --initial=dual-head
    <ENTER>

    sudo apt-get install fglrx-control
    <ENTER>

    sudo aticonfig --dtop=horizontal --overlay-on=1
    <ENTER>

    Reboot computer

    Once computer reboots and you are logged in, you should have a big desktop that you are able to drag between both screens.

    #2
    Re: ATI X1300 Video Card with Dual Monitors

    Thanks a million. 8)

    ATI X1950 Pro

    After upgrading from Edgy to Feisty, I lost the dual-screen that had taken me 4 months to configure.
    Your steps worked great except for

    Section "ServerFlags"
    Option "AIGLX" "off"
    EndSection


    aticonfig complained that EndSection was not a valid keyword for this section.
    I commented that out. Did not seem to matter as everything worked great. What does that section do?

    Dudley C.

    Comment


      #3
      Re: ATI X1300 Video Card with Dual Monitors

      Turns off AIGLX. It's not compatible with fglrx, etc.

      I suggest you put it back in, you could confuse the X server if you don't end the section.
      For external use only.

      Comment

      Working...
      X