Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Znowu zawracam gitarę, ale nie potrafię sobie poradzić sam . Zainstalowałem testinga na niezłym kompie ( zawiść mnie zjada, bo to nie mój), i mam problem. Karta grafiki jest to zintegrowany intel. Jak instalowałem kiedyś na laptopie z kartą intela zintegrowaną, to wsio się skonfigurowało, Było 3D, była rozdzielczośc dobra. Teraz nie ma z buta 3D, a maksymalna rozdzielczość to 1024x768, a monitor ma 1280x1024.
Mój 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. # # 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 "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "pl" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Device" Identifier "Configured Video Device" Driver "intel" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480" EndSubSection EndSection
log xorga
http://wklej.org/id/86123/
Ratujcie.
Ostatnio edytowany przez AgayKhan (2009-05-04 12:32:10)
Offline
Spróbuj może xorga wygenerować przez
X -configure
Offline
X -configure Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again.
Offline
To trzeba przy wyłaczonych xach robić.
Powstanie w katalogu /root pliczek xorg.conf.new
Musisz go potem przekopiowac do /etc/X11 jako xorg.conf.
Ostatnio edytowany przez ilin (2009-05-03 21:48:19)
Offline
Masz opis:
http://debian.linux.pl/viewtopic.php?p=57888#57888
Jak nie pomoże to spróbuj skryptem od Siduksa zainstalować sterownik do obsługi karty.
http://debian.linux.pl/viewtopic.php?p=73083#73083
Musi być czysty plik /etc/X11/xorg.conf bezpośrednio po wykonaniu: dpkg-reconfigure xserver-xorg
Edit:
AgayKhan, doinstaluj pakiety:
ddccontrol - a program to control monitor parameters
ddccontrol-db - monitor database for ddccontrol
Będzie lepiej rozpoznawany monitor.
Offline
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe"
Load "i2c"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
#Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
#Driver "mouse"
Driver "Synaptics"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Intel Graphics X3100"
Driver "intel"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel GMA965 / X3100"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Mój xorg.conf dla karty intela.
Zmień to co trza i powinno działać.
Akceleracja i inne pierdoły działają..
Może coś pomoże.
Ostatnio edytowany przez kodzik (2009-05-03 23:27:42)
Offline
Kurde, dziwne to. Byłem przekonany, że jak xorg.conf jest praktycznie pusty, to nie trzeba wpisów robić. A tu trzeba. Niestety automaty nie działają.
Akceleracja 3D -
instalacja libgl1-mesa-glx libgl1-mesa-dri
rozdzielczość
modeline
gtf 1208 1024 60 -x # 1208x1024 @ 60.00 Hz (GTF) hsync: 63.60 kHz; pclk: 103.29 MHz Modeline "1208x1024_60.00" 103.29 1208 1288 1416 1624 1024 1025 1028 1060 -HSync +Vsync
dopisać to w sekcji monitor
a tu taki wpis
SubSection "Display" Depth 24 Modes "1280x1024@60" EndSubSection
I dzia ła.
Ostatnio edytowany przez AgayKhan (2009-05-04 12:47:08)
Offline
Strony: 1