لطفا وارد شوید یا ثبت‌نام کنید تا به انجمن‌ها دسترسی کامل داشته باشید.



 
امتياز موضوع :
  • 0 رأي - معدل امتيازات : 0
  • 1
  • 2
  • 3
  • 4
  • 5
Framebuffer resolution issue in Fedora 14
2011-02-15, 05:55 PM,
ارسال : #1
Framebuffer resolution issue in Fedora 14
سلام
به تازگی از فدورا ۱۴ استفاده می کنمء کارت گرافیکم ATI Radeon 7000 هستش 64MB هم رم گرافیکم هستشء بوسیله دستور Xorg -configure و اعمال تغییرات مورد نظر در فایل خروجی آن توانستم resolution دلخواهم را تنظیم کنم. ولی متاسفانه در هنگام Graphical Boot اندازه resolution به 1200x1600 می رسه و حسابی اعصابم رو خورد می کنه!کسی راه حل ی برای این مشکل سراغ داره؟

خیلی مخلصیم.
نقل قول این ارسال در یک پاسخ
2011-02-15, 06:04 PM,
ارسال : #2
پاسخ: Framebuffer resolution issue in Fedora 14
resolution مورد نظر ما چیه ؟
لطفا محتوای فایل xorg.conf رو اینجا بزارید .

Debian GNU/Linux System Administrator
جستجوی تمامی ارسال های کاربر
نقل قول این ارسال در یک پاسخ
2011-02-15, 08:17 PM,
ارسال : #3
 
کد :
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  "dri2"
    Load  "extmod"
    Load  "dri"
    Load  "record"
    Load  "dbe"
    Load  "glx"
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"
    #DisplaySize      320   240    # mm
    Identifier   "Monitor0"
    VendorName   "HKC"
    ModelName    "775d"
    HorizSync    30.0 - 75.0
    VertRefresh  50.0 - 150.0
    Option        "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "DMAForXv"               # [<bool>]
        #Option     "FBTexPercent"           # <i>
        #Option     "DepthBits"              # <i>
        #Option     "PCIAPERSize"            # <i>
        #Option     "AccelDFS"               # [<bool>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "CustomEDID"             # [<str>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        #Option     "ColorTiling"            # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "RageTheatreCrystal"     # <i>
        #Option     "RageTheatreTunerPort"     # <i>
        #Option     "RageTheatreCompositePort"     # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"              # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "ScalerWidth"            # <i>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "ClockGating"            # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
        #Option     "ReverseDDC"             # [<bool>]
        #Option     "LVDSProbePLL"           # [<bool>]
        #Option     "AccelMethod"            # <str>
        #Option     "DRI"                    # [<bool>]
        #Option     "ConnectorTable"         # <str>
        #Option     "DefaultConnectorTable"     # [<bool>]
        #Option     "DefaultTMDSPLL"         # [<bool>]
        #Option     "TVDACLoadDetect"        # [<bool>]
        #Option     "ForceTVOut"             # [<bool>]
        #Option     "TVStandard"             # <str>
        #Option     "IgnoreLidStatus"        # [<bool>]
        #Option     "DefaultTVDACAdj"        # [<bool>]
        #Option     "Int10"                  # [<bool>]
        #Option     "EXAVSync"               # [<bool>]
        #Option     "ATOMTVOut"              # [<bool>]
        #Option     "R4xxATOM"               # [<bool>]
        #Option     "ForceLowPowerMode"      # [<bool>]
        #Option     "DynamicPM"              # [<bool>]
        #Option     "NewPLL"                 # [<bool>]
        #Option     "ZaphodHeads"            # <str>
    Identifier  "Card0"
    Driver      "radeon"
    BusID       "PCI:1:0: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
        Modes    "1024x768"
    EndSubSection
EndSection

من با Xorg مشکلی ندارمء مشکل من با Framebuffer هستش!!!
نقل قول این ارسال در یک پاسخ
2011-02-15, 08:22 PM,
ارسال : #4
 
نگفتی :
شما چه رزولشنی رو می خواهید ؟

Debian GNU/Linux System Administrator
جستجوی تمامی ارسال های کاربر
نقل قول این ارسال در یک پاسخ
2011-02-15, 08:38 PM,
ارسال : #5
 
1024x768@85
نقل قول این ارسال در یک پاسخ
2011-02-15, 09:49 PM,
ارسال : #6
 
مشکل شما framebuffer نیست چون فدورا به صورت پیش‌فرض از framebuffer استفاده نمیکنه. شما باید kernel mode setting رو غیر فعال کنید. برای این کار میتونید توی grub.conf به آخر خط kernel یه گزینه‌ی nomodeset اضافه کنید.

http://hedayatvk.blogspot.com
http://hedayatvk.wordpress.com
مشاهده تارنمای کاربر جستجوی تمامی ارسال های کاربر
نقل قول این ارسال در یک پاسخ
2011-02-16, 09:37 AM,
ارسال : #7
 
hedayat نویسنده :مشکل شما framebuffer نیست چون فدورا به صورت پیش‌فرض از framebuffer استفاده نمیکنه. شما باید kernel mode setting رو غیر فعال کنید. برای این کار میتونید توی grub.conf به آخر خط kernel یه گزینه‌ی nomodeset اضافه کنید.
نخیر داداش !
به اخر خط کرنل باید اینو اضافه کنه :
کد :
vga=792
یعنی :
اگه از گراب ورژن ۱ استفاده میکنید :
فایل menu.list :
کد :
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda7 ro vga=791
و اگه از گراب ورژن 2 استفاده می کنید :
فایل grub.cfg
کد :
linux /boot/vmlinuz-2.6.18-6-686 root=/dev/sda7 ro vga=791
اگر لست از تمام framebuffer ها می خواهی اینو بنویس :
کد :
vga=ask
حالا یک لیست بهت نشون میده و از شما کد مورد نظر رو می خواهد که مثلا برای 1024x768 باید این کد 791 یا 792 رو وارد کنید .
جستجوی تمامی ارسال های کاربر
نقل قول این ارسال در یک پاسخ
2011-02-16, 10:41 AM,
ارسال : #8
 
Framebuffer در حالت عادی توی فدورا فعال نیست با اضافه کردن vga=792 شما در حقیقت اون را فعال میکنید.,ولی کار بدی هم نیست با این کار میتونید بدون اجرای xserver مثلا فیلم ببینید با mplayer یا xine و کلی کار دیگه.
جستجوی تمامی ارسال های کاربر
نقل قول این ارسال در یک پاسخ
2011-02-17, 08:18 PM,
ارسال : #9
 
من vga=791 و همچنین vga=ask رو به انتهای خط کرنل اضافه کردمء ولی هیچ اتفاقی نیفتاد. الانم nomodeset رو به انتهای خط کرنل اضافه کردمء که اینم تو مد متنی 80x25 فقط متن ها را نشون میده. و ضمنا کسی می دونه چطور میشه rhgb رو جوری تنظیم کرد که به جای نمایش plymouth مثل ورژن های قبلی عمل کنه؟؟

مرسی
نقل قول این ارسال در یک پاسخ
2011-02-17, 08:30 PM,
ارسال : #10
 
از چه محیطی استفاده می کنید؟ منظور گنوم ، کی دی ای، یا . . .
نقل قول این ارسال در یک پاسخ
2011-02-17, 10:22 PM,
ارسال : #11
 
GNOME
نقل قول این ارسال در یک پاسخ
2011-03-03, 11:48 AM,
ارسال : #12
 
منم مشکل دارم. بعد از بالا آمدن GDM ، ctrl+alt+F1 رو میزنم resolution بالاست. من میخوام 1024*768 باشه.
این واسه گرابه
کسی راه حلی نداره؟
نقل قول این ارسال در یک پاسخ
2011-03-04, 09:18 AM,
ارسال : #13
 
با یوزر root وارد یکی از ترمینالها شوید و دستورات زیر را اجرا کنید:
کد :
init 3
killall Xorg
Xorg -configure

سپس در مسیر جاری یک فایل جدید به نام xorg.conf.new ایجاد می شود که بایستی به صورت زیر تغییر دهید:


کد :
Section "Monitor"
    #DisplaySize      320   240    # mm
    Identifier   "Monitor0"
    VendorName   "HKC"
    ModelName    "775d"
    HorizSync    30.0 - 75.0
    VertRefresh  50.0 - 150.0
    Option        "DPMS"
EndSection

در اینجا بایستی مقادیر HorizSync و VertRefreshj رو با توجه به مانیتور خود وارد کنیدء این مقادیر معمولا در پشت مانیتور و یا بر روی جعبه آن چاپ شده اند

کد :
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
        Modes    "1024x768"
    EndSubSection
EndSection

در اینجا هم در بخش آخر یعنی Depth 24 یک خط جدید ایجاد می کنیم و بصورت بالا رزولوشن دلخواهمان را وارد می کنیم.

موفق باشی.
نقل قول این ارسال در یک پاسخ
2011-03-04, 09:22 AM,
ارسال : #14
 
با یوزر root وارد یکی از ترمینالها شوید و دستورات زیر را اجرا کنید:
کد :
init 3
killall Xorg
Xorg -configure

سپس در مسیر جاری یک فایل جدید به نام xorg.conf.new ایجاد می شود که بایستی به صورت زیر تغییر دهید:


کد :
Section "Monitor"
    #DisplaySize      320   240    # mm
    Identifier   "Monitor0"
    VendorName   "HKC"
    ModelName    "775d"
    HorizSync    30.0 - 75.0
    VertRefresh  50.0 - 150.0
    Option        "DPMS"
EndSection

در اینجا بایستی مقادیر HorizSync و VertRefreshj رو با توجه به مانیتور خود وارد کنیدء این مقادیر معمولا در پشت مانیتور و یا بر روی جعبه آن چاپ شده اند

کد :
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
        Modes    "1024x768"
    EndSubSection
EndSection

در اینجا هم در بخش آخر یعنی Depth 24 یک خط جدید ایجاد می کنیم و بصورت بالا رزولوشن دلخواهمان را وارد می کنیم.

در نهایت فایل xorg.conf.new رو مانند دستور زیر به دایرکتوری X11 کپی می کنیم. ضمنا بایستی پسوند new را حذف کنیم.

کد :
cp xorg.conf.new /etc/X11/xorg.conf

پس از اعمال تنظیمات بایستی یکبار Xorg را Restart کنید که بهتر از سیستم خود را یکبار ریبوت کنید و سپس نتیجه را مشاهده کنید.

موفق باشید
نقل قول این ارسال در یک پاسخ
2011-03-04, 09:24 AM,
ارسال : #15
 
پست اولی اشتباهی ارسال شدُ لطفا در صورت امکان حذف شود.

مرسی Big Grin
نقل قول این ارسال در یک پاسخ
2011-03-04, 08:00 PM,
ارسال : #16
 
نقل قول :مشکل شما framebuffer نیست چون فدورا به صورت پیش‌فرض از framebuffer استفاده نمیکنه. شما باید kernel mode setting رو غیر فعال کنید. برای این کار میتونید توی grub.conf به آخر خط kernel یه گزینه‌ی nomodeset اضافه کنید.
من مشکل resulation رو در محیط متنی هم در دبیان دارم و هم در فدورا. nomodeset رو برای فدورا امتحان کردم ولی محیط x دیگه بالا نمیاد، یه جوری سیستم در ترمینال اول معطل میمونه و برای کار باید از ترمینال های دیگه و فقط در محیط متنی استفاده کنی. nomodeset هم برای دبیان فایده و تاثیری نداشت.
نقل قول :من vga=791 و همچنین vga=ask رو به انتهای خط کرنل اضافه کردمء ولی هیچ اتفاقی نیفتاد. الانم nomodeset رو به انتهای خط کرنل اضافه کردمء که اینم تو مد متنی 80x25 فقط متن ها را نشون میده. و ضمنا کسی می دونه چطور میشه rhgb رو جوری تنظیم کرد که به جای نمایش plymouth مثل ورژن های قبلی عمل کنه؟؟
من هم مشکل شما رو دارم. با کانفیگ Xorg فقط تونستم محیط GDM رو به حالت دلخواه در بیارم،هم در فدورا و هم در دبیان.
نقل قول :س از اعمال تنظیمات بایستی یکبار Xorg را Restart کنید که بهتر از سیستم خود را یکبار ریبوت کنید و سپس نتیجه را مشاهده کنید.

موفق باشید
این هم جواب نداد. همچنین راههای mah454.
همچنان این مشکل رو دارم:
بعد از بالا آمدن جی دی ام ، ctrl+alt+F1 رو میزنم resolution بالاست. من میخوام 1024*768 باشه.(در محیط متنی)
کسی راه حلی نداره؟
نقل قول این ارسال در یک پاسخ
2011-03-04, 08:05 PM,
ارسال : #17
 
از اونجایی که هم lenny دارم و هم squeeze ،جالبه که lenny مشکلش حل شده، اما هنوز با فدورا و اسکوییز مشکل دارم.
نقل قول این ارسال در یک پاسخ
2011-03-04, 11:55 PM,
ارسال : #18
 
nomodeset نباید باعث بشه فدورا گرافیکی بالا نیاد. تو این حالت میتونید var/log/Xorg.0.log/ رو بذارین ببینیم چه خطایی داده.

http://hedayatvk.blogspot.com
http://hedayatvk.wordpress.com
مشاهده تارنمای کاربر جستجوی تمامی ارسال های کاربر
نقل قول این ارسال در یک پاسخ
2011-03-05, 12:20 AM,
ارسال : #19
 
[code][ 23.407]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 23.407] X Protocol Version 11, Revision 0
[ 23.407] Build Operating System: x86-05 2.6.32-72.el6.bz634452.x86_64
[ 23.407] Current Operating System: Linux localhost.localdomain 2.6.35.6-45.fc14.i686 #1 SMP Mon Oct 18 23:56:17 UTC 2010 i686
[ 23.407] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.35.6-45.fc14.i686 root=/dev/sda10 ro quiet
[ 23.408] Build Date: 13 October 2010 03:29:59PM
[ 23.408] Build ID: xorg-x11-server 1.9.0-15.fc14
[ 23.409] Current version of pixman: 0.18.4
[ 23.409] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 23.409] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.409] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 4 00:07:11 2011
[ 23.433] (==) Using config file: "/etc/X11/xorg.conf"
[ 23.433] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 23.433] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 23.499] (==) ServerLayout "X.org Configured"
[ 23.499] (**) |-->Screen "Screen0" (0)
[ 23.499] (**) | |-->Monitor "Monitor0"
[ 23.499] (**) | |-->Device "Card0"
[ 23.499] (**) |-->Input Device "Mouse0"
[ 23.499] (**) |-->Input Device "Keyboard0"
[ 23.499] (==) Automatically adding devices
[ 23.499] (==) Automatically enabling devices
[ 23.500] (**) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 23.500] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 23.500] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 23.500] (WW) Disabling Mouse0
[ 23.500] (WW) Disabling Keyboard0
[ 23.500] (II) Loader magic: 0x81fac2c
[ 23.500] (II) Module ABI versions:
[ 23.500] X.Org ANSI C Emulation: 0.4
[ 23.500] X.Org Video Driver: 8.0
[ 23.500] X.Org XInput driver : 11.0
[ 23.500] X.Org Server Extension : 4.0
[ 23.504] (--) PCI:*(0:0:2:0) 8086:2e32:1458:d000 rev 3, Mem @ 0xfd800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/8, BIOS @ 0x????????/131072
[ 23.504] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) LoadModule: "record"
[ 23.505] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 23.510] (II) Module record: vendor="X.Org Foundation"
[ 23.510] compiled for 1.9.0, module version = 1.13.0
[ 23.510] Module class: X.Org Server Extension
[ 23.510] ABI class: X.Org Server Extension, version 4.0
[ 23.510] (II) Loading extension RECORD
[ 23.510] (II) LoadModule: "dbe"
[ 23.511] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 23.523] (II) Module dbe: vendor="X.Org Foundation"
[ 23.523] compiled for 1.9.0, module version = 1.0.0
[ 23.523] Module class: X.Org Server Extension
[ 23.523] ABI class: X.Org Server Extension, version 4.0
[ 23.523] (II) Loading extension DOUBLE-BUFFER
[ 23.523] (II) LoadModule: "dri"
[ 23.523] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 23.545] (II) Module dri: vendor="X.Org Foundation"
[ 23.545] compiled for 1.9.0, module version = 1.0.0
[ 23.545] ABI class: X.Org Server Extension, version 4.0
[ 23.545] (II) Loading extension XFree86-DRI
[ 23.545] (II) LoadModule: "glx"
[ 23.546] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 23.564] (II) Module glx: vendor="X.Org Foundation"
[ 23.564] compiled for 1.9.0, module version = 1.0.0
[ 23.564] ABI class: X.Org Server Extension, version 4.0
[ 23.564] (==) AIGLX enabled
[ 23.564] (II) Loading extension GLX
[ 23.564] (II) LoadModule: "dri2"
[ 23.565] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 23.570] (II) Module dri2: vendor="X.Org Foundation"
[ 23.571] compiled for 1.9.0, module version = 1.2.0
[ 23.571] ABI class: X.Org Server Extension, version 4.0
[ 23.571] (II) Loading extension DRI2
[ 23.571] (II) LoadModule: "extmod"
[ 23.571] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 23.583] (II) Module extmod: vendor="X.Org Foundation"
[ 23.583] compiled for 1.9.0, module version = 1.0.0
[ 23.583] Module class: X.Org Server Extension
[ 23.583] ABI class: X.Org Server Extension, version 4.0
[ 23.583] (II) Loading extension SELinux
[ 23.583] (II) Loading extension MIT-SCREEN-SAVER
[ 23.583] (II) Loading extension XFree86-VidModeExtension
[ 23.583] (II) Loading extension XFree86-DGA
[ 23.583] (II) Loading extension DPMS
[ 23.583] (II) Loading extension XVideo
[ 23.583] (II) Loading extension XVideo-MotionCompensation
[ 23.584] (II) Loading extension X-Resource
[ 23.584] (II) LoadModule: "intel"
[ 23.591] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 23.617] (II) Module intel: vendor="X.Org Foundation"
[ 23.617] compiled for 1.9.0, module version = 2.12.0
[ 23.617] Module class: X.Org Video Driver
[ 23.617] ABI class: X.Org Video Driver, version 8.0
[ 23.617] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[ 23.619] (++) using VT number 1

[ 23.634] drmOpenDevice: node name is /dev/dri/card0
[ 23.634] drmOpenDevice: open result is 8, (OK)
[ 23.634] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 23.634] drmOpenDevice: node name is /dev/dri/card0
[ 23.634] drmOpenDevice: open result is 8, (OK)
[ 23.634] drmOpenByBusid: drmOpenMinor returns 8
[ 23.634] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 23.634] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 23.634] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 23.634] (==) intel(0): RGB weight 888
[ 23.634] (==) intel(0): Default visual is TrueColor
[ 23.635] (II) intel(0): Integrated Graphics Chipset: Intel® G41
[ 23.635] (--) intel(0): Chipset: "G41"
[ 23.635] (==) intel(0): video overlay key set to 0x101fe
[ 23.902] (II) intel(0): Output VGA1 using monitor section Monitor0
[ 24.035] (II) intel(0): EDID for output VGA1
[ 24.035] (II) intel(0): Manufacturer: GSM Model: 434c Serial#: 0
[ 24.035] (II) intel(0): Year: 2005 Week: 15
[ 24.035] (II) intel(0): EDID Version: 1.3
[ 24.035] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 24.035] (II) intel(0): Signal levels configurable
[ 24.035] (II) intel(0): Sync: Separate
[ 24.035] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 25
[ 24.035] (II) intel(0): Gamma: 2.72
[ 24.035] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 24.035] (II) intel(0): First detailed timing not preferred mode in violation of standard!
[ 24.035] (II) intel(0): redX: 0.630 redY: 0.328 greenX: 0.295 greenY: 0.600
[ 24.035] (II) intel(0): blueX: 0.144 blueY: 0.070 whiteX: 0.282 whiteY: 0.298
[ 24.035] (II) intel(0): Supported established timings:
[ 24.035] (II) intel(0): 720x400@70Hz
[ 24.035] (II) intel(0): 720x400@88Hz
[ 24.035] (II) intel(0): 640x480@60Hz
[ 24.035] (II) intel(0): 640x480@67Hz
[ 24.035] (II) intel(0): 640x480@72Hz
[ 24.035] (II) intel(0): 640x480@75Hz
[ 24.035] (II) intel(0): 800x600@56Hz
[ 24.036] (II) intel(0): 800x600@60Hz
[ 24.036] (II) intel(0): 800x600@72Hz
[ 24.036] (II) intel(0): 800x600@75Hz
[ 24.036] (II) intel(0): 832x624@75Hz
[ 24.036] (II) intel(0): 1024x768@87Hz (interlaced)
[ 24.036] (II) intel(0): 1024x768@60Hz
[ 24.036] (II) intel(0): 1024x768@70Hz
[ 24.036] (II) intel(0): 1024x768@75Hz
[ 24.036] (II) intel(0): 1280x1024@75Hz
[ 24.036] (II) intel(0): 1152x864@75Hz
[ 24.036] (II) intel(0): Manufacturer's mask: 0
[ 24.036] (II) intel(0): Supported standard timings:
[ 24.036] (II) intel(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
[ 24.036] (II) intel(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
[ 24.036] (II) intel(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
[ 24.036] (II) intel(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 24.036] (II) intel(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 24.036] (II) intel(0): #5: hsize: 1920 vsize 1440 refresh: 60 vid: 16593
[ 24.036] (II) intel(0): #6: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
[ 24.036] (II) intel(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
[ 24.036] (II) intel(0): Supported detailed timing:
[ 24.036] (II) intel(0): clock: 157.5 MHz Image Size: 310 x 230 mm
[ 24.036] (II) intel(0): h_active: 1280 h_sync: 1344 h_sync_end 1504 h_blank_end 1728 h_border: 0
[ 24.036] (II) intel(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1072 v_border: 0
[ 24.036] (II) intel(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 98 kHz, PixClock max 235 MHz
[ 24.036] (II) intel(0): Monitor name: F700P
[ 24.036] (II) intel(0): Monitor name:
[ 24.036] (II) intel(0): EDID (in hex):
[ 24.036] (II) intel(0): 00ffffffffffff001e6d4c4300000000
[ 24.036] (II) intel(0): 0f0f0103782119ace84ac5a1544b9924
[ 24.036] (II) intel(0): 12484cffff803159455961598180a940
[ 24.036] (II) intel(0): d140a94aa94f863d00c05100304040a0
[ 24.036] (II) intel(0): 130036e61000001e000000fd0032a01e
[ 24.036] (II) intel(0): 6217000a202020202020000000fc0046
[ 24.036] (II) intel(0): 373030500a20202020202020000000fc
[ 24.036] (II) intel(0): 000a2020202020202020202020200042
[ 24.037] (II) intel(0): EDID vendor "GSM", prod id 17228
[ 24.037] (II) intel(0): Using hsync ranges from config file
[ 24.037] (II) intel(0): Using vrefresh ranges from config file
[ 24.037] (II) intel(0): Printing DDC gathered Modelines:
[ 24.037] (II) intel(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24.037] (II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 24.037] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24.037] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz)
[ 24.037] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 24.037] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 24.037] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24.037] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 24.037] (II) intel(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz)
[ 24.038] (II) intel(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz)
[ 24.038] (II) intel(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz)
[ 24.038] (II) intel(0): Not using mode "1920x1440" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1024x768" (interlace mode not supported)
[ 24.038] (II) intel(0): Printing probed modes for output VGA1
[ 24.038] (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 24.038] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 24.038] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24.038] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24.038] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 24.038] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 24.038] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24.038] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24.038] (II) intel(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 24.038] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24.038] (II) intel(0): Output VGA1 connected
[ 24.039] (II) intel(0): Using user preference for initial modes
[ 24.039] (II) intel(0): Output VGA1 using initial mode 1024x768 +0+0
[ 24.039] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 24.039] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
[ 24.039] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
[ 24.039] (**) intel(0): Display dimensions: (330, 250) mm
[ 24.039] (**) intel(0): DPI set to (78, 78)
[ 24.039] (II) Loading sub module "fb"
[ 24.039] (II) LoadModule: "fb"
[ 24.039] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24.043] (II) Module fb: vendor="X.Org Foundation"
[ 24.043] compiled for 1.9.0, module version = 1.0.0
[ 24.043] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.043] (==) Depth 24 pixmap format is 32 bpp
[ 24.044] (II) intel(0): [DRI2] Setup complete
[ 24.044] (II) intel(0): [DRI2] DRI driver: i965
[ 24.044] (**) intel(0): Tiling enabled
[ 24.044] (**) intel(0): SwapBuffers wait enabled
[ 24.044] (==) intel(0): VideoRam: 262144 KB
[ 24.044] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[ 24.080] (II) UXA(0): Driver registered support for the following operations:
[ 24.080] (II) solid
[ 24.080] (II) copy
[ 24.080] (II) composite (RENDER acceleration)
[ 24.080] (II) put_image
[ 24.080] (II) get_image
[ 24.080] (==) intel(0): Backing store disabled
[ 24.080] (==) intel(0): Silken mouse enabled
[ 24.080] (II) intel(0): Initializing HW Cursor
[ 24.147] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 24.147] (**) intel(0): DPMS enabled
[ 24.147] (==) intel(0): Intel XvMC decoder enabled
[ 24.147] (II) intel(0): Set up textured video
[ 24.147] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 24.147] (II) intel(0): direct rendering: DRI2 Enabled
[ 24.150] (--) RandR disabled
[ 24.150] (II) Initializing built-in extension Generic Event Extension
[ 24.150] (II) Initializing built-in extension SHAPE
[ 24.150] (II) Initializing built-in extension MIT-SHM
[ 24.150] (II) Initializing built-in extension XInputExtension
[ 24.150] (II) Initializing built-in extension XTEST
[ 24.150] (II) Initializing built-in extension BIG-REQUESTS
[ 24.150] (II) Initializing built-in extension SYNC
[ 24.150] (II) Initializing built-in extension XKEYBOARD
[ 24.150] (II) Initializing built-in extension XC-MISC
[ 24.150] (II) Initializing built-in extension XINERAMA
[ 24.150] (II) Initializing built-in extension XFIXES
[ 24.150] (II) Initializing built-in extension RENDER
[ 24.150] (II) Initializing built-in extension RANDR
[ 24.150] (II) Initializing built-in extension COMPOSITE
[ 24.150] (II) Initializing built-in extension DAMAGE
[ 24.157] (II) SELinux: Disabled by boolean
[ 24.296] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 24.296] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 24.296] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 24.296] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 24.296] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 24.297] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[ 24.297] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 24.297] (II) intel(0): Setting screen physical size to 270 x 203
[ 24.763] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 24.763] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24.763] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 24.763] (II) LoadModule: "evdev"
[ 24.773] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 24.781] (II) Module evdev: vendor="X.Org Foundation"
[ 24.781] compiled for 1.8.99.905, module version = 2.5.0
[ 24.781] Module class: X.Org XInput Driver
[ 24.781] ABI class: X.Org XInput driver, version 11.0
[ 24.781] (**) Power Button: always reports core events
[ 24.781] (**) Power Button: Device: "/dev/input/event1"
[ 24.782] (--) Power Button: Found keys
[ 24.782] (II) Power Button: Configuring as keyboard
[ 24.782] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 24.782] (**) Option "xkb_rules" "evdev"
[ 24.782] (**) Option "xkb_model" "pc105+inet"
[ 24.782] (**) Option "xkb_layout" "us"
[ 24.782] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 24.831] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 24.831] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24.831] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 24.831] (**) Power Button: always reports core events
[ 24.831] (**) Power Button: Device: "/dev/input/event0"
[ 24.834] (--) Power Button: Found keys
[ 24.834] (II) Power Button: Configuring as keyboard
[ 24.834] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 24.834] (**) Option "xkb_rules" "evdev"
[ 24.834] (**) Option "xkb_model" "pc105+inet"
[ 24.834] (**) Option "xkb_layout" "us"
[ 24.834] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 24.840] (II) config/udev: Adding input device USB Wheel Mouse (/dev/input/event2)
[ 24.840] (**) USB Wheel Mouse: Applying InputClass "evdev pointer catchall"
[ 24.840] (**) USB Wheel Mouse: always reports core events
[ 24.840] (**) USB Wheel Mouse: Device: "/dev/input/event2"
[ 24.840] (--) USB Wheel Mouse: Found 3 mouse buttons
[ 24.840] (--) USB Wheel Mouse: Found scroll wheel(s)
[ 24.840] (--) USB Wheel Mouse: Found relative axes
[ 24.841] (--) USB Wheel Mouse: Found x and y relative axes
[ 24.841] (II) USB Wheel Mouse: Configuring as mouse
[ 24.841] (**) USB Wheel Mouse: YAxisMapping: buttons 4 and 5
[ 24.841] (**) USB Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 24.841] (II) XINPUT: Adding extended input device "USB Wheel Mouse" (type: MOUSE)
[ 24.841] (**) USB Wheel Mouse: (accel) keeping acceleration scheme 1
[ 24.841] (**) USB Wheel Mouse: (accel) acceleration profile 0
[ 24.841] (**) USB Wheel Mouse: (accel) acceleration factor: 2.000
[ 24.841] (**) USB Wheel Mouse: (accel) acceleration threshold: 4
[ 24.841] (II) USB Wheel Mouse: initialized for relative axes.
[ 24.841] (II) config/udev: Adding input device USB Wheel Mouse (/dev/input/mouse0)
[ 24.842] (II) No input driver/identifier specified (ignoring)
[ 24.843] (II) config/udev: Adding input device ELAN USB KEYBOARD (/dev/input/event3)
[ 24.843] (**) ELAN USB KEYBOARD: Applying InputClass "evdev keyboard catchall"
[ 24.843] (**) ELAN USB KEYBOARD: Applying InputClass "system-setup-keyboard"
[ 24.843] (**) ELAN USB KEYBOARD: always reports core events
[ 24.843] (**) ELAN USB KEYBOARD: Device: "/dev/input/event3"
[ 24.843] (--) ELAN USB KEYBOARD: Found keys
[ 24.844] (II) ELAN USB KEYBOARD: Configuring as keyboard
[ 24.844] (II) XINPUT: Adding extended input device "ELAN USB KEYBOARD" (type: KEYBOARD)
[ 24.844] (**) Option "xkb_rules" "evdev"
[ 24.844] (**) Option "xkb_model" "pc105+inet"
[ 24.844] (**) Option "xkb_layout" "us"
[ 24.844] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 26.952] (II) intel(0): EDID for output VGA1
[ 26.953] (II) intel(0): Manufacturer: GSM Model: 434c Serial#: 0
[ 26.953] (II) intel(0): Year: 2005 Week: 15
[ 26.953] (II) intel(0): EDID Version: 1.3
[ 26.953] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 26.953] (II) intel(0): Signal levels configurable
[ 26.953] (II) intel(0): Sync: Separate
[ 26.953] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 25
[ 26.953] (II) intel(0): Gamma: 2.72
[ 26.953] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 26.953] (II) intel(0): First detailed timing not preferred mode in violation of standard!
[ 26.953] (II) intel(0): redX: 0.630 redY: 0.328 greenX: 0.295 greenY: 0.600
[ 26.953] (II) intel(0): blueX: 0.144 blueY: 0.070 whiteX: 0.282 whiteY: 0.298
[ 26.953] (II) intel(0): Supported established timings:
[ 26.953] (II) intel(0): 720x400@70Hz
[ 26.953] (II) intel(0): 720x400@88Hz
[ 26.953] (II) intel(0): 640x480@60Hz
[ 26.953] (II) intel(0): 640x480@67Hz
[ 26.953] (II) intel(0): 640x480@72Hz
[ 26.953] (II) intel(0): 640x480@75Hz
[ 26.953] (II) intel(0): 800x600@56Hz
[ 26.953] (II) intel(0): 800x600@60Hz
[ 26.954] (II) intel(0): 800x600@72Hz
[ 26.954] (II) intel(0): 800x600@75Hz
[ 26.954] (II) intel(0): 832x624@75Hz
[ 26.954] (II) intel(0): 1024x768@87Hz (interlaced)
[ 26.954] (II) intel(0): 1024x768@60Hz
[ 26.954] (II) intel(0): 1024x768@70Hz
[ 26.954] (II) intel(0): 1024x768@75Hz
[ 26.954] (II) intel(0): 1280x1024@75Hz
[ 26.954] (II) intel(0): 1152x864@75Hz
[ 26.954] (II) intel(0): Manufacturer's mask: 0
[ 26.954] (II) intel(0): Supported standard timings:
[ 26.954] (II) intel(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
[ 26.954] (II) intel(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
[ 26.954] (II) intel(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
[ 26.954] (II) intel(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 26.954] (II) intel(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 26.954] (II) intel(0): #5: hsize: 1920 vsize 1440 refresh: 60 vid: 16593
[ 26.954] (II) intel(0): #6: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
[ 26.954] (II) intel(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
[ 26.954] (II) intel(0): Supported detailed timing:
[ 26.954] (II) intel(0): clock: 157.5 MHz Image Size: 310 x 230 mm
[ 26.954] (II) intel(0): h_active: 1280 h_sync: 1344 h_sync_end 1504 h_blank_end 1728 h_border: 0
[ 26.954] (II) intel(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1072 v_border: 0
[ 26.954] (II) intel(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 98 kHz, PixClock max 235 MHz
[ 26.954] (II) intel(0): Monitor name: F700P
[ 26.954] (II) intel(0): Monitor name:
[ 26.954] (II) intel(0): EDID (in hex):
[ 26.954] (II) intel(0): 00ffffffffffff001e6d4c4300000000
[ 26.954] (II) intel(0): 0f0f0103782119ace84ac5a1544b9924
[ 26.954] (II) intel(0): 12484cffff803159455961598180a940
[ 26.954] (II) intel(0): d140a94aa94f863d00c05100304040a0
[ 26.954] (II) intel(0): 130036e61000001e000000fd0032a01e
[ 26.954] (II) intel(0): 6217000a202020202020000000fc0046
[ 26.954] (II) intel(0): 373030500a20202020202020000000fc
[ 26.954] (II) intel(0): 000a2020202020202020202020200042
[ 26.954] (II) intel(0): EDID vendor "GSM", prod id 17228
[ 26.954] (II) intel(0): Using hsync ranges from config file
[ 26.954] (II) intel(0): Using vrefresh ranges from config file
[ 26.954] (II) intel(0): Printing DDC gathered Modelines:
[ 26.954] (II) intel(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
[ 26.954] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 26.954] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 26.954] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 26.954] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 26.955] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 26.955] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 26.955] (II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 26.955] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 26.955] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz)
[ 26.955] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 26.955] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 26.955] (II) intel(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 26.955] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 26.955] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 26.955] (II) intel(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz)
[ 26.955] (II) intel(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz)
[ 26.955] (II) intel(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz)
[ 26.955] (II) intel(0): Not using mode "1920x1440" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1024x768" (interlace mode not supported)
[ 26.955] (II) intel(0): Printing probed modes for output VGA1
[ 26.955] (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 26.955] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 26.955] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 26.955] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 26.955] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 26.956] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 26.956] (II) intel(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 26.956] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 27.082] (II) intel(0): EDID for output VGA1
[ 27.082] (II) intel(0): Manufacturer: GSM Model: 434c Serial#: 0
[ 27.082] (II) intel(0): Year: 2005 Week: 15
[ 27.082] (II) intel(0): EDID Version: 1.3
[ 27.082] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 27.082] (II) intel(0): Signal levels configurable
[ 27.082] (II) intel(0): Sync: Separate
[ 27.082] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 25
[ 27.082] (II) intel(0): Gamma: 2.72
[ 27.082] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 27.082] (II) intel(0): First detailed timing not preferred mode in violation of standard!
[ 27.082] (II) intel(0): redX: 0.630 redY: 0.328 greenX: 0.295 greenY: 0.600
[ 27.082] (II) intel(0): blueX: 0.144 blueY: 0.070 whiteX: 0.282 whiteY: 0.298
[ 27.082] (II) intel(0): Supported established timings:
[ 27.082] (II) intel(0): 720x400@70Hz
[ 27.082] (II) intel(0): 720x400@88Hz
[ 27.082] (II) intel(0): 640x480@60Hz
[ 27.082] (II) intel(0): 640x480@67Hz
[ 27.082] (II) intel(0): 640x480@72Hz
[ 27.082] (II) intel(0): 640x480@75Hz
[ 27.082] (II) intel(0): 800x600@56Hz
[ 27.082] (II) intel(0): 800x600@60Hz
[ 27.082] (II) intel(0): 800x600@72Hz
[ 27.082] (II) intel(0): 800x600@75Hz
[ 27.082] (II) intel(0): 832x624@75Hz
[ 27.082] (II) intel(0): 1024x768@87Hz (interlaced)
[ 27.082] (II) intel(0): 1024x768@60Hz
[ 27.082] (II) intel(0): 1024x768@70Hz
[ 27.082] (II) intel(0): 1024x768@75Hz
[ 27.082] (II) intel(0): 1280x1024@75Hz
[ 27.082] (II) intel(0): 1152x864@75Hz
[ 27.082] (II) intel(0): Manufacturer's mask: 0
[ 27.082] (II) intel(0): Supported standard timings:
[ 27.082] (II) intel(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
[ 27.082] (II) intel(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
[ 27.082] (II) intel(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
[ 27.082] (II) intel(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 27.082] (II) intel(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 27.082] (II) intel(0): #5: hsize: 1920 vsize 1440 refresh: 60 vid: 16593
[ 27.083] (II) intel(0): #6: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
[ 27.083] (II) intel(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
[ 27.083] (II) intel(0): Supported detailed timing:
[ 27.083] (II) intel(0): clock: 157.5 MHz Image Size: 310 x 230 mm
[ 27.083] (II) intel(0): h_active: 1280 h_sync: 1344 h_sync_end 1504 h_blank_end 1728 h_border: 0
[ 27.083] (II) intel(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1072 v_border: 0
[ 27.083] (II) intel(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 98 kHz, PixClock max 235 MHz
[ 27.083] (II) intel(0): Monitor name: F700P
[ 27.083] (II) intel(0): Monitor name:
[ 27.083] (II) intel(0): EDID (in hex):
[ 27.083] (II) intel(0): 00ffffffffffff001e6d4c4300000000
[ 27.083] (II) intel(0): 0f0f0103782119ace84ac5a1544b9924
[ 27.083] (II) intel(0): 12484cffff803159455961598180a940
[ 27.083] (II) intel(0): d140a94aa94f863d00c05100304040a0
[ 27.083] (II) intel(0): 130036e61000001e000000fd0032a01e
[ 27.083] (II) intel(0): 6217000a202020202020000000fc0046
[ 27.083] (II) intel(0): 373030500a20202020202020000000fc
[ 27.083] (II) intel(0): 000a2020202020202020202020200042
[ 27.083] (II) intel(0): EDID vendor "GSM", prod id 17228
[ 27.083] (II) intel(0): Using hsync ranges from config file
[ 27.083] (II) intel(0): Using vrefresh ranges from config file
[ 27.083] (II) intel(0): Printing DDC gathered Modelines:
[ 27.083] (II) intel(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
[ 27.083] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 27.083] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 27.083] (II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 27.083] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 27.083] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 27.083] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 27.083] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 27.083] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 27.083] (II) intel(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz)
[ 27.083] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 27.083] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 27.083] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 27.083] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 27.084] (II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 27.084] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 27.084] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 27.084] (II) intel(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz)
[ 27.084] (II) intel(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz)
[ 27.084] (II) intel(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz)
[ 27.084] (II) intel(0): Not using mode "1920x1440" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1024x768" (interlace mode not supported)
[ 27.084] (II) intel(0): Printing probed modes for output VGA1
[ 27.084] (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 27.084] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 27.084] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 27.084] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 27.084] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 27.084] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 27.084] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 27.084] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 27.084] (II) intel(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 27.084] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 27.223] (II) intel(0): EDID for output VGA1
[ 27.223] (II) intel(0): Manufacturer: GSM Model: 434c Serial#: 0
[ 27.223] (II) intel(0): Year: 2005 Week: 15
[ 27.223] (II) intel(0): EDID Version: 1.3
[ 27.223] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 27.223] (II) intel(0): Signal levels configurable
[ 27.223] (II) intel(0): Sync: Separate
[ 27.223] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 25
[ 27.223] (II) intel(0): Gamma: 2.72
[ 27.223] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 27.223] (II) intel(0): First detailed timing not preferred mode in violation of standard!
[ 27.223] (II) intel(0): redX: 0.630 redY: 0.328 greenX: 0.295 greenY: 0.600
[ 27.223] (II) intel(0): blueX: 0.144 blueY: 0.070 whiteX: 0.282 whiteY: 0.298
[ 27.223] (II) intel(0): Supported established timings:
[ 27.223] (II) intel(0): 720x400@70Hz
[ 27.223] (II) intel(0): 720x400@88Hz
[ 27.223] (II) intel(0): 640x480@60Hz
[ 27.223] (II) intel(0): 640x480@67Hz
[ 27.223] (II) intel(0): 640x480@72Hz
[ 27.223] (II) intel(0): 640x480@75Hz
[ 27.223] (II) intel(0): 800x600@56Hz
[ 27.223] (II) intel(0): 800x600@60Hz
[ 27.223] (II) intel(0)
نقل قول این ارسال در یک پاسخ
2011-03-05, 12:26 AM,
ارسال : #20
 
