LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Problems with X11 (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/problems-with-x11-603261/)

Uzelth 11-29-2007 09:07 AM

Problems with X11
 
Heya,

I just installed Fluxbuntu on my new Toshiba A210-11P... Had a few issues with wireless, which are sorted now (using ndiswrapper). After installing the ATI drivers from ati.amd.com X11 seems to be very sluggish with things like scrolling... fgl_glxgears segfaults, glxgears is sluggish...

My xorg.conf is as follows:

Code:

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
        Identifier    "Layout[0]"
        Screen      0  "Screen[0]" 0 0
        InputDevice    "Keyboard[0]"
        InputDevice    "Mouse[0]"
        InputDevice    "Touchpad[0]" "AlwaysCore"
EndSection

Section "Files"
EndSection

Section "Module"
        Load                "dbe"
        SubSection "extmod"
                Option        "omit xfree86-dga"
        EndSubSection

        Load                "type1"
        Load                "freetype"
        Load                "fglrx"
        Load                "dri"
        Load                "glx"
       
EndSection

Section "InputDevice"
        Identifier  "Keyboard[0]"
        Driver      "kbd"
        Option            "CoreKeyboard"
        Option            "XkbRules" "xorg"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "gb"
        Option            "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier  "Mouse[0]"
        Driver      "mouse"
        Option            "CorePointer"
        Option            "Device" "/dev/input/mice"
        Option            "Protocol" "ImPS/2"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
        Identifier  "Touchpad[0]"
        Driver      "synaptics"
        Option            "SendCoreEvents" "true"
        Option            "Device" "/dev/psaux"
        Option            "Protocol" "auto-dev"
        Option            "HorizEdgeScroll" "0"
EndSection

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

Section "Device"
        Identifier  "Graphics[0]"
        Driver      "fglrx"
        VideoRam    262144
        Option            "RenderAccel" "On"
        Option            "VideoOverlay" "on"
        Option            "UseFastTLS" "2"
        Option            "EnablePrivateBackZ" "On"
        Option            "OpenGLOverlay" "off"
        BusID      "PCI:1:0:0"
EndSection

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

Section "Extensions"
        Option            "XVideo" "Enable"
EndSection

Any ideas on how I can fix this?

kaz2100 11-29-2007 08:45 PM

Hya,

Can you post log file?

Happy Penguins!


All times are GMT -5. The time now is 02:57 AM.