Достала intel видюха. Как побороть?

Здравствуйте,

в линуксе абсолютный новичок. Искал на форуме, дают разные советы не один не помог.

Значит, что имеем. Koala 9.10, видюха встроенная, чипсет intel 956, X33. Всё работает, только глючат иксы и жуткое разрешение 800х600 с частотой 60 герц.

Что делал.
В /etc/X11/ файлика xorg.conf не было. Сгенерировал "Xorg -configure". Запускаю с него иксы. Ставит частоту, которую не поддерживает монитор. Убиваю иксы. Редактирую файл.

Исправил девайс на intel, исправил резолюшн на 1024х768. Не запускается. Выдаёт ошибку:
Fatal server error:
no screens found

В /var/log/Xorg.0.log обнаружил следующие ошибки:
---------------
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default nv Screen 0" (0)
(**) | |-->Monitor ""
(**) | |-->Device "Builtin Default nv Device 0"
(==) No monitor specified for screen "Builtin Default nv Screen 0".

(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.

(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.

---------------

Собственно вот мой Xorg.conf:
------------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
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"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "record"
Load "dbe"
Load "dri2"
Load "dri"
Load "extmod"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize 340 270 # mm
Identifier "Monitor0"
VendorName "SAM"
ModelName "SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # []
#Option "HWcursor" # []
#Option "NoAccel" # []
#Option "ShadowFB" # []
#Option "UseFBDev" # []
#Option "Rotate" # []
#Option "VideoKey" #
#Option "FlatPanel" # []
#Option "FPDither" # []
#Option "CrtcNumber" #
#Option "FPScale" # []
#Option "FPTweak" #
#Option "DualHead" # []
Identifier "Card0"
Driver "intel"
VendorName "intel"
BoardName "C51PV [GeForce 6150]"
BusID "PCI:0:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection

SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
-----------------------------

Вообще линукс реально сделать рабочей станцией? Как побороть этот **** пиии **** Xorg и intel карточку? Как сделать адекватное разрешение и частоту?

Очень, очень прошу помочь.

За ранее огромное спасибо!

0
ploop - 19 Январь, 2010 - 10:42
Изображение пользователя ploop.

А в меню "Драйверы устройств" что-нибудь предлагается поставить?

ЗЫ
Вообще линукс реально сделать рабочей станцией?
Если б было не реально, я б не снёс винду окончательно месяц назад. И я такой не один ;-)

+1
gadyuka - 19 Январь, 2010 - 11:02
Изображение пользователя gadyuka.

На днях в торжественной обстановке убила раздел с виндой. Небо не упало на землю и реки не потекли вспять)))

0
tolsty-13 - 19 Январь, 2010 - 11:25
Изображение пользователя tolsty-13.

Вот здесь много чего по этому поводу можно найти http://forum.ubuntu.ru/

0
Sunchezzz - 20 Январь, 2010 - 10:08

В меню драйверы устройств? В "Параметры системы" такого не нашёл, но вот что говорит консоль:

lspci думает, что это nvidia
sales@sales2:~$ lspci | grep VGA
00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev a2)

Вот что говорит dpkg:
sales@sales2:~$ dpkg -l | grep xorg | grep intel
ii xserver-xorg-video-intel 2:2.9.0-1ubuntu2 X.Org X server -- Intel i8xx, i9xx display d
ii xserver-xorg-video-intel-dbg 2:2.9.0-1ubuntu2 X.Org X server -- Intel i8xx, i9xx display d

Значит дрова есть.

Где копать?

0
dm - 20 Январь, 2010 - 12:49
Изображение пользователя dm.

В меню драйверы устройств? В "Параметры системы" такого не нашёл

K-> Приложения -> Система -> Hardware Drivers

0
Sunchezzz - 20 Январь, 2010 - 14:14

Видит только три драйвера от nVidia, причем все серенькие, не активные. Intel'а там нету.

Где ещё посмотреть, что с разрешениеим?

Отправить комментарий

CAPTCHA на основе изображений
Введите цифры