'xorg.conf'에 해당되는 글 3건

  1. 2010.02.16 Xwindow 해상도 설정하기
  2. 2009.04.06 lspci - list all PCI devices
  3. 2009.04.03 Quadro2 Pro AGP 에 AIGLX 실패 ㅠ.ㅠ
Linux2010. 2. 16. 14:25
FC6을 설치하는데(젠장!)
모니터를 HD Ready 모니터에 연결했더니 EDID 정보에 의해서 1920x1080으로 설정이 되었나보다.
아무튼, 이런 이유로 모니터에서는 out of range 에러를 뱉어내고..
결국에는 수작업으로 해상도를 변경했다.

아무튼, FC6의 경우
/etc/X11/xorg.conf 경로에 파일이 존재하며 (내용은 다를수도 있지만)
# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "i810"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Modes     "1024x768"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Screen 섹션에
Display 보조섹션에 Modes 를 추가하여 원하는 해상도로 변경해주면 된다.

[링크 : http://kldp.org/node/22644]
Posted by 구차니
Linux2009. 4. 6. 10:43
Xwindow 설정시 현재 설치 되어 있는
그래픽 카드의 슬롯 번호라던가 종류등을 알아 내기 위해사용 한다.

$ /sbin/lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
06:06.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
06:09.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
06:09.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
06:09.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
06:09.4 Class 0805: Texas Instruments PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller
위에는 현재 서버 노트북의 lspci 결과이다.

이녀석이 어떤때 쓰이냐면은..

/etc/X11/xorg.conf 에서
Section "Device"
    Identifier    "Radeon-Cloned"
    Driver        "ati"
    BusID        "PCI:1:0:0"
EndSection

[출처 : http://rtr.ca/dell_i9300/xorg.conf]
이런식으로 사용되고, PCI:1:0:0은 대개 AGP를 의미한다고 한다.


Posted by 구차니
개소리 왈왈2009. 4. 3. 09:51
어제 무려 새벽 2시 까지 죽어라 리눅스 깔고 yum 업데이트 하고 했는데
결국에는 AIGLX를 못 잡았다.. OTL

nVidia에서 공식 드라이버를 받아도 precompiled driver가 없다고 쑈하고..
흐음.. 그래서 회사에 와서 개발서버에 AIGLX 깐거를 봤더니 intel 내장형이었다.

차이점은 Device Driver 명이 "nv" 라고만 명시되어 있는 점.
되는 녀석은 i810 이라고 확실하게 적혀 있는데
내꺼는 nv라고만 되어있다. 원래대로라면 nVidia Quadro2 pro.. 머 이런식으로 기재 되어야 할텐데..


아무튼 검색어는 상당히 제한된 결과를 뱉어내고..
그나마 낚은건.. 
nvidia-glx를 쓰면, sudo nvidia-glx-config enable 명령을 내리면 수동을 xorg.conf를 편집하지 않아도 됩니다.
그렇지만, 혹시 모르니 관련 부분을 붙여넣습니다. 비교해 보세요.
glx 모듈을 쓰셔야 하고, "RenderAccel" 옵션이 켜져야합니다.

Section "Module"
#       Load    "GLcore"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
        Load    "dbe"
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NV17 [GeForce4 420 Go 32M]"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Option          "RenderAccel"           "true"
        Option          "AllowGLXWithComposite" "true"
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection


[링크 : http://kldp.org/node/77482]

그리고 이런 것도 발견!

The 71.86.xx driver supports the following set of GPUs:

NVIDIA GPU product Device PCI ID
RIVA TNT 0x0020
RIVA TNT2/TNT2 Pro 0x0028
RIVA TNT2 Ultra 0x0029
Vanta/Vanta LT 0x002C
RIVA TNT2 Model 64/Model 64 Pro 0x002D
Aladdin TNT2 0x00A0
GeForce 256 0x0100
GeForce DDR 0x0101
Quadro 0x0103
GeForce2 GTS/GeForce2 Pro 0x0150
GeForce2 Ti 0x0151
GeForce2 Ultra 0x0152
Quadro2 Pro 0x0153

[링크 : http://us.download.nvidia.com/XFree86/Linux-x86_64/180.29/README/appendix-a.html]

NVIDIA-Linux-x86-71.86.09-pkg1.run
X 구성 파일

[링크 : http://kr.nvidia.com/object/linux_display_x86_71.86.09_kr.html]


Posted by 구차니