Strona 1 z 1

Amilo Pro v3515 -instalacja sterownika grafiki

: 05 lis 2009, 09:55
autor: skiperomania
Witam Czy udało się komuś na Ubuntu 8.04 zainstalować sterownik do obsługi 3D od VIA i czy akceleracja działa poprawnie??Moja karta grafiki to nieszczęsne VN896:-(

Odp: Amilo Pro v3515 -instalacja sterownika grafiki

: 07 lis 2009, 13:47
autor: wojtekae
Owszem miałem to szczęście. Jednakże istnieje kilka problemów. Po pierwsze tekstury w niektórych programach np. Celestia, GoogleEarth nie wyświetlają się poprawnie. I oczywiście ekran ładowania systemu wyświetlany jest tylko w części.

Oto xorg.conf:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection


Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Driver "via"
#VendorName "VIA Tech"
#BoardName "via"
Identifier "Configured Video Device"
#Boardname "vesa"
#Busid "PCI:1:0:0"
#Screen 0
Option "LCDPort" "DFP_HIGHLOW"
EndSection

Section "Monitor"
Identifier "Monitor"
EndSection


Section "Screen"
Monitor "Monitor"
Identifier "Default Screen"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Modes "1280x800"
Virtual 1280 800
Depth 24
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "extmod"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "openchrome"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


Można oczywiście dokonać modyfikacji i uruchomić Compiz'a, ale działa dość wolno.

Odp: Amilo Pro v3515 -instalacja sterownika grafiki

: 07 lis 2009, 19:59
autor: skiperomania
Dzięki:grin: