asus M6N
Phillip Neumann
phillip at chile.com
Sun May 30 15:16:27 PDT 2004
hello..
Im trying to use my asus m6n notebook, and have some troubles..
1) DRI. ive attached my XF86Config file. my loader.conf contains
agp_load="YES".
> glxinfo |grep direct
Xlib: extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
pciconf -lv sais:
none3 at pci1:0:0: class=0x030000 card=0x17721043 chip=0x4e501002 rev=0x00
hdr=0x00 vendor = 'ATI Technologies'
class = display
subclass = VGA
so i guess there is no driver loaded for the ati 3D, isnit?
if i restart X, with the radeon module loaded, there is no dri either.
The card is an ATI 9600 Mobile. Am i missing something?
2) Battery status. I wish to get the battery status. apm -l sais 255:
"If your laptop does not support this function, 255 is displayed"
and ACPI:
> sysctl hw.acpi.battery
hw.acpi.battery.life: -1
hw.acpi.battery.time: -1
hw.acpi.battery.state: 7
hw.acpi.battery.units: 2
hw.acpi.battery.info_expire: 5
Is there any other way to get the battery status?
3) CPU slowdown
> sysctl hw.acpi.cpu
hw.acpi.cpu.cx_supported: C2/1
hw.acpi.cpu.cx_lowest: 0
hw.acpi.cpu.cx_history: 445828/0
Wasnt there a throtteling options in here? how do i change the hz of
cpu?...
4) DVD, my dvd playing is slow, compared with windows. ive try setting
this on loader.coonf:
hw.ata.ata_dma="1"
hw.ata.atapi_dma="1"
but the result is the same... ive test it with mplayer and totem
(xine?)
Is there a special video driver o codec i should use for DVD playback?
Thank you in advance.
PD: this is FreeBSD 5.2.1-p8 with X installed form ports.
--
------------------------
Phillip Neumann
phillip at chile.com
-------------- next part --------------
Section "DRI"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "BlankTime" "10" # Blank the screen in 10 minutes (Fake)
#Option "StandbyTime" "20" # Turn off screen in 20 minutes (DPMS)
#Option "SuspendTime" "30" # Full hibernation in 30 minutes (DPMS)
#Option "OffTime" "40" # Turn off DPMS monitor (DPMS)?
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
# Option "Protocol" "ImPS/2"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "Emulate3Buttons" "on"
Option "ZAxisMappings" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
Identifier "Card0"
Driver "vesa"
#Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024"
EndSubSection
EndSection
More information about the freebsd-mobile
mailing list