xorg
d4rkst4r
d4rkstar at gmail.com
Sun Nov 14 15:41:26 PST 2004
Hi,
I'm trying to get xinerama working on my i855GM powered laptop. My
actual configuration:
Sony Vaio x505vp - Linux Fedora Core 3 w Xorg 6.8.1
I've got two problems:
1) I'm not able to specify a valid "MonitorLayout" (Ex. CRT, LFP):
xorg stops with any combination of MonitorLayout (only the default
works..)
2) In the logs, i read:
(II) I810(0): 2 display pipes available.
(II) I810(0): detected 3964 kB stolen memory.
(II) I810(0): I830CheckAvailableMemory: 444412 kB available
(II) I810(0): Checking Lid status enabled
(II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM
(WW) I810(0): Extended BIOS function 0x5f11 not supported.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
(II) I810(0): VESA VBE Total Mem: 12288 kB
What means "Extended BIOS function 0x5f11 not supported." ?
Please help
My actual xorg.conf:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Xinerama Layout"
Screen "Screen0"
Screen "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "LCD
VendorName "Sony LFP LCD"
ModelName "LCD Panel 1024x768"
DisplaySize 320 240
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "CRT"
VendorName "Nortek"
ModelName "CRT Screen 1280x1024"
DisplaySize 320 240
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier "i855a"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 852"
BusId "0:2:0"
Option "Clone" "false"
#Option "DevicePresence" "false"
#Option "FlipPrimary" "true"
Option "DRI" "true"
#Option "CloneRefresh" "75"
Option "MonitorLayout" "CRT,LFP"
Screen 0
EndSection
Section "Device"
Identifier "i855b"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 852"
BusId "0:2:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "i855a"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "i855b"
Monitor "CRT"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Thanks,
darkstar
--
The life is short.. live at your best!
More information about the xorg
mailing list