Сайт | Скачать | Видео | Wiki

Автор Тема: [закрыто]Зависание Xorg  (Прочитано 7922 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн Liss

  • Ветеран
  • *****
  • Сообщений: 632
  • Репутация: +23/-0
  • Автор темы
[закрыто]Зависание Xorg
« : 08 Ноябрь 2010, 14:31:10 »
PuppyRus 2 Retro

Зависает при выборе Xorg, сразу после появления рабочего стола. Зависает намертво.
Athlon 64 3000+
512 Mb RAM
ATI Radeon 9600 128Mb VRAM

« Последнее редактирование: 09 Ноябрь 2010, 14:15:55 от Pro »
Терпение, труд и какая-то мать, все перетрут.

Оффлайн Pro

  • Активный участник
  • Ветеран
  • ****
  • Сообщений: 10737
  • Репутация: +113/-2
Re: Зависание Xorg
« Ответ #1 : 09 Ноябрь 2010, 02:45:42 »
не то чтобы dmesg но xorg.0.log бы точно нужен
Я загружаю новые пакеты сюда: http://file.puppyrus.org/users/ а дальше можно найти самостоятельно.

Оффлайн Liss

  • Ветеран
  • *****
  • Сообщений: 632
  • Репутация: +23/-0
  • Автор темы
Re: Зависание Xorg
« Ответ #2 : 09 Ноябрь 2010, 05:11:45 »
как бы xorg.0log вытащить если машину из зависания можно вытащить только ресетом.
Терпение, труд и какая-то мать, все перетрут.

Оффлайн Pro

  • Активный участник
  • Ветеран
  • ****
  • Сообщений: 10737
  • Репутация: +113/-2
Re: Зависание Xorg
« Ответ #3 : 09 Ноябрь 2010, 05:23:11 »
загрузится в консоли, примонтировать какой нибудь раздел, убедится что xorg.conf правильный (или xorgwizard запустить) а потом сделать запуск
Код
X > /mnt/sda1/xorg.log 2>&1
После того как зависнет, полученный лог из раздела забрать и просмотреть.
Я загружаю новые пакеты сюда: http://file.puppyrus.org/users/ а дальше можно найти самостоятельно.

Оффлайн Liss

  • Ветеран
  • *****
  • Сообщений: 632
  • Репутация: +23/-0
  • Автор темы
Re: Зависание Xorg
« Ответ #4 : 09 Ноябрь 2010, 13:20:59 »
Проблема заключалась в том что xorg не мог загрузить несуществующий модуль DRI R300. Выяснилось только по логу. Решилось комментированием строки
load "dri"
но естественно ни о каком direct rendering можно не думать.
Наверное это последствия исключения новых драйверов из ретро.
В общем Решено с костылями...
Терпение, труд и какая-то мать, все перетрут.

Оффлайн Pro

  • Активный участник
  • Ветеран
  • ****
  • Сообщений: 10737
  • Репутация: +113/-2
Re: Зависание Xorg
« Ответ #5 : 09 Ноябрь 2010, 14:15:19 »
Ну да, на такое железо модерн поставить сам бог велел, какое уж тут ретро ;)
Я загружаю новые пакеты сюда: http://file.puppyrus.org/users/ а дальше можно найти самостоятельно.

Оффлайн Lemonadnый_Jo

  • Новичок
  • *
  • Сообщений: 8
  • Репутация: +0/-0
  • beyond the system
    • liquidoxygen.ru
Re: [закрыто]Зависание Xorg
« Ответ #6 : 10 Ноябрь 2010, 00:46:53 »
У меня nVidia 7600 GT
Xorg не стартует
ни на модерне (тоже dri)
modern_xorg.conf
Код
#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads xtrap extension, used by xrandr
#    Load       "xtrap"

# This loads the GLX module (if present)
    Load       "glx"

# This loads dri module (if present)
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/X11R7/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R7/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R7/lib/X11/fonts/TTF/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"
    Option "AllowEmptyInput" "on"
    Option "AutoAddDevices" "True"
    Option "IgnoreABI" "True"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...


Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
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"
HorizSync    30-65
VertRefresh  56-61
#UseModes     "Modes0" #monitor0usemodes
Option      "PreferredMode" "800x600"
EndSection

Section "Modes"
Identifier "Modes0"
#modes0modeline0
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     "SWcursor"           # [<bool>]
#Option     "HWcursor"           # [<bool>]
#Option     "NoAccel"             # [<bool>]
#Option     "ShadowFB"           # [<bool>]
#Option     "VideoKey"           # <i>
Identifier  "Card0"
Driver      "nouveau" #card0driver
VendorName  "nVidia Corporation"
BoardName   "G73 [GeForce 7600 GT]"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 16
#Option         "metamodes" "800x600_60 +0+0" #METAMODES_0
Subsection "Display"
Depth       16
Modes       "800x600"
EndSubsection
EndSection

#PuppyHardwareProfile=NVIDIA532006
modern_xorg.log
Код
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.34 i686
Current Operating System: Linux puppypc 2.6.35.8 #1 SMP Tue Nov 2 23:42:19 2010 i686
Kernel command line: initrd=/boot/initrd.gz pmedia=usbflash max_loop=22 BOOT_IMAGE=/boot/vmlinuz
Build Date: 17 June 2010  06:29:01PM
 
Current version of pixman: 0.17.14
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 10 03:13:16 2010
(==) Using config file: "/etc/X11/xorg.conf"
(EE) AIGLX error: dlopen of /usr/X11R7/lib/dri/nouveau_dri.so failed (/usr/X11R7/lib/dri/nouveau_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
resize called 800 600

 ни на ретро (Модуль ядра вроде-как мешает)
retro_xorg.conf
Код
#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads xtrap extension, used by xrandr
#    Load       "xtrap"

# This loads the GLX module (if present)
    Load       "glx"

# This loads dri module (if present)
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/X11R7/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R7/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R7/lib/X11/fonts/TTF/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"
    Option "AllowEmptyInput" "on"
    Option "AutoAddDevices" "True"
    Option "IgnoreABI" "True"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...


Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
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"
HorizSync    30-80
VertRefresh  60-71
#UseModes     "Modes0" #monitor0usemodes
Option      "PreferredMode" "1440x900"
EndSection

Section "Modes"
Identifier "Modes0"
#modes0modeline0
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     "SWcursor"           # [<bool>]
#Option     "HWcursor"           # [<bool>]
#Option     "NoAccel"             # [<bool>]
#Option     "ShadowFB"           # [<bool>]
#Option     "UseFBDev"           # [<bool>]
#Option     "Rotate"             # [<str>]
#Option     "VideoKey"           # <i>
#Option     "FlatPanel"           # [<bool>]
#Option     "FPDither"           # [<bool>]
#Option     "CrtcNumber"         # <i>
#Option     "FPScale"             # [<bool>]
#Option     "FPTweak"             # <i>
#Option     "DualHead"           # [<bool>]
Identifier  "Card0"
Driver      "nv" #card0driver
VendorName  "nVidia Corporation"
BoardName   "G73 [GeForce 7600 GT]"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
#Option         "metamodes" "1440x900_60 +0+0" #METAMODES_0
Subsection "Display"
Depth       24
Modes       "1440x900"
EndSubsection
EndSection

#PuppyHardwareProfile=NVIDIA30_80_60_75
retro_xorg.log
Код

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.34 i686
Current Operating System: Linux puppypc 2.6.31.14 #7 PREEMPT Fri Oct 15 20:21:51 GMT-8 2010 i686
Kernel command line: initrd=/boot/initrd.gz pmedia=usbflash max_loop=22 BOOT_IMAGE=/boot/vmlinuz
Build Date: 17 June 2010  06:29:01PM
 
Current version of pixman: 0.17.14
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov  9 04:03:02 2010
(==) Using config file: "/etc/X11/xorg.conf"
(EE) NV: The PCI device 0x10de0391 (GeForce 7600 GT) at 01@00:00:0 has a kernel module claiming it.
(EE) NV: This driver cannot operate until it has been unloaded.
(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

Vesa кстати тоже не запустился (не знаю где его лог искать)
« Последнее редактирование: 10 Ноябрь 2010, 00:58:50 от Lemonadnый_Jo »

Оффлайн nik

  • Ветеран
  • *****
  • Сообщений: 752
  • Репутация: +80/-0
Re: [закрыто]Зависание Xorg
« Ответ #7 : 10 Ноябрь 2010, 06:23:07 »
Закомментируйте секцию Load  "dri" в xorg.conf.
Вообще то при отсутствии nouveau_dri.so должен грузится swrast_dri.so
« Последнее редактирование: 10 Ноябрь 2010, 06:25:17 от nik »
intel Core i3 8100 / nVidia-GTХ750-2048Mb / SSD-128mb/HDD-500Gb / RAM-DDRIV 8Gb / ,PuppyRus SnowDog, PuppyRus Richy, Windows 10.

Оффлайн Lemonadnый_Jo

  • Новичок
  • *
  • Сообщений: 8
  • Репутация: +0/-0
  • beyond the system
    • liquidoxygen.ru
Re: [закрыто]Зависание Xorg
« Ответ #8 : 10 Ноябрь 2010, 19:43:42 »
Ну я значит загрузился в консоль, подсунул  в /etc/X11 вот такой xorg.conf0
Код
#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads xtrap extension, used by xrandr
#    Load       "xtrap"

# This loads the GLX module (if present)
#    Load       "glx"

# This loads dri module (if present)
#    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/X11R7/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R7/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R7/lib/X11/fonts/TTF/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"
    Option "AllowEmptyInput" "on"
    Option "AutoAddDevices" "True"
    Option "IgnoreABI" "True"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...

Потом запустил xorgwizard , он сгенерровал вот это,
Код
#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads xtrap extension, used by xrandr
#    Load       "xtrap"

# This loads the GLX module (if present)
#    Load       "glx"

# This loads dri module (if present)
#    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/X11R7/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R7/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R7/lib/X11/fonts/TTF/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"
    Option "AllowEmptyInput" "on"
    Option "AutoAddDevices" "True"
    Option "IgnoreABI" "True"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
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"
HorizSync    30-65
VertRefresh  56-61
#UseModes     "Modes0" #monitor0usemodes
Option      "PreferredMode" "800x600"
EndSection

Section "Modes"
Identifier "Modes0"
#modes0modeline0
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     "SWcursor"            # [<bool>]
#Option     "HWcursor"            # [<bool>]
#Option     "NoAccel"            # [<bool>]
#Option     "ShadowFB"            # [<bool>]
#Option     "VideoKey"            # <i>
Identifier  "Card0"
Driver      "nouveau" #card0driver
VendorName  "nVidia Corporation"
BoardName   "G73 [GeForce 7600 GT]"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 16
#Option         "metamodes" "800x600_60 +0+0" #METAMODES_0
Subsection "Display"
Depth       16
Modes       "800x600"
EndSubsection
EndSection

#PuppyHardwareProfile=NVIDIA532006

И вот что вышло
Код

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.34 i686
Current Operating System: Linux puppypc 2.6.35.8 #1 SMP Tue Nov 2 23:42:19 2010 i686
Kernel command line: initrd=/boot/initrd.gz pfix=nox pmedia=usbflash max_loop=22 BOOT_IMAGE=/boot/vmlinuz
Build Date: 17 June 2010  06:29:01PM
 
Current version of pixman: 0.17.14
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 10 22:30:03 2010
(==) Using config file: "/etc/X11/xorg.conf"
(EE) AIGLX error: dlopen of /usr/X11R7/lib/dri/nouveau_dri.so failed (/usr/X11R7/lib/dri/nouveau_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
resize called 800 600

Собственно тоже самое (

Оффлайн Pro

  • Активный участник
  • Ветеран
  • ****
  • Сообщений: 10737
  • Репутация: +113/-2
Re: [закрыто]Зависание Xorg
« Ответ #9 : 11 Ноябрь 2010, 02:06:31 »
Код
Driver      "nouveau" #card0driver

если поправить на
Код
Driver      "nv" #card0driver
вобще ситуация с nouveau в Mesa очень странная, nik пытается разобраться.
Я загружаю новые пакеты сюда: http://file.puppyrus.org/users/ а дальше можно найти самостоятельно.

Оффлайн Lemonadnый_Jo

  • Новичок
  • *
  • Сообщений: 8
  • Репутация: +0/-0
  • beyond the system
    • liquidoxygen.ru
Re: [закрыто]Зависание Xorg
« Ответ #10 : 11 Ноябрь 2010, 18:40:55 »
Поправил на
Код
Driver      "nv" #card0driver
говорит
Код
(==) Using config file: "/etc/X11/xorg.conf"
(EE) NV: The PCI device 0x10de0391 (GeForce 7600 GT) at 01@00:00:0 has a kernel module claiming it.
(EE) NV: This driver cannot operate until it has been unloaded.
(EE) No devices detected.
Может попробовать выгрузить этот модуль ? Только я не знаю как.

Попробовал modern на другой машине с картой nVidia 8600 Gt , запустилось сразу, без всяких исправлений
« Последнее редактирование: 11 Ноябрь 2010, 19:37:32 от Lemonadnый_Jo »

Оффлайн Pro

  • Активный участник
  • Ветеран
  • ****
  • Сообщений: 10737
  • Репутация: +113/-2
Re: [закрыто]Зависание Xorg
« Ответ #11 : 12 Ноябрь 2010, 02:15:30 »
Может попробовать выгрузить этот модуль ? Только я не знаю как.
выложите пожалуйста вывод команды lsmod
Я загружаю новые пакеты сюда: http://file.puppyrus.org/users/ а дальше можно найти самостоятельно.

Оффлайн Lemonadnый_Jo

  • Новичок
  • *
  • Сообщений: 8
  • Репутация: +0/-0
  • beyond the system
    • liquidoxygen.ru
Re: [закрыто]Зависание Xorg
« Ответ #12 : 12 Ноябрь 2010, 06:10:03 »
lsmod:
Module                  Size  Used by
snd_pcm_oss            29130  0
snd_seq_dummy           1013  0
snd_seq_oss            20227  0
snd_seq_midi_event      3767  1 snd_seq_oss
snd_seq                33924  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_mixer_oss          10298  1 snd_pcm_oss
option                 12353  0
usb_wwan                5926  1 option
usbserial              21805  2 option,usb_wwan
nvidiafb               32730  0
fb_ddc                  1131  1 nvidiafb
vgastate                4361  1 nvidiafb
psmouse                39219  0
evdev                   5780  4
snd_ice1712            41886  0
snd_ice17xx_ak4xxx      1741  1 snd_ice1712
snd_ak4xxx_adda         5800  2 snd_ice1712,snd_ice17xx_ak4xxx
snd_cs8427              4623  1 snd_ice1712
snd_ac97_codec         76305  1 snd_ice1712
ac97_bus                 694  1 snd_ac97_codec
snd_i2c                 2747  2 snd_ice1712,snd_cs8427
snd_mpu401_uart         4092  1 snd_ice1712
snd_rawmidi            12551  1 snd_mpu401_uart
snd_seq_device          3719  4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
pcspkr                  1305  0
nouveau               329486  1
ttm                    36919  1 nouveau
drm_kms_helper         17822  1 nouveau
drm                   115621  3 nouveau,ttm,drm_kms_helper
i2c_algo_bit            3568  2 nvidiafb,nouveau
cfbcopyarea             2529  2 nvidiafb,nouveau
cfbimgblt               1705  2 nvidiafb,nouveau
cfbfillrect             2381  2 nvidiafb,nouveau
i2c_i801                6317  0
snd_hda_codec_realtek   171163  1
snd_hda_intel          16287  0
snd_hda_codec          45095  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               3925  1 snd_hda_codec
snd_pcm                46671  5 snd_pcm_oss,snd_ice1712,snd_ac97_codec,snd_hda_intel,snd_hda_codec
snd_timer              12513  2 snd_seq,snd_pcm
snd                    33127  18 snd_pcm_oss,snd_seq_oss,snd_seq,snd_mixer_oss,snd_ice1712,snd_ak4xxx_adda,snd_cs8427,snd_ac97_codec,snd_i2c,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               3608  1 snd
snd_page_alloc          5117  2 snd_hda_intel,snd_pcm
intel_agp              21428  0
agpgart                19867  3 ttm,drm,intel_agp
ppdev                   4400  0
parport_pc             25209  0
parport                22141  2 ppdev,parport_pc
r8169                  28696  0