Hi everyone.
I have a problem, Please help me. My PC is FreeBSD 8.2 x64 Stable on a TOSHIBA M800 (Mobile Intel GM45 Express Chipset).
dmesg:
X driver: xf86-video-intel-2.7.1_4.
And xorg.conf (removed unused comment)
When I type startx, 30% start fail (flash screen), And I can't do anything, Only CTRL+ALT+DEL.
Below is start/fail Xorg.log.0 log:
View attachment Xorg.0.log.txt
If start of X is successful, and use X, logout (exit) X, UP 95% flash screen. Same, I can't do anything, Or CTRL+ALT+DEL or use command shutdown -p now in X-terminal before logout.
I tried to use intel 2.9 driver, same problem. Please teach me how to debug the issue.
Thanks everyone very much.
Neko
I have a problem, Please help me. My PC is FreeBSD 8.2 x64 Stable on a TOSHIBA M800 (Mobile Intel GM45 Express Chipset).
dmesg:
Code:
acpi_video0: <ACPI video extension> on vgapci0
agp0: <Intel GM45 SVGA controller> on vgapci0
agp0: aperture size is 256M, detected 131068k stolen memory
drm0: <Mobile Intel\M-B\M-. GM45 Express Chipset> on vgapci0
info: [drm] MSI enabled 1 message(s)
info: [drm] AGP at 0xd0000000 256MB
info: [drm] Initialized i915 1.6.0 20080730
X driver: xf86-video-intel-2.7.1_4.
And xorg.conf (removed unused comment)
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
skip..
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
BusID "PCI:0:2:0"
Option "AccelMethod" "uxa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1280x800"
EndSubSection
When I type startx, 30% start fail (flash screen), And I can't do anything, Only CTRL+ALT+DEL.
Below is start/fail Xorg.log.0 log:
View attachment Xorg.0.log.txt
If start of X is successful, and use X, logout (exit) X, UP 95% flash screen. Same, I can't do anything, Or CTRL+ALT+DEL or use command shutdown -p now in X-terminal before logout.
I tried to use intel 2.9 driver, same problem. Please teach me how to debug the issue.
Thanks everyone very much.
Neko
