3.8.13.4-desktop-1.mga3
also tried with
3.8.13.1-desktop-1.mga3
I've been on these forums for hours, trying everything I could find to fix the 'no screens found' & the "Sorry, but there as been a problem starting your graphical display...yadayadayada' mess. In short, can't do X11.
I've tried installing and uninstalling NVidia-Linux-x86_64-319.xx.run drivers. I've tried using drakx11 and installing defaults. I've used nouveau as the Xorg driver, as well as vesa, nvidia etc. I've tried nokms, nomodeset, xdriver=nvidia.
I've even reinstalled MGA3 on top of the existing installation, hand editing of the xorg.conf file, etc.
I'm dead in the water as far as X is concerned. I have to use vmrun to start VMware (assuming it will still work) and then remote in from another machine to get to my main vm where I do all of my work.
I need help... badly!
/etc/X11/xorg.conf:
- Code: Select all
$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 319.60 (buildmeister@swio-display-x64-rhel04-15) Wed Sep 25 15:17:31 PDT 2013
# File generated by XFdrake (rev 262502)
# File generated by XFdrake (rev 262502)
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 319.60 (buildmeister@swio-display-x64-rhel04-15) Wed Sep 25 15:17:18 PDT 2013
# File generated by XFdrake (rev 262502)
# File generated by XFdrake (rev 262502)
# File generated by XFdrake (rev 262502)
# File generated by XFdrake (rev 262502)
# File generated by XFdrake (rev 262502)
# File generated by XFdrake (rev 262502)
Section "ServerLayout"
#Option "Xinerama"
Identifier "Layout0"
Screen "screen1" 0 0
Screen "screen2" RightOf "screen1"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
# Monitor preferred modeline (60.0 Hz vsync, 67.5 kHz hsync, ratio 16/9, 95 dpi)
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "SA300/SA350"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
ModeLine "1920x1080" 148.5 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SA300/SA350"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce 400 series and later"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "device2"
Driver "nvidia"
VendorName "Intel Corporation"
BoardName "Intel 810 and later"
BusID "PCI:0:2:0"
Screen 0
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "DPMS"
Option "DynamicTwinView" "false"
Option "AddARGBGLXVisuals"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
Section "Screen"
Identifier "screen2"
Device "device2"
Monitor "Monitor0"
DefaultDepth 24
Option "DPMS"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
/var/log/nvidia-installer.log:
- Code: Select all
$ cat /var/log/nvidia-installer.log
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Wed Oct 16 20:39:13 2013
installer version: 319.60
PATH: /files/data/oracle/product/11.2.0/dbhome_1/bin:/usr/sbin:/usr/local/sbin:/usr/sbin:/usr/local/bin:/usr/bin
nvidia-installer command line:
./nvidia-installer
Using: nvidia-installer ncurses user interface
-> License accepted.
-> Installing NVIDIA driver version 319.60.
-> Would you like to register the kernel module sources with DKMS? This will allow DKMS to automatically build a new module, if you install a different kernel later. (Answer: Yes)
-> Installing both new and classic TLS OpenGL libraries.
-> Installing both new and classic TLS 32bit OpenGL libraries.
-> Install NVIDIA's 32-bit compatibility OpenGL libraries? (Answer: Yes)
-> Searching for conflicting X files:
-> done.
-> Searching for conflicting OpenGL files:
-> done.
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86_64' (319.60):
executing: '/usr/sbin/ldconfig'...
executing: '/usr/sbin/depmod -aq'...
-> done.
-> Driver file installation is complete.
-> Installing DKMS kernel module:
-> done.
-> Running post-install sanity check:
-> done.
-> Post-install sanity check passed.
-> Shared memory test passed.
-> Running runtime sanity check:
-> done.
-> Runtime sanity check passed.
-> Would you like to run the nvidia-xconfig utility to automatically update your X configuration file so that the NVIDIA X driver will be used when you restart X? Any pre-existing X configuration file will be backed up. (Answer: Yes)
-> Your X configuration file has been successfully updated. Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86_64 (version: 319.60) is now complete.