Posts: 604
thriftee
Joined: 27 Feb 2009
#1
The machine is a new install of antiX 13.2. The graphics card is called a nVidia GeForce 2 Go. When I first booted to antiX it came up weird whitish horizontal lines on a gray background. I went back and tried again using a vesa display, and that put a small picture on the screen, leaving about 2 1/2" on each side and top and bottom being black. That's the way it is now.

I got desperate, gave up on wifi for now, and move the machine to a cat 5 cable, and I found some different nVidia 96.xxx drivers via synaptic, but not sure which to try or what to do with them.

I tried running sgfxi, but it won't run saying the kernel is the wrong version.

The next solution I found was to use the package from nvidia, but it doesn't want to run, and I can't help but think that there might be a better way if I just knew what it was.

How should I be fixing this? I'm trying not to mess this up, LOL.

Thanks for any suggestions

PS: Should I be trying MX-14 instead? I tried 13.2 because it sound like that was for older slower machines, which the dell certainly is
Last edited by thriftee on 16 Apr 2014, 08:31, edited 1 time in total.
Posts: 1,308
BitJam
Joined: 31 Aug 2009
#2
When you boot live, try"F5 Video Mode" -->"safe" instead of"vesa". This will allow the nouveau driver to work in graphics mode but keep it away from text mode.

In conjunction with the"safe" option and the"vesa" option, you can also give it s a specific graphics resolution like:"xres=1280x1024". In VirtualBox, I can use"xres=1600x1200" with the vesa driver. I've attached a screenshot showing this. You can also give it"xres=auto". You will need to type in the xres option yourself.

So try"safe" instead of"vesa". Then, if that doesn't fix it, with both"safe" and"vesa" try specifying the graphics resolution with"xres".
Posts: 604
thriftee
Joined: 27 Feb 2009
#3
I've got the 13.2 installed to the HD.

I'm getting the impression that it can do 1600x1200x16 ie the best mode 346 appears on a list, but when i get into X mode its still 1024x768 and doesn't allow anything higher to be selected. I also tried MX-14 and it has the same problem.

On the command line at boot i was typing"xdrvr=safe xres=1600x1200" was that correct?
Posts: 1,062
Dave
Joined: 20 Jan 2010
#4
Try running in root terminal:
X -configure
And
Cp / root / xorg.conf.new / etc / X11 / xorg.conf

To see if making an xorg.conf helps.

Edit the space after each / needs to be removed when running the command
Posts: 604
thriftee
Joined: 27 Feb 2009
#5
Thanks for the help...

Very odd result. It says the number of created screens does not match the number of detected devices.

I looked and it appears it is trying to define 2 screens, I'm guessing the 2nd is for if an external screen was connected to the 15 pin vga output.

I didn't try copying it in since it said configuration failed.

Any ideas?

PS: I tried hooking a 2nd screen to it but nothing changes
Posts: 1,062
Dave
Joined: 20 Jan 2010
#6
I just copy it any way.... it is for the vga connection, I have never had a problem copying it over with that error. The worst that could happen IMO is you are stuck at the cli and you need to run.

Mv / etc / X11 / xorg.conf / etc / X11 / xorg.conf.old
Followed by
/ etc / init.d / slim restart. Or. Shutdown -r now
Posts: 604
thriftee
Joined: 27 Feb 2009
#7
Thanks for helping out... I tried it, but the result was the same. Still 1024x768.

I ran inxi -G and it came back with...
Graphics: Card: NVIDIA NV11 [GeForce2 Go] X.Org: 1.12.4 drivers: fbdev,vesa,noveau Resolution 1024x768@61.0hz GLX Renderer: Gallium 0.4 on softpipe GLX Version 2.1 Mesa 0.0.5

I've noticed since then that both Debian Jessie and Gparted Live come up correctly in 1600x1200. The problem with Jessie is that its nice, but this machine is too slow and only has minimum memory to run it, vs antiX, everything runs at good speed.

Is there something i could copy from Jessie or Gparted that would make it easy to get it running on antiX? I tried antiX MX-14 and it doesn't work right there, either, BTW.

I looked at the log on the Jessie system.... will this help?

NOUVEAU(0): Modeline"1600x1200"x60.6 160.00 1600 1664 1856 2112 1200 1201 1204 1250 -hsync -vsync (75.8 kHz eP)

I noticed that in Jessie if I look at the display details, it says 1600x1200 at 60.6 Hz, so I'm guessing that is the relevant modeline
Posts: 1,062
Dave
Joined: 20 Jan 2010
#8
You could try making an xorg.conf and copy it from Jessie to antix. Also could you post the one made from antix?
Posts: 604
thriftee
Joined: 27 Feb 2009
#9
Well, thanks for the suggestions. I gave it a try and the xorg.conf Jessie generated worked under Jessie, but under antiX, the x screen didn't come up. I also had a look at / etc/X11/xorg.conf.d and /usr/share/X11/xorg.conf.d and didn't see anything about video in either.

Any ideas what to try next?

BTW, it won't let me put the code in here, I dont think

What file extensions are allowed for attachments? I will name the files.jpg but just rename them to look at them. If someone tells me a better way, I'll do that.

good xorg.conf generated by jessie

Code: Select all

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    "built-ins"
EndSection

Section"Module"
    Load "glx"
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",
        ### <percent>:"<f>%"
        ### [arg]: arg optional
        #Option    "SWcursor"               # [<bool>]
        #Option    "HWcursor"               # [<bool>]
        #Option    "NoAccel"                # [<bool>]
        #Option    "ShadowFB"               # [<bool>]
        #Option    "VideoKey"               # <i>
        #Option    "WrappedFB"              # [<bool>]
        #Option    "GLXVBlank"              # [<bool>]
        #Option    "ZaphodHeads"            # <str>
        #Option    "PageFlip"               # [<bool>]
        #Option    "SwapLimit"              # <i>
        #Option    "AsyncUTSDFS"            # [<bool>]
    Identifier "Card0"
    Driver     "nouveau"
    BusID      "PCI:1:0:0"
EndSection

Section"Screen"
    Identifier"Screen0"
    Device    "Card0"
    Monitor   "Monitor0"
    SubSection"Display"
        Viewport   0 0
        Depth     1
    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
log from antix

Code: Select all

[    28.823] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[    28.823] X Protocol Version 11, Revision 0
[    28.823] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[    28.823] Current Operating System: Linux antiX1 3.7.10-antix.5-486-smp #2 SMP Tue Oct 15 20:58:22 EEST 2013 i686
[    28.823] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.7.10-antix.5-486-smp root=/dev/sda5 nomodeset quiet
[    28.823] Build Date: 21 October 2013  05:31:52PM
[    28.823] xorg-server 2:1.12.4-6+deb7u1 (Moritz Muehlenhoff <jmm@debian.org>) 
[    28.824] Current version of pixman: 0.26.0
[    28.824]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    28.824] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.824] (==) Log file:"/var/log/Xorg.0.log", Time: Fri Apr 11 17:24:56 2014
[    28.870] (==) Using config file:"/ etc/X11/xorg.conf"
[    28.870] (==) Using config directory:"/ etc/X11/xorg.conf.d"
[    28.870] (==) Using system config directory"/usr/share/X11/xorg.conf.d"
[    29.078] (==) ServerLayout"X.org Configured"
[    29.078] (**) |-->Screen"Screen0" (0)
[    29.078] (**) |   |-->Monitor"Monitor0"
[    29.106] (**) |   |-->Device"Card0"
[    29.106] (**) |-->Input Device"Mouse0"
[    29.106] (**) |-->Input Device"Keyboard0"
[    29.106] (==) Automatically adding devices
[    29.106] (==) Automatically enabling devices
[    29.306] (WW) The directory"/usr/share/fonts/X11/cyrillic" does not exist.
[    29.306]     Entry deleted from font path.
[    29.315] (WW) The directory"/usr/share/fonts/X11/75dpi/" does not exist.
[    29.315]     Entry deleted from font path.
[    29.315] (WW) The directory"/usr/share/fonts/X11/75dpi" does not exist.
[    29.316]     Entry deleted from font path.
[    29.316] (WW) The directory"/usr/share/fonts/X11/cyrillic" does not exist.
[    29.316]     Entry deleted from font path.
[    29.316] (WW) The directory"/usr/share/fonts/X11/75dpi/" does not exist.
[    29.316]     Entry deleted from font path.
[    29.316] (WW) The directory"/usr/share/fonts/X11/75dpi" does not exist.
[    29.316]     Entry deleted from font path.
[    29.316] (WW) The directory"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    29.316]     Entry deleted from font path.
[    29.316] (**) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    built-ins,
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    built-ins
[    29.316] (**) ModulePath set to"/usr/lib/xorg/modules"
[    29.316] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    29.316] (WW) Disabling Mouse0
[    29.316] (WW) Disabling Keyboard0
[    29.316] (II) Loader magic: 0xb774e5a0
[    29.316] (II) Module ABI versions:
[    29.316]     X.Org ANSI C Emulation: 0.4
[    29.316]     X.Org Video Driver: 12.1
[    29.316]     X.Org XInput driver : 16.0
[    29.317]     X.Org Server Extension : 6.0
[    29.318] (--) PCI:*(0:1:0:0) 10de:0112:1028:00e6 rev 178, Mem @ 0xfc000000/16777216, 0xe0000000/134217728, BIOS @ 0x????????/65536
[    29.320] (II) Open ACPI successful (/var/run/acpid.socket)
[    29.320] (II)"extmod" will be loaded by default.
[    29.320] (II)"dbe" will be loaded by default.
[    29.320] (II)"glx" will be loaded. This was enabled by default and also specified in the config file.
[    29.320] (II)"record" will be loaded by default.
[    29.320] (II)"dri" will be loaded by default.
[    29.320] (II)"dri2" will be loaded by default.
[    29.320] (II) LoadModule:"glx"
[    29.523] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    29.681] (II) Module glx: vendor="X.Org Foundation"
[    29.681]     compiled for 1.12.4, module version = 1.0.0
[    29.681]     ABI class: X.Org Server Extension, version 6.0
[    29.681] (==) AIGLX enabled
[    29.705] (II) Loading extension GLX
[    29.705] (II) LoadModule:"extmod"
[    29.706] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    29.713] (II) Module extmod: vendor="X.Org Foundation"
[    29.714]     compiled for 1.12.4, module version = 1.0.0
[    29.714]     Module class: X.Org Server Extension
[    29.714]     ABI class: X.Org Server Extension, version 6.0
[    29.714] (II) Loading extension SELinux
[    29.714] (II) Loading extension MIT-SCREEN-SAVER
[    29.714] (II) Loading extension XFree86-VidModeExtension
[    29.714] (II) Loading extension XFree86-DGA
[    29.714] (II) Loading extension DPMS
[    29.714] (II) Loading extension XVideo
[    29.714] (II) Loading extension XVideo-MotionCompensation
[    29.714] (II) Loading extension X-Resource
[    29.714] (II) LoadModule:"dbe"
[    29.715] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    29.736] (II) Module dbe: vendor="X.Org Foundation"
[    29.736]     compiled for 1.12.4, module version = 1.0.0
[    29.736]     Module class: X.Org Server Extension
[    29.736]     ABI class: X.Org Server Extension, version 6.0
[    29.737] (II) Loading extension DOUBLE-BUFFER
[    29.737] (II) LoadModule:"record"
[    29.738] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    29.745] (II) Module record: vendor="X.Org Foundation"
[    29.745]     compiled for 1.12.4, module version = 1.13.0
[    29.745]     Module class: X.Org Server Extension
[    29.745]     ABI class: X.Org Server Extension, version 6.0
[    29.745] (II) Loading extension RECORD
[    29.745] (II) LoadModule:"dri"
[    29.747] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    29.824] (II) Module dri: vendor="X.Org Foundation"
[    29.824]     compiled for 1.12.4, module version = 1.0.0
[    29.824]     ABI class: X.Org Server Extension, version 6.0
[    29.824] (II) Loading extension XFree86-DRI
[    29.824] (II) LoadModule:"dri2"
[    29.825] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    29.925] (II) Module dri2: vendor="X.Org Foundation"
[    29.925]     compiled for 1.12.4, module version = 1.2.0
[    29.925]     ABI class: X.Org Server Extension, version 6.0
[    29.925] (II) Loading extension DRI2
[    29.925] (II) LoadModule:"nouveau"
[    29.926] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    29.940] (II) Module nouveau: vendor="X.Org Foundation"
[    29.940]     compiled for 1.12.4, module version = 1.0.1
[    29.940]     Module class: X.Org Video Driver
[    29.940]     ABI class: X.Org Video Driver, version 12.1
[    29.942] (II) NOUVEAU driver Date:   Fri Jul 6 16:23:50 2012 +1000
[    29.942] (II) NOUVEAU driver for NVIDIA chipset families :
[    29.942]     RIVA TNT        (NV04)
[    29.942]     RIVA TNT2       (NV05)
[    29.942]     GeForce 256     (NV10)
[    29.942]     GeForce 2       (NV11, NV15)
[    29.942]     GeForce 4MX     (NV17, NV18)
[    29.942]     GeForce 3       (NV20)
[    29.943]     GeForce 4Ti     (NV25, NV28)
[    29.943]     GeForce FX      (NV3x)
[    29.943]     GeForce 6       (NV4x)
[    29.943]     GeForce 7       (G7x)
[    29.943]     GeForce 8       (G8x)
[    29.943]     GeForce GTX 200 (NVA0)
[    29.943]     GeForce GTX 400 (NVC0)
[    29.943] (++) using VT number 7

[    29.964] drmOpenDevice: node name is /dev/dri/card0
[    29.977] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    29.977] drmOpenDevice: node name is /dev/dri/card0
[    29.983] drmOpenByBusid: drmOpenMinor returns -1
[    29.983] drmOpenDevice: node name is /dev/dri/card1
[    29.989] drmOpenByBusid: drmOpenMinor returns -1
[    29.989] drmOpenDevice: node name is /dev/dri/card2
[    29.994] drmOpenByBusid: drmOpenMinor returns -1
[    29.994] drmOpenDevice: node name is /dev/dri/card3
[    30.000] drmOpenByBusid: drmOpenMinor returns -1
[    30.000] drmOpenDevice: node name is /dev/dri/card4
[    30.005] drmOpenByBusid: drmOpenMinor returns -1
[    30.005] drmOpenDevice: node name is /dev/dri/card5
[    30.011] drmOpenByBusid: drmOpenMinor returns -1
[    30.011] drmOpenDevice: node name is /dev/dri/card6
[    30.019] drmOpenByBusid: drmOpenMinor returns -1
[    30.019] drmOpenDevice: node name is /dev/dri/card7
[    30.024] drmOpenByBusid: drmOpenMinor returns -1
[    30.024] drmOpenDevice: node name is /dev/dri/card8
[    30.030] drmOpenByBusid: drmOpenMinor returns -1
[    30.030] drmOpenDevice: node name is /dev/dri/card9
[    30.036] drmOpenByBusid: drmOpenMinor returns -1
[    30.036] drmOpenDevice: node name is /dev/dri/card10
[    30.042] drmOpenByBusid: drmOpenMinor returns -1
[    30.042] drmOpenDevice: node name is /dev/dri/card11
[    30.048] drmOpenByBusid: drmOpenMinor returns -1
[    30.048] drmOpenDevice: node name is /dev/dri/card12
[    30.054] drmOpenByBusid: drmOpenMinor returns -1
[    30.054] drmOpenDevice: node name is /dev/dri/card13
[    30.060] drmOpenByBusid: drmOpenMinor returns -1
[    30.060] drmOpenDevice: node name is /dev/dri/card14
[    30.067] drmOpenByBusid: drmOpenMinor returns -1
[    30.068] drmOpenDevice: node name is /dev/dri/card15
[    30.073] drmOpenByBusid: drmOpenMinor returns -1
[    30.073] drmOpenDevice: node name is /dev/dri/card0
[    30.084] drmOpenDevice: node name is /dev/dri/card0
[    30.090] drmOpenDevice: node name is /dev/dri/card1
[    30.096] drmOpenDevice: node name is /dev/dri/card2
[    30.102] drmOpenDevice: node name is /dev/dri/card3
[    30.107] drmOpenDevice: node name is /dev/dri/card4
[    30.113] drmOpenDevice: node name is /dev/dri/card5
[    30.118] drmOpenDevice: node name is /dev/dri/card6
[    30.124] drmOpenDevice: node name is /dev/dri/card7
[    30.130] drmOpenDevice: node name is /dev/dri/card8
[    30.135] drmOpenDevice: node name is /dev/dri/card9
[    30.141] drmOpenDevice: node name is /dev/dri/card10
[    30.146] drmOpenDevice: node name is /dev/dri/card11
[    30.152] drmOpenDevice: node name is /dev/dri/card12
[    30.157] drmOpenDevice: node name is /dev/dri/card13
[    30.163] drmOpenDevice: node name is /dev/dri/card14
[    30.169] drmOpenDevice: node name is /dev/dri/card15
[    30.175] (EE) [drm] failed to open device
[    30.175] (EE) No devices detected.
[    30.175] 
Fatal server error:
[    30.175] no screens found
[    30.175] 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[    30.175] Please also check the log file at"/var/log/Xorg.0.log" for additional information.
[    30.175] 
log from jessie using same xorg.conf

Code: Select all

[    38.177] 
X.Org X Server 1.15.0.901 (1.15.1 RC 1)
Release Date: 2014-03-21
[    38.177] X Protocol Version 11, Revision 0
[    38.177] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[    38.177] Current Operating System: Linux dell8100 3.13-1-686-pae #1 SMP Debian 3.13.7-1 (2014-03-25) i686
[    38.177] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13-1-686-pae root=UUID=2e44bfb8-5480-4e13-abfd-7b0ed3a25778 ro quiet
[    38.177] Build Date: 31 March 2014  12:04:13PM
[    38.177] xorg-server 2:1.15.0.901-1 (http://www.debian.org/support) 
[    38.177] Current version of pixman: 0.32.4
[    38.177]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    38.177] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    38.178] (==) Log file:"/var/log/Xorg.0.log", Time: Fri Apr 11 22:03:50 2014
[    38.270] (==) Using config file:"/ etc/X11/xorg.conf"
[    38.270] (==) Using system config directory"/usr/share/X11/xorg.conf.d"
[    38.486] (==) ServerLayout"X.org Configured"
[    38.486] (**) |-->Screen"Screen0" (0)
[    38.486] (**) |   |-->Monitor"Monitor0"
[    38.518] (**) |   |-->Device"Card0"
[    38.518] (**) |-->Input Device"Mouse0"
[    38.518] (**) |-->Input Device"Keyboard0"
[    38.518] (==) Automatically adding devices
[    38.518] (==) Automatically enabling devices
[    38.518] (==) Automatically adding GPU devices
[    38.873] (WW) The directory"/usr/share/fonts/X11/cyrillic" does not exist.
[    38.873]     Entry deleted from font path.
[    38.876] (WW) The directory"/usr/share/fonts/X11/cyrillic" does not exist.
[    38.876]     Entry deleted from font path.
[    38.877] (**) 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,
    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,
    built-ins
