레드헷을 사용하는데요
설치 용량이 많아서 베이스만 설치하고
필요한것만 하나 하나 설치하려고 하는데요
X서버에서 해상도 문제가 생겼습니다
모니터 스크린 크기보다 데스크탑이 커서 마우스로
모니터 외각에 다가가면 데스크탑이 스크롤 되네요
이게 버추어 스크린 이란 기능인거 같은데....
분명 xf86config로 설정할때 사용을 하지 않겠다고 지정해준거 같은데
여러번 설정을 해도 계속 이러네요
예전에 데비안 쓸때도 이랬는데...
제가 뭘 확실히 잘못알고 있는거 같은데..뭐가 잘못된건지
아시는분 꼭 답변 부탁드립니다 (_ _)
ps. 파일 첨부 기능이 없어서 그냥 이아래에 띄웁니다
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
EndSection
Section "Monitor"
Identifier "SyncMaster750s"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "NV"
Driver "nv"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "NV"
Monitor "SyncMaster750s"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "640x480" "800x600" "1024x768" "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480" "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "640x480" "800x600" "1024x768" "1280x1024"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection