ATI 드라이버“오류 요청의 오류”로 오류를 수정하는 방법? or no such operation) Major

이 링크를 통해 fglrx 촉매 독점 드라이버를 설치했습니다 : http://cisight.com/install-amd-radeon-hd-6470m-and-solve-overheat-on-ubuntu-1110-oneiric/

러닝 fglrxinfo또는 glxinfo | grep render리턴 :

X Error of failed request:  BadRequest (invalid request code or no such operation)
Major opcode of failed request:  136 (GLX)
Minor opcode of failed request:  19 (X_GLXQueryServerString)
Serial number of failed request:  12
Current serial number in output stream:  12

내 xorg는 :

Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
    Load  "fglrx"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option      "VendorName" "ATI Proprietary Driver"
    Option      "ModelName" "Generic Autodetecting Monitor"
    Option      "DPMS" "true"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

어떻게 해결할 수 있습니까?



답변

fglrx가 블랙리스트에 없는지 확인하십시오.

이를 위해 /etc/modprobe.d/에있는 모든 파일을 살펴볼 수 있습니다.

grep fglrx /etc/modprobe.d/*

제 경우에는 다음과 같은 결과가 나타납니다.

blacklist-local.conf:blacklist fglrx
fglrx.conf:# This file was installed by fglrx
fglrx.conf:alias fglrx fglrx

내가해야 할 일은 /etc/modprobe.d/blacklist-local.conf 파일을 편집하고 “#”를 줄 앞에 삽입하여 “blacklist fglrx”로 줄을 주석 처리하는 것입니다. 이제 다음과 같이 보입니다.

# blacklist fglrx

내가 여기서 무엇을 쓰고 있는지 이해할 수 있기를 바랍니다. 문제를 해결하는 데 도움이 될 것입니다.


답변

ATI / Nvidia에 대한 훌륭한 스크립트 smxi가 있습니다.

   sudo su
   mkdir video
   cd video
   wget -Nc smxi.org/sgfxi
   chmod +x sgfxi
   ./sgfxi

스크립트는 자동으로 X 서버를 중지하고 비디오 카드 유형을 감지하며 공급 업체 사이트에서 마지막 비디오 드라이버를 다운로드하고 xorg.conf를 백업하고 드라이버를 설치합니다


답변

나를 위해 일한 것 :

“추가 드라이버”응용 프로그램을 통해 적절한 드라이버를 사용하십시오. 업스트림 드라이버를 수동으로 설치하지 않아도됩니다. 터미널을 열고 다음을 입력하십시오.

sudo aticonfig --initial

컴퓨터를 다시 시작하십시오. 그게 다야.


답변

이 튜토리얼은 단순히 잘못된 단계와 명령으로 가득하며 모든 구절을 올바르게 설명하지는 않습니다.

http://wiki.cchtml.com/index.php/Main_Page 문서에 대한 좋은 자료를 원한다면 이것을보십시오 .


답변

저도 같은 문제가 있습니다.

X Error of failed request:  BadRequest (invalid request code or no such operation)
Major opcode of failed request:  136 (GLX)
Minor opcode of failed request:  19 (X_GLXQueryServerString)
Serial number of failed request:  12
Current serial number in output stream:  12

내가했을 때 :

fglrxinfo

그것은 나에게 같은 결과를 주었다.

X Error of failed request:  BadRequest (invalid request code or no such operation)
Major opcode of failed request:  136 (GLX)
Minor opcode of failed request:  19 (X_GLXQueryServerString)
Serial number of failed request:  12
Current serial number in output stream:  12

그래서이 링크 의 지침을 따른 다음 작동했습니다.


답변

설치하는 동안 문제가 발생했습니다. fglrx를 먼저 제거하십시오 :

 sudo /usr/share/ati/fglrx-uninstall.sh
 sudo apt-get remove --purge xorg-driver-fglrx fglrx*
 sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri fglrx-modaliases

이제 fglrx 설치를 다시 시도 할 수 있습니다. jockey-gtk를 실행하고 제안 된 드라이버를 설치하십시오.


답변

다른 모든 설명이 작동하지 않으면이 방법을 사용해보십시오 .. (ATI 사용자의 경우) https://help.ubuntu.com/community/BinaryDriverHowto/ATI