Страница 1 из 1
3D Accel
Добавлено: 2010-04-07 13:46:39
Dominator
Всем привет! Взял новый ноут ASUS K40IJ. WinXP туда не прикрутить без бубна, решил поставить Linux. Ставил Slackware 13.0, поставил все пакеты. Эффекты рабочего стола пашут(видяха intel), а вот Win игры запускаться не желают(юзаю Crossover Linux Professional 9), говорят, мол нет 3D.
В чем дело?
P.S. на винде, думаю, все будет ништяк. Но, еще раз повторюсь, ее ставить не буду.
Re: 3D Accel
Добавлено: 2010-04-08 8:33:09
_Andy
Dominator писал(а):Всем привет! Взял новый ноут ASUS K40IJ. WinXP туда не прикрутить без бубна, решил поставить Linux. Ставил Slackware 13.0, поставил все пакеты. Эффекты рабочего стола пашут(видяха intel), а вот Win игры запускаться не желают(юзаю Crossover Linux Professional 9), говорят, мол нет 3D.
В чем дело?
P.S. на винде, думаю, все будет ништяк. Но, еще раз повторюсь, ее ставить не буду.
Настройки в файле /etc/X11/xorg.conf покажите. Есть еще штука, для облегчения запуска игр под линуксом, работает
поверх вайна, называется PlayOnLinux (
http://www.playonlinux.com/en/).
p.S: Выбор дистрибутива странен.
Re: 3D Accel
Добавлено: 2010-04-11 19:34:12
Dominator
_Andy писал(а):p.S: Выбор дистрибутива странен.
Самый стабильный Linux
_Andy писал(а):/etc/X11/xorg.conf
От слаки ша показать не могу, т.к. решил проверить на убунте 9.10, эффект точно такой же
Код: Выделить всё
root@GENERAL:/home/user# cat /etc/X11/xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Конфиг с убунты
Re: 3D Accel
Добавлено: 2010-04-12 12:05:27
_Andy
Попробуйте сами сконфигурировать xorg.conf.
Re: 3D Accel
Добавлено: 2010-04-17 8:22:57
Dominator
xorg.conf
Код: Выделить всё
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dbe"
Load "record"
Load "dri"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
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 "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 "Mobile 4 Series Chipset 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
Как было, так и осталось
