Date: Wed, 12 Dec 2007 11:44:29 +0900 From: Hiroyuki Une <une@hkg.ac.jp> To: freebsd-stable@freebsd.org Cc: une@hkg.ac.jp Subject: Re: G965 patch for 6.3-Beta Message-ID: <20071212114429.37607492.une@hkg.ac.jp> In-Reply-To: <475EC995.6020208@asusa.net> References: <4759A1F3.10008@asusa.net> <20071210163959.3169b23e.une@hkg.ac.jp> <475D7D09.4000702@asusa.net> <20071212011918.6647edc0.harrier@seiryu.cim.hkg.ac.jp> <475EC995.6020208@asusa.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Tue, 11 Dec 2007 09:32:05 -0800
Hiroshi Nishida <nishida@asusa.net> wrote:
Hi.
> Can you post your xorg.conf?
Sorry, I'll send this.
Should I also send kernel configuration file?
I used SMP in source files obtained by csup(8).
> And also /var/log/Xorg.0.log will have some clues.
Ah, my box froze and "Xorg.0.log" wasn't created.
> And,,, you may not need to kldload i915.ko because it seems to be loaded
> automatically by agp.
I see.
---
Hiroyuki Une: Hiroshima Kokusai Gakuin University
une@hkg.ac.jp / harrier@seiryu.cim.hkg.ac.jp
[-- Attachment #2 --]
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
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 "glx"
Load "GLcore"
Load "xtrap"
Load "dri"
Load "freetype"
Load "type1"
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"
#DisplaySize 380 300 # mm
Identifier "Monitor0"
VendorName "ENC"
ModelName "S1921"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 24.0 - 80.0
VertRefresh 50.0 - 75.0
Option "DPMS"
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 "82Q963/Q965 Integrated Graphics Controller"
BusID "PCI:0:2:0"
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071212114429.37607492.une>
