Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: KillBill 15 Května 2007, 04:48:34
-
Zkoušel jsem tohle: https://help.ubuntu.com/community/OpenChrome, jenže výsledek byla katastrofa. Chipset mám VIA P4M890, ale nevím, jestli to na to jde, nebo ne.
Postupoval jsem přesně podle návodu:
#sudo apt-get build-dep xserver-xorg-video-via
#sudo apt-get install subversion autoconf automake1.9 libtool
#svn checkout http://svn.openchrome.org/svn/trunk openchrome
#cd openchrome*
#./autogen.sh --prefix=/usr
#make
#sudo make install
#gksudo gedit /etc/X11/xorg.confTam jsem v sekci "Device" přepsal driver z "vesa" na "via", poté jsem to uložil.
Pak následoval restart X-serveru, grafika nenaběhla, jen text. Si říkám: "proč panikařit?" a napsal jsem:#sudo nano /etc/X11/xorg.conf... jenže místo "vesa" tam "via" už byla, ale přitom nic!
Následovala reinstalace :mad:
Zkusil jsem to znovu, ale bez restartu, dokonce jsem pokračoval i s 3D a výsledek? Nádhera! Všechno krásně rychlý- prostě paráda.
Po restartu ale grafika nenaběhla, musel jsem to zase celý přeinstalovat :(
Kde jsem udělal chybu?
Jak tohle zase vrátit, aby se zase spustila autodetekce hardwaru a grafika se zase rozchodila, aniž bych musel to zase celý přeinstalovat?
Předem díky za odpovědi
-
Jinak tady je obsah /etc/X11/xorg.conf:
Section "Files"
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"
# 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"
Option "XkbVariant" "qwerty"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
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 "LM765"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "LM765"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "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
-
Tak jsem si dal půllitrovýho panáka :) a zkusil místo svn checkout http://svn.openchrome.org/svn/trunk openchrome zadat svn co http://svn.openchrome.org/svn/branches/experimental_branch openchrome-vt3336 a ejhle, ono to funguje! Sice nekorektně, místo mrtě spořičů obrazovky buď tma, nebo blikající zelený pruhy, při provozu některých her v okně obraz plochy skáče, ale 3D jakžtakž funguje. GLXGEARS má místo 200-300 FPS 900-1000 FPS. Dokonce to zvládá OpenArenu, ale drtivá většina her jede jen na 800×600, přehrávání filmů nejde :(