[    38.877] (**) ModulePath set to"/usr/lib/xorg/modules"
[    38.877] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    38.877] (WW) Disabling Mouse0
[    38.877] (WW) Disabling Keyboard0
[    38.877] (II) Loader magic: 0xb776a6c0
[    38.877] (II) Module ABI versions:
[    38.877]     X.Org ANSI C Emulation: 0.4
[    38.877]     X.Org Video Driver: 15.0
[    38.877]     X.Org XInput driver : 20.0
[    38.877]     X.Org Server Extension : 8.0
[    38.878] (II) xfree86: Adding drm device (/dev/dri/card0)
[    38.885] (--) PCI:*(0:1:0:0) 10de:0112:1028:00e6 rev 178, Mem @ 0xfc000000/16777216, 0xe0000000/134217728, BIOS @ 0x????????/65536
[    38.927] Initializing built-in extension Generic Event Extension
[    38.928] Initializing built-in extension SHAPE
[    38.928] Initializing built-in extension MIT-SHM
[    38.928] Initializing built-in extension XInputExtension
[    38.928] Initializing built-in extension XTEST
[    38.928] Initializing built-in extension BIG-REQUESTS
[    38.928] Initializing built-in extension SYNC
[    38.928] Initializing built-in extension XKEYBOARD
[    38.928] Initializing built-in extension XC-MISC
[    38.928] Initializing built-in extension SECURITY
[    38.928] Initializing built-in extension XINERAMA
[    38.928] Initializing built-in extension XFIXES
[    38.928] Initializing built-in extension RENDER
[    38.928] Initializing built-in extension RANDR
[    38.928] Initializing built-in extension COMPOSITE
[    38.928] Initializing built-in extension DAMAGE
[    38.928] Initializing built-in extension MIT-SCREEN-SAVER
[    38.928] Initializing built-in extension DOUBLE-BUFFER
[    38.928] Initializing built-in extension RECORD
[    38.928] Initializing built-in extension DPMS
[    38.928] Initializing built-in extension Present
[    38.928] Initializing built-in extension DRI3
[    38.929] Initializing built-in extension X-Resource
[    38.929] Initializing built-in extension XVideo
[    38.929] Initializing built-in extension XVideo-MotionCompensation
[    38.929] Initializing built-in extension SELinux
[    38.929] Initializing built-in extension XFree86-VidModeExtension
[    38.929] Initializing built-in extension XFree86-DGA
[    38.929] Initializing built-in extension XFree86-DRI
[    38.929] Initializing built-in extension DRI2
[    38.929] (II)"glx" will be loaded. This was enabled by default and also specified in the config file.
[    38.929] (II) LoadModule:"glx"
[    39.001] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    39.075] (II) Module glx: vendor="X.Org Foundation"
[    39.075]     compiled for 1.15.0.901, module version = 1.0.0
[    39.075]     ABI class: X.Org Server Extension, version 8.0
[    39.075] (==) AIGLX enabled
[    39.075] Loading extension GLX
[    39.075] (II) LoadModule:"nouveau"
[    39.159] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    39.303] (II) Module nouveau: vendor="X.Org Foundation"
[    39.303]     compiled for 1.15.0, module version = 1.0.10
[    39.303]     Module class: X.Org Video Driver
[    39.303]     ABI class: X.Org Video Driver, version 15.0
[    39.303] (II) NOUVEAU driver Date:   Thu Nov 7 14:56:48 2013 +1000
[    39.303] (II) NOUVEAU driver for NVIDIA chipset families :
[    39.303]     RIVA TNT        (NV04)
[    39.304]     RIVA TNT2       (NV05)
[    39.304]     GeForce 256     (NV10)
[    39.304]     GeForce 2       (NV11, NV15)
[    39.304]     GeForce 4MX     (NV17, NV18)
[    39.304]     GeForce 3       (NV20)
[    39.304]     GeForce 4Ti     (NV25, NV28)
[    39.304]     GeForce FX      (NV3x)
[    39.305]     GeForce 6       (NV4x)
[    39.305]     GeForce 7       (G7x)
[    39.305]     GeForce 8       (G8x)
[    39.305]     GeForce GTX 200 (NVA0)
[    39.305]     GeForce GTX 400 (NVC0)
[    39.305] (++) using VT number 7

