ATI(fglrx) 드라이버 설치후 3D가속시 리눅스 정지....

FlyChicken의 이미지

처음에는 컴피즈를 사용해 보려고 이것저것 하다 컴피즈만 실행시키면 시스템이 완전히 멈춰서

ATI그래픽 카드가 리눅스에서 쓰기 안좋다는 소릴들어서 그것때문 인줄 알았는데

컴피즈 뿐만 아니라 3D가속 되는 모든 프로그램을 실행 시키면 시스템이 멈춰 버립니다

fglrxinfo 결과 입니다.

display: :0.0 screen: 0

OpenGL vendor string: ATI Technologies Inc.

OpenGL renderer string: RADEON 9700 PRO

OpenGL version string: 2.1.7276 Release

glxinfo | grep direct 결과입니다.

direct rendering: Yes

fgl_glxgears 이거는 테스트 해보지 못했습니다.

실행만 하면 리눅스 멈춰 버립니다.

저는 우분투 7.10을 사용 중입니다.

xorg.conf 파일 내용 입니다.

Section "ServerLayout"

# Uncomment if you have a wacom tablet

# InputDevice "stylus" "SendCoreEvents"

# InputDevice "cursor" "SendCoreEvents"

# InputDevice "eraser" "SendCoreEvents"

Identifier "Default Layout"

screen 0 "Default Screen" 0 0

Inputdevice "Generic Keyboard"

Inputdevice "Configured Mouse"

EndSection

Section "Files"

EndSection

Section "Module"

Load "glx"

Load "dbe"

Load "v4l"

EndSection

Section "InputDevice"

Identifier "Generic Keyboard"

Driver "kbd"

Option "CoreKeyboard"

Option "XkbRules" "xorg"

Option "XkbModel" "generic"

Option "XkbLayout" "us"

EndSection

Section "InputDevice"

Identifier "Configured Mouse"

Driver "mouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "true"

EndSection

Section "InputDevice"

Identifier "stylus"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "stylus"

Option "ForceDevice" "ISDV4"# Tablet PC ONLY

EndSection

Section "InputDevice"

Identifier "eraser"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "eraser"

Option "ForceDevice" "ISDV4"# Tablet PC ONLY

EndSection

Section "InputDevice"

Identifier "cursor"

Driver "wacom"

Option "Device" "/dev/input/wacom"

Option "Type" "cursor"

Option "ForceDevice" "ISDV4"# Tablet PC ONLY

EndSection

Section "Monitor"

Identifier "L1930P"

Vendorname "LG"

Modelname "LG FLATRON L1930P(Digital)"

Horizsync 30.0-71.0

Vertrefresh 56.0-75.0

modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync

modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync

modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync

modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync

modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync

modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync

modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync

modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync

modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync

modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync

modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync

modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync

modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync

modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync

modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync

Gamma 1.0

EndSection

Section "Monitor"

Identifier "aticonfig-Monitor[1]"

Vendorname "Generic LCD Display"

Modelname "LCD Panel 1920x1200"

Horizsync 31.5-74.5

Vertrefresh 56.0 - 65.0

modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync

modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync

modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync

modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync

modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync

modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync

modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync

modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync

modeline "1920x1200@60" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync

Gamma 1.0

EndSection

Section "Device"

Identifier "일반 비디오카드"

Boardname "ati"

Busid "PCI:1:0:0"

Driver "fglrx"

Screen 0

Option "VideoOverlay" "on"

Option "OpenGLOverlay" "off"

EndSection

Section "Device"

Identifier "aticonfig-Device[1]"

Boardname "ati"

Busid "PCI:1:0:0"

Driver "fglrx"

Screen 1

Option "VideoOverlay" "on"

Option "OpenGLOverlay" "off"

EndSection

Section "Screen"

Identifier "Default Screen"

Device "일반 비디오카드"

Monitor "L1930P"

Defaultdepth 24

SubSection "Display"

Depth 24

Virtual 1400 1050

Modes "1280x1024@60" "1400x1050@60" "1280x960@60" "1152x864@75" "1024x768@60" "1024x768@70" "1024x768@75" "832x624@75" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"

EndSubSection

EndSection

Section "Screen"

Identifier "aticonfig-Screen[1]"

Device "aticonfig-Device[1]"

Monitor "aticonfig-Monitor[1]"

Defaultdepth 24

SubSection "Display"

Depth 24

Modes "1920x1200@60" "1680x1050@60" "1600x1024@60" "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"

EndSubSection

EndSection

Section "Extensions"

Option "Composite" "Enable"

EndSection

Section "ServerFlags"

EndSection

Section "device" #

Identifier "device1"

Boardname "VESA driver (generic)"

Busid "PCI:1:0:1"

Driver "fglrx"

Screen 0

Option "VideoOverlay" "on"

Option "OpenGLOverlay" "off"

EndSection

Section "screen" #

Identifier "screen1"

Device "device1"

Defaultdepth 24

Monitor "monitor1"

SubSection "Display"

Depth 24

Modes "640x480@60" "640x480@72" "640x480@75" "800x600@56" "800x600@72" "800x600@75" "800x600@60" "832x624@75" "1024x768@75" "1024x768@70" "1024x768@60" "1152x864@75" "1280x1024@75" "1280x960@60" "1280x1024@60" "1280x960@75" "1400x1050@60" "1600x1200@60"

EndSubSection

EndSection

Section "monitor" #

Identifier "monitor1"

Vendorname "Plug 'n' Play"

Modelname "Plug 'n' Play"

modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync

modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync

modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync

modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync

modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync

modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync

modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync

modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync

modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync

modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync

modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync

modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync

modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync

modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync

modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync

modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync

modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync

modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync

Gamma 1.0

EndSection

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.