Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59166 Details for
Bug 77538
xorg-x11 using nvidia drivers crashed with Signal 11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
XOrg.conf (The driver I used when it crashes is "nvidia", NOT "nv" as stated in the file!)
xorg.conf (text/plain), 3.34 KB, created by
Dennis Schridde
on 2005-05-17 18:23:33 UTC
(
hide
)
Description:
XOrg.conf (The driver I used when it crashes is "nvidia", NOT "nv" as stated in the file!)
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2005-05-17 18:23:33 UTC
Size:
3.34 KB
patch
obsolete
># ********************************************************************** ># ServerLayout sections. ># ********************************************************************** > >Section "ServerLayout" > > Identifier "Layout1" > Screen "Screen1" 0 0 > InputDevice "Mouse1" "CorePointer" > InputDevice "Keyboard1" "CoreKeyboard" > >EndSection > ># ********************************************************************** ># Files section. This allows default font and rgb paths to be set ># ********************************************************************** > >Section "Files" > > FontPath "unix/:-1" > >EndSection > ># ********************************************************************** ># Module section -- this is an optional section which is used to specify ># which run-time loadable modules to load when the X server starts up. ># ********************************************************************** > >Section "Module" > > SubSection "extmod" > > Option "omit xfree86-dga" > > EndSubSection > > Load "dbe" > Load "glx" > Load "type1" > Load "freetype" > >EndSection > ># ********************************************************************** ># Server flags section. This contains various server-wide Options. ># ********************************************************************** > >Section "ServerFlags" > > Option "blank time" "10" > Option "standby time" "20" > Option "suspend time" "30" > Option "off time" "60" > >EndSection > ># ********************************************************************** ># Input devices ># ********************************************************************** > ># ********************************************************************** ># Core keyboard's InputDevice section ># ********************************************************************** > >Section "InputDevice" > > Identifier "Keyboard1" > Driver "kbd" ># Option "Protocol" "evdev" ># Option "Dev Phys" "usb-0000:00:02.1-2/input0" > Option "XkbModel" "logilx700" > Option "XkbLayout" "de" > >EndSection > ># ********************************************************************** ># Core Pointer's InputDevice section ># ********************************************************************** > >Section "InputDevice" > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "evdev" > Option "Dev Phys" "usb-0000:00:02.1-2/input1" > Option "Buttons" "10" > Option "ZAxisMapping" "4 5" > >EndSection > ># ********************************************************************** ># Monitor section ># ********************************************************************** > >Section "Monitor" > > Identifier "Monitor1" > Option "dpms" > >EndSection > ># ********************************************************************** ># Graphics device section ># ********************************************************************** > >Section "Device" > > Identifier "Device1" > Driver "nv" > Option "RenderAccel" "true" > Option "AllowGLXWithComposite" "true" ># Option "RandRRotation" "true" > >EndSection > ># ********************************************************************** ># Screen sections. ># ********************************************************************** > >Section "Screen" > > Identifier "Screen1" > Device "Device1" > Monitor "Monitor1" > DefaultDepth 24 > SubSection "Display" > Depth 24 > Modes "1280x1024" "1024x768" "800x600" "640x480" > EndSubSection > >EndSection > >Section "DRI" > > Group "video" > >EndSection > >Section "Extensions" > ># Option "Composite" "Enable" > >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 77538
:
48212
|
59165
| 59166 |
59167