Problem[]:
I installed FreeBSD 9.1 STABLE from https://pub.allbsd.org/FreeBSD-snap...ENG_9-r253062-JPSNAP-amd64-amd64-memstick.img.
After installation of the system,
Xorgs starts up fine. But when I try to[] dontsp/del] doesn't suspend.
I try to use FreeBSD 9.1-RELEASE and the new PC-BSD but I got that same error. On FreeBSD 8.4-RELEASE
Hardware
Thank you for any hint.
I installed FreeBSD 9.1 STABLE from https://pub.allbsd.org/FreeBSD-snap...ENG_9-r253062-JPSNAP-amd64-amd64-memstick.img.
After installation of the system,
pkg install xorg
and writing this xorg.conf:
Code:
Section "ServerFlags"
Option "AllowEmptyInput" "off"
Option "AutoAddDevices" "off"
Option "DontZap" "off"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "${prefix}/share/fonts/X11/misc/"
FontPath "${prefix}/share/fonts/X11/TTF/"
FontPath "${prefix}/share/fonts/X11/OTF/"
FontPath "${prefix}/share/fonts/X11/Type1/"
FontPath "${prefix}/share/fonts/X11/100dpi/"
FontPath "${prefix}/share/fonts/X11/75dpi/"
EndSection
Section "Module"
Load "dri2"
Load "extmod"
Load "glx"
Load "dbe"
Load "record"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "pl"
Option "XkbOptions" "terminate:ctrl_alt_bksp,ctrl:nocaps"
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"
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Xorgs starts up fine. But when I try to
ALT+{F1-F8}
- the system freezes. CTRL+ALT+BACKSPACE
- Xorg killed, laptop works fine, but the screen is black. I can run again Xorg with startx
, I need only type the command without seeing it. zzz
- first time the system suspends, but when I resume it I got artefacts on the screen, and need to CTRL+ALT+BACKSPACE
and run it again. Every subsequent time I get a timeout from the graphic driver and the system I try to use FreeBSD 9.1-RELEASE and the new PC-BSD but I got that same error. On FreeBSD 8.4-RELEASE
xorgs + CTRL+ALT+BACKSPACE / ALT+F
works fine, but when I suspend I can resume it back.Hardware
Code:
Dell LATITUDE E4300
APIC TABLE : DELL M09
agp0 : Intel GM45 SVGA Controler
Thank you for any hint.