Page 1 of 2
Purgeing Nvidia and reinstalling drivers

Posted:
Mar 16th, '16, 13:47
by madsaint
Hi all,
I'm running Vesa through my Nvidia output to monitor. The screen is vertically compressed and horizontally stretched. No amount of adjustment in system settings seems to change any parameter, be it screen size, color or brightness. I've read many of the threads regarding this and can conclude that I need to remove /var/log/xorg.o. When I changed card and driver in MCC, the screen went blank on restart. Ctrl Alt F3 brought the console up and querying the system confirmed /var/log/xorg.o was an issue. I've booted up with nuveau and get the same result as nvidia, screen goes blank after login.
I'm running an x86-64 (I think, definately not a 32) machine with Nvidia Ge Force 610 card with an M5 x86-64 full installation.
Can you run me through the full code inputs to query the system about compatibility and issues and if determined through the file removal and driver reinstall. I suspect that my system reverted to the Intel default during M5 installation.
Please Help,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 16th, '16, 19:47
by jiml8
/var/log/Xorg.0 is only a log file. It positively is not your problem, though what your problem is will be reported there.
So, you should copy/paste the contents of that log file here so people can look at it.
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 16th, '16, 20:00
by doktor5000
Please show the output of
- Code: Select all
lspcidrake -v | grep VGA
rpm -qa|sort|grep nvidia
And there's never a need to remove /var/log/Xorg.0.log as that's the logfile that has the important information WHY the X server will not start.
Although if you say after login the screen goes dark then X was already running. Please switch again to nvidia driver via MCC as shown in e.g.
https://wiki.mageia.org/en/Setup_the_graphical_server and
https://wiki.mageia.org/en/How_to_chang ... hic_driver and then reboot.
After you logged in and after the screen has gone dark, switch to another tty via e.g. Ctrl+Alt+F2 and login as your normal user,
then copy away the logfile and later attach it here. To copy it away use e.g.
- Code: Select all
cp /var/log/Xorg.0.log ~/
the logfile will be located in /home/username/ then.
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 17th, '16, 05:02
by madsaint
Hi doktor5000,
A quick question before I begin. How do I get the desktop back after I save the log files? Do I have to reinstall M5 or is there another way?
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 17th, '16, 12:03
by doktor5000
Check the second link:
https://wiki.mageia.org/en/How_to_chang ... hic_driverSelect a different display driver which works (e.g. vesa) and then reboot.
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 17th, '16, 12:46
by madsaint
Hi doktor5000,
Got it. Thanks. results to you soon.
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 17th, '16, 19:36
by madsaint
Hi doktor5000,
I tried a few times and couldn't' get any response. I get:
- Code: Select all
-bash: 1spcidrake; command not found
And for saving log I get;
- Code: Select all
cp: cannot stat ?/var/log/Xorg.0.log ?: no such file or directory
I'm at a loss.
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 17th, '16, 21:09
by doktor5000
madsaint wrote:-bash: 1spcidrake; command not found
You entered number one instead of a lowercase L
madsaint wrote:cp: cannot stat ?/var/log/Xorg.0.log ?: no such file or directory
Why did you enter a question mark before the log filename ?
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 17th, '16, 22:38
by madsaint
Hi doktor5000,
Sorry, but the lowercase L comes up different on my computer, hence the mixup. As for the question mark the original symbol was entered as ~/ but read as ?
I'll try again.
Regards
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 18th, '16, 19:19
by madsaint
Hi doktor5000,
I entered the first two commands and got responses. However, I just cannot save the output. I've tried again and again and still get "no such file or directory". Is there another way or directory in which to save It?
I get question marks as I did earlier when I never entered any.
What d I do now?
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 19th, '16, 09:44
by doktor5000
You can save the file anywhere you want, you just need to find it afterwards to upload it here.
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 19th, '16, 11:35
by madsaint
Hi doktor5000,
What's the code to save it to documents?
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 19th, '16, 11:49
by doktor5000
Same as mentioned above, cp. But as you already had issues with the copy source using another destination probably won't fix that ...
You could try to use some file manager like mc for this ...
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 19th, '16, 12:09
by madsaint
HI doktor5000,
Qkay, now I' m lost. Dolphin is my file manager What is mc and how do I activate it? Code string please?
Sorry to be a pain,
Regards,
madsaint.
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 19th, '16, 14:19
by doktor5000
You mentioned that the screen goes dark after login when you use the nvidia drivers, which is the point where we need the log to hopefully see why it goes dark - how do you want to use dolphin then?
mc is a file manager for the commandline, short for midnight commander (similar to norton commander back in the days). And you activate it by running mc, like any other command. That is, if you have it installed, if not please install it via software management.
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 19th, '16, 15:33
by madsaint
Hi doktor5000,
Gotcha! Will that mean;
- Code: Select all
mc /var/log/Xorg.0.log ~/
please comfirm.
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 19th, '16, 16:46
by madsaint
Hi doktor5000,
I can't find midnight commander on my MCC, I can however find gnome commander, described as similar to norton commander. I'm
running KDE. Will that work?
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 19th, '16, 21:27
by doktor5000
madsaint wrote:Gotcha! Will that mean;
- Code: Select all
mc /var/log/Xorg.0.log ~/
No, as you obviously had problems entering the source and destination, why would that be different if you replace the command in front of that? mc is intended to be used interactively.
madsaint wrote:I can't find midnight commander on my MCC, I can however find gnome commander, described as similar to norton commander. I'm
running KDE. Will that work?
gnome-commander is also a graphical application so won't work if your X server doesn't start. Either as root use
- Code: Select all
urpmi mc
to install mc or in software management you need to set the fiter from "packages with GUI" to "all" - see 1) in
http://doc.mageia.org/mcc/5/en/content/ ... html#d4e65Best read
https://wiki.mageia.org/en/Installing_a ... g_software
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 20th, '16, 00:16
by madsaint
Hi doktor5000,
Thanks for the tips. I'll get on it as soon as I can.
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 21st, '16, 10:41
by madsaint
Hi doktor5000,
Found mc and installed it. The results:
- Code: Select all
[ 19.234]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[ 19.234] X Protocol Version 11, Revision 0
[ 19.234] Build Operating System: Linux_3.19.8-server-3.mga5 Mageia
[ 19.234] Current Operating System: Linux localhost.localdomain 4.1.15-desktop-2.mga5 #1 SMP Wed Jan 20 17:05:51 UTC 2016 x86_64
[ 19.234] Kernel command line: BOOT_IMAGE=linux root=UUID=4d675f68-f9bd-4555-ad6c-b3c75cf666e0 splash quiet noiswmd nokmsboot resume=UUID=42c8b367-497c-4153-9d9b-8e5af17d1fd2 vga=788
[ 19.234] Build Date: 15 August 2015 11:59:53AM
[ 19.234]
[ 19.234] Current version of pixman: 0.32.8
[ 19.234] Before reporting problems, check http://bugs.mageia.org
to make sure that you have the latest version.
[ 19.234] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.234] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 21 15:48:52 2016
[ 19.238] (==) Using config file: "/etc/X11/xorg.conf"
[ 19.238] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 19.238] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.262] (==) ServerLayout "layout1"
[ 19.262] (**) |-->Screen "screen1" (0)
[ 19.262] (**) | |-->Monitor "monitor1"
[ 19.273] (**) | |-->Device "device1"
[ 19.273] (**) Option "DontZap" "False"
[ 19.273] (**) Option "AllowMouseOpenFail"
[ 19.273] (==) Automatically adding devices
[ 19.273] (==) Automatically enabling devices
[ 19.273] (==) Automatically adding GPU devices
[ 19.273] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d
[ 19.273] (==) ModulePath set to "/usr/lib64/xorg/extra-modules,/usr/lib64/xorg/modules"
[ 19.273] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 19.273] (II) Loader magic: 0x811d80
[ 19.273] (II) Module ABI versions:
[ 19.273] X.Org ANSI C Emulation: 0.4
[ 19.273] X.Org Video Driver: 18.0
[ 19.273] X.Org XInput driver : 21.0
[ 19.273] X.Org Server Extension : 8.0
[ 19.274] (EE) systemd-logind: failed to get session: PID 1483 does not belong to any known session
[ 19.274] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 19.275] (--) PCI:*(0:1:0:0) 10de:104a:1569:104a rev 161, Mem @ 0xf9000000/16777216, 0xe0000000/134217728, 0xee000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/524288
[ 19.275] (II) Open ACPI successful (/var/run/acpid.socket)
[ 19.276] (II) "glx" will be loaded by default.
[ 19.276] (II) LoadModule: "v4l"
[ 19.297] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[ 19.303] (II) Module v4l: vendor="X.Org Foundation"
[ 19.303] compiled for 1.16.1, module version = 0.1.1
[ 19.303] ABI class: X.Org Video Driver, version 18.0
[ 19.303] (II) LoadModule: "glx"
[ 19.303] (II) Loading /usr/lib64/xorg/extra-modules/libglx.so
[ 19.880] (II) Module glx: vendor="NVIDIA Corporation"
[ 19.880] compiled for 4.0.2, module version = 1.0.0
[ 19.880] Module class: X.Org Server Extension
[ 19.880] (II) NVIDIA GLX Module 304.131 Sun Nov 8 22:03:20 PST 2015
[ 19.880] (II) LoadModule: "nvidia"
[ 19.880] (II) Loading /usr/lib64/xorg/extra-modules/nvidia_drv.so
[ 19.953] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 19.953] compiled for 4.0.2, module version = 1.0.0
[ 19.953] Module class: X.Org Video Driver
[ 19.966] (II) v4l driver for Video4Linux
[ 19.966] (II) NVIDIA dlloader X Driver 304.131 Sun Nov 8 21:45:02 PST 2015
[ 19.966] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 19.966] (++) using VT number 1
[ 19.966] (WW) Falling back to old probe method for v4l
[ 19.966] (II) Loading sub module "fb"
[ 19.966] (II) LoadModule: "fb"
[ 19.975] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 19.979] (II) Module fb: vendor="X.Org Foundation"
[ 19.979] compiled for 1.16.4, module version = 1.0.0
[ 19.979] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.979] (II) Loading sub module "wfb"
[ 19.979] (II) LoadModule: "wfb"
[ 19.979] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 19.986] (II) Module wfb: vendor="X.Org Foundation"
[ 19.986] compiled for 1.16.4, module version = 1.0.0
[ 19.986] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.986] (II) Loading sub module "ramdac"
[ 19.986] (II) LoadModule: "ramdac"
[ 19.986] (II) Module "ramdac" already built-in
[ 19.995] (II) NVIDIA(0): Creating default Display subsection in Screen section
"screen1" for depth/fbbpp 24/32
[ 19.995] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 19.995] (==) NVIDIA(0): RGB weight 888
[ 19.995] (==) NVIDIA(0): Default visual is TrueColor
[ 19.995] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 19.995] (**) NVIDIA(0): Option "AddARGBGLXVisuals"
[ 19.995] (**) NVIDIA(0): Option "DynamicTwinView" "false"
[ 19.995] (**) NVIDIA(0): Enabling 2D acceleration
[ 20.829] (II) NVIDIA(GPU-0): Display (Acer G195HQV (CRT-1)) does not support NVIDIA 3D
[ 20.829] (II) NVIDIA(GPU-0): Vision stereo.
[ 20.832] (II) NVIDIA(0): NVIDIA GPU GeForce GT 610 (GF119) at PCI:1:0:0 (GPU-0)
[ 20.832] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 20.832] (--) NVIDIA(0): VideoBIOS: 75.19.56.00.00
[ 20.832] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 20.832] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 20.833] (--) NVIDIA(0): Valid display device(s) on GeForce GT 610 at PCI:1:0:0
[ 20.833] (--) NVIDIA(0): CRT-0
[ 20.833] (--) NVIDIA(0): Acer G195HQV (CRT-1) (connected)
[ 20.833] (--) NVIDIA(0): DFP-0
[ 20.833] (--) NVIDIA(0): DFP-1
[ 20.833] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 20.833] (--) NVIDIA(0): Acer G195HQV (CRT-1): 400.0 MHz maximum pixel clock
[ 20.833] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[ 20.833] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[ 20.833] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[ 20.833] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 20.833] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 20.833] (**) NVIDIA(0): device Acer G195HQV (CRT-1) (Using EDID frequencies has
[ 20.833] (**) NVIDIA(0): been enabled on all display devices.)
[ 20.834] (==) NVIDIA(0):
[ 20.834] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 20.834] (==) NVIDIA(0): will be used as the requested mode.
[ 20.834] (==) NVIDIA(0):
[ 20.834] (II) NVIDIA(0): Validated MetaModes:
[ 20.834] (II) NVIDIA(0): "CRT-1:nvidia-auto-select"
[ 20.834] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
[ 20.855] (--) NVIDIA(0): DPI set to (84, 84); computed from "UseEdidDpi" X config
[ 20.855] (--) NVIDIA(0): option
[ 20.855] (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
[ 20.855] (--) Depth 24 pixmap format is 32 bpp
[ 20.855] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 20.855] (II) NVIDIA: access.
[ 20.858] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select"
[ 20.933] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 20.933] (==) NVIDIA(0): Backing store enabled
[ 20.933] (==) NVIDIA(0): Silken mouse enabled
[ 20.934] (**) NVIDIA(0): DPMS enabled
[ 20.945] (II) Loading sub module "dri2"
[ 20.945] (II) LoadModule: "dri2"
[ 20.945] (II) Module "dri2" already built-in
[ 20.945] (II) NVIDIA(0): [DRI2] Setup complete
[ 20.945] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 20.945] (--) RandR disabled
[ 20.949] (II) Initializing extension GLX
[ 21.536] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 21.536] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 21.536] (**) Power Button: Applying InputClass "system-keyboard"
[ 21.536] (II) LoadModule: "evdev"
[ 21.536] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 21.565] (II) Module evdev: vendor="X.Org Foundation"
[ 21.565] compiled for 1.16.2, module version = 2.9.1
[ 21.565] Module class: X.Org XInput Driver
[ 21.565] ABI class: X.Org XInput driver, version 21.0
[ 21.565] (II) Using input driver 'evdev' for 'Power Button'
[ 21.565] (**) Power Button: always reports core events
[ 21.565] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 21.565] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 21.565] (--) evdev: Power Button: Found keys
[ 21.565] (II) evdev: Power Button: Configuring as keyboard
[ 21.565] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event1"
[ 21.565] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 21.565] (**) Option "xkb_rules" "evdev"
[ 21.565] (**) Option "xkb_model" "pc105"
[ 21.565] (**) Option "xkb_layout" "us(alt-intl)"
[ 21.565] (**) Option "xkb_options" "compose:rwin"
[ 21.588] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 21.588] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 21.588] (**) Power Button: Applying InputClass "system-keyboard"
[ 21.588] (II) Using input driver 'evdev' for 'Power Button'
[ 21.588] (**) Power Button: always reports core events
[ 21.588] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 21.588] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 21.588] (--) evdev: Power Button: Found keys
[ 21.588] (II) evdev: Power Button: Configuring as keyboard
[ 21.588] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event0"
[ 21.588] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 21.588] (**) Option "xkb_rules" "evdev"
[ 21.588] (**) Option "xkb_model" "pc105"
[ 21.588] (**) Option "xkb_layout" "us(alt-intl)"
[ 21.588] (**) Option "xkb_options" "compose:rwin"
[ 21.589] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 21.589] (II) No input driver specified, ignoring this device.
[ 21.589] (II) This device may have been added with another device file.
[ 21.589] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 21.589] (II) No input driver specified, ignoring this device.
[ 21.589] (II) This device may have been added with another device file.
[ 21.589] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/event4)
[ 21.589] (**) USB OPTICAL MOUSE: Applying InputClass "evdev pointer catchall"
[ 21.589] (II) Using input driver 'evdev' for ' USB OPTICAL MOUSE'
[ 21.589] (**) USB OPTICAL MOUSE: always reports core events
[ 21.589] (**) evdev: USB OPTICAL MOUSE: Device: "/dev/input/event4"
[ 21.640] (--) evdev: USB OPTICAL MOUSE: Vendor 0x2166 Product 0x6649
[ 21.640] (--) evdev: USB OPTICAL MOUSE: Found 3 mouse buttons
[ 21.640] (--) evdev: USB OPTICAL MOUSE: Found scroll wheel(s)
[ 21.640] (--) evdev: USB OPTICAL MOUSE: Found relative axes
[ 21.640] (--) evdev: USB OPTICAL MOUSE: Found x and y relative axes
[ 21.640] (II) evdev: USB OPTICAL MOUSE: Configuring as mouse
[ 21.640] (II) evdev: USB OPTICAL MOUSE: Adding scrollwheel support
[ 21.640] (**) evdev: USB OPTICAL MOUSE: YAxisMapping: buttons 4 and 5
[ 21.640] (**) evdev: USB OPTICAL MOUSE: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 21.640] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:2166:6649.0003/input/input5/event4"
[ 21.640] (II) XINPUT: Adding extended input device " USB OPTICAL MOUSE" (type: MOUSE, id 8)
[ 21.640] (II) evdev: USB OPTICAL MOUSE: initialized for relative axes.
[ 21.640] (**) USB OPTICAL MOUSE: (accel) keeping acceleration scheme 1
[ 21.640] (**) USB OPTICAL MOUSE: (accel) acceleration profile 0
[ 21.640] (**) USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[ 21.640] (**) USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[ 21.640] (II) config/udev: Adding input device USB OPTICAL MOUSE (/dev/input/mouse1)
[ 21.640] (II) No input driver specified, ignoring this device.
[ 21.640] (II) This device may have been added with another device file.
[ 21.640] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event9)
[ 21.640] (II) No input driver specified, ignoring this device.
[ 21.640] (II) This device may have been added with another device file.
[ 21.640] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[ 21.640] (II) No input driver specified, ignoring this device.
[ 21.640] (II) This device may have been added with another device file.
[ 21.640] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[ 21.640] (II) No input driver specified, ignoring this device.
[ 21.640] (II) This device may have been added with another device file.
[ 21.641] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[ 21.641] (II) No input driver specified, ignoring this device.
[ 21.641] (II) This device may have been added with another device file.
[ 21.641] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 21.641] (II) No input driver specified, ignoring this device.
[ 21.641] (II) This device may have been added with another device file.
[ 21.641] (II) config/udev: Adding input device Barcode Reader (/dev/input/event2)
[ 21.641] (**) Barcode Reader : Applying InputClass "evdev keyboard catchall"
[ 21.641] (**) Barcode Reader : Applying InputClass "system-keyboard"
[ 21.641] (II) Using input driver 'evdev' for 'Barcode Reader '
[ 21.641] (**) Barcode Reader : always reports core events
[ 21.641] (**) evdev: Barcode Reader : Device: "/dev/input/event2"
[ 21.641] (--) evdev: Barcode Reader : Vendor 0x13ba Product 0x18
[ 21.641] (--) evdev: Barcode Reader : Found keys
[ 21.641] (II) evdev: Barcode Reader : Configuring as keyboard
[ 21.641] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:13BA:0018.0001/input/input3/event2"
[ 21.641] (II) XINPUT: Adding extended input device "Barcode Reader " (type: KEYBOARD, id 9)
[ 21.641] (**) Option "xkb_rules" "evdev"
[ 21.641] (**) Option "xkb_model" "pc105"
[ 21.641] (**) Option "xkb_layout" "us(alt-intl)"
[ 21.641] (**) Option "xkb_options" "compose:rwin"
[ 21.641] (II) config/udev: Adding input device Barcode Reader (/dev/input/event3)
[ 21.641] (**) Barcode Reader : Applying InputClass "evdev pointer catchall"
[ 21.641] (**) Barcode Reader : Applying InputClass "evdev keyboard catchall"
[ 21.641] (**) Barcode Reader : Applying InputClass "system-keyboard"
[ 21.641] (II) Using input driver 'evdev' for 'Barcode Reader '
[ 21.641] (**) Barcode Reader : always reports core events
[ 21.641] (**) evdev: Barcode Reader : Device: "/dev/input/event3"
[ 21.641] (--) evdev: Barcode Reader : Vendor 0x13ba Product 0x18
[ 21.641] (--) evdev: Barcode Reader : Found 9 mouse buttons
[ 21.641] (--) evdev: Barcode Reader : Found scroll wheel(s)
[ 21.641] (--) evdev: Barcode Reader : Found relative axes
[ 21.641] (--) evdev: Barcode Reader : Found x and y relative axes
[ 21.641] (--) evdev: Barcode Reader : Found absolute axes
[ 21.641] (II) evdev: Barcode Reader : Forcing absolute x/y axes to exist.
[ 21.641] (--) evdev: Barcode Reader : Found keys
[ 21.642] (II) evdev: Barcode Reader : Configuring as mouse
[ 21.642] (II) evdev: Barcode Reader : Configuring as keyboard
[ 21.642] (II) evdev: Barcode Reader : Adding scrollwheel support
[ 21.642] (**) evdev: Barcode Reader : YAxisMapping: buttons 4 and 5
[ 21.642] (**) evdev: Barcode Reader : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 21.642] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:13BA:0018.0002/input/input4/event3"
[ 21.642] (II) XINPUT: Adding extended input device "Barcode Reader " (type: KEYBOARD, id 10)
[ 21.642] (**) Option "xkb_rules" "evdev"
[ 21.642] (**) Option "xkb_model" "pc105"
[ 21.642] (**) Option "xkb_layout" "us(alt-intl)"
[ 21.642] (**) Option "xkb_options" "compose:rwin"
[ 21.642] (II) evdev: Barcode Reader : initialized for relative axes.
[ 21.642] (WW) evdev: Barcode Reader : ignoring absolute axes.
[ 21.642] (**) Barcode Reader : (accel) keeping acceleration scheme 1
[ 21.642] (**) Barcode Reader : (accel) acceleration profile 0
[ 21.642] (**) Barcode Reader : (accel) acceleration factor: 2.000
[ 21.642] (**) Barcode Reader : (accel) acceleration threshold: 4
[ 21.642] (II) config/udev: Adding input device Barcode Reader (/dev/input/mouse0)
[ 21.642] (**) Barcode Reader : Applying InputClass "system-keyboard"
[ 21.642] (II) No input driver specified, ignoring this device.
[ 21.642] (II) This device may have been added with another device file.
[ 85.630] (II) NVIDIA(GPU-0): Display (Acer G195HQV (CRT-1)) does not support NVIDIA 3D
[ 85.630] (II) NVIDIA(GPU-0): Vision stereo.
[ 85.630] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 85.630] (**) NVIDIA(0): device Acer G195HQV (CRT-1) (Using EDID frequencies has
[ 85.630] (**) NVIDIA(0): been enabled on all display devices.)
[ 86.860] (II) NVIDIA(GPU-0): Display (Acer G195HQV (CRT-1)) does not support NVIDIA 3D
[ 86.860] (II) NVIDIA(GPU-0): Vision stereo.
[ 86.860] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 86.860] (**) NVIDIA(0): device Acer G195HQV (CRT-1) (Using EDID frequencies has
[ 86.860] (**) NVIDIA(0): been enabled on all display devices.)
[ 87.040] (II) NVIDIA(0): Setting mode "NULL"
[ 88.126] (II) NVIDIA(GPU-0): Display (Acer G195HQV (CRT-1)) does not support NVIDIA 3D
[ 88.126] (II) NVIDIA(GPU-0): Vision stereo.
[ 88.126] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 88.126] (**) NVIDIA(0): device Acer G195HQV (CRT-1) (Using EDID frequencies has
[ 88.126] (**) NVIDIA(0): been enabled on all display devices.)
However, the instruction "rpm -qalsortlgrep nvidia" gave me an error reading. Please let me know if its enough information and if you need the output of the second command. I'm at a loss as to how I can't get an output this time. Good news is I can save it to desktop.
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 21st, '16, 11:30
by Ken-Bergen
It's a pipe not an l and should have spaces for and aft
so
- Code: Select all
rpm -qa | sort | grep nvidia
Edit: I just checked spaces aren't required.

Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 21st, '16, 11:51
by doktor5000
Output doesn't seem to be necessary, nvidia driver seems to working fine, can't see any obvious issue from the log.
Either your monitor advertises wrong refresh rates / EDID data or it is being forced to use a refresh rate or resolution that's too much for the monitor.
Can you please post the contents of your xorg config?
- Code: Select all
cat /etc/X11/xorg.conf
ls -al /etc/X11/xorg.conf.d
should do it.
@Ken: Yep spaces aren't required, less typing

Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 21st, '16, 12:58
by madsaint
Hi doktor5000,
- Code: Select all
Here is the output of the last string:
[theresalouis@localhost ~]$ cat /etc/X11/xorg.conf
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1366x768"
HorizSync 31.5-53.0
VertRefresh 56.0-69.0
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
BoardName "NVIDIA GeForce 6100 to GeForce 7950"
Driver "nvidia"
Option "DPMS"
Option "DynamicTwinView" "false"
Option "AddARGBGLXVisuals"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
[theresalouis@localhost ~]$ ls -al /etc/X11/xorg.conf.d
total 12
drwxr-xr-x 2 root root 4096 Aug 15 2015 ./
drwxr-xr-x 13 root root 4096 Mar 21 18:49 ../
-rw-r--r-- 1 root root 319 Mar 16 23:10 00-keyboard.conf
[theresalouis@localhost ~]$
Awaiting your diagnosis,
Regards,
madsaint
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 21st, '16, 13:18
by doktor5000
So seems it only contains the standard TV modeline drakx11 adds by default, but which may be harmful.
Is your monitor Acer G195HQV being offered in the monitor selection of drakx11?
http://doc.mageia.org/mcc/5/en/content/XFdrake.html
Re: Purgeing Nvidia and reinstalling drivers

Posted:
Mar 21st, '16, 15:29
by madsaint
Hi doktor5000,
Sorry no G195GQV is offered on drakx11. Which is why I chose the generic. Any way around this?
Regards,
madsaint