Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 153051 Details for
Bug 220995
x11-terms/gnome-terminal-2.18.4 - high cpu usage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
my xorg.conf
xorg.conf (text/plain), 5.84 KB, created by
Albert Zeyer
on 2008-05-13 14:01:32 UTC
(
hide
)
Description:
my xorg.conf
Filename:
MIME Type:
Creator:
Albert Zeyer
Created:
2008-05-13 14:01:32 UTC
Size:
5.84 KB
patch
obsolete
>Section "Files" > RgbPath "/usr/share/X11/rgb" > > FontPath "/usr/share/fonts/local" > FontPath "/usr/share/fonts/misc" > FontPath "/usr/share/fonts/Type1" > FontPath "/usr/share/fonts/TTF" > FontPath "/usr/share/fonts/75dpi" > FontPath "/usr/share/fonts/100dpi" > ># ModulePath "/usr/lib/xorg/modules" >EndSection > > >Section "Module" > Load "dbe" > SubSection "extmod" > Option "omit xfree86-dga" > EndSubSection > Load "type1" > Load "freetype" > Load "glx" > Load "render" > Load "i2c" > Load "dri" > Load "ddc" > Load "int10" >EndSection > > >Section "Extensions" > Option "Composite" "Enable" >EndSection > >Section "ServerFlags" ># Option "NoTrapSignals" > ># Set the basic blanking screen saver timeout. ># Option "blank time" "10" # 10 minutes > ># Set the DPMS timeouts. These are set here because they are global ># rather than screen-specific. These settings alone don't enable DPMS. ># It is enabled per-screen (or per-monitor), and even then only when ># the driver supports it. ># Option "standby time" "20" ># Option "suspend time" "30" ># Option "off time" "60" > > Option "AIGLX" "true" >EndSection > >Section "InputDevice" > Identifier "Keyboard1" ># Driver "evdev" > Driver "keyboard" ># Option "Protocol" "Xqueue" ># Option "AutoRepeat" "200 20" ># Option "Xleds" "1 2 3" ># Option "XkbDisable" > > Option "XkbModel" "pc105" > Option "XkbLayout" "de" > Option "XkbVariant" "nodeadkeys" >EndSection > > >Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Device" "/dev/input/mice" > Option "Protocol" "Auto" ># Option "Protocol" "PS/2" >EndSection > >Section "InputDevice" > Driver "wacom" > Identifier "stylus" > Option "Device" "/dev/input/wacom" > Option "Type" "stylus" > Option "USB" "on" # USB ONLY > Option "Mode" "Absolute" # other option: "Absolute", relative > Option "Vendor" "WACOM" > Option "tilt" "on" # add this if your tablet supports tilt > Option "Threshold" "5" # the official linuxwacom howto advises this line >EndSection > >Section "InputDevice" > Driver "wacom" > Identifier "eraser" > Option "Device" "/dev/input/wacom" > Option "Type" "eraser" > Option "USB" "on" # USB ONLY > Option "Mode" "Absolute" # other option: "Absolute", relative > Option "Vendor" "WACOM" > Option "tilt" "on" # add this if your tablet supports tilt > Option "Threshold" "5" # the official linuxwacom howto advises this line >EndSection > >Section "InputDevice" > Driver "wacom" > Identifier "cursor" > Option "Device" "/dev/input/wacom" > Option "Type" "cursor" > Option "USB" "on" # USB ONLY > Option "Mode" "Relative" # other option: "Absolute" > Option "Vendor" "WACOM" >EndSection > >Section "InputDevice" > Identifier "pad" > Driver "wacom" > Option "Type" "pad" > Option "Device" "/dev/input/event2" > Option "ButtonsOnly" "on" > Option "Button9" "2" > Option "Button13" "3" > Option "USB" "on" >EndSection > >Section "InputDevice" > Identifier "Synaptics Touchpad" > Driver "synaptics" > Option "SendCoreEvents" "true" > Option "Device" "/dev/psaux" > Option "Protocol" "auto-dev" > Option "SHMConfig" "true" > > Option "LeftEdge" "100" > Option "RightEdge" "1120" > Option "TopEdge" "50" > Option "BottomEdge" "310" > Option "FingerLow" "25" > Option "FingerHigh" "30" ># Option "MaxTapTime" "180" > Option "MaxTapMove" "220" > Option "MaxDoubleTapTime" "180" > Option "VertScrollDelta" "20" ># Option "HorizScrollDelta" "50" > Option "MinSpeed" "0.79" > Option "MaxSpeed" "0.88" > Option "AccelFactor" "0.015" > Option "MaxTapTime" "0" > EndSection > >Section "Monitor" > Identifier "Generic Monitor" > ># If a monitor has DPMS support, that can be indicated here. This will ># enable DPMS when the monitor is used with drivers that support it. > > Option "dpms" >EndSection > > >Section "Device" > Identifier "Generic VGA" ># Driver "vesa" # for parallels ># Driver "i810" # native > Driver "intel" ># BusID "PCI:0:10:0" ># Option "hw cursor" "off" > Option "LinearAlloc" "16000" #STOP CRASHING XVIDEO > Option "XAANoOffscreenPixmaps" "true" > Option "VideoRam" "65536" > Option "CacheLines" "1980" > Option "GARTSize" "64" > Option "AccelMethod" "EXA" # BadAlloc workaround mit noch mehr probs > > Option "DRI" "true" ># Option "NoDRI" # saves power, but disables 3D >EndSection > > >Section "Screen" > Identifier "Screen 1" > Device "Generic VGA" > Monitor "Generic Monitor" > > DefaultDepth 24 > > SubSection "Display" > Depth 24 > Modes "1280x800" "1024x768" "800x600" > EndSubsection > > SubSection "Display" > Depth 16 > Modes "640x480" "800x600" "1024x768" > EndSubSection > > SubSection "Display" > Depth 8 > Modes "640x480" "800x600" "1024x768" > EndSubSection > >EndSection > > >Section "ServerLayout" > Identifier "simple layout" > Screen "Screen 1" > InputDevice "Mouse1" "CorePointer" > InputDevice "cursor" "SendCoreEvents" > InputDevice "stylus" "SendCoreEvents" > InputDevice "eraser" "SendCoreEvents" ># InputDevice "pad" "SendCoreEvents" ># InputDevice "Synaptics Touchpad" "CorePointer" > InputDevice "Keyboard1" "CoreKeyboard" >EndSection >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 220995
: 153051 |
153055
|
153215
|
153217
|
153219