Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 199421 Details for
Bug 235181
resume from RAM causes 1 line screen corruption
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Xorg configuration
xorg.conf (text/plain), 8.55 KB, created by
Richard Monk
on 2007-09-19 12:19:20 UTC
(
hide
)
Description:
Xorg configuration
Filename:
MIME Type:
Creator:
Richard Monk
Created:
2007-09-19 12:19:20 UTC
Size:
8.55 KB
patch
obsolete
># Universal Xorg configuration created by rmonk ># Version 1.0 ># Date: 2007-06-08 ># > >Section "ServerFlags" > Option "DefaultServerLayout" "GenericLayout" > Option "AllowMouseOpenFail" "true" >EndSection > >Section "Module" > Load "bitmap" > Load "ddc" > Load "dbe" ># Load "dri" > Load "extmod" > Load "freetype" > Load "glx" > Load "int10" > Load "type1" > Load "vbe" > Load "record" >EndSection > ># Basic Keyboard >Section "InputDevice" > Identifier "Keyboard" > Driver "kbd" > Option "XkbModel" "pc105" > Option "XkbLayout" "us" >EndSection > ># Synaptics trackpad >Section "InputDevice" > Identifier "Synaptics" > Driver "synaptics" > Option "Device" "/dev/input/mice" > Option "Protocol" "auto-dev" > Option "Emulate3Buttons" "yes" >EndSection > ># USB Mouse >Section "InputDevice" > Identifier "USBMouse" > Driver "mouse" > Option "Device" "/dev/input/mice" > Option "Protocol" "imps/2" >EndSection > >Section "Monitor" > Identifier "GenericMonitor" > ModelName "Generic 1024x768 Monitor" >EndSection > ># T4x Monitor ( 14", 1024x768" >Section "Monitor" > Identifier "T4xPanel" > ModelName "T4x 1024x768 Laptop Display Panel" > Option "dpms" >EndSection > ># T4x External Display >Section "Monitor" > Identifier "T4xExternal" > ModelName "T4x External Display" > Option "dpms" >EndSection > ># T60 Monitor ( 14", 1024x768 ) >Section "Monitor" > Identifier "T60Panel" > ModelName "T60 1024x768 Laptop Display Panel" > HorizSync 35 - 50 > VertRefresh 50 - 70 > Option "dpms" >EndSection > ># T60 Widescreen Monitor (15", 1680x1050 ) >Section "Monitor" > Identifier "T60WPanel" > ModelName "T60 Widescreen LCD Panel 1680x1050" > HorizSync 31.5 - 90.0 > VertRefresh 59.9 - 60.1 > Option "dpms" >EndSection > ># VGA External Display (support up to 1280x1024 ) >Section "Monitor" > Identifier "ExternalDisplay" > ModelName "Generic External Monitor" > HorizSync 30 - 70 > VertRefresh 50.0 - 75.0 > Option "dpms" >EndSection > ># generic device >Section "Device" > Identifier "GenericDevice" > Driver "vesa" >EndSection > ># T4x internal video, clone mode >Section "Device" > Identifier "T4xClone" > Driver "radeon" >EndSection > ># T4x internal video, dual head >Section "Device" > Identifier "T4xVideoInt" > Driver "radeon" >EndSection > ># T4x External video, dual head >Section "Device" > Identifier "T4xVideoExt" > Driver "radeon" > BusID "PCI:1:0:0" > Screen 1 >EndSection > ># T60 and T60W internal video, clone mode >Section "Device" > Identifier "T60Clone" > Driver "intel" > BusID "PCI:0:2:0" > # Ignore DDC > Option "DRI" "false" > VideoRam 65535 > ># Option "DDC" "off" ># Option "MonitorLayout" "CRT,LFP" ># Option "Clone" "true" >EndSection > ># T60 and T60W internal video, dual head mode >Section "Device" > Identifier "T60VideoInt" > Driver "i810" > Option "MonitorLayout" "CRT,LFP" > BusID "PCI:0:2:0" > # Ignore DDC > Option "DDC" "off" > Screen 0 >EndSection > ># T60 and T60w external video, dual head mode >Section "Device" > Identifier "T60VideoExt" > Driver "i810" > Option "MonitorLayout" "CRT,LFP" > # Ignore DDC > Option "DDC" "off" > BusID "PCI:0:2:0" > Screen 1 >EndSection > ># Generic Screen >Section "Screen" > Identifier "GenericScreen" > Device "GenericDevice" > Monitor "GenericMonitor" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection >EndSection > ># T4x clone mode >Section "Screen" > Identifier "T4xScreenClone" > Device "T4xClone" > Monitor "T4xPanel" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection >EndSection > ># T4x dual head - Internal >Section "Screen" > Identifier "T4xScreenInt" > Device "T4xVideoInt" > Monitor "T4xPanel" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection >EndSection > ># T4x dual head - External >Section "Screen" > Identifier "T4xScreenExt" > Device "T4xVideoExt" > Monitor "T4xExternal" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection >EndSection > ># T60 clone mode >Section "Screen" > Identifier "T60ScreenClone" > Device "T60Clone" > Monitor "T60Panel" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > Virtual 3000 3000 > EndSubSection >EndSection > ># T60 Widescreen clone mode >Section "Screen" > Identifier "T60WScreenClone" > Device "T60Clone" > Monitor "T60WPanel" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection >EndSection > ># T60 dual head mode - internal >Section "Screen" > Identifier "T60ScreenInt" > Device "T60VideoInt" > Monitor "T60Panel" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection >EndSection > ># T60 and T60W dual head mode - external >Section "Screen" > Identifier "T60ScreenExt" > Device "T60VideoExt" > Monitor "ExternalDisplay" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1280x1024" "1024x768" > EndSubSection >EndSection > ># T60 Widescreen dual head mode - internal >Section "Screen" > Identifier "T60WScreenInt" > Device "T60VideoInt" > Monitor "T60WPanel" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1680x1050" "1440x1050" "1440x900" "1280x1024" "1280x800" > EndSubSection >EndSection > ># Generic Server Layout >Section "ServerLayout" > Identifier "GenericLayout" > # xlayout Description Generic : Generic configuration > Screen 0 "GenericScreen" > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" >EndSection > ># T4x - clone mode >Section "ServerLayout" > Identifier "T4xCloneLayout" > # xlayout Description T4x : Clone Mode > Screen 0 "T4xScreenClone" 0 0 > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" > Option "Clone" "on" >EndSection > ># T4x - Dual head mode >Section "ServerLayout" > Identifier "T4xDual" > # xlayout Description T4x : Dual Head Mode > Screen 0 "T4xScreenInt" 0 0 > Screen 1 "T4xScreenExt" RightOf "T4xScreenInt" > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" > Option "Xinerama" "on" > Option "Clone" "off" >EndSection > ># T4x - Dual head mode Left >Section "ServerLayout" > Identifier "T4xDualL" > # xlayout Description T4x : Dual Head Monitor to Left > Screen 0 "T4xScreenInt" 0 0 > Screen 1 "T4xScreenExt" LeftOf "T4xScreenInt" > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" > Option "Xinerama" "on" > Option "Clone" "off" >EndSection > ># T60 - Clone Mode >Section "ServerLayout" > Identifier "TX60Clone" > # xlayout Description TX60 : Clone Mode > Screen 0 "T60ScreenClone" 0 0 > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" >EndSection > ># T60 Widescreen - Clone Mode >Section "ServerLayout" > Identifier "T60WClone" > # xlayout Description T60W : Widescreen Clone Mode > Screen 0 "T60WScreenClone" 0 0 > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" >EndSection > ># T60 Dual Head >Section "ServerLayout" > Identifier "TX60Dual" > # xlayout Description TX60 : Dual Head > Screen 0 "T60ScreenInt" 0 0 > Screen 1 "T60ScreenExt" RightOf "T60ScreenInt" > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" > Option "Xinerama" "true" >EndSection > ># T60 Widescreen Dual Head >Section "ServerLayout" > Identifier "T60WDual" > # xlayout Description T60W : Widescreen Dual Head > Screen 0 "T60WScreenInt" 0 0 > Screen 1 "T60ScreenExt" RightOf "T60WScreenInt" > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" > Option "Xinerama" "true" >EndSection > ># T60 Dual Head, display to the left >Section "ServerLayout" > Identifier "TX60DualL" > # xlayout Description TX60 : Dual Head, Monitor to Left > Screen 0 "T60ScreenInt" 0 0 > Screen 1 "T60ScreenExt" LeftOf "T60ScreenInt" > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" > Option "Xinerama" "true" >EndSection > ># T60 Widescreen Dual Head >Section "ServerLayout" > Identifier "T60WDualL" > # xlayout Description T60W : Widescreen Dual Head, Monitor to Left > Screen 0 "T60WScreenInt" 0 0 > Screen 1 "T60ScreenExt" LeftOf "T60WScreenInt" > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "USBMouse" "CorePointer" > InputDevice "Synaptics" "AlwaysCore" > Option "Xinerama" "true" >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 235181
:
151648
|
151649
| 199421 |
199431
|
199541
|
199551