如果有人知道是什么导致了这件事,我会很感激
➜ ~ unity-control-center
(unity-control-center:1895): Gdk-ERROR **: The program 'unity-control-center' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 166 error_code 2 request_code 155 (GLX) minor_code 24)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
[1] 1895 trace trap (core dumped) unity-control-center我发现一个关于Nvidia驱动程序的错误报告导致了类似的情况,但我运行的是Amd驱动程序
发布于 2015-10-14 20:57:57
我做了sudo apt-get remove nvidia-346和sudo apt-get remove system76-driver-nvidia,然后重新启动机器,然后系统设置工作起来。
另一个奇怪的方面是:我根本无法让HDMI工作(但displayport确实起了作用)。移除后-也起作用了。
https://askubuntu.com/questions/661315
复制相似问题