Hello

Add the option below "ServerFlags" section in xorg.conf file

Section "ServerFlags"
        Option      "AIGLX" "off"
        Option      "AllowMouseOpenFail" "true"
        Option      "Xinerama" "1"
EndSection


On Sun, 2007-11-04 at 00:03 -0700, Bill Moseley wrote:
> On Sun, Nov 04, 2007 at 12:21:06PM +0530, ritz wrote:
> > Hello
> > 
> >   Would you post "/etc/X11/xorg.conf" file from the affected
> >   system.
> 
> Ok, below.  I'd be interested to know why you suspect an xorg config
> since it seems like xorg is running fine (get a normal blank window
> with the "X" mouse cursor).
> 
> 
> 
> # /etc/X11/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 /etc/X11/xorg.conf manual page.
> # (Type "man /etc/X11/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     "Default Layout"
>       Screen      0  "aticonfig-Screen[0]" 0 0
>       Screen         "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
>       InputDevice    "Generic Keyboard"
>       InputDevice    "Pointer" "CorePointer"
>       InputDevice    "Touchpad" "SendCoreEvents"
>       InputDevice    "USB mouse" "SendCoreEvents"
> EndSection
> 
> Section "Files"
> 
>         # paths to defoma fonts
>       FontPath     "/usr/share/X11/fonts/misc"
>       FontPath     "/usr/share/X11/fonts/cyrillic"
>       FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
>       FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
>       FontPath     "/usr/share/X11/fonts/Type1"
>       FontPath     "/usr/share/X11/fonts/CID"
>       FontPath     "/usr/share/X11/fonts/100dpi"
>       FontPath     "/usr/share/X11/fonts/75dpi"
>       FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
>       FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
> EndSection
> 
> Section "Module"
>       Load  "GLcore"
>       Load  "i2c"
>       Load  "bitmap"
>       Load  "ddc"
>       Load  "dri"
>       Load  "extmod"
>       Load  "freetype"
>       Load  "glx"
>       Load  "int10"
>       Load  "type1"
>       Load  "vbe"
> EndSection
> 
> Section "ServerFlags"
>       Option      "AIGLX" "off"
>       Option      "AllowMouseOpenFail" "true"
> EndSection
> 
> Section "InputDevice"
>       Identifier  "Generic Keyboard"
>       Driver      "kbd"
>       Option      "CoreKeyboard"
>       Option      "XkbRules" "xorg"
>       Option      "XkbModel" "pc104"
>       Option      "XkbLayout" "us"
> EndSection
> 
> Section "InputDevice"
>       Identifier  "Touchpad"
>       Driver      "synaptics"
>       Option      "Device" "/dev/input/mice"
>       Option      "Protocol" "auto-dev"
>       Option      "Emulate3Buttons" "yes"
>       Option      "LeftEdge" "1700"
>       Option      "RightEdge" "5300"
>       Option      "TopEdge" "1700"
>       Option      "BottomEdge" "4200"
>       Option      "FingerLow" "25"
>       Option      "FingerHigh" "30"
>       Option      "MaxTapTime" "180"
>       Option      "MaxTapMove" "220"
>       Option      "VertScrollDelta" "100"
> # disable horz scroll but the problem is firefox
> # so mousewheel.horizscroll.withnokey.action => 0
> # mousewheel.horizscroll.withnokey.sysnumlines => true
> #     Option      "HorizScrollDelta" "0"
>       Option      "MinSpeed" "0.06"
>       Option      "MaxSpeed" "0.10"
>       Option      "AccelFactor" "0.0010"
>       Option      "SHMConfig" "on"
>       Option      "UpDownScrolling" "on"
>       Option      "CircularScrolling" "off"
>       Option      "LockedDrags" "off"
>       Option      "TouchpadOff" "off"
>         #Option       "Repeater" "/dev/ps2mouse"
> EndSection
> 
> Section "InputDevice"
>       Identifier  "Pointer"
>       Driver      "mouse"
>       Option      "Protocol" "PS/2"
>       Option      "Device" "/dev/input/mice"
>       Option      "ZAxisMapping" "4 5"
>       Option      "Emulate3Buttons" "yes"
> EndSection
> 
> Section "InputDevice"
>       Identifier  "USB mouse"
>       Driver      "mouse"
>       Option      "Device" "/dev/input/mice"
>       Option      "Protocol" "ImPS/2"
>       Option      "Emulate3Buttons" "true"
>       Option      "ZAxisMapping" "4 5"
> EndSection
> 
> Section "Monitor"
>       Identifier   "aticonfig-Monitor[0]"
>       Option      "VendorName" "ATI Proprietary Driver"
>       Option      "ModelName" "Generic Autodetecting Monitor"
>       Option      "DPMS" "true"
> EndSection
> 
> Section "Monitor"
>       Identifier   "aticonfig-Monitor[1]"
>       Option      "VendorName" "ATI Proprietary Driver"
>       Option      "ModelName" "Generic Autodetecting Monitor"
>       Option      "DPMS" "true"
> EndSection
> 
> Section "Device"
>       Identifier  "aticonfig-Device[0]"
>       Driver      "fglrx"
>       BusID       "PCI:1:0:0"
> EndSection
> 
> Section "Device"
>       Identifier  "aticonfig-Device[1]"
>       Driver      "fglrx"
>       BusID       "PCI:1:0:0"
>       Screen      1
> EndSection
> 
> Section "Screen"
>       Identifier "aticonfig-Screen[0]"
>       Device     "aticonfig-Device[0]"
>       Monitor    "aticonfig-Monitor[0]"
>       DefaultDepth     24
>       SubSection "Display"
>               Viewport   0 0
>               Depth     24
>       EndSubSection
> EndSection
> 
> Section "Screen"
>       Identifier "aticonfig-Screen[1]"
>       Device     "aticonfig-Device[1]"
>       Monitor    "aticonfig-Monitor[1]"
>       DefaultDepth     24
>       SubSection "Display"
>               Viewport   0 0
>               Depth     24
>       EndSubSection
> EndSection
> 
> Section "DRI"
>       Mode         0666
> EndSection
> 
> Section "Extensions"
>       Option      "Composite" "disable"
> EndSection
> 
-- 
Ritesh Khadgaray
ॐ मणि पद्मे हूँ
Desktop LinuX N Stuff
Ph: +919970164885
Eat Right, Exercise, Die Anyway.
Fedora is the best of what works today.  Enterprise Linux is the best of
what will work consistently for the next seven years.

_______________________________________________
gnome-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-list

Reply via email to