우분투 확장 데스크탑 성공하신 분 있나요 ?

1
point

노트북을 사용중입니다. LW40-express 이구요, 비디오카드는 ATI mobility radeon x600 이네요
우분투 feisty에 ati 최신 드라이버 support.amd.com 가서 받아서 데비안 패키지 생성해서 설치했구요,
문제는 제가 노트북에 모니터를 연결해서 확장 데스크탑으로 사용하려 하는데 이게 쉽지 않네요
웃기는게 지금 제가 한 설정을 커널을 single로 띄워서(recovery mode로..) startx를 실행하면 제대로 확장으로 잡히는데 root가 아닌 다른 계정으로 startx를 하면 복제 화면(노트북과 모니터가 똑같은 화면..)이 뜨네요.. 이거 어떻게 해결 못하나요 ? 참고로 recovery mode에서 노틸러스 등등 띄우는게 모니터에서 뜨거든요... 도와주세요 제발 ㅠㅠ
노트북은 1280x768, 모니터는 1280x1024 입니다. 둘다 같은 해상도를 꼭 써야만 한다면 1280x768로 둘다 써도 상관 없습니다.

제 xorg.conf 한번 올려봅니다

Section "ServerFlags"
Option "Xinerama"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
Option "Xinerama" "off"
Option "Clone" "off"
EndSection

Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
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 "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "MonitorLayout" "LVDS, AUTO"
Option "IgnoreEDID" "off"
Option "ScreenOverlap" "0"
Option "CenterMode" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "OverlayOnCRTC1" "on"
Option "OverlayOnCRTC2" "on"
Option "DesktopSetup" "horizontal"
Option "Mode2" "1280x1024"
EndSection

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

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "XVideo" "Enable"
Option "Composite" "false"
EndSection

hokim의 이미지
2366
points

다시 원래의

1
point

다시 원래의 오픈소스 드라이버를 돌아가셔서(어떻게 하는지는 모르겠네요--;)
https://help.ubuntu.com/community/RadeonDriver
여기의 Getting Dual-head working 부분을 읽어보세요.
참고로 제 놋북의 설정파일 올리겠습니다. 같은 비디오카드이니까 잘 작동할겁니다.

헐,,, 안되는데요.. ModeLine이 안된다고 그러네요

1
point

오픈소스 드라이버로 돌아가도 안되네요
혹시 crt를 연결하셨나요 ?
골치 썩네요 ㅠㅠ

hokim의 이미지
2366
points

17인치 LCD를

1
point

17인치 LCD를 사용했고, 처음에 설치될때의 기본설정인 xorg.conf의
Device 섹션에

인용:

Option "MonitorLayout" "LCD, CRT"
Option "CRT2Position" "RightOf"
Option "MetaModes" "1680x1050-1280x1024"
Option "MergedXinerama" "on"
Option "MergedNonRectangular" "true"

만 추가했습니다.

$ sudo dpkg-reconfigure xserver-xorg
로 해서 xorg.conf를 기본설정으로 해놓고 윗부분을 추가해서 테스트해 보는게 어떤가요?

imyejin의 이미지
14808
points

저는 데비안 unstable 에서 비슷한 문제가 발생했습니다

-3
points

Dell inspiron 6000 (그래픽 카드는 i915gm 인 듯) 쓰는데 원래 확장 모니터를 xinerama 로 잘 쓰고 있었는데 어느 날 업그레이드 하고 나니 갑자기 확장 모니터가 안되더라고요. 무슨 모듈이 없다느니 스크린을 못찾겠다느니 이러면서 말이죠. 그냥 보통으로 띄우거나 양쪽으로 clone 하는 건 되긴 하는데요. 패키지 업그레이드 되엇 다시 될 날만을 기다리고 있습니다. ㅠ.ㅠ

임예진 팬클럽 ♡예진아씨♡ http://cafe.daum.net/imyejin

댓글 보기 옵션

원하시는 댓글 전시 방법을 선택한 다음 "설정 저장"을 누르셔서 적용하십시오.