Thread
:
Unable to load X Server Display Configuration page
View Single Post
04-21-09, 07:07 AM
#
2
tzp
Registered User
Join Date: Sep 2007
Location: Hungary
Posts: 92
Re: Unable to load X Server Display Configuration page
Try to
strace
to find out what fails:
Quote:
LANG=C strace -s 100 nvidia-settings
and see what it does before printing the error message. You might want to use
ltrace
if you know which lib is called. (say libX11)
tzp
View Public Profile
Find More Posts by tzp