삼성 AMLCD 에서 X 띄우기..
리눅스 페도라 코아 6 사용중입니다.
참고로 LCDTV 입니다. 모니터로는 되는데 LCD TV 에 연결했더니 안되더군요..
모델은 LE26R81BX/XEC 구요.....
메뉴얼을 보니 해상도가 1360x768 로 되어있더군요...
아래는 X -configure 로 찾아낸 xorg.conf 값입니다.
그런데 아래것으로 X -configure 시켜도 X 화면이 안나오고 신호가 없다고 뜹니다.
어떤부분을 변경해줘야 할까요??
Modeline 도 gtf 로 1360x768@60 으로 줘봤는데 안되더군요...
아래라인 첨부 보시고 어떤걸 건드리면 될거같은지...도전해보고 싶은분들 추천받습니다...훌쩍...
사족...: 제가 가진 그래픽 카드가 어떤 칩셋인지는 어케 보나요??
리눅스인데 온보드라 뜯기가 좀 그래서요..
==================================================================
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
Load "record"
Load "extmod"
Load "xtrap"
Load "dri"
Load "dbe"
Load "vnc"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 890 500 # mm
Identifier "Monitor0"
VendorName "SAM"
ModelName "SAMSUNG"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 61.0
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # []
#Option "SWcursor" # []
#Option "ColorKey" #
#Option "CacheLines" #
#Option "Dac6Bit" # []
#Option "DRI" # []
#Option "NoDDC" # []
#Option "ShowCache" # []
#Option "XvMCSurfaces" #
#Option "PageFlip" # []
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "82865G Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
댓글 달기