[    39.314] (II) [drm] nouveau interface version: 1.1.1
[    39.314] (II) Loading sub module"dri2"
[    39.314] (II) LoadModule:"dri2"
[    39.314] (II) Module"dri2" already built-in
[    39.314] (--) NOUVEAU(0): Chipset:"NVIDIA NV11"
[    39.315] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    39.315] (==) NOUVEAU(0): RGB weight 888
[    39.315] (==) NOUVEAU(0): Default visual is TrueColor
[    39.315] (==) NOUVEAU(0): Using HW cursor
[    39.315] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    39.315] (==) NOUVEAU(0): Page flipping enabled
[    39.315] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
[    39.358] (II) NOUVEAU(0): Output VGA-1 using monitor section Monitor0
[    39.396] (II) NOUVEAU(0): Output LVDS-1 has no monitor section
[    39.436] (II) NOUVEAU(0): EDID for output VGA-1
[    39.478] (II) NOUVEAU(0): EDID for output LVDS-1
[    39.479] (II) NOUVEAU(0): Manufacturer: SHP  Model: 138a  Serial#: 0
[    39.479] (II) NOUVEAU(0): Year: 1990  Week: 0
[    39.479] (II) NOUVEAU(0): EDID Version: 1.3
[    39.479] (II) NOUVEAU(0): Digital Display Input
[    39.479] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 30  vert.: 23
[    39.479] (II) NOUVEAU(0): Gamma: 2.20
[    39.479] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend
[    39.479] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    39.479] (II) NOUVEAU(0): First detailed timing is preferred mode
[    39.479] (II) NOUVEAU(0): redX: 0.604 redY: 0.318   greenX: 0.296 greenY: 0.570
[    39.479] (II) NOUVEAU(0): blueX: 0.138 blueY: 0.134   whiteX: 0.312 whiteY: 0.328
[    39.479] (II) NOUVEAU(0): Manufacturer's mask: 0
[    39.479] (II) NOUVEAU(0): Supported standard timings:
[    39.479] (II) NOUVEAU(0): #0: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    39.479] (II) NOUVEAU(0): Supported detailed timing:
[    39.479] (II) NOUVEAU(0): clock: 160.0 MHz   Image Size:  304 x 228 mm
[    39.479] (II) NOUVEAU(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2112 h_border: 0
[    39.479] (II) NOUVEAU(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 v_border: 0
[    39.479] (II) NOUVEAU(0): EDID (in hex):
[    39.480] (II) NOUVEAU(0):     00ffffffffffff004d108a1300000000
[    39.480] (II) NOUVEAU(0):     00000103801e1778caec509a514b9223
[    39.480] (II) NOUVEAU(0):     225054000000a9400101010101010101
[    39.480] (II) NOUVEAU(0):     010101010101803e400062b0324040c0
[    39.480] (II) NOUVEAU(0):     130030e4100000180000001000000000
[    39.480] (II) NOUVEAU(0):     00000000000000000a20000000100000
[    39.480] (II) NOUVEAU(0):     000000000000000000000a2000000010
[    39.480] (II) NOUVEAU(0):     0000000000000000000000000a2000ae
[    39.480] (II) NOUVEAU(0): Printing probed modes for output LVDS-1
[    39.480] (II) NOUVEAU(0): Modeline"1600x1200"x60.6  160.00  1600 1664 1856 2112  1200 1201 1204 1250 -hsync -vsync (75.8 kHz eP)
[    39.480] (II) NOUVEAU(0): Modeline"1600x1200"x61.0  164.00  1600 1712 1880 2160  1200 1203 1207 1245 -hsync +vsync (75.9 kHz e)
[    39.480] (II) NOUVEAU(0): Modeline"1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    39.480] (II) NOUVEAU(0): Modeline"1400x1050"x60.9  123.75  1400 1488 1632 1864  1050 1053 1057 1090 -hsync +vsync (66.4 kHz e)
[    39.480] (II) NOUVEAU(0): Modeline"1280x1024"x60.9  110.75  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (64.7 kHz e)
[    39.480] (II) NOUVEAU(0): Modeline"1280x960"x60.9  103.00  1280 1360 1488 1696  960 963 967 997 -hsync +vsync (60.7 kHz e)
[    39.481] (II) NOUVEAU(0): Modeline"1152x864"x60.8   83.00  1152 1216 1336 1520  864 867 871 898 -hsync +vsync (54.6 kHz e)
[    39.481] (II) NOUVEAU(0): Modeline"1024x768"x60.8   65.25  1024 1080 1184 1344  768 771 775 798 -hsync +vsync (48.5 kHz e)
[    39.481] (II) NOUVEAU(0): Modeline"800x600"x60.6   38.75  800 832 912 1024  600 603 607 624 -hsync +vsync (37.8 kHz e)
[    39.481] (II) NOUVEAU(0): Modeline"640x480"x60.6   24.25  640 664 720 800  480 483 487 500 -hsync +vsync (30.3 kHz e)
[    39.481] (II) NOUVEAU(0): Modeline"720x400"x60.9   22.75  720 744 808 896  400 403 413 417 -hsync +vsync (25.4 kHz e)
[    39.481] (II) NOUVEAU(0): Modeline"640x400"x60.7   20.25  640 664 720 800  400 403 409 417 -hsync +vsync (25.3 kHz e)
[    39.481] (II) NOUVEAU(0): Modeline"640x350"x60.6   17.75  640 664 720 800  350 353 363 366 -hsync +vsync (22.2 kHz e)
[    39.481] (II) NOUVEAU(0): Output VGA-1 disconnected
[    39.481] (II) NOUVEAU(0): Output LVDS-1 connected
[    39.481] (II) NOUVEAU(0): Using exact sizes for initial modes
[    39.481] (II) NOUVEAU(0): Output LVDS-1 using initial mode 1600x1200
[    39.481] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    39.481] (--) NOUVEAU(0): Virtual size is 1600x1200 (pitch 0)
[    39.481] (**) NOUVEAU(0):  Driver mode"1600x1200": 160.0 MHz (scaled from 0.0 MHz), 75.8 kHz, 60.6 Hz
[    39.481] (II) NOUVEAU(0): Modeline"1600x1200"x60.6  160.00  1600 1664 1856 2112  1200 1201 1204 1250 -hsync -vsync (75.8 kHz eP)
[    39.481] (**) NOUVEAU(0):  Driver mode"1600x1200": 164.0 MHz (scaled from 0.0 MHz), 75.9 kHz, 61.0 Hz
[    39.481] (II) NOUVEAU(0): Modeline"1600x1200"x61.0  164.00  1600 1712 1880 2160  1200 1203 1207 1245 -hsync +vsync (75.9 kHz e)
[    39.481] (**) NOUVEAU(0):  Driver mode"1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[    39.482] (II) NOUVEAU(0): Modeline"1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    39.482] (**) NOUVEAU(0):  Driver mode"1400x1050": 123.8 MHz (scaled from 0.0 MHz), 66.4 kHz, 60.9 Hz
[    39.482] (II) NOUVEAU(0): Modeline"1400x1050"x60.9  123.75  1400 1488 1632 1864  1050 1053 1057 1090 -hsync +vsync (66.4 kHz e)
[    39.482] (**) NOUVEAU(0):  Driver mode"1280x1024": 110.8 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.9 Hz
[    39.482] (II) NOUVEAU(0): Modeline"1280x1024"x60.9  110.75  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (64.7 kHz e)
[    39.482] (**) NOUVEAU(0):  Driver mode"1280x960": 103.0 MHz (scaled from 0.0 MHz), 60.7 kHz, 60.9 Hz
[    39.482] (II) NOUVEAU(0): Modeline"1280x960"x60.9  103.00  1280 1360 1488 1696  960 963 967 997 -hsync +vsync (60.7 kHz e)
[    39.482] (**) NOUVEAU(0):  Driver mode"1152x864": 83.0 MHz (scaled from 0.0 MHz), 54.6 kHz, 60.8 Hz
[    39.482] (II) NOUVEAU(0): Modeline"1152x864"x60.8   83.00  1152 1216 1336 1520  864 867 871 898 -hsync +vsync (54.6 kHz e)
[    39.482] (**) NOUVEAU(0):  Driver mode"1024x768": 65.2 MHz (scaled from 0.0 MHz), 48.5 kHz, 60.8 Hz
[    39.482] (II) NOUVEAU(0): Modeline"1024x768"x60.8   65.25  1024 1080 1184 1344  768 771 775 798 -hsync +vsync (48.5 kHz e)
[    39.482] (**) NOUVEAU(0):  Driver mode"800x600": 38.8 MHz (scaled from 0.0 MHz), 37.8 kHz, 60.6 Hz
[    39.482] (II) NOUVEAU(0): Modeline"800x600"x60.6   38.75  800 832 912 1024  600 603 607 624 -hsync +vsync (37.8 kHz e)
[    39.482] (**) NOUVEAU(0):  Driver mode"640x480": 24.2 MHz (scaled from 0.0 MHz), 30.3 kHz, 60.6 Hz
[    39.482] (II) NOUVEAU(0): Modeline"640x480"x60.6   24.25  640 664 720 800  480 483 487 500 -hsync +vsync (30.3 kHz e)
[    39.482] (**) NOUVEAU(0):  Driver mode"720x400": 22.8 MHz (scaled from 0.0 MHz), 25.4 kHz, 60.9 Hz
[    39.482] (II) NOUVEAU(0): Modeline"720x400"x60.9   22.75  720 744 808 896  400 403 413 417 -hsync +vsync (25.4 kHz e)
[    39.482] (**) NOUVEAU(0):  Driver mode"640x400": 20.2 MHz (scaled from 0.0 MHz), 25.3 kHz, 60.7 Hz
[    39.483] (II) NOUVEAU(0): Modeline"640x400"x60.7   20.25  640 664 720 800  400 403 409 417 -hsync +vsync (25.3 kHz e)
[    39.483] (**) NOUVEAU(0):  Driver mode"640x350": 17.8 MHz (scaled from 0.0 MHz), 22.2 kHz, 60.6 Hz
[    39.483] (II) NOUVEAU(0): Modeline"640x350"x60.6   17.75  640 664 720 800  350 353 363 366 -hsync +vsync (22.2 kHz e)
[    39.483] (==) NOUVEAU(0): DPI set to (96, 96)
[    39.483] (II) Loading sub module"fb"
[    39.483] (II) LoadModule:"fb"
[    39.483] (II) Loading /usr/lib/xorg/modules/libfb.so
[    39.530] (II) Module fb: vendor="X.Org Foundation"
[    39.530]     compiled for 1.15.0.901, module version = 1.0.0
[    39.530]     ABI class: X.Org ANSI C Emulation, version 0.4
[    39.530] (II) Loading sub module"exa"
[    39.530] (II) LoadModule:"exa"
[    39.554] (II) Loading /usr/lib/xorg/modules/libexa.so
[    39.580] (II) Module exa: vendor="X.Org Foundation"
[    39.580]     compiled for 1.15.0.901, module version = 2.6.0
[    39.580]     ABI class: X.Org Video Driver, version 15.0
[    39.580] (II) Loading sub module"shadowfb"
[    39.580] (II) LoadModule:"shadowfb"
[    39.581] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    39.607] (II) Module shadowfb: vendor="X.Org Foundation"
[    39.607]     compiled for 1.15.0.901, module version = 1.0.0
[    39.608]     ABI class: X.Org ANSI C Emulation, version 0.4
[    39.608] (--) Depth 24 pixmap format is 32 bpp
[    39.611] (II) NOUVEAU(0): Opened GPU channel 0
[    39.721] (II) NOUVEAU(0): [DRI2] Setup complete
[    39.722] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau_vieux
[    39.722] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau_vieux
[    39.753] (II) EXA(0): Driver allocated offscreen pixmaps
[    39.753] (II) EXA(0): Driver registered support for the following operations:
[    39.753] (II)         Solid
[    39.753] (II)         Copy
[    39.753] (II)         Composite (RENDER acceleration)
[    39.753] (II)         UploadToScreen
[    39.753] (II)         DownloadFromScreen
[    39.753] (==) NOUVEAU(0): Backing store enabled
[    39.753] (==) NOUVEAU(0): Silken mouse enabled
[    39.757] (==) NOUVEAU(0): DPMS enabled
[    39.757] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    39.759] (--) RandR disabled
[    39.826] (II) SELinux: Disabled on system
[    40.335] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    40.335] (II) AIGLX: enabled GLX_ARB_create_context
[    40.335] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    40.335] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    40.335] (II) AIGLX: enabled GLX_INTEL_swap_event
[    40.335] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    40.335] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    40.335] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    40.336] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    40.337] (II) AIGLX: Loaded and initialized nouveau_vieux
[    40.337] (II) GLX: Initialized DRI2 GL provider for screen 0
[    40.467] (II) NOUVEAU(0): NVEnterVT is called.
[    41.220] (II) NOUVEAU(0): Setting screen physical size to 423 x 317
[    41.235] resize called 1600 1200
[    42.039] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    42.039] (**) Video Bus: Applying InputClass"evdev keyboard catchall"
[    42.040] (II) LoadModule:"evdev"
[    42.049] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    42.083] (II) Module evdev: vendor="X.Org Foundation"
[    42.083]     compiled for 1.15.0, module version = 2.8.2
[    42.083]     Module class: X.Org XInput Driver
[    42.083]     ABI class: X.Org XInput driver, version 20.0
[    42.083] (II) Using input driver 'evdev' for 'Video Bus'
[    42.083] (**) Video Bus: always reports core events
[    42.083] (**) evdev: Video Bus: Device:"/dev/input/event2"
[    42.083] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    42.083] (--) evdev: Video Bus: Found keys
[    42.083] (II) evdev: Video Bus: Configuring as keyboard
[    42.083] (**) Option"config_info""udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/LNXVIDEO:00/input/input3/event2"
[    42.083] (II) XINPUT: Adding extended input device"Video Bus" (type: KEYBOARD, id 6)
[    42.084] (**) Option"xkb_rules""evdev"
[    42.084] (**) Option"xkb_model""pc105"
[    42.084] (**) Option"xkb_layout""us"
[    42.086] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    42.086] (**) Power Button: Applying InputClass"evdev keyboard catchall"
[    42.086] (II) Using input driver 'evdev' for 'Power Button'
[    42.086] (**) Power Button: always reports core events
[    42.086] (**) evdev: Power Button: Device:"/dev/input/event3"
[    42.086] (--) evdev: Power Button: Vendor 0 Product 0x1
[    42.086] (--) evdev: Power Button: Found keys
[    42.086] (II) evdev: Power Button: Configuring as keyboard
[    42.086] (**) Option"config_info""udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event3"
[    42.086] (II) XINPUT: Adding extended input device"Power Button" (type: KEYBOARD, id 7)
[    42.086] (**) Option"xkb_rules""evdev"
[    42.087] (**) Option"xkb_model""pc105"
[    42.087] (**) Option"xkb_layout""us"
[    42.089] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    42.089] (II) No input driver specified, ignoring this device.
[    42.089] (II) This device may have been added with another device file.
[    42.090] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[    42.090] (**) Sleep Button: Applying InputClass"evdev keyboard catchall"
[    42.090] (II) Using input driver 'evdev' for 'Sleep Button'
[    42.090] (**) Sleep Button: always reports core events
[    42.090] (**) evdev: Sleep Button: Device:"/dev/input/event4"
[    42.090] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    42.090] (--) evdev: Sleep Button: Found keys
[    42.090] (II) evdev: Sleep Button: Configuring as keyboard
[    42.090] (**) Option"config_info""udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event4"
[    42.090] (II) XINPUT: Adding extended input device"Sleep Button" (type: KEYBOARD, id 8)
[    42.090] (**) Option"xkb_rules""evdev"
[    42.090] (**) Option"xkb_model""pc105"
[    42.090] (**) Option"xkb_layout""us"
[    42.091] (II) config/udev: Adding drm device (/dev/dri/card0)
[    42.093] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    42.093] (**) AT Translated Set 2 keyboard: Applying InputClass"evdev keyboard catchall"
[    42.093] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    42.093] (**) AT Translated Set 2 keyboard: always reports core events
[    42.093] (**) evdev: AT Translated Set 2 keyboard: Device:"/dev/input/event0"
[    42.093] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    42.093] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    42.093] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    42.094] (**) Option"config_info""udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    42.094] (II) XINPUT: Adding extended input device"AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    42.094] (**) Option"xkb_rules""evdev"
[    42.094] (**) Option"xkb_model""pc105"
[    42.094] (**) Option"xkb_layout""us"
[    42.096] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    42.096] (**) SynPS/2 Synaptics TouchPad: Applying InputClass"evdev touchpad catchall"
[    42.096] (**) SynPS/2 Synaptics TouchPad: Applying InputClass"touchpad catchall"
[    42.096] (**) SynPS/2 Synaptics TouchPad: Applying InputClass"Default clickpad buttons"
[    42.096] (II) LoadModule:"synaptics"
[    42.097] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    42.120] (II) Module synaptics: vendor="X.Org Foundation"
[    42.120]     compiled for 1.15.0, module version = 1.7.3
[    42.121]     Module class: X.Org XInput Driver
[    42.121]     ABI class: X.Org XInput driver, version 20.0
[    42.121] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    42.121] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    42.121] (**) Option"Device""/dev/input/event6"
[    42.121] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 85)
[    42.121] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 94)
[    42.121] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    42.121] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    42.121] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    42.121] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    42.122] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    42.122] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    42.122] (**) Option"config_info""udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
[    42.122] (II) XINPUT: Adding extended input device"SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 10)
[    42.122] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    42.122] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    42.122] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[    42.123] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    42.123] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    42.123] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    42.123] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    42.123] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    42.124] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    42.124] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass"touchpad ignore duplicates"
[    42.125] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event7)
[    42.125] (**) TPPS/2 IBM TrackPoint: Applying InputClass"evdev pointer catchall"
[    42.125] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[    42.125] (**) TPPS/2 IBM TrackPoint: always reports core events
[    42.125] (**) evdev: TPPS/2 IBM TrackPoint: Device:"/dev/input/event7"
[    42.125] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[    42.125] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[    42.126] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[    42.126] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[    42.126] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[    42.126] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[    42.126] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    42.126] (**) Option"config_info""udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event7"
[    42.126] (II) XINPUT: Adding extended input device"TPPS/2 IBM TrackPoint" (type: MOUSE, id 11)
[    42.126] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[    42.127] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[    42.127] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[    42.127] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    42.127] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    42.128] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[    42.128] (II) No input driver specified, ignoring this device.
[    42.128] (II) This device may have been added with another device file.
[    42.129] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    42.129] (II) No input driver specified, ignoring this device.
[    42.129] (II) This device may have been added with another device file.
[    42.131] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event8)
[    42.131] (**) ACPI Virtual Keyboard Device: Applying InputClass"evdev keyboard catchall"
[    42.131] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[    42.131] (**) ACPI Virtual Keyboard Device: always reports core events
[    42.131] (**) evdev: ACPI Virtual Keyboard Device: Device:"/dev/input/event8"
[    42.131] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[    42.131] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[    42.131] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[    42.131] (**) Option"config_info""udev:/sys/devices/virtual/input/input9/event8"
[    42.131] (II) XINPUT: Adding extended input device"ACPI Virtual Keyboard Device" (type: KEYBOARD, id 12)
[    42.131] (**) Option"xkb_rules""evdev"
[    42.131] (**) Option"xkb_model""pc105"
[    42.131] (**) Option"xkb_layout""us"
[    71.295] (II) NOUVEAU(0): EDID vendor"SHP", prod id 5002
[    71.295] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    71.295] (II) NOUVEAU(0): Modeline"1600x1200"x0.0  160.00  1600 1664 1856 2112  1200 1201 1204 1250 -hsync -vsync (75.8 kHz eP)
[    71.295] (II) NOUVEAU(0): Modeline"1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    71.331] resize called 1600 1200
[    78.159] (II) NOUVEAU(0): EDID vendor"SHP", prod id 5002
[    80.650] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    80.650] (II) NOUVEAU(0): Modeline"1600x1200"x0.0  160.00  1600 1664 1856 2112  1200 1201 1204 1250 -hsync -vsync (75.8 kHz eP)
[    80.650] (II) NOUVEAU(0): Modeline"1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    80.879] (II) NOUVEAU(0): EDID vendor"SHP", prod id 5002
[    80.879] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    80.879] (II) NOUVEAU(0): Modeline"1600x1200"x0.0  160.00  1600 1664 1856 2112  1200 1201 1204 1250 -hsync -vsync (75.8 kHz eP)
[    80.879] (II) NOUVEAU(0): Modeline"1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
Posts: 1,062
Dave
Joined: 20 Jan 2010
#10
OK,
The xorg.conf seems like it should work IMO, so I would verify that the address used for the card in Jessie is the same as the one that antiX does see.
Run in root terminal
lspci |grep -i"vga"
the output should show in my case like

