looxユーザです。
ちゃんとXが使えています。
> Xは無事立ちあがったのですが、どうも画面が縦方向に若干つぶれたよう
> な感じになっています。
横に潰れているのはちゃんと1024x600で標示されていません。
たぶん800x600を横に引き延ばして表示しています。
試しに、左下にある"Fn"ボタンを押して下さい。画像が真ん中だけになり、つぶれず
表示されていますよね?
富士通のサイトのRedhat用のXF86Configではうまくいかないのです。
で、うちで1024x600で表示できている/etc/X11/XF86Config-4を以下に掲載します。
これを使って下さい。ちゃんと動きます。
また、loox s90/70はサウンドとネットワークカードの認識で手間取るかもしれません
が、両方ともちゃんと使えています。これはちょっと苦労するかもしれませんが、
ちゃんと使えます。
================================
名古屋大学法学研究科博士課程後期
日比 拓也
t-hb@xxxxxxxxxxxxxxxx
================================
/etc/X11/XF86Config-4のSection "Monitor"以下を次のように書き変えて下さい。
Section "Monitor"
dentifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30-60
VertRefresh 60-90
Modeline "1024x600" 50.47 1024 1056 1192 1344 600 602 606 626 -hsync -vsync
EndSection
Section "Device"
# Uncomment the following line to enable external display
# Option "crt_screen"
Identifier "ATI Rage Mobility"
Driver "ati"
VendorName "ATI Rage Mobility"
BoardName "ATI Rage Mobility"
#BusID
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Rage Mobility"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x600"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection