Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166064 Details for
Bug 238041
x11-drivers/xf86-video-intel - redrawing problems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
My xorg.conf
xorg.conf.thinkpad-t61 (text/plain), 1.73 KB, created by
Tassilo Horn
on 2008-09-22 06:54:12 UTC
(
hide
)
Description:
My xorg.conf
Filename:
MIME Type:
Creator:
Tassilo Horn
Created:
2008-09-22 06:54:12 UTC
Size:
1.73 KB
patch
obsolete
>## Xorg.conf > >### Files > >Section "Files" > FontPath "unix/:-1" >EndSection > >### Module > >#Section "Module" ># Load "glx" ># Load "dri" ># Load "bitmap" ># Load "int10" ># Load "synaptics" ># Load "vbe" >#EndSection > >Section "DRI" > Mode 0666 >EndSection > >### Input devices > >#### InputDevice keyboard > >Section "InputDevice" > Identifier "keyboard" > Driver "evdev" >EndSection > >#### InputDevice touchpad > >Section "InputDevice" > Identifier "touchpad" > Driver "synaptics" > Option "Protocol" "auto-dev" > Option "SendCoreEvents" "true" > Option "SHMConfig" "on" >EndSection > >#### InputDevice mouse > >Section "InputDevice" > Identifier "mouse" > Driver "evdev" > Option "Device" "/dev/input/mice" > Option "Protocol" "auto-dev" # "ExplorerPS/2" > Option "ZAxisMapping" "4 5" > Option "Buttons" "12" > Option "SendCoreEvents" "true" >EndSection > >### Monitor > >Section "Monitor" > Identifier "notebooktft" > Option "DPMS" >EndSection > >### Device > >Section "Device" > Identifier "intel" > Driver "intel" >EndSection > >### Screen > >Section "Screen" > Identifier "screen" > Device "intel" > Monitor "notebooktft" > DefaultDepth 24 >EndSection > >### ServerLayout > >Section "ServerLayout" > Identifier "Normal" > Screen "screen" > InputDevice "keyboard" "CoreKeyboard" > InputDevice "touchpad" "CorePointer" > InputDevice "mouse" >EndSection > >### ServerFlags > >Section "ServerFlags" > Option "RandR" "on" >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 238041
: 166064 |
166066