Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
945GM wont work in 1440x900 :(
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Sun Oct 14, 2007 2:58 pm    Post subject: 945GM wont work in 1440x900 :( Reply with quote

I think i tried everything and i just cant manage to get X to boot in 1440x900, instead it boots up in 1280x800 in 60Hz. The problem is that before I updated X, I could manage to get X to wirk with 1280x800 but in 75Hz, which is acceptable, since I couldn`t get 1440 ..
.. BUT .. now .. after I updated X .. i can`t set 1280x800@75Hz or 1440x900 .. things are not working as I thought it would :( ..

so .. the question should be .. is there any chanse for me to boot X in 1440x900? .. if not .. how to set it in 1280x800@75Hz instead ?

here is my 915resolution

Code:
 915resolution -l
Intel 800/900 Series VBIOS Hack : version 0.5.3

Chipset: 945GM
BIOS: TYPE 1
Mode Table Offset: $C0000 + $269
Mode Table Entries: 36

Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1440x900, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1440x900, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1440x900, 32 bits/pixel
Mode 63 : 512x771, 8 bits/pixel
Mode 64 : 512x771, 16 bits/pixel
Mode 65 : 512x771, 32 bits/pixel


xorg.conf

Code:
cat /etc/X11/xorg.conf
Section "ServerLayout"
   Identifier   "X.Org Configured"
   Screen   0   "Screen0" 0 0
   InputDevice   "Keyboard0" "CoreKeyboard"
   InputDevice   "USB Mouse" "CorePointer" #"SendCoreEvents"
   InputDevice   "TouchPad" "CorePointer"
   Option         "AIGLX" "true"

      Option "BlankTime"   "10"    # Blank the screen in 10 minutes (Fake)
      Option "StandbyTime" "20"    # Turn off screen in 20 minutes (DPMS)
      Option "SuspendTime" "30"    # Full hibernation in 30 minutes (DPMS)
      Option "OffTime"     "40"    # Turn off DPMS monitor (DPMS)
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "ServerFlags"
   Option   "AllowMouseOpenFail" "true"
EndSection

Section "Files"
   FontPath    "/usr/share/fonts/misc:unscaled"
   FontPath    "/usr/share/fonts/TTF"
   FontPath    "/usr/share/fonts/corefonts"
   FontPath    "/usr/share/fonts/freefonts"
   FontPath    "/usr/share/fonts/sharefonts"
   FontPath    "/usr/share/fonts/terminus"
   FontPath    "/usr/share/fonts/ttf-bitstream-vera"
   FontPath    "/usr/share/fonts/unifont"
   FontPath    "/usr/share/fonts/75dpi:unscaled"
   FontPath    "/usr/share/fonts/100dpi:unscaled"
   FontPath    "/usr/share/fonts/artwiz"
   FontPath   "/usr/share/fonts/unifont"
   FontPath   "/usr/share/fonts/util"
   FontPath   "/usr/share/fonts/encodings"
   FontPath   "/usr/share/fonts/default/ghostscript"

EndSection

Section "Module"
   Load "synaptics"
   Load   "ddc"
#   Load   "vbe"
   Load   "GLcore"
   Load   "dbe"
   Load   "dri"
   Load   "extmod"
   Load   "glx"
   Load   "bitmap"
   Load   "type1"
   Load   "freetype"
   Load   "record"
   Load   "i2c"
   Load   "int10"
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver   "kbd"
   Option   "CoreKeyboard"
   Option   "XkbRules" "xorg"
   Option   "XkbModel" "pc105"
#   Option   "XkbOptions" "grp:toggle,grp_led:scroll"
   Option   "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
   Identifier   "USB Mouse"
   Driver   "mouse"
   Option   "Device" "/dev/input/mice"
   Option   "SendCoreEvents" "true"
   Option   "Protocol" "IMPS/2"
   Option   "ZAxisMapping" "4 5 6 7"
   Option   "Buttons" "5"
   Option   "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
   Driver      "synaptics"
   Identifier  "TouchPad"
   Option      "SendCoreEvents" "true"
   Option      "Device" "/dev/input/event6"
   Option      "Protocol" "auto-dev"
   Option      "SHMConfig" "on"
   Option      "Emulate3Buttons" "on"
   Option "LeftEdge" "130"
   Option "RightEdge" "840"
   Option "TopEdge" "130"
   Option "BottomEdge" "640"
   Option "FingerLow" "7"
   Option "FingerHigh" "8"
   Option "MaxTapTime" "180"
   Option "MinTapTime" "110"
   Option "ClickTime" "0"
   Option "EmulateMidButtonTime" "75"
   Option "VertScrollDelta" "20"
   Option "HorizScrollDelta" "20"
   Option "MinSpeed" "0.40"
   Option "MaxSpeed" "0.65"
   Option "AccelFactor" "0.030"
   Option "EdgeMotionMinSpeed" "200"
   Option "EdgeMotionMaxSpeed" "200"
   Option "UpDownScrolling" "1"
   Option "CircularScrolling" "1"
   Option "CircScrollDelta" "0.1"
   Option "CircScrollTrigger" "3"
   Option "VertEdgeScroll" "on"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync 30-90
   VertRefresh 75
   Modeline "1440x900"   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync
#    ModeLine    "1440x900" 96.2 1440 1504 1536 1760 900 903 906 912
   Option "DPMS"
   Option "DDC" "False"

EndSection

Section "Device"

    Identifier  "Card0"
    VendorName "Intel Corp."
    BoardName "Intel 915"
    Driver      "i810"
    Option      "DRI"           "true"
    Option      "RenderAccel"   "true"
    Option      "XVideo"        "true"
#    Option     "UseEdidDpi"    "false"
#    Option     "DPI"   "96 x 96"
    Option      "NoAccel" "false"
    Option "ForceBIOS" "1280x800=1440x900"
    Option      "DRI"     "true"
    Option      "XAANoOffscreenPixmaps" "true"
    Option      "XVideo"  "true"
    Option "May_Need_ForceBIOS" "1"
    Option      "PageFlip" "true"
    BusID       "PCI:00:02:0"
    VideoRam    65536

EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Card0"
   Monitor   "Monitor0"
   DefaultColorDepth 24

   SubSection "Display"
      Depth   24
      Modes "1440x900"
      ViewPort 0 0
   EndSubSection

   SubSection "Display"
      Depth   32
      Modes "1440x900"
      ViewPort 0 0
   EndSubSection

EndSection

Section "DRI"
   Mode 0666
EndSection



xorg.log
Code:
cat /var/log/Xorg.0.log

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux void 2.6.22-gentoo-r5 #1 SMP Fri Aug 24 02:25:12 CEST 2007 x86_64
Build Date: 12 October 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 14 16:44:27 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "USB Mouse"
(**) |-->Input Device "TouchPad"
(WW) Duplicate core pointer devices.  Removing core pointer attribute from "TouchPad"
(**) FontPath set to:
        /usr/share/fonts/misc:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/corefonts,
        /usr/share/fonts/freefonts,
        /usr/share/fonts/sharefonts,
        /usr/share/fonts/terminus,
        /usr/share/fonts/ttf-bitstream-vera,
        /usr/share/fonts/unifont,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/artwiz,
        /usr/share/fonts/unifont,
        /usr/share/fonts/util,
        /usr/share/fonts/encodings,
        /usr/share/fonts/default/ghostscript
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "40"
(**) Option "AIGLX" "true"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x6a7a20
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.2
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 1179,0001 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27a2 card 1179,0005 rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 1179,0005 rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 1179,0001 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1179,0001 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1179,0001 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1179,0001 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1179,0001 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1179,0001 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 1179,0001 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1179,0001 rev 02 class 01,01,80 hdr 00
(II) PCI: 01:00:0: chip 8086,109a card 1179,0001 rev 00 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 8086,4222 card 8086,1041 rev 02 class 02,80,00 hdr 00
(II) PCI: 03:0b:0: chip 104c,8039 card 1000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 03:0b:1: chip 104c,803a card 1179,0001 rev 00 class 0c,00,10 hdr 80
(II) PCI: 03:0b:3: chip 104c,803c card 1179,0001 rev 00 class 08,05,01 hdr 80
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xffa00000 - 0xffafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:2), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xff900000 - 0xff9fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,7), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 I/O range:
        [0] -1  0       0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0       0xff800000 - 0xff8fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x53ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 4: bridge is at (3:11:0), (3,4,7), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 4 I/O range:
        [0] -1  0       0x00001000 - 0x000010ff (0x100) IX[B]
        [1] -1  0       0x00001400 - 0x000014ff (0x100) IX[B]
(II) Bus 4 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x53ffffff (0x4000000) MX[B]
(--) PCI:*(0:2:0) Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xffd80000/19, 0xe0000000/28, 0xffd40000/18, I/O @ 0xcff8/3
(--) PCI: (0:2:1) Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xffc80000/19
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [1] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [2] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [3] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [4] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [5] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [6] -1  0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [7] -1  0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [8] -1  0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [11] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [12] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [13] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [14] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [15] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [16] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [17] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [18] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [19] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [20] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [21] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [1] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [2] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [3] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [4] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [5] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [6] -1  0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [7] -1  0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [8] -1  0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [11] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [12] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [13] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [14] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [15] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [16] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [17] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [18] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [19] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [20] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [21] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [5] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [6] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [7] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [8] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [9] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [10] -1 0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [11] -1 0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [12] -1 0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [14] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [18] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [20] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [23] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [24] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [25] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [26] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [27] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
(II) LoadModule: "synaptics"
(II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
        compiled for 4.3.99.902, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(**) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.3.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "i2c"(II) Module already built-in
(II) LoadModule: "int10"
(II) Loading /usr/lib64/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "i810"
(II) Loading /usr/lib64/xorg/modules/drivers//i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 2.1.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib64/xorg/modules/input//synaptics_drv.so
(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, 965G, 965G, 965Q, 946GZ,
        965GM, 965GME/GLE, G33, Q35, Q33
(II) Primary Device is: PCI 00:02:0
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 945GM found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [5] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [6] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [7] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [8] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [9] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [10] -1 0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [11] -1 0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [12] -1 0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [14] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [18] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [20] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [23] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [24] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [25] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [26] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [27] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [5] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [6] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [7] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [8] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [9] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [10] -1 0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [11] -1 0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [12] -1 0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [14] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [21] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [22] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [23] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [24] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [25] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [26] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [27] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [28] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [29] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [30] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
        [31] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [32] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib64/xorg/modules//libint10.so
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.2
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "NoAccel" "false"
(**) intel(0): Option "DRI" "true"
(**) intel(0): Option "PageFlip" "true"
(**) intel(0): Option "XVideo" "true"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(--) intel(0): Linear framebuffer at 0xE0000000
(--) intel(0): IO registers at addr 0xFFD80000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using XAA for acceleration
(--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
(II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
        for the DRM memory manager.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(**) intel(0): Option "ddc" "False"
(II) intel(0): EDID for output LVDS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib64/xorg/modules//libint10.so
(II) intel(0): initializing int10
(WW) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 7872 kB
(II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(**) intel(0): Option "ddc" "False"
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x60.2   69.14  1280 1301 1333 1408  800 804 808 816 (49.1 kHz)
(II) intel(0): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TV disconnected
(II) intel(0): Output LVDS using initial mode 1280x800
(II) intel(0): Monitoring connected displays enabled
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(**) intel(0): Will try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib64/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(II) Loading sub module "dri"
(II) LoadModule: "dri"
(II) Reloading /usr/lib64/xorg/modules/extensions//libdri.so
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xffd40000 - 0xffd7ffff (0x40000) MS[B]
        [1] 0   0       0xe0000000 - 0xefffffff (0x10000000) MS[B]
        [2] 0   0       0xffd80000 - 0xffdfffff (0x80000) MS[B]
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [8] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [9] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [10] -1 0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [11] -1 0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [12] -1 0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [13] -1 0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [14] -1 0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [15] -1 0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [16] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [17] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [18] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [19] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [20] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [21] 0  0       0x0000cff8 - 0x0000cfff (0x8) IS[B]
        [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [25] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [26] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [27] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [28] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [29] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [30] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [31] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [32] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [33] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [34] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
        [35] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [36] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(WW) intel(0): VideoRam configuration found, which is no longer recommended.
(II) intel(0): Continuing with default 262144kB VideoRam instead of 65536 kB.
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
(**) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers and
               large DRI memory manager reservation:
(II) intel(0): Allocating 4860 scanlines for pixmap cache
(II) intel(0): Success.
(II) intel(0): Increasing the scanline pitch to allow tiling mode (1280 -> 2048).
(II) intel(0): Memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x3f820000 physical)
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
(II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x3f832000 physical)
(II) intel(0): 0x00033000-0x00042fff: xaa scratch (64 kB)
(II) intel(0): 0x007bf000:            end of stolen memory
(II) intel(0): 0x01000000-0x01ffffff: back buffer (10240 kB)
(II) intel(0): 0x02000000-0x02ffffff: depth buffer (10240 kB)
(II) intel(0): 0x04000000-0x07ffffff: front buffer (49120 kB)
(II) intel(0): 0x08000000-0x09ffffff: DRI memory manager (32768 kB)
(II) intel(0): 0x0a000000-0x0bffffff: textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): front buffer is tiled
(II) intel(0): back buffer is tiled
(II) intel(0): depth buffer is tiled
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): [drm] DRM interface version 1.3
(II) intel(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) intel(0): [drm] added 8192 byte SAREA at 0x2efff000
(II) intel(0): [drm] mapped SAREA 0x2efff000 to 0x2af619848000
(II) intel(0): [drm] framebuffer handle = 0xe4000000
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): Unable to use TTM-based memory manager with DRM version 1.6
(WW) intel(0): DRM version 1.9 or newer required for Page flipping. Disabling.
(II) intel(0): [drm] Registers = 0xffd80000
(II) intel(0): [drm] ring buffer = 0xe0000000
(II) intel(0): [drm] init sarea width,height = 1280 x 1280 (pitch 2048)
(II) intel(0): [drm] Mapping front buffer
(II) intel(0): [drm] Front Buffer = 0x2fff8000
(II) intel(0): [drm] Back Buffer = 0xe1000000
(II) intel(0): [drm] Depth Buffer = 0xe2000000
(II) intel(0): [drm] textures = 0xea000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(==) intel(0): Removed MMIO write-combining range (0xe0000000,0x400000)
(==) intel(0): Write-combining range (0xe0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) intel(0): Option "XaaNoOffscreenPixmaps" "true"
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x04000000 (pgoffset 16384)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x0a000000 (pgoffset 40960)
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is off
(II) intel(0):   Display plane A is now disabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TV is connected to pipe none
(**) Option "dpms"
(**) intel(0): DPMS enabled
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(II) intel(0): [DRI] installation complete
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): direct rendering: Enabled
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) intel(0): Option "RenderAccel" is not used
(WW) intel(0): Option "ForceBIOS" is not used
(WW) intel(0): Option "May_Need_ForceBIOS" is not used
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib64/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 338 x 211
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "XkbVariant" ",winkeys"
(**) Keyboard0: XkbVariant: ",winkeys"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents" "true"
(**) USB Mouse: always reports core events
(**) Option "CorePointer"
(**) USB Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(**) Option "Emulate3Buttons" "true"
(**) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) USB Mouse: ZAxisMapping: buttons 4, 5, 6 and 7
(**) USB Mouse: Buttons: 11
(**) USB Mouse: Sensitivity: 1
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) TouchPad auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "130"
(**) Option "RightEdge" "840"
(**) Option "TopEdge" "130"
(**) Option "BottomEdge" "640"
(**) Option "FingerLow" "7"
(**) Option "FingerHigh" "8"
(**) Option "MaxTapTime" "180"
(**) Option "ClickTime" "0"
(**) Option "EmulateMidButtonTime" "75"
(**) Option "VertScrollDelta" "20"
(**) Option "HorizScrollDelta" "20"
(**) Option "VertEdgeScroll" "on"
(**) Option "EdgeMotionMinSpeed" "200"
(**) Option "EdgeMotionMaxSpeed" "200"
(**) Option "UpDownScrolling" "1"
(**) Option "CircularScrolling" "1"
(**) Option "CircScrollTrigger" "3"
(--) TouchPad touchpad found
(**) Option "SendCoreEvents" "true"
(**) TouchPad: always reports core events
(**) Option "CorePointer" "False"

_________________
http://droopia.net
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Sun Oct 14, 2007 3:20 pm    Post subject: Reply with quote

What machine is that ?

I remember discovering, ( under windows !) that my wife's emebedded graphics on Thinkpad laptop (which I think is 945G) could work only with modes that are hardwired in firmware and noway I could set the other ones.
Back to top
View user's profile Send private message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Sun Oct 14, 2007 8:13 pm    Post subject: Reply with quote

it is a laptop .. toshiba tecra a8 pta83e

i found that this 915resolution should work with all 800/900 series .. so i think that there must be somehow my mistake, but can`t find a solution :)

Code:
emerge --info
Portage 2.1.3.9 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.5-r4, 2.6.22-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.22-gentoo-r5 x86_64 Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz
Timestamp of tree: Sun, 14 Oct 2007 01:20:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r5
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ABI="amd64"
ACCEPT_KEYWORDS="amd64"
ALSA_CARDS="hda-intel"
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol"
ANT_HOME="/usr/share/ant-core"
ARCH="amd64"
ASFLAGS_x86="--32"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CCACHE_DIR="/var/tmp/ccache/"
CCACHE_SIZE="2G"
CDEFINE_amd64="__x86_64__"
CDEFINE_x86="__i386__"
CFLAGS="-march=nocona -O2 -pipe"
CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
CHOST="x86_64-pc-linux-gnu"
CHOST_amd64="x86_64-pc-linux-gnu"
CHOST_x86="i686-pc-linux-gnu"
CLASSPATH="."
CLEAN_DELAY="5"
COLORTERM=""
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CVS_RSH="ssh"
CXXFLAGS="-march=nocona -O2 -pipe"
DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-WWy7VgECWU,guid=1b8648c86976a58b97fa450047122b5f"
DCOP_YAKUAKE_SESSION="0"
DEFAULT_ABI="amd64"
DESKTOP_SESSION="kde-3.5"
DISPLAY=":0"
DISTDIR="/usr/portage/distfiles"
DM_CONTROL="/var/run/xdmctl"
EDITOR="/bin/nano"
ELIBC="glibc"
EMERGE_DEFAULT_OPTS="--ask --verbose"
EMERGE_WARNING_DELAY="10"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O ${DISTDIR}/${FILE} ${URI}"
GCC_PATH="/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2"
GCC_SPECS=""
GDK_USE_XFT="1"
GENERATION="2"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
GS_LIB="/home/playahater/.fonts"
GTK2_RC_FILES="/home/playahater/.gtkrc-2.0-kde:/home/playahater/.kde3.5/share/config/gtkrc-2.0"
GTK_RC_FILES="/etc/gtk/gtkrc:/home/playahater/.gtkrc:/home/playahater/.kde3.5/share/config/gtkrc"
G_BROKEN_FILENAMES="1"
G_FILENAME_ENCODING="UTF-8"
HISTCONTROL="ignorespace"
HOME="/root"
INFOPATH="/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.17/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/info"
INPUT_DEVICES="keyboard mouse synaptics evdev"
JAVAC="/etc/java-config-2/current-system-vm/bin/javac"
JAVA_HOME="/etc/java-config-2/current-system-vm"
JDK_HOME="/etc/java-config-2/current-system-vm"
KDEDIRS="/usr:/usr/local:/usr/kde/3.5"
KDE_FULL_SESSION="true"
KDE_MULTIHEAD="false"
KDE_SESSION_UID="1000"
KERNEL="linux"
KONSOLE_DCOP="DCOPRef(yakuake,konsole)"
KONSOLE_DCOP_SESSION="DCOPRef(yakuake,session-1)"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
LESS="-R -M --shift 5"
LESSOPEN="|lesspipe.sh %s"
LIBDIR_amd64="lib64"
LIBDIR_x86="lib32"
LOGNAME="root"
LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:\
                  mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:\
                 *.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:\
                 *.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:\
                 *.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:\
                 *.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:\
                 *.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:\
                 *.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:\
                 *.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:\
                 *.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:\
                 *.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:"
MAKEOPTS="-j3"
MANPATH="/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.17/man:\
               /usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/man:/opt/blackdown-jdk-1.4.2.03/man:/etc/java-config/system-vm/man/:\
               /usr/lib64/php5/man/:/usr/kde/3.5/share/man:/usr/qt/3/doc/man"
MC_SID="24379"
MC_TMPDIR="/tmp/mc-root"
MULTILIB_ABIS="amd64 x86"
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage)"
OLDPWD="/stuff/tmp"
OPENGL_PROFILE="xorg-x11"
PAGER="/usr/bin/less"
PATH="/sbin:/bin:/usr/sbin:/usr/bin"
PKGDIR="/usr/portage/packages"
PKG_CONFIG_PATH="/usr/qt/3/lib64/pkgconfig:/usr/qt/3/lib32/pkgconfig"
PORTAGE_ARCHLIST="ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips ia64 alpha ppc-macos hppa sparc-fbsd"
PORTAGE_BINHOST_CHUNKSIZE="3000"
PORTAGE_BIN_PATH="/usr/lib64/portage/bin"
PORTAGE_CONFIGROOT="/"
PORTAGE_DEBUG="0"
PORTAGE_DEPCACHEDIR="/var/cache/edb/dep"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_MAILFROM="portage"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_SYSTEM="save_summary echo"
PORTAGE_GID="250"
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_NICENESS="3"
PORTAGE_PYM_PATH="/usr/lib64/portage/pym"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_RSYNC_RETRIES="3"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_TMPFS="/dev/shm/"
PORTAGE_WORKDIR_MODE="0700"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/xeffects/trunk /usr/local/portage"
PRELINK_PATH_MASK="/usr/lib/gstreamer-0.10:/usr/lib/gstreamer-0.8"
PWD="/stuff/tmp/dmabt-0.2"
PYTHONPATH="/usr/lib64/portage/pym"
QMAKESPEC="linux-g++"
QTDIR="/usr/qt/3"
RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O ${DISTDIR}/${FILE} ${URI}"
ROOT="/"
ROOTPATH="/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/opt/blackdown-jdk-1.4.2.03/bin:\
                 /opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin"
RPMDIR="/usr/portage/rpm"
SANE_CONFIG_DIR="/etc/sane.d"
SESSION_MANAGER="local/void:/tmp/.ICE-unix/6459"
SHELL="/bin/bash"
SHLVL="4"
STAGE1_USE="nptl nptlonly unicode"
SYMLINK_LIB="yes"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
TERM="xterm"
USB_DEVFS_PATH="/dev/bus/usb"
USE="7zip X a52 aac aalib acl acpi aim alsa amd64 apache2 apm atm automount avi berkdb bitmap-fonts bluetooth bzip2 bzlib cairo cdparanoia cdr cli cpudetection cracklib crypt cscope css ctype cups curl dbus dga dhcp dia directfb divx divx4linux dri dvd dvdnav dvdr dvdread eap-tls encode exif extrafilters fbcon fbdev ffmpeg firefox flac fortran ftp fuse gdbm gif gimpprint glx gmedia gpm gstreamer gtk gtk2 hal iconv icq imagemagick imlib inkjar ipv6 irda irmc isdnlog jabber jack java javascript jpeg jpeg2k json kde kerberos lame libcaca lm_sensors mad md5sum midi mjpeg mmx motif mozdevelop mozilla mp3 mp4 mpeg mplayer msn mudflap multiuser mysql mysqli nas ncurses nethack nls nptl nptlonly nsplugin offensive ogg openal opengl openmp oss pam pcmcia pcre pdflib perl php png pnp postgres postscript ppds pppd python qt qt3 qt3support qt4 quicktime radius rar readline realmedia reflection rtc ruby samba scanner sdl sensord session slang slp sound spl srt sse sse2 ssl ssse3 svg syslog szip tcpd tga theora tiff tk truetype truetype-fonts type1 type1-fonts unicode usb vcd vesa vga vim-syntax visualization vorbis wifi wmp x264 xine xml xml2 xmlrpc xorg xosd xpm xprint xscreensaver xv xvid yahoo zip zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="i810 i915 i940 intel"
USER="root"
USERLAND="GNU"
USE_EXPAND="ALSA_CARDS ALSA_PCM_PLUGINS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS USERLAND VIDEO_CARDS"
USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND"
USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d"
VIDEO_CARDS="i810 i915 i940 intel"
VMHANDLE="blackdown-jdk-1.4.2"
WINDOWID="50331833"
XARGS="xargs -r"
XAUTHORITY="/root/.xauthjfOLci"
XCURSOR_THEME="default"
XDG_CONFIG_DIRS="/usr/kde/3.5/etc/xdg"
XDG_DATA_DIRS="/usr/share:/usr/kde/3.5/share:/usr/local/share"
XDM_MANAGED="/var/run/xdmctl/xdmctl-:0,maysd,mayfn,sched,rsvd,method=classic"
_="/usr/bin/emerge"


Mod Edit by NeddySeagoon ... line breaks added for legibility
_________________
http://droopia.net
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Mon Oct 15, 2007 12:47 am    Post subject: Reply with quote

If it is a laptop, are you playing with it's own screen or the external one (as I think) ?
Back to top
View user's profile Send private message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Mon Oct 15, 2007 1:08 am    Post subject: Reply with quote

well .. with its own .. i guess ..

it`s a Screen0 .. right? .. :)


edit:
UPS .. that was dumb mistake .. i have corrected it :) .. yet I still have a problem .. :(

when I set the screen resolution to 1440x900 xorg fails with error that the settings are bad and when I set it to 1280x800 it works.

is it possible that i can`t get that with my 945gm?

P.S. - here`s the last xorg.log :)

Code:
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(**) intel(0): Option "ddc" "False"
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x60.2   69.14  1280 1301 1333 1408  800 804 808 816 (49.1 kHz)
(II) intel(0): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(**) intel(0): Option "ddc" "False"
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x60.2   69.14  1280 1301 1333 1408  800 804 808 816 (49.1 kHz)
(II) intel(0): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(46 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV

_________________
http://droopia.net
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Mon Oct 15, 2007 3:49 am    Post subject: Reply with quote

What is the native resolution of your laptop display ? You should not run it at any other resolutions - it is meaningless.
LCD screen natively are usually run at 60 Hz and do not require more. 75 HZ etc were needed for CRT monitors where flicker was an issue.
Back to top
View user's profile Send private message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Mon Oct 15, 2007 12:07 pm    Post subject: Reply with quote

yes .. I agree .. but with higher refresh rate i could get greater resolution .. so i could get a little smaller picture with higer refresh rate ..
but, now, main goal is to make it boot in 1440x900, which I btw saw already on some ubuntu and some fcs amilo with the same monitor and it`s a great picture .. I would very much like to run that res on my tecra

the native resolution is 12800x800 but it`s d*mn hugde for my taste .. i would like to run 1440 :)
_________________
http://droopia.net
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Mon Oct 15, 2007 1:44 pm    Post subject: Reply with quote

what happens if you downgrade to the 1.74 i810 driver?


(and what's up with the formatting of your posts??)
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
pigeon768
l33t
l33t


Joined: 02 Jan 2006
Posts: 683

PostPosted: Mon Oct 15, 2007 3:40 pm    Post subject: Reply with quote

playahater wrote:
yes .. I agree .. but with higher refresh rate i could get greater resolution .. so i could get a little smaller picture with higer refresh rate ..
No you couldn't. Refresh rate has nothing to do with image size. With CRT's, a CRT monitor that is physically capable of running with a higher refresh rate is probably capable of running with a higher resolution, but this is not the case for LCD's.
playahater wrote:
but, now, main goal is to make it boot in 1440x900, which I btw saw already on some ubuntu and some fcs amilo with the same monitor and it`s a great picture .. I would very much like to run that res on my tecra

the native resolution is 12800x800 but it`s d*mn hugde for my taste .. i would like to run 1440 :)
I strongly, strongly suggest running at the native resolution. Your text will be all f*cked up if you don't. And unless the guy took a picture of his computer and scanned it and uploaded that, you wouldn't see the pixel distortion that he would see from running an LCD at a non-native res. And are you positive that his native resolution isn't 1440x900?

The screwed up formatting of this thread is caused by the LS_COLORS="...................." line in playahater's not having any spaces in it. That line is diagnostically irrelevant and makes reading the rest of the thread difficult and annoying. I suggest removing it.
Back to top
View user's profile Send private message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Mon Oct 15, 2007 5:28 pm    Post subject: Reply with quote

well .. first of all .. i dunno what is wrong with this thread .. happens for the first time for me :( ..
I`m writting from konqueror .. and what LS_COLORS .. from bash?

Quote:
I strongly, strongly suggest running at the native resolution. Your text will be all f*cked up if you don't. And unless the guy took a picture of his computer and scanned it and uploaded that, you wouldn't see the pixel distortion that he would see from running an LCD at a non-native res. And are you positive that his native resolution isn't 1440x900?


I have read on toshiba`s site that the reslolution for this model is 1280x800 .. i asume that is native ..
i dunno how come i can`t make X run in greater res , even though 915resolution sais that bios has been successfuly patched
and as i said .. I saw that resolution already running on 15.4", and i would like try it at least :)

Quote:
No you couldn't. Refresh rate has nothing to do with image size. With CRT's, a CRT monitor that is physically capable of running with a higher refresh rate is probably capable of running with a higher resolution, but this is not the case for LCD's.


well .. i know that refresh rate for lcd`s is smth completely different from crt`s .. but somehow, i had a little smaller picture before I updated X, and the settings were the same, except i had higher refresh rate .. :) ..
but that is completely different subject :) .. so let`s see how to make it run on 1440?

i`ll try the older driver and see what happens .. i`ll post results ..

10x :)
_________________
http://droopia.net
Back to top
View user's profile Send private message
pigeon768
l33t
l33t


Joined: 02 Jan 2006
Posts: 683

PostPosted: Mon Oct 15, 2007 5:44 pm    Post subject: Reply with quote

playahater wrote:
well .. first of all .. i dunno what is wrong with this thread .. happens for the first time for me :( ..
I`m writting from konqueror .. and what LS_COLORS .. from bash?
In your second post, delete the line that starts LS_COLORS="....

Since there aren't any spaces in that line, it prints the entire string in the same line. If you edit the post and delete that line, the formatting of this thread will go back to normal.

edit: nm, the mods edited your post for ya.
playahater wrote:
Quote:
I strongly, strongly suggest running at the native resolution. Your text will be all f*cked up if you don't. And unless the guy took a picture of his computer and scanned it and uploaded that, you wouldn't see the pixel distortion that he would see from running an LCD at a non-native res. And are you positive that his native resolution isn't 1440x900?
I have read on toshiba`s site that the reslolution for this model is 1280x800 .. i asume that is native ..
i dunno how come i can`t make X run in greater res , even though 915resolution sais that bios has been successfuly patched
and as i said .. I saw that resolution already running on 15.4", and i would like try it at least :)
What I'm saying is, he has an fcs amilo - are you sure the native res for his laptop isn't 1440x900? Fujitsu makes a number of laptops whose native resolution is 1440x900. What model does he have?

915resolution won't fix your problem. 915resolution adds modelines to the bios. The trouble is that the driver is rejecting any modes higher than 1280 wide or taller than 800 because your screen is incapable of displaying it. Also, 915resolution is unnecessary for >=xf86-video-i810-2.0.0 - that functionality is built in by default.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54305
Location: 56N 3W

PostPosted: Mon Oct 15, 2007 6:01 pm    Post subject: Reply with quote

playahater,

I've fixed your very long lines that were upsetting the forums software.

A few things ....
It would be good to see the /var/log/Xorg.0.log generated when you set your VertRefresh to 60 (or comment it out) and choose the 1400x900 refresh.
Note that the higher the resolution, the lower the vertical refresh rate your display (even a LCD) will support.

As its a widescreen LCD, you may need the reduced blanking option.

Your modeline
Code:
#    ModeLine    "1440x900" 96.2 1440 1504 1536 1760 900 903 906 912
decodes as run the pixel clock at 96.2MHz and use 1760 pixel times on every line, thats a total of 18.29uS per line, then draw each fram using a total of 912 lines, for a frame time of 16.685 mS or a vertical refresh rate of 59.933Hz.

It follows that if you want that modeline to work, it can only work with VertRefresh not specified, so Xorg can decide what to do, or a VertRefresh setting that allows 60Hz operation
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Mon Oct 15, 2007 11:15 pm    Post subject: Reply with quote

playahater wrote:
yes .. I agree .. but with higher refresh rate i could get greater resolution .. so i could get a little smaller picture with higer refresh rate ..
but, now, main goal is to make it boot in 1440x900, which I btw saw already on some ubuntu and some fcs amilo with the same monitor and it`s a great picture .. I would very much like to run that res on my tecra

the native resolution is 12800x800 but it`s d*mn hugde for my taste .. i would like to run 1440 :)


Sorry, but it does not make very much sense. In LCD monitors each pixel is a separate physical device, and whatever you do, you have 1280x800 of them.
The display has to take a digital input from your video card and translate what the card gives into 1280x800 pixel picture. But at the end it is still 1280x800 small devices on your screen which are either lit or not.

In effect, you are trying to use higher resolution just to cheat your desktop software into creating smaller icons and fonts. Instead you should use desktop settings to achieve this effect. The size of text can be varied with quite a fine step. For example, in KDE I can set a width of my panel with the step of one pixel. Admittingly, the icon sizes are perhaps not so fine grained, but most of the desktop environments have a choice of small medium and large icon sets. For example, again in KDE,
KDE desktop has a choice of 16, 24, 32, 64, 128 pixel size icons. Normal is 32, and 16 are pretty small
Back to top
View user's profile Send private message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Mon Oct 15, 2007 11:26 pm    Post subject: Reply with quote

dmpogo wrote:
playahater wrote:
yes .. I agree .. but with higher refresh rate i could get greater resolution .. so i could get a little smaller picture with higher refresh rate ..
but, now, main goal is to make it boot in 1440x900, which I btw saw already on some ubuntu and some fcs amilo with the same monitor and it`s a great picture .. I would very much like to run that res on my tecra

the native resolution is 12800x800 but it`s d*mn huge for my taste .. i would like to run 1440 :)


Sorry, but it does not make very much sense. In LCD monitors each pixel is a separate physical device, and whatever you do, you have 1280x800 of them.
The display has to take a digital input from your video card and translate what the card gives into 1280x800 pixel picture. But at the end it is still 1280x800 small devices on your screen which are either lit or not.

In effect, you are trying to use higher resolution just to cheat your desktop software into creating smaller icons and fonts. Instead you should use desktop settings to achieve this effect. The size of text can be varied with quite a fine step. For example, in KDE I can set a width of my panel with the step of one pixel. Admittingly, the icon sizes are perhaps not so fine grained, but most of the desktop environments have a choice of small medium and large icon sets. For example, again in KDE,
KDE desktop has a choice of 16, 24, 32, 64, 128 pixel size icons. Normal is 32, and 16 are pretty small


i have nothing to say more than .. you`re right .. :) ..
when you put it that way .. better solution would indeed be to change the kde`s settings than to achieve bigger resolution ..

i`ll just post the last results of trying to run X in 1440x900 :)

10x
_________________
http://droopia.net


Last edited by playahater on Mon Oct 15, 2007 11:45 pm; edited 1 time in total
Back to top
View user's profile Send private message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Mon Oct 15, 2007 11:28 pm    Post subject: Reply with quote

xorg.conf

Code:
cat /etc/X11/xorg.conf
Section "ServerLayout"
   Identifier   "X.Org Configured"
   Screen      0  "Screen0" 0 0
#   Screen      "Screen0" 0 0
   InputDevice  "Keyboard0" "CoreKeyboard"
   InputDevice  "USB Mouse" "CorePointer" #"SendCoreEvents"
   InputDevice  "TouchPad" "CorePointer"
   Option       "AIGLX" "true"

#      Option "BlankTime"   "10"    # Blank the screen in 10 minutes (Fake)
#      Option "StandbyTime" "20"    # Turn off screen in 20 minutes (DPMS)
#      Option "SuspendTime" "30"    # Full hibernation in 30 minutes (DPMS)
#      Option "OffTime"     "40"    # Turn off DPMS monitor (DPMS)
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "ServerFlags"
   Option   "AllowMouseOpenFail" "true"
EndSection

Section "Files"
   FontPath    "/usr/share/fonts/misc:unscaled"
#   FontPath    "/usr/share/fonts/Type1"
   FontPath    "/usr/share/fonts/TTF"
   FontPath    "/usr/share/fonts/corefonts"
   FontPath    "/usr/share/fonts/freefonts"
   FontPath    "/usr/share/fonts/sharefonts"
   FontPath    "/usr/share/fonts/terminus"
   FontPath    "/usr/share/fonts/ttf-bitstream-vera"
   FontPath    "/usr/share/fonts/unifont"
   FontPath    "/usr/share/fonts/75dpi:unscaled"
   FontPath    "/usr/share/fonts/100dpi:unscaled"
   FontPath    "/usr/share/fonts/artwiz"
   FontPath   "/usr/share/fonts/unifont"
#   FontPath   "/usr/share/fonts/local"
#   FontPath   "/usr/share/fonts/cyrillic"
   FontPath   "/usr/share/fonts/util"
   FontPath   "/usr/share/fonts/encodings"
#   FontPath   "/usr/local/share/fonts"
#   FontPath   "/usr/share/fonts/default"
   FontPath   "/usr/share/fonts/default/ghostscript"

EndSection

Section "Module"
   Load "synaptics"
   Load   "ddc"
#   Load   "vbe"
   Load   "GLcore"
   Load   "dbe"
   Load   "dri"
   Load   "extmod"
   Load   "glx"
   Load   "bitmap"
   Load   "type1"
   Load   "freetype"
   Load   "record"
   Load   "i2c"
   Load   "int10"
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver   "kbd"
   Option   "CoreKeyboard"
   Option   "XkbRules" "xorg"
   Option   "XkbModel" "pc105"
#   Option   "XkbOptions" "grp:toggle,grp_led:scroll"
   Option   "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
   Identifier   "USB Mouse"
   Driver   "mouse"
   Option   "Device" "/dev/input/mice"
   Option   "SendCoreEvents" "true"
   Option   "Protocol" "IMPS/2"
   Option   "ZAxisMapping" "4 5 6 7"
   Option   "Buttons" "7"
   Option   "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
   Driver      "synaptics"
   Identifier  "TouchPad"
   Option      "SendCoreEvents" "true"
   Option      "Device" "/dev/input/event6"
   Option      "Protocol" "auto-dev"
   Option      "SHMConfig" "on"
   Option      "Emulate3Buttons" "on"
   Option "LeftEdge" "130"
   Option "RightEdge" "840"
   Option "TopEdge" "130"
   Option "BottomEdge" "640"
   Option "FingerLow" "7"
   Option "FingerHigh" "8"
   Option "MaxTapTime" "180"
   Option "MinTapTime" "110"
   Option "ClickTime" "0"
   Option "EmulateMidButtonTime" "75"
   Option "VertScrollDelta" "20"
   Option "HorizScrollDelta" "20"
   Option "MinSpeed" "0.40"
   Option "MaxSpeed" "0.65"
   Option "AccelFactor" "0.030"
   Option "EdgeMotionMinSpeed" "200"
   Option "EdgeMotionMaxSpeed" "200"
   Option "UpDownScrolling" "1"
   Option "CircularScrolling" "1"
   Option "CircScrollDelta" "0.1"
   Option "CircScrollTrigger" "3"
   Option "VertEdgeScroll" "on"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
 #  HorizSync 30-90
 #  VertRefresh 75
 #  Modeline "1440x900"   71.00  1280 1328 1360 1440  800 803 809 823 +hsync +vsync
#    ModeLine    "1440x900" 96.2 1440 1504 1536 1760 900 903 906 912
 #  Option "DPMS"
   Option "DDC" "False"
  # UseModes "16:10"
#   DisplaySize     330 206

#DisplaySize         381 238
#  DisplaySize         487 304

EndSection

Section "Device"

    Identifier  "Card0"
    VendorName "Intel Corp."
    BoardName "Intel 915"
    Driver      "i810"
    Option      "DRI"           "true"
    Option      "RenderAccel"   "true"
    Option      "XVideo"        "true"
#    Option     "UseEdidDpi"    "false"
#    Option     "DPI"   "96 x 96"
    Option      "NoAccel" "false"
    Option "ForceBIOS" "1280x800=1440x900"
    Option      "DRI"     "true"
    Option      "XAANoOffscreenPixmaps" "true"
    Option      "XVideo"  "true"
    Option "May_Need_ForceBIOS" "1"
    Option      "PageFlip" "true"
    BusID       "PCI:00:02:0"
    VideoRam    65536

EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Card0"
   Monitor   "Monitor0"
   DefaultColorDepth 24

   SubSection "Display"
      Depth   24
      Modes "1440x900"
      ViewPort 0 0
   EndSubSection

   SubSection "Display"
      Depth   32
      Modes "1440x900"
      ViewPort 0 0
   EndSubSection

EndSection

Section "DRI"
   Mode 0666
EndSection

_________________
http://droopia.net
Back to top
View user's profile Send private message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Mon Oct 15, 2007 11:33 pm    Post subject: Reply with quote

xorg.log

Code:


cat /var/log/Xorg.0.log

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux void 2.6.22-gentoo-r5 #1 SMP Fri Aug 24 02:25:12 CEST 2007 x86_64
Build Date: 12 October 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 16 00:01:33 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.Org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "USB Mouse"
(**) |-->Input Device "TouchPad"
(WW) Duplicate core pointer devices.  Removing core pointer attribute from "TouchPad"
(**) FontPath set to:
        /usr/share/fonts/misc:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/corefonts,
        /usr/share/fonts/freefonts,
        /usr/share/fonts/sharefonts,
        /usr/share/fonts/terminus,
        /usr/share/fonts/ttf-bitstream-vera,
        /usr/share/fonts/unifont,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/artwiz,
        /usr/share/fonts/unifont,
        /usr/share/fonts/util,
        /usr/share/fonts/encodings,
        /usr/share/fonts/default/ghostscript
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "AIGLX" "true"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x6a7a20
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.2
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 1179,0001 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27a2 card 1179,0005 rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 1179,0005 rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 1179,0001 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1179,0001 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1179,0001 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1179,0001 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1179,0001 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1179,0001 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 1179,0001 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1179,0001 rev 02 class 01,01,80 hdr 00
(II) PCI: 01:00:0: chip 8086,109a card 1179,0001 rev 00 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 8086,4222 card 8086,1041 rev 02 class 02,80,00 hdr 00
(II) PCI: 03:0b:0: chip 104c,8039 card 1000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 03:0b:1: chip 104c,803a card 1179,0001 rev 00 class 0c,00,10 hdr 80
(II) PCI: 03:0b:3: chip 104c,803c card 1179,0001 rev 00 class 08,05,01 hdr 80
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:28:0), (0,1,1), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xffa00000 - 0xffafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:2), (0,2,2), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xff900000 - 0xff9fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,7), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 3 I/O range:
        [0] -1  0       0x00001000 - 0x00001fff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0       0xff800000 - 0xff8fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x53ffffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 4: bridge is at (3:11:0), (3,4,7), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 4 I/O range:
        [0] -1  0       0x00001000 - 0x000010ff (0x100) IX[B]
        [1] -1  0       0x00001400 - 0x000014ff (0x100) IX[B]
(II) Bus 4 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x53ffffff (0x4000000) MX[B]
(--) PCI:*(0:2:0) Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xffd80000/19, 0xe0000000/28, 0xffd40000/18, I/O @ 0xcff8/3
(--) PCI: (0:2:1) Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xffc80000/19
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [1] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [2] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [3] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [4] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [5] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [6] -1  0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [7] -1  0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [8] -1  0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [11] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [12] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [13] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [14] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [15] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [16] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [17] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [18] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [19] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [20] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [21] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [1] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [2] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [3] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [4] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [5] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [6] -1  0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [7] -1  0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [8] -1  0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [10] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [11] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [12] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [13] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [14] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [15] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [16] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [17] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [18] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [19] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [20] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [21] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [5] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [6] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [7] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [8] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [9] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [10] -1 0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [11] -1 0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [12] -1 0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [14] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [18] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [20] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [23] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [24] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [25] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [26] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [27] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
(II) LoadModule: "synaptics"
(II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
        compiled for 4.3.99.902, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "ddc"(II) Module already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(**) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.3.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "i2c"(II) Module already built-in
(II) LoadModule: "int10"
(II) Loading /usr/lib64/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "i810"
(II) Loading /usr/lib64/xorg/modules/drivers//i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 2.1.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib64/xorg/modules/input//synaptics_drv.so
(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, 965G, 965G, 965Q, 946GZ,
        965GM, 965GME/GLE, G33, Q35, Q33
(II) Primary Device is: PCI 00:02:0
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 945GM found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [5] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [6] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [7] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [8] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [9] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [10] -1 0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [11] -1 0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [12] -1 0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [14] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [18] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [20] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [23] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [24] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [25] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [26] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [27] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [5] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [6] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [7] -1  0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [8] -1  0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [9] -1  0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [10] -1 0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [11] -1 0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [12] -1 0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [13] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [14] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [18] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [19] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [20] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [21] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [22] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [23] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [24] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [25] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [26] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [27] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [28] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [29] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [30] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
        [31] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [32] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib64/xorg/modules//libint10.so
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.2
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "NoAccel" "false"
(**) intel(0): Option "DRI" "true"
(**) intel(0): Option "PageFlip" "true"
(**) intel(0): Option "XVideo" "true"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
(--) intel(0): Chipset: "945GM"
(--) intel(0): Linear framebuffer at 0xE0000000
(--) intel(0): IO registers at addr 0xFFD80000
(II) intel(0): 2 display pipes available.
(==) intel(0): Using XAA for acceleration
(--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
(II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
        for the DRM memory manager.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) intel(0): Output VGA using monitor section Monitor0
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): Output LVDS has no monitor section
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(**) intel(0): Option "ddc" "False"
(II) intel(0): EDID for output LVDS
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib64/xorg/modules//libint10.so
(II) intel(0): initializing int10
(WW) intel(0): Bad V_BIOS checksum
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 3.0
(II) intel(0): VESA VBE Total Mem: 7872 kB
(II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 1.0
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
(II) intel(0): No SDVO device found on SDVOB
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
(II) intel(0): Output TV has no monitor section
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(**) intel(0): Option "ddc" "False"
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x60.2   69.14  1280 1301 1333 1408  800 804 808 816 (49.1 kHz)
(II) intel(0): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): Output LVDS connected
(II) intel(0): Output TV disconnected
(II) intel(0): Output LVDS using initial mode 1280x800
(II) intel(0): Monitoring connected displays enabled
(II) intel(0): detected 256 kB GTT.
(II) intel(0): detected 7932 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(**) intel(0): Will try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(==) intel(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib64/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(II) Loading sub module "dri"
(II) LoadModule: "dri"
(II) Reloading /usr/lib64/xorg/modules/extensions//libdri.so
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xffd40000 - 0xffd7ffff (0x40000) MS[B]
        [1] 0   0       0xe0000000 - 0xefffffff (0x10000000) MS[B]
        [2] 0   0       0xffd80000 - 0xffdfffff (0x80000) MS[B]
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xff8ff700 - 0xff8ff7ff (0x100) MX[B]
        [8] -1  0       0xff8f8000 - 0xff8fbfff (0x4000) MX[B]
        [9] -1  0       0xff8ff800 - 0xff8fffff (0x800) MX[B]
        [10] -1 0       0xff9ff000 - 0xff9fffff (0x1000) MX[B]
        [11] -1 0       0xffae0000 - 0xffafffff (0x20000) MX[B]
        [12] -1 0       0xffd3bc00 - 0xffd3bfff (0x400) MX[B]
        [13] -1 0       0xffd3c000 - 0xffd3ffff (0x4000) MX[B]
        [14] -1 0       0xffc80000 - 0xffcfffff (0x80000) MX[B](B)
        [15] -1 0       0xffd40000 - 0xffd7ffff (0x40000) MX[B](B)
        [16] -1 0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
        [17] -1 0       0xffd80000 - 0xffdfffff (0x80000) MX[B](B)
        [18] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [19] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [20] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [21] 0  0       0x0000cff8 - 0x0000cfff (0x8) IS[B]
        [22] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [23] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [24] -1 0       0x0000bfe0 - 0x0000bfff (0x20) IX[B]
        [25] -1 0       0x0000af10 - 0x0000af1f (0x10) IX[B]
        [26] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [27] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [28] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [29] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [30] -1 0       0x0000af40 - 0x0000af5f (0x20) IX[B]
        [31] -1 0       0x0000af60 - 0x0000af7f (0x20) IX[B]
        [32] -1 0       0x0000af80 - 0x0000af9f (0x20) IX[B]
        [33] -1 0       0x0000afe0 - 0x0000afff (0x20) IX[B]
        [34] -1 0       0x0000cff8 - 0x0000cfff (0x8) IX[B](B)
        [35] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [36] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(WW) intel(0): VideoRam configuration found, which is no longer recommended.
(II) intel(0): Continuing with default 262144kB VideoRam instead of 65536 kB.
(II) intel(0): Kernel reported 238848 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 955388 kB available
(**) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers and
               large DRI memory manager reservation:
(II) intel(0): Allocating 4860 scanlines for pixmap cache
(II) intel(0): Success.
(II) intel(0): Increasing the scanline pitch to allow tiling mode (1280 -> 2048).
(II) intel(0): Memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x3f820000 physical)
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
(II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x3f832000 physical)
(II) intel(0): 0x00033000-0x00042fff: xaa scratch (64 kB)
(II) intel(0): 0x007bf000:            end of stolen memory
(II) intel(0): 0x01000000-0x01ffffff: back buffer (10240 kB)
(II) intel(0): 0x02000000-0x02ffffff: depth buffer (10240 kB)
(II) intel(0): 0x04000000-0x07ffffff: front buffer (49120 kB)
(II) intel(0): 0x08000000-0x09ffffff: DRI memory manager (32768 kB)
(II) intel(0): 0x0a000000-0x0bffffff: textures (32768 kB)
(II) intel(0): 0x10000000:            end of aperture
(II) intel(0): front buffer is tiled
(II) intel(0): back buffer is tiled
(II) intel(0): depth buffer is tiled
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): [drm] DRM interface version 1.3
(II) intel(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
(II) intel(0): [drm] added 8192 byte SAREA at 0x2efff000
(II) intel(0): [drm] mapped SAREA 0x2efff000 to 0x2aeeb6281000
(II) intel(0): [drm] framebuffer handle = 0xe4000000
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): Unable to use TTM-based memory manager with DRM version 1.6
(WW) intel(0): DRM version 1.9 or newer required for Page flipping. Disabling.
(II) intel(0): [drm] Registers = 0xffd80000
(II) intel(0): [drm] ring buffer = 0xe0000000
(II) intel(0): [drm] init sarea width,height = 1280 x 1280 (pitch 2048)
(II) intel(0): [drm] Mapping front buffer
(II) intel(0): [drm] Front Buffer = 0x2fff8000
(II) intel(0): [drm] Back Buffer = 0xe1000000
(II) intel(0): [drm] Depth Buffer = 0xe2000000
(II) intel(0): [drm] textures = 0xea000000
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
(II) intel(0): [dri] visual configs initialized
(II) intel(0): Page Flipping disabled
(==) intel(0): Removed MMIO write-combining range (0xe0000000,0x400000)
(==) intel(0): Write-combining range (0xe0000000,0x10000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(**) intel(0): Option "XaaNoOffscreenPixmaps" "true"
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01000000 (pgoffset 4096)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x04000000 (pgoffset 16384)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x0a000000 (pgoffset 40960)
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is off
(II) intel(0):   Display plane A is now disabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output TV is connected to pipe none
(II) intel(0): Set up textured video
(II) intel(0): Set up overlay video
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(II) intel(0): [DRI] installation complete
(II) intel(0): [drm] dma control initialized, using IRQ 16
(II) intel(0): direct rendering: Enabled
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(WW) intel(0): Option "RenderAccel" is not used
(WW) intel(0): Option "ForceBIOS" is not used
(WW) intel(0): Option "May_Need_ForceBIOS" is not used
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib64/dri/i915_dri.so


_________________
http://droopia.net
Back to top
View user's profile Send private message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Mon Oct 15, 2007 11:43 pm    Post subject: Reply with quote

Code:

(II) GLX: Initialized DRI GL provider for screen 0
(II) intel(0): Setting screen physical size to 338 x 211
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "XkbVariant" ",winkeys"
(**) Keyboard0: XkbVariant: ",winkeys"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents" "true"
(**) USB Mouse: always reports core events
(**) Option "CorePointer"
(**) USB Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "7"
(**) Option "Emulate3Buttons" "true"
(**) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) USB Mouse: ZAxisMapping: buttons 4, 5, 6 and 7
(**) USB Mouse: Buttons: 11
(**) USB Mouse: Sensitivity: 1
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) TouchPad auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "130"
(**) Option "RightEdge" "840"
(**) Option "TopEdge" "130"
(**) Option "BottomEdge" "640"
(**) Option "FingerLow" "7"
(**) Option "FingerHigh" "8"
(**) Option "MaxTapTime" "180"
(**) Option "ClickTime" "0"
(**) Option "EmulateMidButtonTime" "75"
(**) Option "VertScrollDelta" "20"
(**) Option "HorizScrollDelta" "20"
(**) Option "VertEdgeScroll" "on"
(**) Option "EdgeMotionMinSpeed" "200"
(**) Option "EdgeMotionMaxSpeed" "200"
(**) Option "UpDownScrolling" "1"
(**) Option "CircularScrolling" "1"
(**) Option "CircScrollTrigger" "3"
(--) TouchPad touchpad found
(**) Option "SendCoreEvents" "true"
(**) TouchPad: always reports core events
(**) Option "CorePointer" "False"
(II) XINPUT: Adding extended input device "TouchPad" (type: MOUSE)
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
Synaptics DeviceInit called
SynapticsCtrl called.
(II) USB Mouse: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) TouchPad auto-dev sets device to /dev/input/event6
(**) Option "Device" "/dev/input/event6"
(--) TouchPad touchpad found
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(**) intel(0): Option "ddc" "False"
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x60.2   69.14  1280 1301 1333 1408  800 804 808 816 (49.1 kHz)
(II) intel(0): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(**) intel(0): Option "ddc" "False"
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1792x1344" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1856x1392" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) intel(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) intel(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) intel(0): Not using default mode "1920x1440" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Not using default mode "2048x1536" (height too large for virtual size)
(II) intel(0): Printing probed modes for output LVDS
(II) intel(0): Modeline "1280x800"x60.2   69.14  1280 1301 1333 1408  800 804 808 816 (49.1 kHz)
(II) intel(0): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(II) intel(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz)
(II) intel(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV

_________________
http://droopia.net
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54305
Location: 56N 3W

PostPosted: Tue Oct 16, 2007 6:09 pm    Post subject: Reply with quote

playahater,

There is no sign in any of your logs that Xorg ever considered your 1440x900.

As others have said, its not possible to run an LCD above it native resolution. Thats the point where one pixel in the pixel bufer is mapped to one pixel on the LCD. An LCD is a digital device. Trying to draw one pixel buffer pixel in less than a LCD pixel just doesn't work. The LCD cannot perform the same sort of averaging that a CRT (analogue) can, and display what looks like a poorly focused image.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Tue Oct 16, 2007 7:04 pm    Post subject: Reply with quote

Leaving the issue of native LCD resolution aside

In the first xorg.conf you had

Modeline "1440x900" 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync
# ModeLine "1440x900" 96.2 1440 1504 1536 1760 900 903 906 912

Calling mode "1440x900" does not make it "1440x900" Notice 1280 and 800 in the mode description - it is nice and dandy 1280x800 mode
The commented out mode is 1440x900 one.

In the second xorg.conf I see both your custom modes are commented out. Where do you want to get 1440x900 from ?

It is in the other numbers on the line where (among other things) refresh frequency is encoded. If you want non-standard one, you have to recalculate all these numbers
for your monitor.
Back to top
View user's profile Send private message
rtomek
Apprentice
Apprentice


Joined: 05 Jan 2007
Posts: 210
Location: Chicago

PostPosted: Tue Oct 16, 2007 8:59 pm    Post subject: Reply with quote

I went through these issues with my new work computer. I don't think 1440x900 is a selectable resolution for the intel graphics chips with current drivers. You will have to try and just select a different resolution and not take full advantage of your LCD. We fooled around with this for a couple days before throwing a leftover 5-year old ATI card in my system to get the LCD's native resolution. Since you have a laptop, you're kind of screwed. :(
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54305
Location: 56N 3W

PostPosted: Tue Oct 16, 2007 10:04 pm    Post subject: Reply with quote

rtomek,

It is with the sys-apps/915resolution application
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
playahater
Guru
Guru


Joined: 02 Jul 2005
Posts: 382
Location: Serbia

PostPosted: Wed Oct 17, 2007 12:51 am    Post subject: Reply with quote

well .. first of all .. as i have already said .. i`ll leave it at 1280x800 .. :) .. the picture is the best in that resolusion anyway ( i have learned something :) )..

dmpogo wrote:
Leaving the issue of native LCD resolution aside

In the first xorg.conf you had

Modeline "1440x900" 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync
# ModeLine "1440x900" 96.2 1440 1504 1536 1760 900 903 906 912

Calling mode "1440x900" does not make it "1440x900" Notice 1280 and 800 in the mode description - it is nice and dandy 1280x800 mode
The commented out mode is 1440x900 one.

In the second xorg.conf I see both your custom modes are commented out. Where do you want to get 1440x900 from ?



well .. as i have understood from man, you can set resolution settings only in Screen section and that`s it. Things should work. :)

Quote:

It is in the other numbers on the line where (among other things) refresh frequency is encoded. If you want non-standard one, you have to recalculate all these numbers
for your monitor.


i wanted this to ask for a couple of days, but didn`t know how :). Can you, please, give me a link or something in order to see how is that done. :)
Is there any script which could calculate that or .. :) ?

Cheers 8)
_________________
http://droopia.net
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54305
Location: 56N 3W

PostPosted: Wed Oct 17, 2007 6:50 pm    Post subject: Reply with quote

playahater,

Xorg comes preprogrammed with the VESA Standard display resolutions. They are all 4:3 and of little interest to users wanting to use all of their wide screen displays. I believe they the latest version of Xorg has some preprogrammed wide screen modes too.

Xorg can generate arbitary screen resolutions but you have to tell it how, with a modeline
To see what all those numbers mean in your modeline, read
Code:
man xorg.conf
or at least, the modes section. If you don't understand some CRT video terms, it won,t mean a lot, so here is a thumbnail sketch based on your real 1440x900 modeline.
Code:
ModeLine "1440x900" 96.2 1440 1504 1536 1760 900 903 906 912


The word ModeLine tells Xorg that we are defining an operating mode for the xserver. We are calling it "1440x900". In common with everything else in xorg.conf, every definition has a name (Identifier in X speak). Xorg uses the identifiers in all the various sections of xorg.conf to configure the server the way you want. It means you can have unused sections in the xorg.conf and Xorg will still work.
The 96.2 is the frequency that Xorg is to operate the pixel clock at (in MHz). Everything else is counted from this clock.
The numbers 1440 1504 1536 1760 define the timings for each video line. Thats 1440 active pixels on the screen, start the horizontal syncronisation pulse at pixel 1504, stop it at pixel 1536 and plot a total of 1760 pixels on a line.
Thats 1440 pixels on the screen for you and 320 pixels off the screen for the system. They are needed by CRT displays to return the electron beam to the left hand side of the screen for the start of the next line. Having described to Xorg how to draw a line on the screen, the frame is defined in terms of lines.
The numbers 900 903 906 912 are counts of lines.
Thats 900 lines on the screen for you, start the frame sync pulse at line 903 stop it at line 906 and draw a total of 912 lines in every frame. Thats 900 lines for you and 12 lines off the screen for the system. They are needed by CRT displays to return the electron beam to the top of the display ready to draw the first line in the next frame.

I did the arithmetic in an earlier post to show that this modeline gives you a refresh rate of 60Hz.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
swimmer
Veteran
Veteran


Joined: 15 Jul 2002
Posts: 1330
Location: Netherlands

PostPosted: Wed Oct 17, 2007 11:58 pm    Post subject: Reply with quote

Wow NeddySeagon - you are a giant!!! :)
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3267
Location: Canada

PostPosted: Thu Oct 18, 2007 5:43 am    Post subject: Reply with quote

To add to NeddySeagoon

Manufacturers of wide screen LCD often add a custom made mode which corresponds just to that monitor, to the list of VESA standards.
It is practically always 60 Hz refresh native resolution mode.
For a standalone LCD, video driver queries the monitor for the list of supported modes, and this way gets access to the custom ones.
Same is for laptop, except I'm not sure where custom modes live - maybe in video card firmware.

In addition you can describe your one modes via Modeline in xorg.conf. So mode list available to X server consists of
VESA standards, manufacturers custom ones and your own via Modeline.

Xserver on launch checks them all, trims the list eliminating inappropriate, and selects the one most close to the request in 'Display' section.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum