LINUX.ORG.RU

glxgears после NVIDIA

 , , ,


0

1

Вынул NVIDIA-видюшку из системника, заместо неё теперь работает интеграшка AMD 785G. Драйвер xf86-video-ati-7.5.0 (xorg-drivers-7.7), xorg-server-1.17.4.

Xorg.conf взял из ранее сохранённого для этой интеграшки:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath    "/usr/local/lib/xorg/modules"
	FontPath      "/usr/local/lib/X11/fonts/dejavu/"
	FontPath      "/usr/local/lib/X11/fonts/GentiumBasic/"
	FontPath      "/usr/local/lib/X11/fonts/LinLibertineG/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "dri"
	Load  "dri2"
	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbLayout" "us,ru"
	Option      "XkbVariant" ",winkeys"
	Option      "XkbOptions" "grp:caps_toggle,grp_led:caps,compose:ralt,terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "ServerFlags"
	Option "AutoAddDevices" "false"
	Option "AllowEmptyInput" "off"
	Option "AllowMouseOpenFail" "true"
	Option "IgnoreABI" "on"
	Option "AIGLX" "true"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "HWP"
	ModelName    "HP LP2475w"
	HorizSync    30.0 - 94.0
	VertRefresh  48.0 - 85.0
	Option	     "DPMS"
EndSection

Section "Modes"
	Identifier "Mode0"
EndSection 

Section "Device"
	Option      "AccelMethod"      "EXA"
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI Technologies Inc"
	BoardName   "RS880 [Radeon HD 4200]"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport  0 0
		Depth     24
		Modes    "1920x1200"
	EndSubSection
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
	Option "Composite"  "Enable"
	Option "DAMAGE"     "Enable"
	Option "RENDER"     "Enable"
EndSection

X'ы стартуют, Xfce прогружается и работает. Но пробую запустить glxgears:

> glxgears
Xlib:  extension "GLX" missing on display "unix:0.0".
Error: couldn't get an RGB, Double-buffered visual

Как исправить? Раньше (на другой версии Xorg с этой видюшкой) всё работало. Перекомпилировать нужно что-то?

★★★★★

Последнее исправление: iZEN (всего исправлений: 1)

Ответ на: комментарий от Pinkbyte

Вот ошибка

[    19.665] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)

После деинсталляции nvidia-driver, пересборки xorg-driver, xorg-server всё заработало.

iZEN ★★★★★
() автор топика

Я так понимаю, речь не о линуксах. Так ведь, iZEN?

nexfwall ★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.