[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ATI chipset LY
> 千葉市中央区長洲
> 藤原 誠
試して見ました。前回書いた修正(patch) は数字が違っていました。
それと /etc/XF86Config も次の部分を少し直す必要がありました。
HorizSync 27-82 # multisync
VertRefresh 50-72 # multisync
そう言えば、以前に許さんが、画面の大きさ(解像度)を変えるには
という質問をされていた気がするのですが、「XF86Config で変える」
というのは除外した上のことでしょうか。
(外部に表示出来るのかな)... OF さえも出て来ません。
MacOS もラスタが出るだけで、何も表示しないと思ったら
「モニタ・サウンド」だけは、何か表示していて、しかも違うものが
出ています。「調整」というところをさわると、いろいろ出来そう
ですね。鏡も出来るし、別画面も出来る。いうことは、VRAM は別 ?
---
(藤原)
http://www.ki.nu/software/NetBSD/iBook2/
--- xc/programs/Xserver/hw/xfree86/common/xf86DefModes.c-oo Fri Nov 19 01:52:06 1999
+++ xc/programs/Xserver/hw/xfree86/common/xf86DefModes.c Tue Dec 25 18:36:23 2001
@@ -55,6 +55,8 @@
{MODEPREFIX("1024x768"),78800, 1024,1040,1136,1312,0, 768,769,772,800,0, V_PHSYNC | V_PVSYNC, MODESUFFIX},
/* 1024x768 @ 85Hz (VESA) hsync: 68.7kHz */
{MODEPREFIX("1024x768"),94500, 1024,1072,1168,1376,0, 768,769,772,808,0, V_PHSYNC | V_PVSYNC, MODESUFFIX},
+/* 1152x768 @ 75Hz (VESA) hsync: 67.5kHz */
+ {MODEPREFIX("1152x768"),108000, 1152,1216,1344,1600,0, 768,769,772,808,0, V_PHSYNC | V_PVSYNC, MODESUFFIX},
/* 1152x864 @ 75Hz (VESA) hsync: 67.5kHz */
{MODEPREFIX("1152x864"),108000, 1152,1216,1344,1600,0, 864,865,868,900,0, V_PHSYNC | V_PVSYNC, MODESUFFIX},
/* 1280x960 @ 60Hz (VESA) hsync: 60.0kHz */
--- XF86Config.example Tue Oct 10 08:17:58 2000
+++ /etc/XF86Config Thu Dec 27 10:57:47 2001
@@ -51,7 +51,7 @@
Option "AutoRepeat" "500 5"
Option "XkbRules" "xfree86"
- Option "XkbModel" "macusb"
+ Option "XkbModel" "macadb"
Option "XkbLayout" "jp"
Option "XkbVariant" "altjp"
EndSection
@@ -76,8 +76,8 @@
Section "Monitor"
Identifier "Generic Monitor"
- HorizSync 27-82 # multisync
- VertRefresh 50-72 # multisync
+ HorizSync 27-100 # multisync
+ VertRefresh 50-85 # multisync
Option "dpms"
EndSection
@@ -86,9 +86,10 @@
# **********************************************************************
Section "Device"
- Identifier "Rage128 Pro"
- Driver "r128"
+ Identifier "Mobility LY (AGP)"
+ Driver "RADEON"
BusID "PCI:0:16:0"
+# Option "noaccel"
EndSection
# **********************************************************************
@@ -97,25 +98,25 @@
Section "Screen"
Identifier "Screen1"
- Device "Rage128 Pro"
+ Device "Mobility LY (AGP)"
Monitor "Generic Monitor"
# XXX 24bpp may be broken
- DefaultDepth 16
+ DefaultDepth 24
# DefaultDepth 24
SubSection "Display"
Depth 8
- Modes "1280x1024"
+ Modes "1152x768"
EndSubSection
SubSection "Display"
Depth 16
- Modes "1280x1024"
+ Modes "1152x768"
EndSubSection
SubSection "Display"
Depth 24
- Modes "1280x1024"
+ Modes "1152x768"
EndSubSection
EndSection