사이드바 영역으로 건너뛰기

게시물에서 찾기2005/04/06

2개의 게시물을 찾았습니다.

  1. 2005/04/06
    파이어폭스+리눅스 글쓰기 메뉴!(1)
    FLOSS
  2. 2005/04/06
    Intel i810 dual monitor xorg.conf (855gme 855gm etc)
    FLOSS

파이어폭스+리눅스 글쓰기 메뉴!

IE 쓰시는 대다수 진보넷 사용자들은 아래 3번 그림과 같은 담백한 글쓰기 메뉴가 생소할 겁니다. 글자체, 글자 크기, 색깔 등등의 메뉴가 안 보이죠. 바로 IE 에 최적화된 글쓰기 프로그램 때문인데요 마침 좋은 글쓰기 메뉴 하나 발견해 1번, 2번 그림으로 연이어 올려봅니다. 1,2번 그림은 http://www.fedoraforum.org 이고요 비슷한 글쓰기 프로그램은 다음 사이트에서 볼 수 있지요. http://www.linuxquestions.org http://forums.gentoo.org -> 대문 사이트는 http://www.gentoo.org 1,2번 그림은 자동 크기 축소때문에 선명히 안 보입니다. 그림을 누르면 깨끗하고 큰 그림이 뜹니다.
진보블로그 공감 버튼트위터로 리트윗하기페이스북에 공유하기딜리셔스에 북마크

Intel i810 dual monitor xorg.conf (855gme 855gm etc)

http://xyxyx.org/laptop-sony-vgn-t1xp/files/xorg.conf http://xyxyx.org/laptop-sony-vgn-t1xp key points
Section "Device" Identifier "Videocard0" Driver "i810" BusID "PCI:0:2:0" Option "MonitorLayout" "CRT,LFP" #this is the important option Option "VBERestore" "false" Option "DevicePresence" "false" Option "DisplayInfo" "false" Screen 0 EndSection Section "Device" Identifier "Videocard1" Driver "i810" BusID "PCI:0:2:0" Option "VBERestore" "false" Option "DevicePresence" "false" Screen 1 EndSection
xorg.conf for Gentoo Linux
Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" LeftOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" #Option "Xinerama" "false" #Option "Clone" "true" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" # FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/ FontPath "/usr/share/fonts/arphicfonts/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/kochi-substitute/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/ukr/" EndSection Section "Module" Load "extmod" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "CorePointer" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Notebook" ModelName "LCD" HorizSync 31 - 64 VertRefresh 60 - 60 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "External" ModelName "LCD" HorizSync 31 - 64 VertRefresh 60 - 60 Option "DPMS" EndSection Section "Device" Identifier "Videocard0" Driver "i810" BusID "PCI:0:2:0" Option "MonitorLayout" "CRT,LFP" #this is the important option Option "VBERestore" "false" Option "DevicePresence" "false" Option "DisplayInfo" "false" Screen 0 EndSection Section "Device" Identifier "Videocard1" Driver "i810" BusID "PCI:0:2:0" Option "VBERestore" "false" Option "DevicePresence" "false" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" #Viewport 0 0 Depth 16 Modes "1024x768" EndSubSection SubSection "Display" #Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" #Viewport 0 0 Depth 16 Modes "1024x768" EndSubSection SubSection "Display" #Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Section "dri" Mode 0666 EndSection
진보블로그 공감 버튼트위터로 리트윗하기페이스북에 공유하기딜리셔스에 북마크