
16-01-2009, 12:02
|
 |
\dev\null
|
|
חבר מתאריך: 08.11.02
הודעות: 11,379
|
|
|
בעיות בתצוגה
הבעיה משום מה על כל מחשב IBM ThinkCenter שבדקתי עד כה
לפדורה 10 יש בעיות תצוגה עם ערכת השבבים של הכרטיס מסך המובנה
המחשב עצמו חזק יחסית ומריץ את המערכת עצמה ממש טוב
אבל התצוגה נראה ומרגישה כאילו אני עובד עם מעבר של 300MHz במקום 3GHz
התחלתי לחשוב שאולי מדובר בהגדרות לא נכונות של קובץ ה-xorg.conf אבל מה אני מבין בזה
זהו תוכן הקובץ xorg.conf שיצרתי בעזרת xorg עצמו:
קוד:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82865G Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
יש למשהו מושג אם יש ללינוקס בעיה כל שהיא עם ערכת השבבים 82865G ?
אני מריץ את המערכת עם קרנל גרסה: 2.6.27.9-159
אודה אם משהו יוכל להאיר את עניי בנושא, בתודה מראש
נ.ב (אני שוקל גם אפשרות של הגדרות BIOS לא נכונות)
|