После Xorg -configure все время возвращайтесь к экрану входа

Я использую Ubuntu 9.10

У меня в компьютере есть следующее mobo: http://www.netonnet.se/art/dator/datorkomponenter/moderkort/intel-775/ASUS-P5KPL -AMSE / 127329.4026 / (ASUS P5KPL-AM SE)

В Mobo используется встроенная видеокарта Intel GMA 3100.

Теперь о проблеме: запуск glxgears om computer не работает. Погуглил на проблему и обнаружил, что драйверы Nvidia и ATI / Radeon взаимодействуют с драйверами Intel.

Поэтому я удалил все драйверы Nvidida и ATI / Radeon. Затем я запустил Xorg: 1 -configure, а затем cp /root/xorg.conf.new /etc/X11/xorg.conf

Но после перезагрузки я заметил, что графика на экране входа в систему намного лучше. Но я не могу войти в систему. Меня возвращают на экран входа в систему только при вводе правильного пароля. (Нет проблем с паролем, система «чувствует», если указан правильный или неправильный пароль).

Я должен был войти через SSH и добавить «skljsfjsljfssf» в конце xorg.conf, чтобы сделать его «спрятанным». После перезагрузки компьютер перешел в режим низкой графики, и я смог войти в систему в обычном режиме.

В чем проблема входа в систему после настройки Xorg?

Мой /etc/X11/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 "dri"
  Load "dbe"
  Load "dri2"
  Load "glx"
  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"
  Identifier "Monitor0"
  VendorName "Monitor Vendor"
  ModelName "Monitor Model"
EndSection

Section "Device"
  #Available Driver options are:-
  #Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  #<string>: "String", <freq>: "<f> Hz/kHz/MHz"
  #[arg]: arg optional
  #Option "NoAccel" # [<bool>]
  #Option "SWcursor" # [<bool>]
  #Option "ColorKey" # <i>
  #Option "CacheLines" # <i>
  #Option "Dac6Bit" # [<bool>]
  #Option "DRI" # [<bool>]
  #Option "NoDDC" # [<bool>]
  #Option "ShowCache" # [<bool>]
  #Option "XvMCSurfaces" # <i>
  #Option "PageFlip" # [<bool>]
  Identifier "Card0"
  Driver "intel"
  VendorName "Intel Corporation"
  BoardName "82G33/G31 Express Integrated Graphics Controller"
  BusID "PCI:0:2:0"
EndSection

Section "Screen"
  Identifier "Screen0"
  Device "Card0"
  Monitor "Monitor0"
  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
0
задан 7 November 2010 в 04:44

1 ответ

Я бы посоветовал вам удалить /etc/X11/xorg.conf и позволить Xorg обнаруживать все сам при запуске, так как это рекомендуемый способ (особенно если вы используете драйверы с открытым исходным кодом, такие как драйверы Intel).

Опция Xorg -configure, вероятно, все еще существует для операционных систем, отличных от Linux.

0
ответ дан 7 November 2010 в 04:44

Другие вопросы по тегам:

Похожие вопросы: