Errorsmith
Kompiliertier
Moin
Ich installiere gerade das da auf einem alten Notebook:
Dazu dann auch das passende xorg aus den Ports. Als Grafikchip wurde dies hier verbaut:
Das eine ist die Grafikkarte im "Onboard-LCD", das andere vermutlich der VGA Anschluß auf der Rückseite.
pciconf -l -v sagt dazu:
Ansonsten ist es ein Notebook mit einer Celeron 1300MHz CPU, 1GB Ram und 160 GByte Festplatte.
Wenn ich nun versuche Xorg zum laufen zu bringen wäre mein Vorgehen normalerweise so:
Das resultiert allerdings in einem kompletten freeze der Maschine, ich muss den Rechner dann hart ausschalten und neu hochfahren. Ich komme auch nicht übers Netzwerk drauf oder so.
Hier mal die erzeugte xorg.xonf:
Ich habe auch schon versucht nur mit jeweils einem der Displays Xorg zu starten, mit jedoch dem gleichen Erfolg. Er hängt sich komplett weg. Es hinterläßt auch keine Logfiles oder sonstiges.
Kann mir da jemand weiterhelfen?
grüße,
error
Nachtrag:
Über ssh eingeloggt und dort Xorg gestartet ergibt auf der Konsole diese Ausgabe:
Ich installiere gerade das da auf einem alten Notebook:
Code:
FreeBSD 9.1-RELEASE #0: Fri Apr 5 09:12:10 CEST 2013
Dazu dann auch das passende xorg aus den Ports. Als Grafikchip wurde dies hier verbaut:
Code:
vgapci0: <VGA-compatible display> port 0xe000-0xe007 mem 0xb0000000-0xb7ffffff,0xf0000000-0xf007ffff irq 10 at device 2.0 on pci0
agp0: <Intel 8285xM (85xGM GMCH) SVGA controller> on vgapci0
vgapci1: <VGA-compatible display> at device 2.1 on pci0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Das eine ist die Grafikkarte im "Onboard-LCD", das andere vermutlich der VGA Anschluß auf der Rückseite.
pciconf -l -v sagt dazu:
Code:
hostb0@pci0:0:0:0: class=0x060000 card=0x80891071 chip=0x35808086 rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82852/82855 GM/GME/PM/GMV Processor to I/O Controller'
class = bridge
subclass = HOST-PCI
none0@pci0:0:0:1: class=0x088000 card=0x80891071 chip=0x35848086 rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82852/82855 GM/GME/PM/GMV Processor to I/O Controller'
class = base peripheral
none1@pci0:0:0:3: class=0x088000 card=0x80891071 chip=0x35858086 rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82852/82855 GM/GME/PM/GMV Processor to I/O Controller'
class = base peripheral
vgapci0@pci0:0:2:0: class=0x030000 card=0x80891071 chip=0x35828086 rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82852/855GM Integrated Graphics Device'
class = display
subclass = VGA
vgapci1@pci0:0:2:1: class=0x038000 card=0x80891071 chip=0x35828086 rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82852/855GM Integrated Graphics Device'
class = display
Ansonsten ist es ein Notebook mit einer Celeron 1300MHz CPU, 1GB Ram und 160 GByte Festplatte.
Wenn ich nun versuche Xorg zum laufen zu bringen wäre mein Vorgehen normalerweise so:
Code:
root@ernie1:/root # Xorg -configure
root@ernie1:/root # Xorg -config ./xorg.xonf.new -retro
Das resultiert allerdings in einem kompletten freeze der Maschine, ich muss den Rechner dann hart ausschalten und neu hochfahren. Ich komme auch nicht übers Netzwerk drauf oder so.
Hier mal die erzeugte xorg.xonf:
Code:
root@ernie1:/root # cat xorg.conf.new
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "dri"
Load "dri2"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card1"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Ich habe auch schon versucht nur mit jeweils einem der Displays Xorg zu starten, mit jedoch dem gleichen Erfolg. Er hängt sich komplett weg. Es hinterläßt auch keine Logfiles oder sonstiges.
Kann mir da jemand weiterhelfen?
grüße,
error
Nachtrag:
Über ssh eingeloggt und dort Xorg gestartet ergibt auf der Konsole diese Ausgabe:
Code:
root@ernie1:/root # Xorg -config xorg.conf.new -verbose -retro -keeptty
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 9.1-RELEASE i386
Current Operating System: FreeBSD ernie1 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Fri Apr 5 09:12:10 CEST 2013 root@ernie1:/usr/obj/usr/src/sys/ERNIE2013040501 i386
Build Date: 05 April 2013 11:55:55PM
Current version of pixman: 0.24.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Sat Apr 6 13:20:43 2013
(++) Using config file: "xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "<default monitor>"
(**) | |-->Device "Card0"
(==) No monitor specified for screen "Screen0".
Using a default monitor configuration.
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Not automatically adding devices
(==) Automatically enabling devices
(**) FontPath set to:
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/,
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/
(**) ModulePath set to "/usr/local/lib/xorg/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9
(--) PCI:*(0:0:2:0) 8086:3582:1071:8089 Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xb0000000/134217728, 0xf0000000/524288, I/O @ 0x0000e000/8, BIOS @ 0x????????/65536
(--) PCI: (0:0:2:1) 8086:3582:1071:8089 Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0x00000000/134217728, 0x00000000/524288
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) Loading /usr/local/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(II) Loading /usr/local/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.13.0
(II) Loading /usr/local/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.1.0
(II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(==) AIGLX disabled
(II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.7.1
(II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.7.1
(II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.6.1
(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, IGD_GM, IGD_G, 965G, G35,
965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
Mobile Intel® GM45 Express Chipset,
Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(II) Loading /usr/local/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 0.1.0
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 852GM
(--) intel(0): Chipset: "852GM/855GM"
(--) intel(0): Linear framebuffer at 0xB0000000
(--) intel(0): IO registers at addr 0xF0000000
(==) intel(0): Using EXA for acceleration
(II) intel(0): 2 display pipes available.
(II) intel(0): Output VGA has no monitor section
(II) intel(0): Output LVDS using monitor section lvds
(II) intel(0): I2C bus "LVDSDDC_C" initialized.
(II) intel(0): Attempting to determine panel fixed mode.
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
(II) intel(0): I2C bus "DVODDC_D" initialized.
(II) Loading /usr/local/lib/xorg/modules/drivers/sil164.so
(II) Module sil164: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) Loading /usr/local/lib/xorg/modules/drivers/ch7xxx.so
(II) Module ch7xxx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) intel(0): Detected CH7009A chipset, vendor/device ID 0x84/0x17
(II) intel(0): I2C device "DVOI2C_E:CH7xxx TMDS Controller" registered at address 0xEC.
(II) intel(0): Output TMDS has no monitor section
(==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
(II) intel(0): Resizable framebuffer: not available (1 3)
Last edited:


