Code Sample |
(==) Using config file: "/etc/X11/XF86Config" Data incomplete in file /etc/X11/XF86Config Undefined Device "nvidia" referenced by Screen "Screen0". (EE) Problem parsing the config file (EE) Error from xf86HandleConfigFile() Fatal server error: no screens found |
Code Sample |
Section "ServerLayout" Identifier "VESA device" Screen 0 "Screen0" 0 0 InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[2]" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" AllowMouseOpenFail EndSection Section "Files" #FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" #FontPath "/usr/lib/X11/fonts/CID" #FontPath "/usr/lib/X11/fonts/Speedo" #FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "dbe" Load "extmod" # Load "fbdevhw" # Load "dri" Load "glx" Load "record" Load "freetype" Load "type1" EndSection Section "InputDevice" # Option "AutoRepeat" "500 5" # when using XQUEUE, comment out the above line, and uncomment the # following line # Option "Protocol" "Xqueue" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" #Option "XkbOptions" "" Identifier "Keyboard0" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" #Option "XkbVariant" "" EndSection Section "InputDevice" Identifier "Mouse[1]" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "imPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Mouse[2]" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocal" "PS/2" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "vesa" driver "vesa" VendorName "x" BoardName "y" EndSection Section "Monitor" Identifier "Monitor0" VendorName "x" ModelName "y" # HorizSync 31.5 - 48.5 # VertRefresh 50.0 - 70.0 # Option "dpms" EndSection Section "Screen" Identifier "Screen0" Device "nvidia" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection |