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 311466 Details for
Bug 454864
int10 (riva128) lock up
[?]
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.
My xorg.conf
xorg.conf (text/plain), 5.80 KB, created by
Jan "Yenya" Kasprzak
on 2008-07-10 10:44:17 UTC
(
hide
)
Description:
My xorg.conf
Filename:
MIME Type:
Creator:
Jan "Yenya" Kasprzak
Created:
2008-07-10 10:44:17 UTC
Size:
5.80 KB
patch
obsolete
>Section "ServerLayout" > Identifier "ATI+LGLCD" > Screen 0 "ATI+LGLCD" 0 0 > InputDevice "PS2Mouse" "CorePointer" > InputDevice "PS2Keyboard" "CoreKeyboard" >EndSection > >Section "ServerLayout" > Identifier "Riva+PhilipsLCD" > Screen 0 "Riva+PhilipsLCD" 0 0 > InputDevice "USBMouse" "CorePointer" > InputDevice "USBKeyboard" "CoreKeyboard" >EndSection > >Section "Files" > FontPath "catalogue:/etc/X11/fontpath.d" > FontPath "built-ins" > ># ModulePath "/usr/lib/xorg/modules" > # FontPath "/usr/X11R6/lib/X11/fonts/misc/" > # FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > # FontPath "/usr/X11R6/lib/X11/fonts/CID/" > # FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" > # FontPath "unix/:7100" >EndSection > >Section "Module" > Load "dbe" > Load "dri" > Load "extmod" > Load "glx" > Load "record" > Load "xtrap" ># Load "speedo" > Load "type1" >EndSection > >Section "InputDevice" > Identifier "PS2Keyboard" ># Driver "kbd" ># Option "Protocol" "standard" > Driver "evdev" ># Comment out the "Device" for F8 evdev driver, comment out the "Name" ># for F9 evdev driver ># Option "Device" "/dev/input/keyboard_first" > Option "Name" "AT Translated Set 2 keyboard" ># Option "evBits" "+1" ># Option "keyBits" "~1-255 ~352-511" ># Option "Pass" "3" > Option "XkbModel" "evdev" ># Option "XkbLayout" "us,cz_qwerty" ># Option "XkbOptions" "grp:shift_toggle,grp_led:scroll" >EndSection > >Section "InputDevice" > Identifier "USBKeyboard" > Driver "evdev" ># Option "Protocol" "evdev" ># Comment out the "Device" for F8 evdev driver, comment out the "Name" ># for F9 evdev driver > Option "Device" "/dev/input/event31" ># Option "Name" "HID 1267:0103" ># Option "evBits" "+1" ># Option "keyBits" "~1-255 ~352-511" ># Option "Pass" "3" > Option "XkbModel" "evdev" ># Option "XkbLayout" "us,cz_qwerty" ># Option "XkbOptions" "grp:shift_toggle,grp_led:scroll" >EndSection > >Section "InputDevice" > Identifier "PS2Mouse" > Driver "mouse" > Option "Protocol" "IMPS/2" > Option "Device" "/dev/input/mouse_first" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" >EndSection > >Section "InputDevice" > Identifier "USBMouse" > Driver "mouse" > Option "Protocol" "IMPS/2" > Option "Device" "/dev/input/mouse_second" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" >EndSection > >Section "Monitor" > Identifier "LGLCD" > VendorName "LG" > ModelName "L1800P" > # DisplaySize 360 290 > Option "DPMS" >EndSection > >Section "Monitor" > Identifier "PhilipsLCD" > VendorName "Philips" > ModelName "170B6" > DisplaySize 330 250 > HorizSync 30.0 - 96.0 > VertRefresh 50.0 - 60.0 > Option "DPMS" > Option "OffTime" "0" >EndSection > >Section "Device" > ### Available Driver options are:- > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [<bool>] > #Option "SWcursor" # [<bool>] > #Option "Dac6Bit" # [<bool>] > #Option "Dac8Bit" # [<bool>] > #Option "ForcePCIMode" # [<bool>] > #Option "CPPIOMode" # [<bool>] > #Option "CPusecTimeout" # <i> > #Option "AGPFastWrite" # [<bool>] > #Option "AGPSize" # <i> > #Option "RingSize" # <i> > #Option "BufferSize" # <i> > #Option "EnableDepthMoves" # [<bool>] > #Option "EnablePageFlip" # [<bool>] > #Option "NoBackBuffer" # [<bool>] > #Option "PanelOff" # [<bool>] > #Option "DDCMode" # [<bool>] > #Option "CloneDisplay" # <i> > #Option "CloneMode" # [<str>] > #Option "CloneHSync" # [<str>] > #Option "CloneVRefresh" # [<str>] > #Option "UseFBDev" # [<bool>] > #Option "VideoKey" # <i> > Identifier "ATI" > Driver "radeon" > VendorName "ATI Technologies Inc" > BoardName "Radeon R250 If [Radeon 9000]" > # Option "AGPMode" "4" # <i> > Option "VideoKey" "123456" > BusID "PCI:1:0:0" >EndSection > >Section "Device" > > ### Available Driver options are:- > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" > ### [arg]: arg optional > #Option "SWcursor" # [<bool>] > #Option "HWcursor" # [<bool>] > #Option "NoAccel" # [<bool>] > #Option "ShowCache" # [<bool>] > #Option "ShadowFB" # [<bool>] > #Option "UseFBDev" # [<bool>] > #Option "Rotate" # [<str>] > Option "VideoKey" "12" # <i> > #Option "FlatPanel" # [<bool>] > #Option "FPDither" # [<bool>] > #Option "CrtcNumber" # <i> > Identifier "Riva" > Driver "nv" > VendorName "NVidia / SGS Thomson (Joint Venture)" > BoardName "Riva128" > Option "xvideo" > BusID "PCI:0:19:0" >EndSection > >Section "Screen" > Identifier "ATI+LGLCD" > Device "ATI" > Monitor "LGLCD" > DefaultDepth 24 > SubSection "Display" > Depth 24 > # Modes "1280x1024" > EndSubSection >EndSection > >Section "Screen" > Identifier "Riva+PhilipsLCD" > Device "Riva" > Monitor "PhilipsLCD" ># DefaultDepth 24 > SubSection "Display" > Depth 15 > Modes "1280x1024" "1024x768" > EndSubSection > SubSection "Display" > Depth 16 > Modes "1280x1024" "1024x768" > EndSubSection > SubSection "Display" > Depth 24 > Modes "1280x1024" "1024x768" > EndSubSection >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 454864
: 311466 |
313824
|
313826
|
313827
|
313828