Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16
Anytime i reboot or shutdown linux i get an error saying it cant find my drivers or somthing before x starts... i tell it to shutdown to terminal rerun drivers ...
  1. #1
    Just Joined!
    Join Date
    Aug 2010
    Posts
    9

    have to keep install Nvidia drivers when rebooting

    Anytime i reboot or shutdown linux i get an error saying it cant find my drivers or somthing before x starts... i tell it to shutdown to terminal rerun drivers and everything works untill i reboot again <.< for now i just been keeping my computer on but i would rather figure this out... i have searched high and low and finnaly have given up trying to get it to work with just using google research... hopefully sombody knows what im doing wrong.

    thanks for reading

    ...id post my xorg conf file... but the site wont let me because somthing to do with not allowing links.

  2. #2
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    How did you install nVidia drivers. Ubuntu way or by hand.

  3. #3
    Just Joined!
    Join Date
    Aug 2010
    Posts
    9
    I downloaded them from the site (nvida) and i placed them a easy to get to place i then opened terminal(while in X) went to location and tried command sh <file> told me i needed to shut down x so i did so

    Alt + Ctrl + F1 window (1st terminal)

    closed X and went in to directory and did same command... it installed and then brought me back to 1st terminal used command xstart and seemed like everything was okay untill i rebooted...

    i tried another way requiring comand lines... i would link the webpage but it wont let me

    sorry newbie here

  4. #4
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    Did you try looking at Ubuntu documentation.
    A quick Google gave this: https://help.ubuntu.com/community/Bi...erHowto/Nvidia

    Installing stuff by hand is the last resort, you should use official way. This also guarantees you will get updates as they become available.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the contents of /etc/X11/xorg.conf file here. Post log file too.
    Code:
    cat /var/log/Xorg.0.log
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Aug 2010
    Posts
    9
    Quote Originally Posted by Segfault View Post
    Did you try looking at Ubuntu documentation.
    A quick Google gave this: <removed URL due to now allowed untill 15 posts>[/url]

    Installing stuff by hand is the last resort, you should use official way. This also guarantees you will get updates as they become available.
    yes i found that after the fact i had a problem.... >.> i have the annoying habit of attempting to figure it out by myself and getting stuff to work in a manner that i find... of course that probbly is why im in such a problem.. heh heh... but anyway yes i tried that and still same result

    and for Devils

    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 256.44  <removed URL due to now allowed untill 15 posts>  Thu Jul 29 02:00:07 PDT 2010
    
    Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
        ModulePath      "/usr/lib/xorg/modules"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "built-ins"
    EndSection
    
    Section "Module"
        Load           "glx"
        Load           "extmod"
        Load           "dri2"
        Load           "dbe"
        Load           "record"
    EndSection
    
    Section "InputDevice"
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/input/mice"
        Option         "ZAxisMapping" "4 5 6 7"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Monitor Vendor"
        ModelName      "Monitor Model"
    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     "ShadowFB"           	# [<bool>]
            #Option     "VideoKey"           	# <i>
            #Option     "EXAPixmaps"         	# [<bool>]
        Identifier     "Card0"
        Driver         "nvidia"
        VendorName     "nVidia Corporation"
        BoardName      "G84 [GeForce 8600 GT]"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Card0"
        Monitor        "Monitor0"
        SubSection     "Display"
            Viewport    0 0
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       4
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       8
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       15
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       16
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       24
        EndSubSection
    EndSection
    devil are you asking for me to post my xorg.conf to /var/log/xorg.0.log?

  7. #7
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by renderd View Post
    yes i found that after the fact i had a problem.... >.> i have the annoying habit of attempting to figure it out by myself and getting stuff to work in a manner that i find... of course that probbly is why im in such a problem.. heh heh... but anyway yes i tried that and still same result

    and for Devils

    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 256.44  <removed URL due to now allowed untill 15 posts>  Thu Jul 29 02:00:07 PDT 2010
    
    Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
        ModulePath      "/usr/lib/xorg/modules"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "built-ins"
    EndSection
    
    Section "Module"
        Load           "glx"
        Load           "extmod"
        Load           "dri2"
        Load           "dbe"
        Load           "record"
    EndSection
    
    Section "InputDevice"
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/input/mice"
        Option         "ZAxisMapping" "4 5 6 7"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Monitor Vendor"
        ModelName      "Monitor Model"
    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     "ShadowFB"           	# [<bool>]
            #Option     "VideoKey"           	# <i>
            #Option     "EXAPixmaps"         	# [<bool>]
        Identifier     "Card0"
        Driver         "nvidia"
        VendorName     "nVidia Corporation"
        BoardName      "G84 [GeForce 8600 GT]"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Card0"
        Monitor        "Monitor0"
        SubSection     "Display"
            Viewport    0 0
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       4
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       8
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       15
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       16
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       24
        EndSubSection
    EndSection
    devil are you asking for me to post my xorg.conf to /var/log/xorg.0.log?
    He wants you to post the /var/log/xorg.0.log file, also.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  8. #8
    Just Joined!
    Join Date
    Aug 2010
    Posts
    9
    ahh and here you go
    Xorg.0.Log
    Code:
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
    Current Operating System: Linux Renderdbox 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=UUID=231e4074-b64d-430c-b6d4-2d7f4dd60e6d ro quiet splash
    Build Date: 16 June 2010  09:31:32AM
    xorg-server 2:1.7.6-2ubuntu7.2 (For technical support please see <removed URL due to now allowed untill 15 posts>) 
    Current version of pixman: 0.16.4
    	Before reporting problems, check <removed URL due to now allowed untill 15 posts>
    	to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  9 01:06:38 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/usr/lib/X11/xorg.conf.d"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    	Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    	Entry deleted from font path.
    (**) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins,
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x81f0e80
    (II) Module ABI versions:
    	X.Org ANSI C Emulation: 0.4
    	X.Org Video Driver: 6.0
    	X.Org XInput driver : 7.0
    	X.Org Server Extension : 2.0
    (--) using VT number 8
    
    (--) PCI:*(0:3:0:0) 10de:0402:3842:c751 nVidia Corporation G84 [GeForce 8600 GT] rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.0
    	Module class: X.Org Server Extension
    (II) NVIDIA GLX Module  256.44  Thu Jul 29 01:55:11 PDT 2010
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.1.0
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.13.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.0
    	Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver  256.44  Thu Jul 29 01:32:42 PDT 2010
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) Aug 09 01:06:40 NVIDIA(0): Enabling RENDER acceleration
    (II) Aug 09 01:06:40 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Aug 09 01:06:40 NVIDIA(0):     enabled.
    (II) Aug 09 01:06:41 NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:3:0:0 (GPU-0)
    (--) Aug 09 01:06:41 NVIDIA(0): Memory: 262144 kBytes
    (--) Aug 09 01:06:41 NVIDIA(0): VideoBIOS: 60.84.51.00.01
    (II) Aug 09 01:06:41 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Aug 09 01:06:41 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Aug 09 01:06:41 NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:3:0:0:
    (--) Aug 09 01:06:41 NVIDIA(0):     PTW (CRT-1)
    (--) Aug 09 01:06:41 NVIDIA(0): PTW (CRT-1): 400.0 MHz maximum pixel clock
    (II) Aug 09 01:06:41 NVIDIA(0): Assigned Display Device: CRT-1
    (==) Aug 09 01:06:41 NVIDIA(0): 
    (==) Aug 09 01:06:41 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (==) Aug 09 01:06:41 NVIDIA(0):     will be used as the requested mode.
    (==) Aug 09 01:06:41 NVIDIA(0): 
    (II) Aug 09 01:06:41 NVIDIA(0): Validated modes:
    (II) Aug 09 01:06:41 NVIDIA(0):     "nvidia-auto-select"
    (II) Aug 09 01:06:41 NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) Aug 09 01:06:41 NVIDIA(0): DPI set to (101, 108); computed from "UseEdidDpi" X config
    (--) Aug 09 01:06:41 NVIDIA(0):     option
    (==) Aug 09 01:06:41 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Aug 09 01:06:41 NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    (II) Aug 09 01:06:41 NVIDIA(0): Initialized GPU GART.
    (II) Aug 09 01:06:41 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) Aug 09 01:06:41 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Aug 09 01:06:41 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (==) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) XKB: generating xkmfile /tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    (II) config/udev: Adding input device Power Button (/dev/input/event1)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 2.3.2
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 7.0
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event1"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Power Button (/dev/input/event0)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event0"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Logitech Logitech Gaming Keyboard (/dev/input/event6)
    (**) Logitech Logitech Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
    (**) Logitech Logitech Gaming Keyboard: always reports core events
    (**) Logitech Logitech Gaming Keyboard: Device: "/dev/input/event6"
    (II) Logitech Logitech Gaming Keyboard: Found keys
    (II) Logitech Logitech Gaming Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech Logitech Gaming Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Logitech Logitech Gaming Keyboard (/dev/input/event7)
    (**) Logitech Logitech Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
    (**) Logitech Logitech Gaming Keyboard: always reports core events
    (**) Logitech Logitech Gaming Keyboard: Device: "/dev/input/event7"
    (II) Logitech Logitech Gaming Keyboard: Found keys
    (II) Logitech Logitech Gaming Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech Logitech Gaming Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/event8)
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev pointer catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev tablet catchall"
    (**) WALTOP International Corp. Slim Tablet: always reports core events
    (**) WALTOP International Corp. Slim Tablet: Device: "/dev/input/event8"
    (II) WALTOP International Corp. Slim Tablet: Found 9 mouse buttons
    (II) WALTOP International Corp. Slim Tablet: Found scroll wheel(s)
    (II) WALTOP International Corp. Slim Tablet: Found relative axes
    (II) WALTOP International Corp. Slim Tablet: Found x and y relative axes
    (II) WALTOP International Corp. Slim Tablet: Found absolute axes
    (II) WALTOP International Corp. Slim Tablet: Found x and y absolute axes
    (II) WALTOP International Corp. Slim Tablet: Found absolute tablet.
    (II) WALTOP International Corp. Slim Tablet: Configuring as tablet
    (**) WALTOP International Corp. Slim Tablet: YAxisMapping: buttons 4 and 5
    (**) WALTOP International Corp. Slim Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "WALTOP International Corp. Slim Tablet" (type: TABLET)
    (WW) WALTOP International Corp. Slim Tablet: touchpads, tablets and touchscreens ignore relative axes.
    (II) WALTOP International Corp. Slim Tablet: initialized for absolute axes.
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/mouse3)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device G15 Keyboard G15 Keyboard (/dev/input/event9)
    (**) G15 Keyboard G15 Keyboard: Applying InputClass "evdev keyboard catchall"
    (**) G15 Keyboard G15 Keyboard: always reports core events
    (**) G15 Keyboard G15 Keyboard: Device: "/dev/input/event9"
    (II) G15 Keyboard G15 Keyboard: Found keys
    (II) G15 Keyboard G15 Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "G15 Keyboard G15 Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Belkin Belkin n52te (/dev/input/event3)
    (**) Belkin Belkin n52te: Applying InputClass "evdev keyboard catchall"
    (**) Belkin Belkin n52te: always reports core events
    (**) Belkin Belkin n52te: Device: "/dev/input/event3"
    (II) Belkin Belkin n52te: Found keys
    (II) Belkin Belkin n52te: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Belkin Belkin n52te" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Belkin Belkin n52te (/dev/input/event4)
    (**) Belkin Belkin n52te: Applying InputClass "evdev pointer catchall"
    (**) Belkin Belkin n52te: Applying InputClass "evdev keyboard catchall"
    (**) Belkin Belkin n52te: always reports core events
    (**) Belkin Belkin n52te: Device: "/dev/input/event4"
    (II) Belkin Belkin n52te: Found 8 mouse buttons
    (II) Belkin Belkin n52te: Found scroll wheel(s)
    (II) Belkin Belkin n52te: Found relative axes
    (II) Belkin Belkin n52te: Found x and y relative axes
    (II) Belkin Belkin n52te: Found absolute axes
    (II) Belkin Belkin n52te: Found keys
    (II) Belkin Belkin n52te: Configuring as mouse
    (II) Belkin Belkin n52te: Configuring as keyboard
    (**) Belkin Belkin n52te: YAxisMapping: buttons 4 and 5
    (**) Belkin Belkin n52te: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Belkin Belkin n52te" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) Belkin Belkin n52te: initialized for relative axes.
    (WW) Belkin Belkin n52te: ignoring absolute axes.
    (II) config/udev: Adding input device Belkin Belkin n52te (/dev/input/mouse1)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event5)
    (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event5"
    (II) Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    (II) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    (II) Logitech USB-PS/2 Optical Mouse: Found relative axes
    (II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
    (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse2)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event2)
    (**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event2"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
    (II) No input driver/identifier specified (ignoring)
    btw i would like to thank all for the posts and helping me

  9. #9
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    well that is from a time when it worked, it would be best to see the log when it didn't work

    also, post output of lsmod command when it doesn't work, i'm guessing for some reason nvidia module isn't being loaded after reboot

  10. #10
    Just Joined!
    Join Date
    Aug 2010
    Posts
    9
    Okay so i rebooted and it gave same error, but i booted into X to get you the "non working conf"

    here is Xorg.conf
    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 256.44  <URL>  Thu Jul 29 02:00:07 PDT 2010
    
    
    Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
        ModulePath      "/usr/lib/xorg/modules"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "built-ins"
    EndSection
    
    Section "Module"
        Load           "glx"
        Load           "extmod"
        Load           "dri2"
        Load           "dbe"
        Load           "record"
    EndSection
    
    Section "InputDevice"
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "InputDevice"
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/input/mice"
        Option         "ZAxisMapping" "4 5 6 7"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Monitor Vendor"
        ModelName      "Monitor Model"
    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     "ShadowFB"           	# [<bool>]
            #Option     "VideoKey"           	# <i>
            #Option     "EXAPixmaps"         	# [<bool>]
        Identifier     "Card0"
        Driver         "nvidia"
        VendorName     "nVidia Corporation"
        BoardName      "G84 [GeForce 8600 GT]"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Card0"
        Monitor        "Monitor0"
        SubSection     "Display"
            Viewport    0 0
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       4
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       8
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       15
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       16
        EndSubSection
        SubSection     "Display"
            Viewport    0 0
            Depth       24
        EndSubSection
    EndSection
    xorg.0.log

    Code:
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
    Current Operating System: Linux Renderdbox 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=UUID=231e4074-b64d-430c-b6d4-2d7f4dd60e6d ro quiet splash
    Build Date: 16 June 2010  09:31:32AM
    xorg-server 2:1.7.6-2ubuntu7.2 (For technical support please see <URL>) 
    Current version of pixman: 0.16.4
    	Before reporting problems, check <URL>
    	to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  9 13:25:05 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/usr/lib/X11/xorg.conf.d"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    	Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    	Entry deleted from font path.
    (**) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins,
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x81f0e80
    (II) Module ABI versions:
    	X.Org ANSI C Emulation: 0.4
    	X.Org Video Driver: 6.0
    	X.Org XInput driver : 7.0
    	X.Org Server Extension : 2.0
    (++) using VT number 7
    
    (--) PCI:*(0:3:0:0) 10de:0402:3842:c751 nVidia Corporation G84 [GeForce 8600 GT] rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.0
    	Module class: X.Org Server Extension
    (II) NVIDIA GLX Module  256.44  Thu Jul 29 01:55:11 PDT 2010
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.1.0
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.13.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.0
    	Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver  256.44  Thu Jul 29 01:32:42 PDT 2010
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) Aug 09 13:25:06 NVIDIA(0): Enabling RENDER acceleration
    (II) Aug 09 13:25:06 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Aug 09 13:25:06 NVIDIA(0):     enabled.
    (EE) Aug 09 13:25:06 NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
    (EE) Aug 09 13:25:06 NVIDIA(0):     system's kernel log for additional error messages and
    (EE) Aug 09 13:25:06 NVIDIA(0):     consult the NVIDIA README for details.
    (EE) NVIDIA(0):  *** Aborting ***
    (II) UnloadModule: "nvidia"
    (II) UnloadModule: "wfb"
    (II) UnloadModule: "fb"
    (EE) Screen(s) found, but none have a usable configuration.
    
    Fatal server error:
    no screens found
    
    Please consult the The X.Org Foundation support 
    	<URL>
     for help. 
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    
     ddxSigGiveUp: Closing log
    also here is the the error i get when trying to run nvidia-settings

    Code:
    You do not appear to be using the NVIDIA X driver.  Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.
    I think this is what your asking for.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...