Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: anubis 24 Července 2006, 11:29:59
-
zdravim
Tak sem si nainstaloval na PC ACER desktop ubuntu 6.06 a fafika je hrozne pomala, zrejme potrebuji ovladac na grafiku popripade na celi chipset, ale bohuzel na strankach aceru toho moc nepisou a firma sis podporuje pouze redhad, obevil jsem i http://www.winischhofer.at/linuxsisusbvga.shtml#download a tab byl takovej navod
There is a Debian/Ubuntu package available for the X sisusb driver. Add the following to your /etc/apt/sources.list:
1. Debian Sarge (stable), Ubuntu (5.0):
* deb http://www.winischhofer.net/sis/debian/stable ./
2. Debian Sid (unstable):
* deb http://www.winischhofer.net/sis/debian/unstable ./
The package is named x-driver-sisusb and works similar to the msttcorefonts package: It detects what version of X you have installed and then downloads and installs the (then current) sisusb X driver from this website. The package does not contain the driver itself. Note: The installation script only checks for X packages from your distribution. It does not actually probe the X server itself. That is, if you have installed X without using the package provided by Debian/Ubuntu, the server version detection will probably fail.
If you happen to upgrade to a newer version of Xfree86/X.org (eg. from 4.3 to 4.4, or from XFree86 to X.org), run dpkg-reconfigure x-driver-sisusb. This will recognize that you are running a different version and download the correct version of the sisusb driver automatically.
bohuzel se mi nepodarilo najit balik "x-driver-sisusb" i pri nekolikatim updatu zdroju a asi dvouch restartech, z uvedenych zdroju to data natahuje, ale uvedeny balik tam jiz zrejmne neni.
ma s tim nekdo skusenosti???
Prosim poradte :( =(
-
Na tom winischhofer jsou zdrojáky ovladačů, tak se to může zkompilovat.
Podle té stránky ale je ovladač už v jádře od 2.6.13. Možná je taky problém s xorg.conf ( hodil by se obsah sekce Device, nebo rovnou celý - /etc/X11/xorg.conf ).
Zkontroluj také zda je sisusb_drv.o v /usr/X11R6/lib/modules/drivers/
-
tak v /usr/X11R6/lib je pouze adresar X11 ale v /usr/lib/xorg/modules/drivers
je soubor sisusb_drv.so a vubec sou tam znamy jmena a co se tyce /etc/X11/xorg.conf tak tam je (jetli to chapu dobre) nejakej ovladac vesa???
radeji sem to prilozil celi
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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 "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "GDM-5410"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "GDM-5410"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x921" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x921" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x921" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x921" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x921" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x921" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
-
nahraď
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
tímhle
Section "Device"
Identifier "Generic Video Card"
VendorName "SiS" # Value does not matter
BoardName "SiS" # Value does not matter
Driver "sisusb"
# BusID: Does not matter if you have only one USB2VGA dongle.
# If you have more than one, you can specify the device node
# name or the device number here.
#BusID "USB:/dev/sisusbvga0"
# Please see http://www.winischhofer.at/linuxsisusbvga.shtml for more
# information
EndSection
Je to podle ukázkového configu z winischoferovy stránky. Mělo by to použít ovladač sis, protože teď je v xorg.conf obecný vesa ovladač. Udělej si samozřejmě nejdřív kopii xorg.conf, aby bylo z čeho obnovit, kdyby nastal problém.
-
skoro spravne, musel sem udelat mensi upravy
jedna z nich je "BusID "PCI:1:0:0"" to tam proste muselo bejt
a dale porad se mi nelibyl ten "usb" nevim k ceu ten ovladac vlastne je ale ja tam misto "sisusb" musel dat jen "sis"
jen takovej male dotazek, ona existuje nejaka grafika do usb???????? me ten koufigurak vrta hlavou hlavne "BusID "USB:/dev/sisusbvga0"" ????????
povazujte to za vyresene akorad bych prosil ten malej dotazek odpovedet.
zde je ta opravena cast a diky vsem co jste reagovaly
Section "Device"
Identifier "Generic Video Card"
VendorName "SiS" # Value does not matter
BoardName "SiS" # Value does not matter
Driver "sis"
# BusID: Does not matter if you have only one USB2VGA dongle.
# If you have more than one, you can specify the device node
# name or the device number here.
#BusID "USB:/dev/sisusbvga0"
BusID "PCI:1:0:0"
# Please see http://www.winischhofer.at/linuxsisusbvga.shtml for more
# information
EndSection
-
Aha, ty nemáš USB grafiku ;) Podle té stránky (winisch.....) jsem myslel že ano.
Jak vidno, existují i grafiky do USB, takové dongly slouží k připojení monitoru nebo TV, klasicky jako výstup z normální grafiky.
-
Tak se to taky snazim rozjet na 6.10 Ubuntu a SIS grafiku a porad nic........ Muze mi nekdo pleas poradit. xorg.conf mam upraveny ale porad nic