il cip è:
Code: Select all
0000:01:00.0 VGA compatible controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)Moderator: ago

Code: Select all
0000:01:00.0 VGA compatible controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)
/\/\auri wrote:ho ancora dei problemi da risolvere (non riesco ad abilitare il drm) ma almeno ho x funzionante con le estensioni xv (che è la ragione principale per cui ho tolto il driver vesa)
Code: Select all
make[2]: Entering directory `/var/tmp/portage/xorg-unichrome-6.7.0-r20/work/xc/config/imake'
make[2]: Nothing to be done for `bootstrapdepend'.
make[2]: Leaving directory `/var/tmp/portage/xorg-unichrome-6.7.0-r20/work/xc/config/imake'
cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" bootstrap
make[2]: Entering directory `/var/tmp/portage/xorg-unichrome-6.7.0-r20/work/xc/config/imake'
+ mkdir bootstrap
mv *.o bootstrap
+ mv imake bootstrap
make[2]: Leaving directory `/var/tmp/portage/xorg-unichrome-6.7.0-r20/work/xc/config/imake'
cd ./config/imake && make -f Makefile.proto imakeonly
make[2]: Entering directory `/var/tmp/portage/xorg-unichrome-6.7.0-r20/work/xc/config/imake'
O2 -march=athlon-xp -fomit-frame-pointer -fno-strict-aliasing -ansi -pedantic -Wno-return-type -w -I../../include -I../../exports/include/X11 -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DCPP_PROGRAM="\"cpp\"" -DHAS_MERGE_CONSTANTS=`if -fmerge-constants -xc /dev/null -S -o /dev/null 2> /dev/null 1> /dev/null; then echo 1; else echo 0; fi` -DXVENDORNAME='"The X.Org Foundation"' -DXVENDORNAMESHORT='"X.Org"' -c -o imake.o imake.c
/bin/sh: O2: command not found
make[2]: [imake.o] Error 127 (ignored)
rm -f imake
o imake -O2 -march=athlon-xp -fomit-frame-pointer -fno-strict-aliasing -ansi -pedantic -Wno-return-type -w imake.o -Wl,-rpath-link,../../exports/lib
/bin/sh: o: command not found
make[2]: [imake] Error 127 (ignored)
make[2]: Leaving directory `/var/tmp/portage/xorg-unichrome-6.7.0-r20/work/xc/config/imake'
make -w xmakefile
make[2]: Entering directory `/var/tmp/portage/xorg-unichrome-6.7.0-r20/work/xc'
rm -f xmakefile
./config/imake/imake -I./config/cf -s xmakefile -DTOPDIR=. -DCURDIR=.
make[2]: ./config/imake/imake: Command not found
make[2]: *** [xmakefile] Error 127
make[2]: Leaving directory `/var/tmp/portage/xorg-unichrome-6.7.0-r20/work/xc'
make[1]: *** [imake.bootstrap] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-unichrome-6.7.0-r20/work/xc'
make: *** [World] Error 2
!!! ERROR: x11-base/xorg-unichrome-6.7.0-r20 failed.
!!! Function src_compile, Line 697, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Perché vuoi usare quell'anticaglia?Inuyasha wrote:xorg-unichrome-6.7.0-r20
Il digest dei pacchetti che non sono in portage va fatto manualmente.Inuyasha wrote:dove prendo " digest-xorg-unichrome-6.8.0-r27" ???
Code: Select all
# Scarichi i vari pacchetti
emerge -f xorg-unichrome
# Cambi directory per comodita
cd /usr/local/portage/x11-base/xorg-unichrome
# Creazione del digest
ebuild xorg-unichrome-6.8.0-r27.ebuild digest
# Emergi tutto
emerge xorg-unichromeSappi che lo stiamo scrivendo in questo threadInuyasha wrote:Ho cercato in giro qualche howto per l'xorg-unichrome a non neho trovati :'(
Non so se i soliti "X - configure" o "xorgcfg" possono fare qualcosa, prova.edit: ho modificato xorg.conf aggiungengo load "glx" e load "dri" ma in driver ho lasciato vesa
Code: Select all
Driver "via"
#VideoRam 8192
# Insert Clocks lines here if appropriate
Option "ActiveDevice" "LCD"
Option "PanelSize" "1024x768"
Option "TVType" "PAL"
Code: Select all
Driver "via"
#VideoRam 8192
# Insert Clocks lines here if appropriate
Option "ActiveDevice" "LCD,TV"
Option "PanelSize" "1024x768"
Option "TVType" "PAL"
Prova a mettere anche:Inuyasha wrote:appena metto come driver via appena faccio startx si spegne il monito ho provato ad aggiungerci anche queste opzioni ma niente
Code: Select all
Driver "via" #VideoRam 8192 # Insert Clocks lines here if appropriate Option "ActiveDevice" "LCD" Option "PanelSize" "1024x768" Option "TVType" "PAL"
Code: Select all
Option "NoDDCValue" "yes" Code: Select all
Section "Device"
Identifier "KM400"
Driver "via"
VendorName "VIA Technologies, Inc."
BoardName "Unknown Board"
BusID "PCI:1:0:0"
Option "HWCursor"
Option "AGPMode" "4"
Option "AGPFastWrite" "True"
Option "EnablePageFlip" "True"
Option "DPMS" "on"
Option "ActiveDevice" "CRT"
Option "Refresh" "72"
Option "NoDDCValue" "yes"
EndSectionOk, allora, dopo tale reboot vai a vedere il file /var/log/Xorg.0.logInuyasha wrote:non ho schermo nero si spegne proprio il monitor, sia se faccio crtl+alt+backspace siao se faccio crtl+alt+f1 non cambia nulla. per poter uscire faccio crtl+alt+f1 poi ctrl+C e poi scrivo reboot per riavviare tutto con monitor spento
Ti commento un poco le informazioni che si vedono a colpo d'occhio:Inuyasha wrote:Fatto, per il file Xorg.0.log clicca qui
Code: Select all
(--) VIA(0): Chipset: "K8M800"
(WW) VIA(0): This device seems to be a VIA Unichrome Pro K8M800.
(WW) VIA(0): There is no specific support for this device yet in this driver.
(WW) VIA(0): Please contact unichrome.sourceforge.net ASAP to resolve this.Code: Select all
Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): Mode "1600x1024" not supported by driver.
...
Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsyncCode: Select all
...
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
[drm] failed to load kernel module "via"
(II) VIA(0): [drm] drmOpen failed
...Code: Select all
(WW) VIA(0): [Xv] Unsupported Chipset. X video functionality disabled.
(WW) VIA(0): Option "AGPMode" is not used
(WW) VIA(0): Option "AGPFastWrite" is not used
(WW) VIA(0): Option "EnablePageFlip" is not used
(WW) VIA(0): Option "Refresh" is not used
(WW) VIA(0): Option "NoDDCValue" is not usedsirandomaze wrote: Le prime due righe si riferiscono a modalitá video che vengono rifiutate, mentre le altre sono le modalitá video accettate.
Il tuo portatile supporta la 1024x768@75 ?
io ho come kernel il 2.6.10-rc2 non èper unichrome dove lo prendo quello per unicrhome?randomaze wrote: Qui dice che non riesce a caricare il modulo del kernel relativo al dri (stai usando un kernel con supporto unichrome? quale?