Code: Select all

01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [GeForce 310M] (rev a2)

So the address would be 01:00.0
which should show up in the xorg.conf under
Section"Device"
BusID"PCI:1:0:0"

If your address matches mine, then the BusID in the xorg.conf is already correct.
If the address shows like 02:00.0 then the BusID should be PCI:2:0:0

With the BusID being correct, and it still does not function with the xorg.conf above... assuming you are running stable, then I would enable the testing repos (jessie) and
apt-get update
apt-get -f install xserver-xorg-video-nouveau
apt-get clean
and disable testing / enable stable.
Maybe there is a differance in the nouveau driver that affects your card.

After this you can try the xorg.conf or move it and try without an xorg.conf.
If it works with the xorg.conf, you may or may not get the resolution that you need and might be in need of adding a mode line like in the xorg log above from jessie or like

Code: Select all

Mode"1600x12000"
below the

Code: Select all

Depth 24[code]
and any of the other color depth lines.

Edit:
Another thing that may be is because sgfxi was used to try to install the nvidia driver. You may need to either:
A: remove the nouveau driver from being a blacklisted module
B: manually install the nvidia driver.
Posts: 604
thriftee
Joined: 27 Feb 2009
#11
Thanks for the suggestions. I will give them a try in a bit.

A commonality that I have noticed is that all the linux distros I try to load that have xorg 1.15 come up at 1600x1200 correctly, vs all the ones I've tried with 1.12 give me the 1024x768, so it might be in that driver as you suggest.