کد :
code:1:2b3433efa7][ 23.407]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 23.407] X Protocol Version 11, Revision 0
[ 23.407] Build Operating System: x86-05 2.6.32-72.el6.bz634452.x86_64
[ 23.407] Current Operating System: Linux localhost.localdomain 2.6.35.6-45.fc14.i686 #1 SMP Mon Oct 18 23:56:17 UTC 2010 i686
[ 23.407] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.35.6-45.fc14.i686 root=/dev/sda10 ro quiet
[ 23.408] Build Date: 13 October 2010 03:29:59PM
[ 23.408] Build ID: xorg-x11-server 1.9.0-15.fc14
[ 23.409] Current version of pixman: 0.18.4
[ 23.409] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 23.409] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.409] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 4 00:07:11 2011
[ 23.433] (==) Using config file: "/etc/X11/xorg.conf"
[ 23.433] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 23.433] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 23.499] (==) ServerLayout "X.org Configured"
[ 23.499] (**) |-->Screen "Screen0" (0)
[ 23.499] (**) | |-->Monitor "Monitor0"
[ 23.499] (**) | |-->Device "Card0"
[ 23.499] (**) |-->Input Device "Mouse0"
[ 23.499] (**) |-->Input Device "Keyboard0"
[ 23.499] (==) Automatically adding devices
[ 23.499] (==) Automatically enabling devices
[ 23.500] (**) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 23.500] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 23.500] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 23.500] (WW) Disabling Mouse0
[ 23.500] (WW) Disabling Keyboard0
[ 23.500] (II) Loader magic: 0x81fac2c
[ 23.500] (II) Module ABI versions:
[ 23.500] X.Org ANSI C Emulation: 0.4
[ 23.500] X.Org Video Driver: 8.0
[ 23.500] X.Org XInput driver : 11.0
[ 23.500] X.Org Server Extension : 4.0
[ 23.504] (--) PCI:*(0:0:2:0) 8086:2e32:1458:d000 rev 3, Mem @ 0xfd800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/8, BIOS @ 0x????????/131072
[ 23.504] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 23.504] (II) LoadModule: "record"
[ 23.505] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 23.510] (II) Module record: vendor="X.Org Foundation"
[ 23.510] compiled for 1.9.0, module version = 1.13.0
[ 23.510] Module class: X.Org Server Extension
[ 23.510] ABI class: X.Org Server Extension, version 4.0
[ 23.510] (II) Loading extension RECORD
[ 23.510] (II) LoadModule: "dbe"
[ 23.511] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 23.523] (II) Module dbe: vendor="X.Org Foundation"
[ 23.523] compiled for 1.9.0, module version = 1.0.0
[ 23.523] Module class: X.Org Server Extension
[ 23.523] ABI class: X.Org Server Extension, version 4.0
[ 23.523] (II) Loading extension DOUBLE-BUFFER
[ 23.523] (II) LoadModule: "dri"
[ 23.523] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 23.545] (II) Module dri: vendor="X.Org Foundation"
[ 23.545] compiled for 1.9.0, module version = 1.0.0
[ 23.545] ABI class: X.Org Server Extension, version 4.0
[ 23.545] (II) Loading extension XFree86-DRI
[ 23.545] (II) LoadModule: "glx"
[ 23.546] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 23.564] (II) Module glx: vendor="X.Org Foundation"
[ 23.564] compiled for 1.9.0, module version = 1.0.0
[ 23.564] ABI class: X.Org Server Extension, version 4.0
[ 23.564] (==) AIGLX enabled
[ 23.564] (II) Loading extension GLX
[ 23.564] (II) LoadModule: "dri2"
[ 23.565] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 23.570] (II) Module dri2: vendor="X.Org Foundation"
[ 23.571] compiled for 1.9.0, module version = 1.2.0
[ 23.571] ABI class: X.Org Server Extension, version 4.0
[ 23.571] (II) Loading extension DRI2
[ 23.571] (II) LoadModule: "extmod"
[ 23.571] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 23.583] (II) Module extmod: vendor="X.Org Foundation"
[ 23.583] compiled for 1.9.0, module version = 1.0.0
[ 23.583] Module class: X.Org Server Extension
[ 23.583] ABI class: X.Org Server Extension, version 4.0
[ 23.583] (II) Loading extension SELinux
[ 23.583] (II) Loading extension MIT-SCREEN-SAVER
[ 23.583] (II) Loading extension XFree86-VidModeExtension
[ 23.583] (II) Loading extension XFree86-DGA
[ 23.583] (II) Loading extension DPMS
[ 23.583] (II) Loading extension XVideo
[ 23.583] (II) Loading extension XVideo-MotionCompensation
[ 23.584] (II) Loading extension X-Resource
[ 23.584] (II) LoadModule: "intel"
[ 23.591] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 23.617] (II) Module intel: vendor="X.Org Foundation"
[ 23.617] compiled for 1.9.0, module version = 2.12.0
[ 23.617] Module class: X.Org Video Driver
[ 23.617] ABI class: X.Org Video Driver, version 8.0
[ 23.617] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
[ 23.619] (++) using VT number 1

[ 23.634] drmOpenDevice: node name is /dev/dri/card0
[ 23.634] drmOpenDevice: open result is 8, (OK)
[ 23.634] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 23.634] drmOpenDevice: node name is /dev/dri/card0
[ 23.634] drmOpenDevice: open result is 8, (OK)
[ 23.634] drmOpenByBusid: drmOpenMinor returns 8
[ 23.634] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[ 23.634] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 23.634] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 23.634] (==) intel(0): RGB weight 888
[ 23.634] (==) intel(0): Default visual is TrueColor
[ 23.635] (II) intel(0): Integrated Graphics Chipset: Intel(R) G41
[ 23.635] (--) intel(0): Chipset: "G41"
[ 23.635] (==) intel(0): video overlay key set to 0x101fe
[ 23.902] (II) intel(0): Output VGA1 using monitor section Monitor0
[ 24.035] (II) intel(0): EDID for output VGA1
[ 24.035] (II) intel(0): Manufacturer: GSM Model: 434c Serial#: 0
[ 24.035] (II) intel(0): Year: 2005 Week: 15
[ 24.035] (II) intel(0): EDID Version: 1.3
[ 24.035] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 24.035] (II) intel(0): Signal levels configurable
[ 24.035] (II) intel(0): Sync: Separate
[ 24.035] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 25
[ 24.035] (II) intel(0): Gamma: 2.72
[ 24.035] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 24.035] (II) intel(0): First detailed timing not preferred mode in violation of standard!
[ 24.035] (II) intel(0): redX: 0.630 redY: 0.328 greenX: 0.295 greenY: 0.600
[ 24.035] (II) intel(0): blueX: 0.144 blueY: 0.070 whiteX: 0.282 whiteY: 0.298
[ 24.035] (II) intel(0): Supported established timings:
[ 24.035] (II) intel(0): 720x400@70Hz
[ 24.035] (II) intel(0): 720x400@88Hz
[ 24.035] (II) intel(0): 640x480@60Hz
[ 24.035] (II) intel(0): 640x480@67Hz
[ 24.035] (II) intel(0): 640x480@72Hz
[ 24.035] (II) intel(0): 640x480@75Hz
[ 24.035] (II) intel(0): 800x600@56Hz
[ 24.036] (II) intel(0): 800x600@60Hz
[ 24.036] (II) intel(0): 800x600@72Hz
[ 24.036] (II) intel(0): 800x600@75Hz
[ 24.036] (II) intel(0): 832x624@75Hz
[ 24.036] (II) intel(0): 1024x768@87Hz (interlaced)
[ 24.036] (II) intel(0): 1024x768@60Hz
[ 24.036] (II) intel(0): 1024x768@70Hz
[ 24.036] (II) intel(0): 1024x768@75Hz
[ 24.036] (II) intel(0): 1280x1024@75Hz
[ 24.036] (II) intel(0): 1152x864@75Hz
[ 24.036] (II) intel(0): Manufacturer's mask: 0
[ 24.036] (II) intel(0): Supported standard timings:
[ 24.036] (II) intel(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
[ 24.036] (II) intel(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
[ 24.036] (II) intel(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
[ 24.036] (II) intel(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 24.036] (II) intel(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 24.036] (II) intel(0): #5: hsize: 1920 vsize 1440 refresh: 60 vid: 16593
[ 24.036] (II) intel(0): #6: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
[ 24.036] (II) intel(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
[ 24.036] (II) intel(0): Supported detailed timing:
[ 24.036] (II) intel(0): clock: 157.5 MHz Image Size: 310 x 230 mm
[ 24.036] (II) intel(0): h_active: 1280 h_sync: 1344 h_sync_end 1504 h_blank_end 1728 h_border: 0
[ 24.036] (II) intel(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1072 v_border: 0
[ 24.036] (II) intel(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 98 kHz, PixClock max 235 MHz
[ 24.036] (II) intel(0): Monitor name: F700P
[ 24.036] (II) intel(0): Monitor name:
[ 24.036] (II) intel(0): EDID (in hex):
[ 24.036] (II) intel(0): 00ffffffffffff001e6d4c4300000000
[ 24.036] (II) intel(0): 0f0f0103782119ace84ac5a1544b9924
[ 24.036] (II) intel(0): 12484cffff803159455961598180a940
[ 24.036] (II) intel(0): d140a94aa94f863d00c05100304040a0
[ 24.036] (II) intel(0): 130036e61000001e000000fd0032a01e
[ 24.036] (II) intel(0): 6217000a202020202020000000fc0046
[ 24.036] (II) intel(0): 373030500a20202020202020000000fc
[ 24.036] (II) intel(0): 000a2020202020202020202020200042
[ 24.037] (II) intel(0): EDID vendor "GSM", prod id 17228
[ 24.037] (II) intel(0): Using hsync ranges from config file
[ 24.037] (II) intel(0): Using vrefresh ranges from config file
[ 24.037] (II) intel(0): Printing DDC gathered Modelines:
[ 24.037] (II) intel(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24.037] (II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 24.037] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24.037] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz)
[ 24.037] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 24.037] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24.037] (II) intel(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 24.037] (II) intel(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 24.037] (II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 24.037] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24.037] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 24.037] (II) intel(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz)
[ 24.038] (II) intel(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz)
[ 24.038] (II) intel(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz)
[ 24.038] (II) intel(0): Not using mode "1920x1440" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 24.038] (II) intel(0): Not using mode "1024x768" (interlace mode not supported)
[ 24.038] (II) intel(0): Printing probed modes for output VGA1
[ 24.038] (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 24.038] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 24.038] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24.038] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24.038] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 24.038] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 24.038] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24.038] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24.038] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 24.038] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24.038] (II) intel(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 24.038] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24.038] (II) intel(0): Output VGA1 connected
[ 24.039] (II) intel(0): Using user preference for initial modes
[ 24.039] (II) intel(0): Output VGA1 using initial mode 1024x768 +0+0
[ 24.039] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 24.039] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
[ 24.039] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
[ 24.039] (**) intel(0): Display dimensions: (330, 250) mm
[ 24.039] (**) intel(0): DPI set to (78, 78)
[ 24.039] (II) Loading sub module "fb"
[ 24.039] (II) LoadModule: "fb"
[ 24.039] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24.043] (II) Module fb: vendor="X.Org Foundation"
[ 24.043] compiled for 1.9.0, module version = 1.0.0
[ 24.043] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.043] (==) Depth 24 pixmap format is 32 bpp
[ 24.044] (II) intel(0): [DRI2] Setup complete
[ 24.044] (II) intel(0): [DRI2] DRI driver: i965
[ 24.044] (**) intel(0): Tiling enabled
[ 24.044] (**) intel(0): SwapBuffers wait enabled
[ 24.044] (==) intel(0): VideoRam: 262144 KB
[ 24.044] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[ 24.080] (II) UXA(0): Driver registered support for the following operations:
[ 24.080] (II) solid
[ 24.080] (II) copy
[ 24.080] (II) composite (RENDER acceleration)
[ 24.080] (II) put_image
[ 24.080] (II) get_image
[ 24.080] (==) intel(0): Backing store disabled
[ 24.080] (==) intel(0): Silken mouse enabled
[ 24.080] (II) intel(0): Initializing HW Cursor
[ 24.147] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 24.147] (**) intel(0): DPMS enabled
[ 24.147] (==) intel(0): Intel XvMC decoder enabled
[ 24.147] (II) intel(0): Set up textured video
[ 24.147] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 24.147] (II) intel(0): direct rendering: DRI2 Enabled
[ 24.150] (--) RandR disabled
[ 24.150] (II) Initializing built-in extension Generic Event Extension
[ 24.150] (II) Initializing built-in extension SHAPE
[ 24.150] (II) Initializing built-in extension MIT-SHM
[ 24.150] (II) Initializing built-in extension XInputExtension
[ 24.150] (II) Initializing built-in extension XTEST
[ 24.150] (II) Initializing built-in extension BIG-REQUESTS
[ 24.150] (II) Initializing built-in extension SYNC
[ 24.150] (II) Initializing built-in extension XKEYBOARD
[ 24.150] (II) Initializing built-in extension XC-MISC
[ 24.150] (II) Initializing built-in extension XINERAMA
[ 24.150] (II) Initializing built-in extension XFIXES
[ 24.150] (II) Initializing built-in extension RENDER
[ 24.150] (II) Initializing built-in extension RANDR
[ 24.150] (II) Initializing built-in extension COMPOSITE
[ 24.150] (II) Initializing built-in extension DAMAGE
[ 24.157] (II) SELinux: Disabled by boolean
[ 24.296] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 24.296] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 24.296] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 24.296] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 24.296] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 24.297] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[ 24.297] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 24.297] (II) intel(0): Setting screen physical size to 270 x 203
[ 24.763] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 24.763] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24.763] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 24.763] (II) LoadModule: "evdev"
[ 24.773] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 24.781] (II) Module evdev: vendor="X.Org Foundation"
[ 24.781] compiled for 1.8.99.905, module version = 2.5.0
[ 24.781] Module class: X.Org XInput Driver
[ 24.781] ABI class: X.Org XInput driver, version 11.0
[ 24.781] (**) Power Button: always reports core events
[ 24.781] (**) Power Button: Device: "/dev/input/event1"
[ 24.782] (--) Power Button: Found keys
[ 24.782] (II) Power Button: Configuring as keyboard
[ 24.782] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 24.782] (**) Option "xkb_rules" "evdev"
[ 24.782] (**) Option "xkb_model" "pc105+inet"
[ 24.782] (**) Option "xkb_layout" "us"
[ 24.782] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 24.831] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 24.831] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24.831] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 24.831] (**) Power Button: always reports core events
[ 24.831] (**) Power Button: Device: "/dev/input/event0"
[ 24.834] (--) Power Button: Found keys
[ 24.834] (II) Power Button: Configuring as keyboard
[ 24.834] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 24.834] (**) Option "xkb_rules" "evdev"
[ 24.834] (**) Option "xkb_model" "pc105+inet"
[ 24.834] (**) Option "xkb_layout" "us"
[ 24.834] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 24.840] (II) config/udev: Adding input device USB Wheel Mouse (/dev/input/event2)
[ 24.840] (**) USB Wheel Mouse: Applying InputClass "evdev pointer catchall"
[ 24.840] (**) USB Wheel Mouse: always reports core events
[ 24.840] (**) USB Wheel Mouse: Device: "/dev/input/event2"
[ 24.840] (--) USB Wheel Mouse: Found 3 mouse buttons
[ 24.840] (--) USB Wheel Mouse: Found scroll wheel(s)
[ 24.840] (--) USB Wheel Mouse: Found relative axes
[ 24.841] (--) USB Wheel Mouse: Found x and y relative axes
[ 24.841] (II) USB Wheel Mouse: Configuring as mouse
[ 24.841] (**) USB Wheel Mouse: YAxisMapping: buttons 4 and 5
[ 24.841] (**) USB Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 24.841] (II) XINPUT: Adding extended input device "USB Wheel Mouse" (type: MOUSE)
[ 24.841] (**) USB Wheel Mouse: (accel) keeping acceleration scheme 1
[ 24.841] (**) USB Wheel Mouse: (accel) acceleration profile 0
[ 24.841] (**) USB Wheel Mouse: (accel) acceleration factor: 2.000
[ 24.841] (**) USB Wheel Mouse: (accel) acceleration threshold: 4
[ 24.841] (II) USB Wheel Mouse: initialized for relative axes.
[ 24.841] (II) config/udev: Adding input device USB Wheel Mouse (/dev/input/mouse0)
[ 24.842] (II) No input driver/identifier specified (ignoring)
[ 24.843] (II) config/udev: Adding input device ELAN USB KEYBOARD (/dev/input/event3)
[ 24.843] (**) ELAN USB KEYBOARD: Applying InputClass "evdev keyboard catchall"
[ 24.843] (**) ELAN USB KEYBOARD: Applying InputClass "system-setup-keyboard"
[ 24.843] (**) ELAN USB KEYBOARD: always reports core events
[ 24.843] (**) ELAN USB KEYBOARD: Device: "/dev/input/event3"
[ 24.843] (--) ELAN USB KEYBOARD: Found keys
[ 24.844] (II) ELAN USB KEYBOARD: Configuring as keyboard
[ 24.844] (II) XINPUT: Adding extended input device "ELAN USB KEYBOARD" (type: KEYBOARD)
[ 24.844] (**) Option "xkb_rules" "evdev"
[ 24.844] (**) Option "xkb_model" "pc105+inet"
[ 24.844] (**) Option "xkb_layout" "us"
[ 24.844] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 26.952] (II) intel(0): EDID for output VGA1
[ 26.953] (II) intel(0): Manufacturer: GSM Model: 434c Serial#: 0
[ 26.953] (II) intel(0): Year: 2005 Week: 15
[ 26.953] (II) intel(0): EDID Version: 1.3
[ 26.953] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 26.953] (II) intel(0): Signal levels configurable
[ 26.953] (II) intel(0): Sync: Separate
[ 26.953] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 25
[ 26.953] (II) intel(0): Gamma: 2.72
[ 26.953] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 26.953] (II) intel(0): First detailed timing not preferred mode in violation of standard!
[ 26.953] (II) intel(0): redX: 0.630 redY: 0.328 greenX: 0.295 greenY: 0.600
[ 26.953] (II) intel(0): blueX: 0.144 blueY: 0.070 whiteX: 0.282 whiteY: 0.298
[ 26.953] (II) intel(0): Supported established timings:
[ 26.953] (II) intel(0): 720x400@70Hz
[ 26.953] (II) intel(0): 720x400@88Hz
[ 26.953] (II) intel(0): 640x480@60Hz
[ 26.953] (II) intel(0): 640x480@67Hz
[ 26.953] (II) intel(0): 640x480@72Hz
[ 26.953] (II) intel(0): 640x480@75Hz
[ 26.953] (II) intel(0): 800x600@56Hz
[ 26.953] (II) intel(0): 800x600@60Hz
[ 26.954] (II) intel(0): 800x600@72Hz
[ 26.954] (II) intel(0): 800x600@75Hz
[ 26.954] (II) intel(0): 832x624@75Hz
[ 26.954] (II) intel(0): 1024x768@87Hz (interlaced)
[ 26.954] (II) intel(0): 1024x768@60Hz
[ 26.954] (II) intel(0): 1024x768@70Hz
[ 26.954] (II) intel(0): 1024x768@75Hz
[ 26.954] (II) intel(0): 1280x1024@75Hz
[ 26.954] (II) intel(0): 1152x864@75Hz
[ 26.954] (II) intel(0): Manufacturer's mask: 0
[ 26.954] (II) intel(0): Supported standard timings:
[ 26.954] (II) intel(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
[ 26.954] (II) intel(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
[ 26.954] (II) intel(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
[ 26.954] (II) intel(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 26.954] (II) intel(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 26.954] (II) intel(0): #5: hsize: 1920 vsize 1440 refresh: 60 vid: 16593
[ 26.954] (II) intel(0): #6: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
[ 26.954] (II) intel(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
[ 26.954] (II) intel(0): Supported detailed timing:
[ 26.954] (II) intel(0): clock: 157.5 MHz Image Size: 310 x 230 mm
[ 26.954] (II) intel(0): h_active: 1280 h_sync: 1344 h_sync_end 1504 h_blank_end 1728 h_border: 0
[ 26.954] (II) intel(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1072 v_border: 0
[ 26.954] (II) intel(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 98 kHz, PixClock max 235 MHz
[ 26.954] (II) intel(0): Monitor name: F700P
[ 26.954] (II) intel(0): Monitor name:
[ 26.954] (II) intel(0): EDID (in hex):
[ 26.954] (II) intel(0): 00ffffffffffff001e6d4c4300000000
[ 26.954] (II) intel(0): 0f0f0103782119ace84ac5a1544b9924
[ 26.954] (II) intel(0): 12484cffff803159455961598180a940
[ 26.954] (II) intel(0): d140a94aa94f863d00c05100304040a0
[ 26.954] (II) intel(0): 130036e61000001e000000fd0032a01e
[ 26.954] (II) intel(0): 6217000a202020202020000000fc0046
[ 26.954] (II) intel(0): 373030500a20202020202020000000fc
[ 26.954] (II) intel(0): 000a2020202020202020202020200042
[ 26.954] (II) intel(0): EDID vendor "GSM", prod id 17228
[ 26.954] (II) intel(0): Using hsync ranges from config file
[ 26.954] (II) intel(0): Using vrefresh ranges from config file
[ 26.954] (II) intel(0): Printing DDC gathered Modelines:
[ 26.954] (II) intel(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
[ 26.954] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 26.954] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 26.954] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 26.954] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 26.955] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 26.955] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 26.955] (II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 26.955] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 26.955] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz)
[ 26.955] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 26.955] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 26.955] (II) intel(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 26.955] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 26.955] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 26.955] (II) intel(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz)
[ 26.955] (II) intel(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz)
[ 26.955] (II) intel(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz)
[ 26.955] (II) intel(0): Not using mode "1920x1440" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 26.955] (II) intel(0): Not using mode "1024x768" (interlace mode not supported)
[ 26.955] (II) intel(0): Printing probed modes for output VGA1
[ 26.955] (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 26.955] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 26.955] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 26.955] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 26.955] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 26.955] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 26.955] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 26.956] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 26.956] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 26.956] (II) intel(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 26.956] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 27.082] (II) intel(0): EDID for output VGA1
[ 27.082] (II) intel(0): Manufacturer: GSM Model: 434c Serial#: 0
[ 27.082] (II) intel(0): Year: 2005 Week: 15
[ 27.082] (II) intel(0): EDID Version: 1.3
[ 27.082] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 27.082] (II) intel(0): Signal levels configurable
[ 27.082] (II) intel(0): Sync: Separate
[ 27.082] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 25
[ 27.082] (II) intel(0): Gamma: 2.72
[ 27.082] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 27.082] (II) intel(0): First detailed timing not preferred mode in violation of standard!
[ 27.082] (II) intel(0): redX: 0.630 redY: 0.328 greenX: 0.295 greenY: 0.600
[ 27.082] (II) intel(0): blueX: 0.144 blueY: 0.070 whiteX: 0.282 whiteY: 0.298
[ 27.082] (II) intel(0): Supported established timings:
[ 27.082] (II) intel(0): 720x400@70Hz
[ 27.082] (II) intel(0): 720x400@88Hz
[ 27.082] (II) intel(0): 640x480@60Hz
[ 27.082] (II) intel(0): 640x480@67Hz
[ 27.082] (II) intel(0): 640x480@72Hz
[ 27.082] (II) intel(0): 640x480@75Hz
[ 27.082] (II) intel(0): 800x600@56Hz
[ 27.082] (II) intel(0): 800x600@60Hz
[ 27.082] (II) intel(0): 800x600@72Hz
[ 27.082] (II) intel(0): 800x600@75Hz
[ 27.082] (II) intel(0): 832x624@75Hz
[ 27.082] (II) intel(0): 1024x768@87Hz (interlaced)
[ 27.082] (II) intel(0): 1024x768@60Hz
[ 27.082] (II) intel(0): 1024x768@70Hz
[ 27.082] (II) intel(0): 1024x768@75Hz
[ 27.082] (II) intel(0): 1280x1024@75Hz
[ 27.082] (II) intel(0): 1152x864@75Hz
[ 27.082] (II) intel(0): Manufacturer's mask: 0
[ 27.082] (II) intel(0): Supported standard timings:
[ 27.082] (II) intel(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
[ 27.082] (II) intel(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
[ 27.082] (II) intel(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
[ 27.082] (II) intel(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 27.082] (II) intel(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 27.082] (II) intel(0): #5: hsize: 1920 vsize 1440 refresh: 60 vid: 16593
[ 27.083] (II) intel(0): #6: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
[ 27.083] (II) intel(0): #7: hsize: 1600 vsize 1200 refresh: 75 vid: 20393
[ 27.083] (II) intel(0): Supported detailed timing:
[ 27.083] (II) intel(0): clock: 157.5 MHz Image Size: 310 x 230 mm
[ 27.083] (II) intel(0): h_active: 1280 h_sync: 1344 h_sync_end 1504 h_blank_end 1728 h_border: 0
[ 27.083] (II) intel(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1072 v_border: 0
[ 27.083] (II) intel(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 98 kHz, PixClock max 235 MHz
[ 27.083] (II) intel(0): Monitor name: F700P
[ 27.083] (II) intel(0): Monitor name:
[ 27.083] (II) intel(0): EDID (in hex):
[ 27.083] (II) intel(0): 00ffffffffffff001e6d4c4300000000
[ 27.083] (II) intel(0): 0f0f0103782119ace84ac5a1544b9924
[ 27.083] (II) intel(0): 12484cffff803159455961598180a940
[ 27.083] (II) intel(0): d140a94aa94f863d00c05100304040a0
[ 27.083] (II) intel(0): 130036e61000001e000000fd0032a01e
[ 27.083] (II) intel(0): 6217000a202020202020000000fc0046
[ 27.083] (II) intel(0): 373030500a20202020202020000000fc
[ 27.083] (II) intel(0): 000a2020202020202020202020200042
[ 27.083] (II) intel(0): EDID vendor "GSM", prod id 17228
[ 27.083] (II) intel(0): Using hsync ranges from config file
[ 27.083] (II) intel(0): Using vrefresh ranges from config file
[ 27.083] (II) intel(0): Printing DDC gathered Modelines:
[ 27.083] (II) intel(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
[ 27.083] (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 27.083] (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 27.083] (II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 27.083] (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 27.083] (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 27.083] (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
[ 27.083] (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 27.083] (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 27.083] (II) intel(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz)
[ 27.083] (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 27.083] (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 27.083] (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 27.083] (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 27.083] (II) intel(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 27.084] (II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 27.084] (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 27.084] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 27.084] (II) intel(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz)
[ 27.084] (II) intel(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz)
[ 27.084] (II) intel(0): Modeline "1600x1200"x0.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz)
[ 27.084] (II) intel(0): Not using mode "1920x1440" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1600x1200" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1280x1024" (hsync out of range)
[ 27.084] (II) intel(0): Not using mode "1024x768" (interlace mode not supported)
[ 27.084] (II) intel(0): Printing probed modes for output VGA1
[ 27.084] (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz)
[ 27.084] (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz)
[ 27.084] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 27.084] (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 27.084] (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 27.084] (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 27.084] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 27.084] (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 27.084] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 27.084] (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 27.084] (II) intel(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz)
[ 27.084] (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 27.223] (II) intel(0): EDID for output VGA1
[ 27.223] (II) intel(0): Manufacturer: GSM Model: 434c Serial#: 0
[ 27.223] (II) intel(0): Year: 2005 Week: 15
[ 27.223] (II) intel(0): EDID Version: 1.3
[ 27.223] (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 27.223] (II) intel(0): Signal levels configurable
[ 27.223] (II) intel(0): Sync: Separate
[ 27.223] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 25
[ 27.223] (II) intel(0): Gamma: 2.72
[ 27.223] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 27.223] (II) intel(0): First detailed timing not preferred mode in violation of standard!
[ 27.223] (II) intel(0): redX: 0.630 redY: 0.328 greenX: 0.295 greenY: 0.600
[ 27.223] (II) intel(0): blueX: 0.144 blueY: 0.070 whiteX: 0.282 whiteY: 0.298
[ 27.223] (II) intel(0): Supported established timings:
[ 27.223] (II) intel(0): 720x400@70Hz
[ 27.223] (II) intel(0): 720x400@88Hz
[ 27.223] (II) intel(0): 640x480@60Hz
[ 27.223] (II) intel(0): 640x480@67Hz
[ 27.223] (II) intel(0): 640x480@72Hz
[ 27.223] (II) intel(0): 640x480@75Hz
[ 27.223] (II) intel(0): 800x600@56Hz
[ 27.223] (II) intel(0): 800x600@60Hz
[ 27.223] (II) intel(0)
نقل قول این ارسال در یک پاسخ


رفتن به انجمن :


کاربران در حال مشاهده موضوع : 3 مهمان