|
|
#1 | |
|
Registered User
Join Date: Mar 2008
Posts: 5
|
There was videokard GeForce 7300 GT, worked well with nvidia proprietary drivers.
Has changed to GeForce 8500 GT. After starx on the monitor the inscription - no signal. The keyboard does not work. I change the driver on vesa, all works. In windows xp works well. version driver 169.12 |
|
|
|
|
|
|
#2 | |
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
Remove the modeline in your xorg.conf,
add different modes, provide a Xorg log afterwards. Probably nvidia sees no mode for the given resolution, so you might have to override some EDID information. Fuchs |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2008
Posts: 5
|
Even if I run startx - --logverbose 6, my Xorg log empty
Without modeline and different modes, the problem has remained |
|
|
|
|
|
#4 | |
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
Maybe a different logfile is used.
startx should print some informations on console as well. Without this information it is hard to solve the bug, as on module load everything seems fine according to the bug report. (Well, there was a conflict because you probably installed a driver by hand, but it seems you solved this yesterday) Fuchs |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Mar 2008
Posts: 5
|
I have not time to see informations in console (( very quickly I see blank screen with " no signal "
The driver put manually and envy, but the problem was not solved |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Apr 2008
Posts: 1
|
I am having a the same thing happen on my 8800GT, on Ubuntu Hardy, tried envy, apt, and manual doing a full uninstall after each. No logs here either, even when piping to a specified file.
lspci -n | grep 0300 retuns 05:00.0 0300: 10de:0611 (rev a2) xorg.conf Code:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
Option "XkbVariant" "dvorak"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "RenderAccel" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Option "AddARGBGLXVisuals" "True"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
|
|
|
|
|
![]() |
| Thread Tools | |
|
|