Failed to load module "pcidata"

i just did a fresh install on a new system, and am down to just configuring xorg.conf. I used hwd -xa to configure it, then went in to change the resolution and driver line. But when run startx, i get
(EE) Failed to load module "pcidata" (module does not exist, 0)
Fatal server error:
Unable to load required base modules, Exiting...
Any ideas?

thanks, that worked like a charm. One last question, lets say i want to install all the gstreamer packages, what command can i use to install them all at once?

Similar Messages

  • [bumblebee] Failed to load module "nouveau" (module does not exist, 0)

    Hello my friends,
    bumblebee does not work for me. I installed bumblebee, nvidia, nvidia-utils, mesa-libgl, bbswitch-dkms ...
    # lspci
    00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    00:04.0 Signal processing controller: Intel Corporation 3rd Gen Core Processor Thermal Subsystem (rev 09)
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    00:1f.6 Signal processing controller: Intel Corporation 7 Series/C210 Series Chipset Family Thermal Management Controller (rev 04)
    01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M / GT 620M/625M/630M/720M] (rev a1)
    03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)
    nVidia 620M at PCIBus 01.00.0
    First, nvidia is disabled by bbswitch.
    # cat /proc/acpi/bbswitch
    0000:01:00.0 OFF
    Then I execute the command
    # optirun -vv glxspheres
    [ 505.314018] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 505.315297] [DEBUG]optirun version 3.2.1 starting...
    [ 505.315938] [DEBUG]Active configuration:
    [ 505.316203] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 505.316421] [DEBUG] X display: :8
    [ 505.316552] [DEBUG] LD_LIBRARY_PATH:
    [ 505.316674] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 505.316788] [DEBUG] Accel/display bridge: auto
    [ 505.316900] [DEBUG] VGL Compression: proxy
    [ 505.317014] [DEBUG] VGLrun extra options:
    [ 505.317126] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [ 505.317295] [DEBUG]Using auto-detected bridge virtualgl
    [ 506.597122] [INFO]Response: No - error: [XORG] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 506.597316] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 506.597448] [DEBUG]Socket closed.
    [ 506.597538] [ERROR]Aborting because fallback start is disabled.
    [ 506.597654] [DEBUG]Killing all remaining processes.
    Now, the nvidia is enabled.
    # cat /proc/acpi/bbswitch
    0000:01:00.0 ON
    # modprobe nvidia
    modprobe: FATAL: Module nvidia not found.
    /etc/bumblebee/bumblebee.config
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:01:00:0"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    # BusID "PCI:01:00:0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    What is wrong? Thanks so much for help!

    Just did a downgrade and it's working again, here are my versions.
    linux 3.9.9-1
    linux-headers 3.9.9-1
    nvidia 319.32-2
    nvidia-utils 319.32-1
    bbswitch 0.7-4
    If you have conflicts, I found it easiest to remove those (bbswitch, virtualbox in my case), downgrade linux and then install the appropriate  bbs/vb packages

  • Failed to load module "record"

    I'm trying to install Arch Linux on my Dell GX270 with an Intel chipset I'm nusing the i686 version rather than the xf86_64 version. It has a 2.26 Ghz processor and 512mb RAM
    I've tried installing xorg and configured it with hwd -xa and such but when I do startx I get:
    (EE) Failed to load module "record" (module does not exist, 0)
    (EE) No devices detected
    lspci | grep VGA gives:
    00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
    Some other people seem to have had a similar problem but it was a problem with Nvidia chipsets and I have an Intel one. I tried commenting out the line of xorg.conf where it says to load module record as I've already had to comment the type1 one out but then it just says (EE) No devices detected.
    Can anyone help?

    It doesn't work from root either and gives the same error.
    I tried blacklisting it but it didn't seem to have any effect, and I don't really understand why it would. The problem is that it doesn't seem to exist.
    What does the module do anyway? I've never heard of it before and it just doesn't sound critical somehow. Googling it just returns this thread. Is it possible that the record module is just a minor thing like the type1 module which I had to comment out and the actual problem goes deeper?

  • Fails to load modules while lauching Xfce4 (SOLVED)

    When I type "startxfce4" I get something like this:
    Failed to load module: sis (module does not exist, 0)
    Failed to load module: vga (module does not exist, 0)
    Failed to load module: vesa (module does not exist, 0)
    Failed to load module: mouse (module does not exist, 0)
    Failed to load module: [AND_SOME_MORE] (module does not exist, 0)
    Fatal server error:
    no screens found
    Fatal IO error 104 (connecting reset by peer) on X server ":0.0"
    after 0 requests ( 0 known processed) o events remaining.
    I have no idea what it means (except that I miss some modules).
    /Richard

    those are xorg modules
    As xorg7 is modular, you'll need to install the modules you need. At least you should have for keyboard and mouse to work:
    pacman -S xf86-input-mouse xf86-input-keyboard
    Then you should have one for your video card
    pacman -S xf86-video-{your video}
    You can see which ones are available from
    pacman -Ss xf86-video
    Then you need to configure xorg if you haven't done so far.
    As root type 'xorgconfig' for a nice script to help you configure it.

  • Xorg error: Failed to load module

    I'm trying to configure the X server. My configuration file was generated with "hwd -xa". But when I run "startx" I get this:
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 25 04:26:36 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) Failed to load module "type1 (module does not exist, 0)
    (EE) Failed to load module "record" (module does not exist, 0)
    (EE) Failed to load module "i810" (module does not exist, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    <here is where I control + C after a long pause>
    giving up.
    xinit: No such file or directory (errno 2): unable to connect to X server
    xinit: No such process (errno 3): unexpected signal 2.
    Tell me if you need any other information.
    Thanks,
    Jordy

    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "False"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    #Load "type1"
    Load "freetype"
    #Load "record"
    # Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "i810"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection

  • Failed to load module "vesa"...

    Hey. I'm getting the following errors in my Xorg logs
    [ 23.635] (II) LoadModule: "vesa"
    [ 23.636] (WW) Warning, couldn't open module vesa
    [ 23.636] (II) UnloadModule: "vesa"
    [ 23.636] (II) Unloading vesa
    [ 23.636] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 23.636] (II) LoadModule: "modesetting"
    [ 23.637] (WW) Warning, couldn't open module modesetting
    [ 23.637] (II) UnloadModule: "modesetting"
    [ 23.637] (II) Unloading modesetting
    [ 23.637] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 23.637] (II) LoadModule: "fbdev"
    [ 23.637] (WW) Warning, couldn't open module fbdev
    [ 23.637] (II) UnloadModule: "fbdev"
    [ 23.637] (II) Unloading fbdev
    [ 23.637] (EE) Failed to load module "fbdev" (module does not exist, 0)
    I'm using the ati driver and everything works fine. How can I get rid of these errors? How do I stop Xorg from trying to load them in the first place? I've tried blacklisting them in /etc/modprobe.d, but they still show up.
    Thanks

    This has been discussed a couple times on the forum. It's safe to just ignore them.
    Install xf86-video-modesetting, xf86-video-vesa and xf86-video-fbdev to get rid of them.
    Last edited by karol (2013-09-29 16:55:21)

  • Failed to load module "canberra-gtk-module"

    I'm in the process of getting OpenBox up and running on my new Arch system. I installed obmenu to edit the menus, but when I try to run it from the terminal I get
    Gtk-Message: Failed to load module "canberra-gtk-module"
    and it won't start. I get the same message when I run gedit from the terminal, but gedit actually loads. How can I resolve this?

    bohoomil wrote:
    Obmenu itself doesn't depend on libcanberra. It's most likely required by another Gtk application. The module should be loaded with your WM. If it's not, add the following at the beginning of your .xinitrc (assuming you start X session with startx), and check again.
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/* ; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    I suggested you look at other similar posts because the reason you get the error may be various things indeed...
    Yep, that's already a part of my .xinitrc.
    azleifel, what should I set the GTK_Modules path to?

  • Failed to load module "wfb"

    I just did a clean install and I get the message failed to load module "wfb" (module does not exist,0). I am using a Nvidia Gforce FX 5600 so it is supported by the latest drivers. Not sure where to find "wfb" module. Any help would be appreciated! Thanks!!! I searched this site and also google.com/linux and no help for my problem.
    Last edited by cphase (2007-02-20 00:30:12)

    Please do no cross-post:
    http://bbs.archlinux.org/viewtopic.php?id=30147

  • [SOLVED]Gtk-Message: Failed to load module "canberra-gtk-module"

    Hi,
    I'm getting this message
    Gtk-Message: Failed to load module "canberra-gtk-module"
    keepassx: symbol lookup error: /usr/lib/gtk-2.0/2.10.0/engines/libindustrial.so: undefined symbol: gtk_check_version
    for various gtk-based applications.
    I've read that is fixed, https://bugs.archlinux.org/task/23655.
    Using Arch 64 bit, XFCE here.
    Any clue?
    Last edited by kinu (2011-09-29 13:17:06)

    Changing gtk theme do the trick. I get the message, but applications start ok.

  • NV GeForce 7600, nvidia-304xx-lts, but Failed to load module "nvidia"

    Hi,
    I'm trying to replace nouveau driver with nvidia-304xx-lts for my NVIDIA Corporation G73 [GeForce 7600 GT] videocard.
    I'm following advices at https://wiki.archlinux.org/index.php/Nvidia.
    I have installed the linux kernel: core/linux-lts 3.14.21-1.
    I modified the script for switching from nouveau to nvidia, like:
    #!/bin/bash
    # nouveau -> nvidia
    # run as root
    set -e
    # check if root
    if [[ $EUID -ne 0 ]]; then
    echo "You must be root to run this script. Aborting...";
    exit 1;
    fi
    if [ -e /etc/X11/xorg.conf.d/30-nouveau.conf ]
    then rm -v /etc/X11/xorg.conf.d/30-nouveau.conf
    fi
    cp /Adatok/ArchLinuxBeallitasok/30-nvidia.conf /etc/X11/xorg.conf.d/
    sed -i 's/MODULES="nouveau"/#MODULES="nouveau"/' /etc/mkinitcpio.conf
    pacman -Rdds --noconfirm xf86-video-nouveau mesa-libgl lib32-mesa-dri lib32-mesa-libgl
    pacman -S --noconfirm nvidia-304xx-lts lib32-nvidia-304xx-libgl
    mkinitcpio -p linux
    reboot
    The 30-nvidia.conf is:
    Section "Device"
    Identifier "Nvidia Card"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    EndSection
    When I run after reboot and bash login:
    startx
    I get not the X Window system, but error messages.
    The /var/log/Xorg.0.log file is:
    [ 229.009] (II) LoadModule: "nvidia"
    [ 229.009] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 229.010] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 229.010] compiled for 4.0.2, module version = 1.0.0
    [ 229.010] Module class: X.Org Video Driver
    [ 229.012] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 229.012] (EE) NVIDIA: system's kernel log for additional error messages.
    [ 229.012] (II) UnloadModule: "nvidia"
    [ 229.012] (II) Unloading nvidia
    [ 229.013] (EE) Failed to load module "nvidia" (module-specific error, 0)
    [ 229.013] (EE) No drivers available.
    What am I missing here? How can I solve this problem?
    Regards, from Pál

    I solve the problem with the script:
    #!/bin/bash
    # nouveau -> nvidia
    # run as root
    set -e
    # check if root
    if [[ $EUID -ne 0 ]]; then
    echo "You must be root to run this script. Aborting...";
    exit 1;
    fi
    if [ -e /etc/X11/xorg.conf.d/30-nouveau.conf ]
    then rm -v /etc/X11/xorg.conf.d/30-nouveau.conf
    fi
    cp /Adatok/ArchLinuxBeallitasok/30-nvidia.conf /etc/X11/xorg.conf.d/
    sed -i 's/MODULES="nouveau"/#MODULES="nouveau"/' /etc/mkinitcpio.conf
    pacman -Rdds --noconfirm xf86-video-nouveau mesa-libgl lib32-mesa-dri lib32-mesa-libgl
    pacman -S --noconfirm nvidia-304xx lib32-nvidia-304xx-libgl
    mkinitcpio -p linux
    reboot
    The needed package was: nvidia-304xx because I'm using linux 3.17.1-1 kernel.

  • Startx = Failed to load module "record"

    Hi to everyone, this is the first time i try to install arch and im having problems with X.
    I have an nvidia fx5200 card and i installed the nvidia driver with pacman -S nvidia
    I noticed that when i did that i uninstalled the package libgl.
    I have all the repos unquoted and i also have the kde-unstable since im trying to get kde 4.1.85
    I have generated the xorg.conf with nvidia-xconfig, hwd -x and renaming it and with xorgconfig, all with no results yet.
    I know i should post my xorg.conf and the startx log error but i dont know how to do that from a command line,
    my error is basically this:
    #startx
    (EE) Failed to load module "record" (module does not exist, 0)
    (EE) No devices detected
    Fatal server error:
    No screens found
    I would really appreciate any help

    pacman -S  nvidia-173xx
    hwd -x (rename)
    Edit /etc/X11/xorg.conf
    Load           "type1" (remove this line)
    Driver "nvidia" (instead of "nv" or "vesa")
    Wiki:
    http://wiki.archlinux.org/index.php/NVIDIA

  • X returns error: Failed to load module "freetype"

    I'm configuring a new Arch system for the first time. Following the beginners guide in the wiki, I installed X and tested running in from the console. When I exit X I get this error:
    (EE) Failed to load module "freetype" (module does not exist, 0)
    Warning: font renderer for ".ttf" already registered at priority 0
    Warning: font renderer for ".ttc" already registered at priority 0
    Warning: font renderer for ".otf" already registered at priority 0
    Warning: font renderer for ".otc" already registered at priority 0
    Warning: font renderer for ".pfa" already registered at priority 0
    Warning: font renderer for ".pfb" already registered at priority 0
    Could not init font path element /usr/share/fonts/TTF, removing from list!
    Could not init font path element /usr/share/fonts/Type1, removing from list!
    error setting MTRR (base = 0xe0000000, size = 0x10000000, type = 1) Invalid argument (22)
    The test of X seemed to go fine. I can move the hollow X around with the touchpad and trackpoint on my ThinkPad. But I got this error. I'm not even sure if that's all one error or multiple errors.
    Should I be concerned about this? The only thing I could find that seemed to relevant was this bug report for Gentoo: http://bugs.gentoo.org/show_bug.cgi?id=261934. But I don't know if this is really relevant to Arch or not.

    The freetype module error was in my log since I first installed X, its not fatal and I think you can just ignore it. Same for the Warnings, and according this the  MTTR error is not fatal either.
    For the fonts, you can try installing xorg-fonts-type1 and some ttf fonts, but I guess it would hardly make a difference.
    If the test of X seems to be fine, do not be concerned and just try installing a WM! You should be allright.

  • DPS Acrobat Failed to Load Module

    Hi
    I cannot sign in to any of my accounts in https://digitalpublishing.acrobat.com. I get the error 'Failed to Load Module'. I have tried various browsers and on different machines, but getting the same error.  DPS status says its running ok. Can anyone please shed any light on this?

    When the core library does not work anymore, Acrobat / Reader can no longer run because the components it depends on do not load.
    > Enable the hidden Admin Account on Windows 7 ( Ref :  http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-adminis trator-account-on-windows-vista/ )
    > Disable all Non-Microsoft Startup Services. (Ref : http://helpx.adobe.com/x-productkb/global/disable-startup-items-servic es-windows.html )
    > Disable all the Antivirus softwares temporarily from the computer.
    This error is known for conflicting Antivirus softwares like CA, Norton,Mc Afee etc.
    > Delete the all the contents in the locations mentioned in the doc :
    http://helpx.adobe.com/acrobat/kb/problems-uninstalling-reader.html
    Note: It's possible that your system doesn't contain all of the files and folders listed in this document. If you do not find a listed file or folder on your system, proceed to the next file or folder on the list.
    > Reboot the computer and install Adobe Reader 11 and check

  • Xorg error: Failed to load module 'type1'

    I am running arch under virtualbox.
    I set up Xorg according to the HOWTO wiki page for Xorg and KDE.
    when I do 'startx' I get this error:
    (EE) Failed to load module "type1" (module does not exist, 0)
    How do I solve this?
    p.s. how can I copy the entire .log file to outside of virtualbox (running winxp)?
    thanks

    tigrmesh wrote:
    Have a look at the wiki page for xorg:  http://wiki.archlinux.org/index.php/Xorg.
    Edit:  I really don't think commenting out the modules line will help.
    Yes it does help, why not?  That way xorg won't try to load it on startup, so there will be no error.  This is in /etc/X11/xorg.conf by the way.
    Arch Wiki wrote:
    Comment the line
    Load "type1"
    in the Module section since recent versions of xorg-server does not include the type1 font module (completely replaced by freetype).
    Last edited by watsonalgas (2008-04-23 18:42:56)

  • Gtk-Message: Failed to load module "canberra-gtk-module"

    I get the following error when I try to run gnome-terminal:
    $ gnome-terminal
    (gnome-terminal:4165): Gtk-WARNING **: GTK+ module /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
    GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.
    Gtk-Message: Failed to load module "canberra-gtk-module"
    $
    I found that libcanberra-gtk-module.so is owned by libcanberra 0.28-1:
    $ pacman -Qo /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so is owned by libcanberra 0.28-1
    $
    And even tried to remove it, but there are other packages which depend on it:
    $ sudo pacman -R libcanberra
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: gdm: requires libcanberra
    :: kdebase-runtime: requires libcanberra
    :: libgnome: requires libcanberra>=0.28
    $
    If I understood properly it complains mixing gtk-2 and gtk-3 in gnome-terminal process.
    I have both versions installed:
    extra gtk3 3.0.11-1 [installed]
    extra gtk2 2.24.4-2 [installed]
    How can I solve this problem?
    Thanks!

    $ pacman -Qm
    bin32-skype 2.1.0.81-3
    cdlabelgen 4.1.0-2
    cloog-ppl 0.15.10-2
    eggdbus 0.6-1
    flashplugin 10.0.45.2-1
    fontcacheproto 0.1.3-1
    gcombust 0.1.55-4
    kmldonkey 2.0.2-5
    lib32-alsa-lib 1.0.23-2
    lib32-dbus-core 1.2.24-1
    lib32-e2fsprogs 1.41.12-1
    lib32-expat 2.0.1-5
    lib32-fontconfig 2.8.0-1
    lib32-freetype2 2.4.1-1
    lib32-gcc-libs 4.5.0-6
    lib32-glib2 2.24.1-1
    lib32-glibc 2.12-4
    lib32-lcms 1.18-3
    lib32-libdrm 2.4.21-1
    lib32-libgl 7.8.2-1
    lib32-libice 1.0.6-1
    lib32-libjpeg 8.0.2-1
    lib32-libldap 2.4.22-1
    lib32-libpng 1.4.3-1
    lib32-libsasl 2.1.23-4
    lib32-libsm 1.1.1-1
    lib32-libtiff 3.9.4-1
    lib32-libx11 1.3.4-1
    lib32-libxau 1.0.5-1
    lib32-libxcb 1.6-1
    lib32-libxcomposite 0.4.2-1
    lib32-libxcursor 1.1.10-1
    lib32-libxdamage 1.1.3-1
    lib32-libxdmcp 1.0.3-1
    lib32-libxext 1.1.2-1
    lib32-libxfixes 4.0.5-1
    lib32-libxft 2.1.14-1
    lib32-libxi 1.3-2
    lib32-libxinerama 1.1-1
    lib32-libxmu 1.0.5-1
    lib32-libxrandr 1.3.0-1
    lib32-libxrender 0.9.6-1
    lib32-libxslt 1.1.26-1
    lib32-libxss 1.2.0-1
    lib32-libxt 1.0.8-1
    lib32-libxv 1.0.5-1
    lib32-libxxf86dga 1.1.1-1
    lib32-libxxf86vm 1.1.0-1
    lib32-mesa 7.8.2-1
    lib32-openssl 1.0.0.a-2
    lib32-pcre 8.02-1
    lib32-qt 4.6.3-1
    lib32-sqlite3 3.6.23.1-1
    lib32-util-linux-ng 2.17.2-2
    lib32-zlib 1.2.5-2
    libxfontcache 1.0.5-1
    libxxf86misc 1.0.2-1
    mysql-gui-tools 5.0r14-4
    ndiswrapper-utils 1.56-2
    squeeze 0.2.3-4
    texlive-bibtexextra-doc 2008.12985-2
    texlive-core-doc 2008.13013-1
    texlive-fontsextra-doc 2008.13014-1
    texlive-formatsextra-doc 2008.11913-1
    texlive-games-doc 2008.12626-1
    texlive-genericextra-doc 2008.12667-1
    texlive-htmlxml-doc 2008.12803-1
    texlive-humanities-doc 2008.11969-1
    texlive-latex3-doc 2008.10126-2
    texlive-latexextra-doc 2008.13033-1
    texlive-music-doc 2008.7340-2
    texlive-pictures-doc 2008.12087-1
    texlive-plainextra-doc 2008.11913-1
    texlive-pstricks-doc 2008.12873-2
    texlive-publishers-doc 2008.11913-1
    texlive-science-doc 2008.12088-1
    thunar-vfs 1.2.0-2
    thunderbird-spell-ru 3.1-1
    ttf-ms-fonts 2.0-3
    xf86miscproto 0.9.3-1
    xfce4-icon-theme 4.4.3-2
    xfce4-messenger-plugin 0.1.0-6
    xfce4-playercontrol-plugin 0.3.0-1
    xfce4-xfapplet-plugin 0.1.0-7
    $
    $ env
    ORBIT_SOCKETDIR=/tmp/orbit-krivenok
    SSH_AGENT_PID=3836
    XDG_DATA_HOME=/home/krivenok/.local/share
    GPG_AGENT_INFO=/tmp/keyring-GNxCNe/gpg:0:1
    GLADE_PIXMAP_PATH=:
    TERM=xterm
    SHELL=/bin/bash
    XDG_MENU_PREFIX=xfce-
    HISTSIZE=1000
    XDG_SESSION_COOKIE=b79c6be714d24a271b9b97254af70d85-1307951402.186020-1227276077
    QT_XFT=true
    WINDOWID=41958279
    GNOME_KEYRING_CONTROL=/tmp/keyring-GNxCNe
    QTDIR=/opt/qt
    GTK_MODULES=canberra-gtk-module
    HISTFILESIZE=1000
    USER=krivenok
    GLADE_MODULE_PATH=:
    SSH_AUTH_SOCK=/tmp/keyring-GNxCNe/ssh
    SESSION_MANAGER=local/olimpico-mobile:@/tmp/.ICE-unix/3858,unix/olimpico-mobile:/tmp/.ICE-unix/3858
    USERNAME=krivenok
    MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
    XDG_CONFIG_DIRS=/etc/xdg:/etc/xdg
    PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/kde/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/qt/bin
    DESKTOP_SESSION=xfce
    PWD=/home/krivenok
    JAVA_HOME=/usr/lib/jvm/java-6-openjdk
    GNOME_KEYRING_PID=3799
    LANG=
    PS1=\[\033[01;34m\]\u@\h \t\[\033[01;34m\] \w \$\[\033[00m\]
    PS3=>
    GDMSESSION=xfce
    HISTCONTROL=ignoredups
    PS2=>
    PS4=+
    HOME=/home/krivenok
    SHLVL=2
    XDG_CONFIG_HOME=/home/krivenok/.config
    GTK_PATH=:/usr/lib/gtk-2.0
    XDG_CACHE_HOME=/home/krivenok/.cache
    LOGNAME=krivenok
    XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/opt/kde/share:/usr/share
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-dhoEuCXfIB,guid=6a08b000d2a68c3a6c6a704900000039
    J2SDKDIR=/usr/lib/jvm/java-6-openjdk
    PKG_CONFIG_PATH=:/opt/qt/lib/pkgconfig
    PROMPT_COMMAND=history -a
    WINDOWPATH=8
    DISPLAY=:0.0
    GLADE_CATALOG_PATH=:
    LIBGLADE_MODULE_PATH=:
    J2REDIR=/usr/lib/jvm/java-6-openjdk/jre
    G_BROKEN_FILENAMES=1
    COLORTERM=gnome-terminal
    XAUTHORITY=/var/run/gdm/auth-for-krivenok-HKewEM/database
    _=/usr/bin/env

Maybe you are looking for