LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mouse freezes on right side of screen after video card install (https://www.linuxquestions.org/questions/linux-newbie-8/mouse-freezes-on-right-side-of-screen-after-video-card-install-743135/)

tesseract1 07-27-2009 12:54 PM

Mouse freezes on right side of screen after video card install
 
I just installed my ATI 4850x2 video card using the directions on http://wiki.cchtml.com/index.php/Ubu...allation_Guide

I restart my computer like it said. When Ubuntu loaded, my mouse kept freezing when it reached the right side of the screen. Ie, where the scroll bars for applications is. It stops for a few seconds and is able to move again. But whenever I bring my mouse back to the right side of the screen it behaves this way. It's very annoying and I cannot find any solution to this.

This is my xorg.conf file:
Code:

Section "ServerLayout"
        Identifier    "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        Screen        "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
    EndSection

    Section "Files"
    EndSection

    Section "Module"
    EndSection

    Section "Monitor"
        Identifier  "aticonfig-Monitor[0]-0"
        Option        "VendorName" "ATI Proprietary Driver"
        Option        "ModelName" "Generic Autodetecting Monitor"
        Option        "DPMS" "true"
    EndSection

    Section "Monitor"
        Identifier  "aticonfig-Monitor[1]-0"
        Option        "VendorName" "ATI Proprietary Driver"
        Option        "ModelName" "Generic Autodetecting Monitor"
        Option        "DPMS" "true"
    EndSection

    Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        Option        "UseFastTLS" "1"
        BusID      "PCI:4:0:0"
    EndSection

    Section "Device"
        Identifier  "aticonfig-Device[1]-0"
        Driver      "fglrx"
        BusID      "PCI:5:0:0"
    EndSection

    Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device    "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth    24
        SubSection "Display"
            Viewport  0 0
            Depth    24
        EndSubSection
    EndSection

    Section "Screen"
        Identifier "aticonfig-Screen[1]-0"
        Device    "aticonfig-Device[1]-0"
        Monitor    "aticonfig-Monitor[1]-0"
        DefaultDepth    24
        SubSection "Display"
            Viewport  0 0
            Depth    24
        EndSubSection
    EndSection


drachenchen 08-10-2009 04:32 PM

About ATI card problems and big desktop...
 
Howdy.

I have an older ATI Radeon card, but I had problems with running two screens for a big desktop using the ATI proprietary legacy drivers, after upgrading to Ubuntu Jaunty 9.04. After googling about for entirely too long, I found that ATI's legacy driver (for my card), Catalyst 9.3, will not work with the very latest XRandR, which is what Jaunty has. ATI has no plans to upgrade, either. Supposedly, their newer driver, 9.7 I think, will work with Jaunty, (and hypothetically with your newer card), but I suspect that they are still getting the bugs out as they adapt to the newer versions of XRandR, and to the new file system, ext4, both of which are coming online with the Jaunty distro, at the same time. I'm given to understand that XRandR is really what is handling the config issues these days, and that xorg.conf is becoming a dinosaur. Unfortunately, XRandR is more of a black box than xorg.conf.

If you are running Jaunty, then you might try the open-source "Radeon" drivers; I had no choice. You can do it all from System > Administration > Synaptic Package Manager. You'll need to check the boxes for "xserver-xorg-video-ati", and for "xserver-xorg-video-radeon". You may have to uninstall the proprietary drivers (listed in Synaptic as xorg-driver-fglrx), but Synaptic may give you that option when installing the open-source drivers, can't remember, sorry.

You could also try using the Envy program, also available from the repositories through Synaptic. ("envyng-core") This is a fully-automated video driver installer for Nvidia and ATI cards, and works very well. A few times, I've seen people fix video card problems just by letting Envy do a re-install for them. Again, you may have to uninstall the drivers you have, first.

The open-source drivers seem to work fairly well, and I can get a big desktop setup. I have a problem with the persistence of that configuration, but hopefully XRandR updates will eventually arrive that cure it. This has happened to me a few times in the past with newest-distro problems in Ubuntu, so it's not a desperate hope. Basically, I think that ATI needs time to catch up to all the recent changes in Ubuntu, especially since they won't release any source code to let the open-source community build them a driver. Hopefully, the next version of Catalyst will catch them up, but honestly, if I were buying a video card for Linux these days, I'd get an NVidia; they seem to work better with Linux, on average.

So, I'd suggest trying out the open-source radeon driver, (it configures using System > Preferences > Display; don't forget to uncheck the "mirror screens" box!) Anyway, I hope any of this is helpful. Good luck!

-drachenchen; semi-newbie


All times are GMT -5. The time now is 10:56 AM.