The problem of course is that the machine is slow and only has 256mb of memory, so the other distros run very slow by comparison to antiX, because they are designed to run on systems with fast cpu's and 1gb of memory, so I either need to get it working on antiX, or need to find one that works that can be slimmed down to where the performance is at least tolerable.

I'll try your suggestions sometime today. LOL, I spent all night on it last night battling other issues, and running on a 3 hr nap today...
Posts: 604
thriftee
Joined: 27 Feb 2009
#12
Well, the busid is the same on both.

According to nouveau site info, you can't use nomodeset in the boot with that driver because it needs to set the mode. I noticed that jessie doesn't use the nomodeset in the boot, but antiX does.

I tried taking out the nomodeset from the grub.cfg, but then the screen doesn't work, even in console mode.

The sgfxi never got to the point of doing anything.

Next, I got the newer nouveau driver. It updated a LOT of stuff. Problems remain the same, though. With nomodeset, nouveau can't find any devices and says KMS isn't loaded. Without nomodeset, the screen is corrupted on all sessions.

I suppose that leaves the only answer left being to install nVIDIA drivers. I've had to do that before and without SGFXI I remeber it was a bear to do. Anyway, I guess I'm at the point of needing a full reinstall of antiX after updating the xorg?

Oh well........... Thanks for trying __{{emoticon}}__
Posts: 630
Eino
Joined: 12 Oct 2012
#13
Here is a link on installing NVidia drivers manually.
It seems they give to much technical information, but If you can read past that.
You can select the correct drivers, and run the scripts to install them correctly.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://us.download.nvidia.com/XFree86/Linux-x86/334.21/README/index.html"
linktext was:"http://us.download.nvidia.com/XFree86/L ... index.html"
====================================
Posts: 604
thriftee
Joined: 27 Feb 2009
#14
Thanks, Eino

I'll give it a try after a fresh reinstall of 13.2. I tried MX 14 and it was similar in speed to Jessie, so I will try 13.2 again

Thanks again for all the help............
Posts: 604
thriftee
Joined: 27 Feb 2009
#15
Well, Eino,

I downloaded the NVIDIA file, and then needed to install development stuff, but in the end, it still complained that the compiler was the wrong version. I suppose I can give it one last try telling it to ignore the compiler version, and see what happens, but I'm not optimistic at this point.

I found another site with patches, but they were only for linux kernel ver up to 3.14 and Xorg 1.12

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://devtalk.nvidia.com/default/topic/707443/unable-to-install-nvidia-driver-96-43-23-in-xubuntu-13-10-the-kernel-header-file-does-not-exist-/?offset=3"
linktext was:"https://devtalk.nvidia.com/default/topi ... /?offset=3"
====================================


I wonder why they got rid of the nv driver and the 96.43 legacy drivers? There are so many machines with these cards that have no way to upgrade the video hardware...

Again, thanks for helping. Its a shame I can't get this to work somehow. antiX is running in 27% of my 256mb of ram vs Jessie needs 77%, and that's without any programs running, so its a drastic difference. As soon as you get programs running and start having to use the swap, things slow down dramatically.

PS: I think the main problem is that this program expects a machine setup to do development, ie witth compiler, headers, make, etc, and I don't think antiX installs that and it isn't specified what needs to be installed in what sequence, so I am just guessing at what to install as I hit errors, without really knowing what is right.

I keep getting a message from the nvidia-installer that i may need to specify the location where the kernel sources were installed with the SYSSRC environment variable or equivalent nvidia-installer command line option, but I have no idea about either
Last edited by thriftee on 14 Apr 2014, 15:38, edited 2 times in total.