the Arch Linux thread

gary4gar

GaurishSharma.com
Re: The Dark Side :Arch Linux

I searched into the System Settings>Sound and all related things.
nothing found
 

CadCrazy

in search of myself
Re: The Dark Side :Arch Linux

If have successfully installed Ferrari Linux :D and gnome. Few problems

1. If i open any windows/linux partition in nautilus(even as a root through terminal) it opens as read only. this is not the case with terminal

2. Pen drive is not auto mounted as i insert it. (I am Ubuntu user lol)
3. sound is not working
 
OP
FilledVoid

FilledVoid

Who stole my Alpaca!
Re: The Dark Side :Arch Linux

1. If i open any windows/linux partition in nautilus(even as a root through terminal) it opens as read only. this is not the case with terminal
I believe you could possibly fix this if you change your fstab file. I had this problem whenre it would only open a certain partiton in read only ode and I did something in my fstab I recall to fix it.
2. Pen drive is not auto mounted as i insert it. (I am Ubuntu user lol)
Did you configure rc.conf? Did you put modules like hal , fam in the Daemons section. Mines is
DAEMONS=(syslog-ng network netfs crond hal fam ntpd mpd gdm)
3. sound is not working
Im not sure what you did so Im quoting the guide for you
The Advanced Linux Sound Architecture (known by the acronym ALSA) is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards. Besides the sound device drivers, ALSA also bundles a user space library for application developers who want to use driver features with a higher level API than direct interaction with the kernel drivers.


Note: Alsa is included in the Arch mainline kernel and udev will automatically probe your hardware on boot-up, loading the corresponding kernel module for your audio card. Therefore, your sound should already be working, but is muted by default.

The alsa-utils package contains the alsamixer userspace tool, which will allow us to configure the sound device from the console. (You may also run alsamixer from an X environment later.)

Install the alsa-utils package:

# pacman -S alsa-utils

Did you add your normal user to the audio group? If not, use /usr/bin/gpasswd. As root do:

# gpasswd -a yourusername audio

As normal, non-root user, invoke /usr/bin/alsamixer:

# su - yourusername
$ alsamixer

Unmute the Master and PCM channels by scrolling to them with cursor left/right and pressing M. Increase the volume levels with the cursor-up key. (70-90 Should be a safe range.) Some machines, (like the Thinkpad T61), have a Speaker channel which must be unmuted and adjusted as well. Leave alsamixer by pressing ESC.
[edit] Sound Test

Ensure your speakers are properly connected, and test your sound configuration as normal user using /usr/bin/aplay:

$ aplay /usr/share/sounds/alsa/Front_Center.wav

You should hear a very eloquent woman say, "Front, center."

Then run /usr/bin/alsactl as root:

$ su -
# alsactl store

This will create '/etc/asound.state', saving the alsamixer settings.

Also, add the alsa daemon to your DAEMONS section in /etc/rc.conf to automatically restore the mixer settings on boot-up.

# nano /etc/rc.conf
DAEMONS=(syslog-ng network crond alsa)

Note that the alsa daemon merely restores your volume mixer levels on boot up by reading /etc/asound.state. It is separate from the alsa audio library (and kernel level API).

Expanded information available in the ALSA wiki entry.
Source : *wiki.archlinux.org/index.php/Beginners_Guide
 

CadCrazy

in search of myself
Re: The Dark Side :Arch Linux

see this

DAEMONS=(syslog-ng network netfs crond alsa hal fam gdm)

#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0


/dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
/dev/cdrom1 /media/cdrom1 auto ro,user,noauto,unhide 0 0
/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
/dev/dvd1 /media/dvd1 auto ro,user,noauto,unhide 0 0
UUID=4e36e432-a165-4a8a-a7d5-21bcbd849447 / ext3 defaults 0 1
UUID=672604a9-97f2-488e-829a-101acc18edb3 swap swap defaults 0 0
/dev/sda5 /media/sda5 vfat defaults 0 0
/dev/sda1 /media/sda1 ntfs-3g defaults 0 0

Already setup alsa but still no sound.
 
OP
FilledVoid

FilledVoid

Who stole my Alpaca!
Re: The Dark Side :Arch Linux

see this

Quote:DAEMONS=(syslog-ng network netfs crond alsa hal fam gdm)

Did you add your user name to the audio group? In other words dd you follow the extract I posted above? If so what is the output of

aplay /usr/share/sounds/alsa/Front_Center.wav

As for the fstab Im not quite sure to do from here I got help from the Archlinux channel. So you might want to wait for experts to help you out with that.
 

4T7

Journeyman
Re: The Dark Side :Arch Linux

see this





Already setup alsa but still no sound.
amixer set Master 100% unmute
amixer set PCM 100% unmute
Then open alsamixer and adjust the levels

*I ran locale-gen as normal user and as super user but the problem is still there.

*Thanks for azurus tip

*is it okay apps like k3b,amarok which need qt3 and kde3 libs?. as for installing kdemod it says "Remove your existing KDE and Qt installation"

*how do i enable desktop effects, is kwin = compiz-fusion?
my xorg.cong file:
Code:
cat /etc/X11/xorg.conf                                                                                                         
# nvidia-xconfig: X configuration file generated by nvidia-xconfig                                                                             
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Thu Jul 17 18:39:00 PDT 2008                                                         
                                                                                                                                               
# Auto-generated by Archie mkxcfg                                                                                                              
# Auto-generated by Archie mkxcfg                                                                                                              
                                                                                                                                               
Section "ServerLayout"                                                                                                                         
                                                                                                                                               
# Serial Mouse not detected                                                                                                                    
# USB Mouse not detected                                                                                                                       
    Identifier     "Xorg Configured"                                                                                                           
    Screen      0  "Screen0" 0 0                                                                                                               
    InputDevice    "Keyboard0" "CoreKeyboard"                                                                                                  
    InputDevice    "PS/2 Mouse" "CorePointer"                                                                                                  
EndSection                                                                                                                                     
                                                                                                                                               
Section "Files"                                                                                                                                
                                                                                                                                               
# Additional fonts: Locale, Gimp, TTF...                                                                                                       
#       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!                                                               
    RgbPath         "/usr/share/X11/rgb"                                                                                                       
    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"                                                                                                     
    FontPath        "/usr/share/fonts/cyrillic"                                                                                                
    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           "extmod"                                                                                                                    
    Load           "glx"                                                                                                                       
    Load           "bitmap" # bitmap-fonts                                                                                                     
    Load           "type1"                                                                                                                     
    Load           "freetype"                                                                                                                  
    Load           "record"                                                                                                                    
        #   Load  "synaptics"                                                                                                                  
EndSection                                                                                                                                     
                                                                                                                                               
Section "ServerFlags"                                                                                                                          
    Option         "AllowMouseOpenFail" "true"                                                                                                 
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                                                                                                                                     
                                                                                                                                               
Section "Monitor"                                                                                                                              
 # Warning: This may fry old Monitors                                                                                                          
 # 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                                                                                                 
    Identifier     "Monitor0"                                                                                                                  
    HorizSync       28.0 - 96.0                                                                                                                
    VertRefresh     50.0 - 75.0                                                                                                                
    ModeLine       "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync                                                                
    ModeLine       "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync                                                                
    ModeLine       "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync                                                                
    ModeLine       "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync                                                                
    ModeLine       "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync                                                                
    ModeLine       "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync                                                                
    ModeLine       "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync                                                                
    ModeLine       "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync                                                               
    ModeLine       "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync                                                               
    ModeLine       "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync                                                               
    ModeLine       "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync                                                               
    ModeLine       "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync                                                               
    ModeLine       "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace                                                 
    ModeLine       "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync                                                           
    ModeLine       "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync                                                           
    ModeLine       "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync                                                           
    ModeLine       "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync                                                           
    ModeLine       "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync                                                          
    ModeLine       "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync                                                         
    ModeLine       "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync                                                         
    ModeLine       "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync                                                     
    ModeLine       "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync                                                     
    ModeLine       "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync                                                     
    ModeLine       "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync                                                     
    ModeLine       "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync                                                     
    ModeLine       "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync                                                     
    ModeLine       "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync                                                     
    ModeLine       "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync                                                     
    ModeLine       "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync                                                     
    ModeLine       "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync                                                     
    ModeLine       "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync                                                     
    ModeLine       "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync                                                     
    ModeLine       "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync                                                     
    ModeLine       "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync                                                     
    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                                                       
    ModeLine       "640x480" 43.16 640 680 744 848 480 481 484 509 -hsync +vsync                                                               
    ModeLine       "768x576" 34.96 768 792 872 976 576 577 580 597 -hsync +vsync                                                               
    ModeLine       "768x576" 42.93 768 800 880 992 576 577 580 601 -hsync +vsync                                                               
    ModeLine       "768x576" 45.51 768 808 888 1008 576 577 580 602 -hsync +vsync                                                              
    ModeLine       "768x576" 51.84 768 808 888 1008 576 577 580 605 -hsync +vsync                                                              
    ModeLine       "768x576" 62.57 768 816 896 1024 576 577 580 611 -hsync +vsync                                                              
    ModeLine       "800x600" 68.18 800 848 936 1072 600 601 604 636 -hsync +vsync                                                              
    ModeLine       "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -hsync +vsync                                                         
    ModeLine       "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync                                                          
    ModeLine       "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -hsync +vsync                                                         
    ModeLine       "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -hsync +vsync                                                         
    ModeLine       "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync                                                        
    ModeLine       "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync                                                        
    ModeLine       "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync                                                        
    ModeLine       "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync                                                    
    ModeLine       "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync                                                    
    ModeLine       "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync                                                    
    ModeLine       "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync                                                    
    ModeLine       "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync                                                    
    ModeLine       "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync                                                    
    ModeLine       "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync                                                    
    Option         "DPMS" "true"                                                                                                               
#       HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors                                                                     
EndSection                                                                                                                                     
                                                                                                                                               
Section "Device"                                                                                                                               
    Identifier     "Card0"                                                                                                                     
    Driver         "nvidia"                                                                                                                    
    VendorName     "All"                                                                                                                       
    BoardName      "All"                                                                                                                       
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    16
    Option         "AddARGBGLXVisuals" "True"
    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 "Extensions"
    Option         "Composite" "Enable"
EndSection
Please check if everything is fine because i am getting lot of warnings.
Code:
cat /var/log/Xorg.0.log                                                                                                        
                                                                                                                                               
X.Org X Server 1.4.2                                                                                                                           
Release Date: 11 June 2008                                                                                                                     
X Protocol Version 11, Revision 0                                                                                                              
Build Operating System: Linux 2.6.26-ARCH x86_64                                                                                               
Current Operating System: Linux moody 2.6.26-ARCH #1 SMP PREEMPT Tue Sep 9 09:56:28 UTC 2008 x86_64                                            
Build Date: 17 August 2008  10:36:51PM                                                                                                         
                                                                                                                                               
        Before reporting problems, check *wiki.x.org                                                                                     
        to make sure that you have the latest version.                                                                                         
Module Loader present                                                                                                                          
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: Thu Sep 11 21:42:32 2008                                                                           
(==) Using config file: "/etc/X11/xorg.conf"                                                                                                   
(==) ServerLayout "Xorg Configured"                                                                                                            
(**) |-->Screen "Screen0" (0)                                                                                                                  
(**) |   |-->Monitor "Monitor0"                                                                                                                
(**) |   |-->Device "Card0"                                                                                                                    
(**) |-->Input Device "Keyboard0"                                                                                                              
(**) |-->Input Device "PS/2 Mouse"                                                                                                             
(**) Option "AllowMouseOpenFail" "true"                                                                                                        
(==) Automatically adding devices                                                                                                              
(==) Automatically enabling devices                                                                                                            
(WW) The directory "/usr/share/fonts/PEX" does not exist.                                                                                      
        Entry deleted from font path.                                                                                                          
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".                                                                      
        Entry deleted from font path.                                                                                                          
        (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").                                                                                      
(WW) The directory "/usr/share/fonts/Type1" does not exist.                                                                                    
        Entry deleted from font path.                                                                                                          
(WW) The directory "/usr/share/fonts/ttf/western" does not exist.                                                                              
        Entry deleted from font path.                                                                                                          
(WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.                                                                          
        Entry deleted from font path.                                                                                                          
(WW) The directory "/usr/share/fonts/truetype" does not exist.                                                                                 
        Entry deleted from font path.                                                                                                          
(WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.                                                                      
        Entry deleted from font path.                                                                                                          
(WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.                                                              
        Entry deleted from font path.                                                                                                          
(WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.                                                                          
        Entry deleted from font path.                                                                                                          
(WW) The directory "/usr/share/fonts/defoma/CID" does not exist.                                                                               
        Entry deleted from font path.                                                                                                          
(WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.                                                                          
        Entry deleted from font path.                                                                                                          
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.                                                                                                                      
(**) FontPath set to:                                                                                                                          
        /usr/share/fonts/misc:unscaled,                                                                                                        
        /usr/share/fonts/misc,                                                                                                                 
        /usr/share/fonts/75dpi:unscaled,                                                                                                       
        /usr/share/fonts/75dpi,                                                                                                                
        /usr/share/fonts/100dpi:unscaled,                                                                                                      
        /usr/share/fonts/100dpi,                                                                                                               
        /usr/share/fonts/misc,                                                                                                                 
        /usr/share/fonts/100dpi:unscaled,                                                                                                      
        /usr/share/fonts/75dpi:unscaled,                                                                                                       
        /usr/share/fonts/TTF,                                                                                                                  
        /usr/share/fonts/Type1                                                                                                                 
(**) RgbPath set to "/usr/share/X11/rgb"                                                                                                       
(**) ModulePath set to "/usr/lib/xorg/modules"                                                                                                 
(**) Extension "Composite" is enabled                                                                                                          
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)                                                                      
(II) No APM support in BIOS or kernel                                                                                                          
(II) Loader magic: 0x7c06c0                                                                                                                    
(II) Module ABI versions:                                                                                                                      
        X.Org ANSI C Emulation: 0.3                                                                                                            
        X.Org Video Driver: 2.0                                                                                                                
        X.Org XInput driver : 2.0                                                                                                              
        X.Org Server Extension : 0.3                                                                                                           
        X.Org Font Renderer : 0.5                                                                                                              
(II) Loader running on linux                                                                                                                   
(II) LoadModule: "pcidata"                                                                                                                     
(II) Loading /usr/lib/xorg/modules//libpcidata.so                                                                                              
(II) Module pcidata: vendor="X.Org Foundation"                                                                                                 
        compiled for 1.4.2, module version = 1.0.0                                                                                             
        ABI class: X.Org Video Driver, version 2.0                                                                                             
(++) using VT number 7                                                                                                                         
                                                                                                                                               
(II) PCI: PCI scan (all values are in hex)                                                                                                     
(II) PCI: 00:00:0: chip 1106,0204 card 1106,0204 rev 00 class 06,00,00 hdr 80                                                                  
(II) PCI: 00:00:1: chip 1106,1204 card 0000,0000 rev 00 class 06,00,00 hdr 00                                                                  
(II) PCI: 00:00:2: chip 1106,2204 card 0000,0000 rev 00 class 06,00,00 hdr 00                                                                  
(II) PCI: 00:00:3: chip 1106,3204 card 0000,0000 rev 00 class 06,00,00 hdr 00                                                                  
(II) PCI: 00:00:4: chip 1106,4204 card 0000,0000 rev 00 class 06,00,00 hdr 00                                                                  
(II) PCI: 00:00:7: chip 1106,7204 card 0000,0000 rev 00 class 06,00,00 hdr 00                                                                  
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01                                                                  
(II) PCI: 00:0a:0: chip 134d,2189 card 134d,1002 rev 04 class 07,03,00 hdr 00                                                                  
(II) PCI: 00:0f:0: chip 1106,3149 card 1462,7142 rev 80 class 01,04,00 hdr 80                                                                  
(II) PCI: 00:0f:1: chip 1106,0571 card 1462,7142 rev 06 class 01,01,8a hdr 00                                                                  
(II) PCI: 00:10:0: chip 1106,3038 card 1462,7142 rev 81 class 0c,03,00 hdr 80                                                                  
(II) PCI: 00:10:1: chip 1106,3038 card 1462,7142 rev 81 class 0c,03,00 hdr 80                                                                  
(II) PCI: 00:10:2: chip 1106,3038 card 1462,7142 rev 81 class 0c,03,00 hdr 80                                                                  
(II) PCI: 00:10:3: chip 1106,3038 card 1462,7142 rev 81 class 0c,03,00 hdr 80                                                                  
(II) PCI: 00:10:4: chip 1106,3104 card 1462,7142 rev 86 class 0c,03,20 hdr 80                                                                  
(II) PCI: 00:11:0: chip 1106,3227 card 1106,3227 rev 00 class 06,01,00 hdr 80                                                                  
(II) PCI: 00:11:5: chip 1106,3059 card 1462,0430 rev 60 class 04,01,00 hdr 00                                                                  
(II) PCI: 00:12:0: chip 1106,3065 card 1462,7142 rev 78 class 02,00,00 hdr 00                                                                  
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80                                                                  
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80                                                                  
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80                                                                  
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80                                                                  
(II) PCI: 01:00:0: chip 10de,00f3 card 0000,0000 rev a2 class 03,00,00 hdr 00                                                                  
(II) PCI: End of PCI scan                                                                                                                      
(II) Host-to-PCI bridge:                                                                                                                       
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)                                                                       
(II) Bus 0 I/O range:                                                                                                                          
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]                                                                                
(II) Bus 0 non-prefetchable memory range:                                                                                                      
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]                                                                            
(II) Bus 0 prefetchable memory range:                                                                                                          
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]                                                                            
(II) PCI-to-PCI bridge:                                                                                                                        
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)                                                                       
(II) Bus 1 non-prefetchable memory range:                                                                                                      
        [0] -1  0       0xf8000000 - 0xfaffffff (0x3000000) MX[B]                                                                              
(II) Bus 1 prefetchable memory range:                                                                                                          
        [0] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B]                                                                             
(II) PCI-to-ISA bridge:                                                                                                                        
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)                                                                   
(--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6200] rev 162, Mem @ 0xf8000000/24, 0xe0000000/28, 0xf9000000/24                            
(II) Addressable bus resource ranges are                                                                                                       
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]                                                                            
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]                                                                                
(II) OS-reported resource ranges:                                                                                                              
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)                                                                         
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                    
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]                                                                                  
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf0000000 to 0xefffffff                                                              
(II) Active PCI resource ranges:                                                                                                               
        [0] -1  0       0xfb002000 - 0xfb0020ff (0x100) MX[B]                                                                                  
        [1] -1  0       0xfb001000 - 0xfb0010ff (0x100) MX[B]                                                                                  
        [2] -1  0       0xfb000000 - 0xfb000fff (0x1000) MX[B]                                                                                 
        [3] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O                                                                                   
        [4] -1  0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)                                                                           
        [5] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)                                                                          
        [6] -1  0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)                                                                           
        [7] -1  0       0x0000ed00 - 0x0000edff (0x100) IX[B]                                                                                  
        [8] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]                                                                                  
        [9] -1  0       0x0000eb00 - 0x0000eb1f (0x20) IX[B]                                                                                   
        [10] -1 0       0x0000ea00 - 0x0000ea1f (0x20) IX[B]                                                                                   
        [11] -1 0       0x0000e900 - 0x0000e91f (0x20) IX[B]                                                                                   
        [12] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]                                                                                   
        [13] -1 0       0x0000e700 - 0x0000e70f (0x10) IX[B]                                                                                   
        [14] -1 0       0x0000e600 - 0x0000e6ff (0x100) IX[B]                                                                                  
        [15] -1 0       0x0000e500 - 0x0000e50f (0x10) IX[B]                                                                                   
        [16] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]                                                                                    
        [17] -1 0       0x0000e300 - 0x0000e307 (0x8) IX[B]                                                                                    
        [18] -1 0       0x0000e200 - 0x0000e203 (0x4) IX[B]                                                                                    
        [19] -1 0       0x0000e100 - 0x0000e107 (0x8) IX[B]                                                                                    
        [20] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]                                                                                  
(II) Active PCI resource ranges after removing overlaps:                                                                                       
        [0] -1  0       0xfb002000 - 0xfb0020ff (0x100) MX[B]                                                                                  
        [1] -1  0       0xfb001000 - 0xfb0010ff (0x100) MX[B]                                                                                  
        [2] -1  0       0xfb000000 - 0xfb000fff (0x1000) MX[B]                                                                                 
        [3] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O                                                                                   
        [4] -1  0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)                                                                           
        [5] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)                                                                          
        [6] -1  0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)                                                                           
        [7] -1  0       0x0000ed00 - 0x0000edff (0x100) IX[B]                                                                                  
        [8] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]                                                                                  
        [9] -1  0       0x0000eb00 - 0x0000eb1f (0x20) IX[B]                                                                                   
        [10] -1 0       0x0000ea00 - 0x0000ea1f (0x20) IX[B]                                                                                   
        [11] -1 0       0x0000e900 - 0x0000e91f (0x20) IX[B]                                                                                   
        [12] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]                                                                                   
        [13] -1 0       0x0000e700 - 0x0000e70f (0x10) IX[B]                                                                                   
        [14] -1 0       0x0000e600 - 0x0000e6ff (0x100) IX[B]                                                                                  
        [15] -1 0       0x0000e500 - 0x0000e50f (0x10) IX[B]                                                                                   
        [16] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]                                                                                    
        [17] -1 0       0x0000e300 - 0x0000e307 (0x8) IX[B]                                                                                    
        [18] -1 0       0x0000e200 - 0x0000e203 (0x4) IX[B]                                                                                    
        [19] -1 0       0x0000e100 - 0x0000e107 (0x8) IX[B]                                                                                    
        [20] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]                                                                                  
(II) OS-reported resource ranges after removing overlaps with PCI:                                                                             
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)                                                                         
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                    
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]                                                                                  
(II) All system resource ranges:                                                                                                               
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)                                                                         
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                
        [4] -1  0       0xfb002000 - 0xfb0020ff (0x100) MX[B]                                                                                  
        [5] -1  0       0xfb001000 - 0xfb0010ff (0x100) MX[B]                                                                                  
        [6] -1  0       0xfb000000 - 0xfb000fff (0x1000) MX[B]                                                                                 
        [7] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O                                                                                   
        [8] -1  0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)                                                                           
        [9] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)                                                                          
        [10] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)                                                                           
        [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                    
        [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]                                                                                  
        [13] -1 0       0x0000ed00 - 0x0000edff (0x100) IX[B]                                                                                  
        [14] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]                                                                                  
        [15] -1 0       0x0000eb00 - 0x0000eb1f (0x20) IX[B]                                                                                   
        [16] -1 0       0x0000ea00 - 0x0000ea1f (0x20) IX[B]                                                                                   
        [17] -1 0       0x0000e900 - 0x0000e91f (0x20) IX[B]                                                                                   
        [18] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]                                                                                   
        [19] -1 0       0x0000e700 - 0x0000e70f (0x10) IX[B]                                                                                   
        [20] -1 0       0x0000e600 - 0x0000e6ff (0x100) IX[B]                                                                                  
        [21] -1 0       0x0000e500 - 0x0000e50f (0x10) IX[B]                                                                                   
        [22] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]                                                                                    
        [23] -1 0       0x0000e300 - 0x0000e307 (0x8) IX[B]                                                                                    
        [24] -1 0       0x0000e200 - 0x0000e203 (0x4) IX[B]                                                                                    
        [25] -1 0       0x0000e100 - 0x0000e107 (0x8) IX[B]                                                                                    
        [26] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]                                                                                  
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.                                               
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.                                                  
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.                                                  
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.                                             
(II) "record" will be loaded. This was enabled by default and also specified in the config file.                                               
(II) "dri" will be loaded by default.                                                                                                          
(II) LoadModule: "ddc"(II) Module "ddc" already built-in                                                                                       
(II) LoadModule: "dbe"                                                                                                                         
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so                                                                                       
(II) Module dbe: vendor="X.Org Foundation"                                                                                                     
        compiled for 1.4.2, module version = 1.0.0                                                                                             
        Module class: X.Org Server Extension                                                                                                   
        ABI class: X.Org Server Extension, version 0.3                                                                                         
(II) Loading extension DOUBLE-BUFFER                                                                                                           
(II) LoadModule: "extmod"                                                                                                                      
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so                                                                                    
(II) Module extmod: vendor="X.Org Foundation"                                                                                                  
        compiled for 1.4.2, module version = 1.0.0                                                                                             
        Module class: X.Org Server Extension                                                                                                   
        ABI class: X.Org Server Extension, version 0.3                                                                                         
(II) Loading extension SHAPE                                                                                                                   
(II) Loading extension MIT-SUNDRY-NONSTANDARD                                                                                                  
(II) Loading extension BIG-REQUESTS                                                                                                            
(II) Loading extension SYNC                                                                                                                    
(II) Loading extension MIT-SCREEN-SAVER                                                                                                        
(II) Loading extension XC-MISC                                                                                                                 
(II) Loading extension XFree86-VidModeExtension                                                                                                
(II) Loading extension XFree86-Misc                                                                                                            
(II) Loading extension XFree86-DGA                                                                                                             
(II) Loading extension DPMS                                                                                                                    
(II) Loading extension TOG-CUP                                                                                                                 
(II) Loading extension Extended-Visual-Information                                                                                             
(II) Loading extension XVideo                                                                                                                  
(II) Loading extension XVideo-MotionCompensation                                                                                               
(II) Loading extension X-Resource                                                                                                              
(II) LoadModule: "glx"                                                                                                                         
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so                                                                                       
(II) Module glx: vendor="NVIDIA Corporation"                                                                                                   
        compiled for 4.0.2, module version = 1.0.0                                                                                             
        Module class: X.Org Server Extension                                                                                                   
(II) NVIDIA GLX Module  173.14.12  Thu Jul 17 18:36:30 PDT 2008                                                                                
(II) Loading extension GLX                                                                                                                     
(II) LoadModule: "type1"                                                                                                                       
(WW) Warning, couldn't open module type1                                                                                                       
(II) UnloadModule: "type1"                                                                                                                     
(EE) Failed to load module "type1" (module does not exist, 0)                                                                                  
(II) LoadModule: "freetype"                                                                                                                    
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so                                                                                       
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"                                                                       
        compiled for 1.4.2, module version = 2.1.0                                                                                             
        Module class: X.Org Font Renderer                                                                                                      
        ABI class: X.Org Font Renderer, version 0.5                                                                                            
(II) Loading font FreeType                                                                                                                     
(II) LoadModule: "record"                                                                                                                      
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so                                                                                    
(II) Module record: vendor="X.Org Foundation"                                                                                                  
        compiled for 1.4.2, module version = 1.13.0                                                                                            
        Module class: X.Org Server Extension                                                                                                   
        ABI class: X.Org Server Extension, version 0.3                                                                                         
(II) Loading extension RECORD                                                                                                                  
(II) LoadModule: "dri"                                                                                                                         
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so                                                                                       
(II) Module dri: vendor="X.Org Foundation"                                                                                                     
        compiled for 1.4.2, module version = 1.0.0                                                                                             
        ABI class: X.Org Server Extension, version 0.3                                                                                         
(II) Loading extension XFree86-DRI                                                                                                             
(II) LoadModule: "nvidia"                                                                                                                      
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so                                                                                      
(II) Module nvidia: vendor="NVIDIA Corporation"                                                                                                
        compiled for 4.0.2, module version = 1.0.0                                                                                             
        Module class: X.Org Video Driver                                                                                                       
(II) LoadModule: "kbd"                                                                                                                         
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so                                                                                           
(II) Module kbd: vendor="X.Org Foundation"                                                                                                     
        compiled for 1.4.2, module version = 1.3.1                                                                                             
        Module class: X.Org XInput Driver                                                                                                      
        ABI class: X.Org XInput driver, version 2.0                                                                                            
(II) LoadModule: "mouse"                                                                                                                       
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so                                                                                         

(II) Module mouse: vendor="X.Org Foundation"                                                                                                   
        compiled for 1.4.2, module version = 1.3.0                                                                                             
        Module class: X.Org XInput Driver                                                                                                      
        ABI class: X.Org XInput driver, version 2.0                                                                                            
(II) NVIDIA dlloader X Driver  173.14.12  Thu Jul 17 18:18:16 PDT 2008                                                                         
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs                                                                                       
(II) Primary Device is: PCI 01:00:0                                                                                                            
(--) Assigning device section with no busID to primary device                                                                                  
(--) Chipset NVIDIA GPU found                                                                                                                  
(II) Loading sub module "fb"                                                                                                                   
(II) LoadModule: "fb"                                                                                                                          
(II) Loading /usr/lib/xorg/modules//libfb.so                                                                                                   
(II) Module fb: vendor="X.Org Foundation"                                                                                                      
        compiled for 1.4.2, module version = 1.0.0                                                                                             
        ABI class: X.Org ANSI C Emulation, version 0.3                                                                                         
(II) Loading sub module "wfb"                                                                                                                  
(II) LoadModule: "wfb"                                                                                                                         
(II) Loading /usr/lib/xorg/modules//libwfb.so                                                                                                  
(II) Module wfb: vendor="X.Org Foundation"                                                                                                     
        compiled for 1.4.2, module version = 1.0.0                                                                                             
        ABI class: X.Org ANSI C Emulation, version 0.3                                                                                         
(II) Loading sub module "ramdac"                                                                                                               
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in                                                                                 
(II) resource ranges after xf86ClaimFixedResources() call:                                                                                     
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)                                                                         
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                
        [4] -1  0       0xfb002000 - 0xfb0020ff (0x100) MX[B]                                                                                  
        [5] -1  0       0xfb001000 - 0xfb0010ff (0x100) MX[B]                                                                                  
        [6] -1  0       0xfb000000 - 0xfb000fff (0x1000) MX[B]                                                                                 
        [7] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O                                                                                   
        [8] -1  0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)                                                                           
        [9] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)                                                                          
        [10] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)                                                                           
        [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                    
        [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]                                                                                  
        [13] -1 0       0x0000ed00 - 0x0000edff (0x100) IX[B]                                                                                  
        [14] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]                                                                                  
        [15] -1 0       0x0000eb00 - 0x0000eb1f (0x20) IX[B]                                                                                   
        [16] -1 0       0x0000ea00 - 0x0000ea1f (0x20) IX[B]                                                                                   
        [17] -1 0       0x0000e900 - 0x0000e91f (0x20) IX[B]                                                                                   
        [18] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]                                                                                   
        [19] -1 0       0x0000e700 - 0x0000e70f (0x10) IX[B]                                                                                   
        [20] -1 0       0x0000e600 - 0x0000e6ff (0x100) IX[B]                                                                                  
        [21] -1 0       0x0000e500 - 0x0000e50f (0x10) IX[B]                                                                                   
        [22] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]                                                                                    
        [23] -1 0       0x0000e300 - 0x0000e307 (0x8) IX[B]                                                                                    
        [24] -1 0       0x0000e200 - 0x0000e203 (0x4) IX[B]                                                                                    
        [25] -1 0       0x0000e100 - 0x0000e107 (0x8) IX[B]                                                                                    
        [26] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]                                                                                  
(II) resource ranges after probing:                                                                                                            
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)                                                                         
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                
        [4] -1  0       0xfb002000 - 0xfb0020ff (0x100) MX[B]                                                                                  
        [5] -1  0       0xfb001000 - 0xfb0010ff (0x100) MX[B]                                                                                  
        [6] -1  0       0xfb000000 - 0xfb000fff (0x1000) MX[B]                                                                                 
        [7] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O                                                                                   
        [8] -1  0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)                                                                           
        [9] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)                                                                          
        [10] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)                                                                           
        [11] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]                                                                                
        [12] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]                                                                                 
        [13] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]                                                                                 
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                    
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]                                                                                  
        [16] -1 0       0x0000ed00 - 0x0000edff (0x100) IX[B]                                                                                  
        [17] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]                                                                                  
        [18] -1 0       0x0000eb00 - 0x0000eb1f (0x20) IX[B]                                                                                   
        [19] -1 0       0x0000ea00 - 0x0000ea1f (0x20) IX[B]                                                                                   
        [20] -1 0       0x0000e900 - 0x0000e91f (0x20) IX[B]                                                                                   
        [21] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]                                                                                   
        [22] -1 0       0x0000e700 - 0x0000e70f (0x10) IX[B]                                                                                   
        [23] -1 0       0x0000e600 - 0x0000e6ff (0x100) IX[B]                                                                                  
        [24] -1 0       0x0000e500 - 0x0000e50f (0x10) IX[B]                                                                                   
        [25] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]                                                                                    
        [26] -1 0       0x0000e300 - 0x0000e307 (0x8) IX[B]                                                                                    
        [27] -1 0       0x0000e200 - 0x0000e203 (0x4) IX[B]                                                                                    
        [28] -1 0       0x0000e100 - 0x0000e107 (0x8) IX[B]                                                                                    
        [29] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]                                                                                  
        [30] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]                                                                                    
        [31] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]                                                                                   
(II) Setting vga for screen 0.                                                                                                                 
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16                                                                                              
(==) NVIDIA(0): RGB weight 565                                                                                                                 
(==) NVIDIA(0): Default visual is TrueColor                                                                                                    
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)                                                                                         
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"                                                                                              
(**) NVIDIA(0): Enabling RENDER acceleration                                                                                                   
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is                                                                  
(II) NVIDIA(0):     enabled.                                                                                                                   
(II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV43) at PCI:1:0:0 (GPU-0)                                                                            
(--) NVIDIA(0): Memory: 131072 kBytes                                                                                                          
(--) NVIDIA(0): VideoBIOS: 05.43.02.80.00                                                                                                      
(II) NVIDIA(0): Detected AGP rate: 8X                                                                                                          
(--) NVIDIA(0): Interlaced video modes are supported on this GPU                                                                               
(--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:                                                                      
(--) NVIDIA(0):     Samsung SyncMaster (CRT-0)                                                                                                 
(--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock                                                                      
(II) NVIDIA(0): Assigned Display Device: CRT-0                                                                                                 
(II) NVIDIA(0): Validated modes:                                                                                                               
(II) NVIDIA(0):     "1024x768"                                                                                                                 
(II) NVIDIA(0):     "800x600"                                                                                                                  
(II) NVIDIA(0):     "640x480"                                                                                                                  
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768                                                                                
(--) NVIDIA(0): DPI set to (83, 84); computed from "UseEdidDpi" X config                                                                       
(--) NVIDIA(0):     option                                                                                                                     
(WW) NVIDIA(0): 32-bit ARGB GLX visuals are only supported in depth 24.                                                                        
(WW) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.                                                                                             
(II) do I need RAC?  No, I don't.                                                                                                              
(II) resource ranges after preInit:                                                                                                            
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)                                                                         
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]                                                                                
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]                                                                                
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]                                                                                
        [4] -1  0       0xfb002000 - 0xfb0020ff (0x100) MX[B]                                                                                  
        [5] -1  0       0xfb001000 - 0xfb0010ff (0x100) MX[B]                                                                                  
        [6] -1  0       0xfb000000 - 0xfb000fff (0x1000) MX[B]                                                                                 
        [7] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O                                                                                   
        [8] -1  0       0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)                                                                           
        [9] -1  0       0xe0000000 - 0xefffffff (0x10000000) MX[B](B)                                                                          
        [10] -1 0       0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)                                                                           
        [11] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]                                                                                
        [12] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]                                                                                 
        [13] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]                                                                                 
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]                                                                                    
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]                                                                                  
        [16] -1 0       0x0000ed00 - 0x0000edff (0x100) IX[B]                                                                                  
        [17] -1 0       0x0000ec00 - 0x0000ecff (0x100) IX[B]                                                                                  
        [18] -1 0       0x0000eb00 - 0x0000eb1f (0x20) IX[B]                                                                                   
        [19] -1 0       0x0000ea00 - 0x0000ea1f (0x20) IX[B]                                                                                   
        [20] -1 0       0x0000e900 - 0x0000e91f (0x20) IX[B]                                                                                   
        [21] -1 0       0x0000e800 - 0x0000e81f (0x20) IX[B]                                                                                   
        [22] -1 0       0x0000e700 - 0x0000e70f (0x10) IX[B]                                                                                   
        [23] -1 0       0x0000e600 - 0x0000e6ff (0x100) IX[B]                                                                                  
        [24] -1 0       0x0000e500 - 0x0000e50f (0x10) IX[B]                                                                                   
        [25] -1 0       0x0000e400 - 0x0000e403 (0x4) IX[B]                                                                                    
        [26] -1 0       0x0000e300 - 0x0000e307 (0x8) IX[B]                                                                                    
        [27] -1 0       0x0000e200 - 0x0000e203 (0x4) IX[B]                                                                                    
        [28] -1 0       0x0000e100 - 0x0000e107 (0x8) IX[B]                                                                                    
        [29] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]                                                                                  
        [30] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]                                                                                    
        [31] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]                                                                                   
(II) NVIDIA(0): Initialized AGP GART.                                                                                                          
(II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not                                                                  
(II) NVIDIA(0):     be running or the "AcpidSocketPath" X configuration option                                                                 
(II) NVIDIA(0):     may not be set correctly.  When the ACPI daemon is                                                                         
(II) NVIDIA(0):     available, the NVIDIA X driver can use it to receive ACPI                                                                  
(II) NVIDIA(0):     events.  For details, please see the "ConnectToAcpid" and                                                                  
(II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X                                                                 
(II) NVIDIA(0):     Config Options in the README.                                                                                              
(II) NVIDIA(0): Setting mode "1024x768"                                                                                                        
(II) Loading extension NV-GLX                                                                                                                  
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized                                                                                
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture                                                                                  
(==) NVIDIA(0): Backing store disabled                                                                                                         
(==) NVIDIA(0): Silken mouse enabled                                                                                                           
(**) Option "dpms" "true"                                                                                                                      
(**) NVIDIA(0): DPMS enabled                                                                                                                   
(II) Loading extension NV-CONTROL                                                                                                              
(==) RandR enabled                                                                                                                             
(II) Setting vga for screen 0.                                                                                                                 
(II) Initializing built-in extension MIT-SHM                                                                                                   
(II) Initializing built-in extension XInputExtension                                                                                           
(II) Initializing built-in extension XTEST                                                                                                     
(II) Initializing built-in extension XKEYBOARD                                                                                                 
(II) Initializing built-in extension XC-APPGROUP                                                                                               
(II) Initializing built-in extension XAccessControlExtension                                                                                   
(II) Initializing built-in extension SECURITY                                                                                                  
(II) Initializing built-in extension XINERAMA                                                                                                  
(II) Initializing built-in extension XFIXES                                                                                                    
(II) Initializing built-in extension XFree86-Bigfont                                                                                           
(II) Initializing built-in extension RENDER                                                                                                    
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(WW) Option "XkbVariant" requires an string value
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) PS/2 Mouse: Device: "/dev/psaux"
(**) PS/2 Mouse: Protocol: "auto"
(**) Option "SendCoreEvents" "true"
(**) Option "CorePointer"
(**) PS/2 Mouse: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
(**) Option "ZAxisMapping" "4 5"
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 9
(**) PS/2 Mouse: Sensitivity: 1
(II) evaluating device (PS/2 Mouse)
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) PS/2 Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) PS/2 Mouse: ps2EnableDataReporting: succeeded
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!
AUDIT: Thu Sep 11 21:43:38 2008: 3493 X: client 21 rejected from local host (uid 0)

Other Thoughts, i am Enjoying KDE4 on arch Linux:D
Kde4 mod on Archlinux is faster than many other distros

{edit}
Wonder why but network goes down automatically after being kept idle for sometime
I thought, i had network problems so i restart router but didn't work.
so to double check i booted into windows xp and here it works.:!:
Install networkmanager and add it to rc.conf and comment network(!network) and netfs(!netfs) coz its not needed in most cases
 
Last edited:

gary4gar

GaurishSharma.com
Re: The Dark Side :Arch Linux

amixer set Master 100% unmute
amixer set PCM 100% unmute
Then open alsamixer and adjust the levels


Install networkmanager and add it to rc.conf and comment network(!network) and netfs(!netfs) coz its not needed in most cases
Thanks for reply, i managed to this fix on my own weeks back(check the posting date) :p

[Question]
Is there any way, to make archlinux power-down after downloading latest updates from Net?
 

Faun

Wahahaha~!
Staff member
Re: The Dark Side :Arch Linux

yup
just run command
pacman -Syu && shutdown -h now

:D, Am not sure but it should work as the second command will only be run when first command is successful.
 

NucleusKore

TheSaint
I'm onboard

Installed Arch last night, getting X to work was quite an effort but I managed it. Am posting this from lynx ;)
Am in the process of downloading fluxbox :p
Let's see how it goes, I'll need all the help I can get.
The arch wiki beginner's guide is very good, and I'll be counting on all of you.

I'll be back
 

kgas

Right off the assembly line
Re: The Dark Side :Arch Linux

In one of my laptop (Acer 291Lci) I have installed Arch Linux with out any problem earlier I was using Ubuntu. Arch is really good for its speed and the way it updates the system. Arch clearly states what it is? After installing and in a running system if you face any problem you should try your self to solve the problem first with your Linux knowledge. You can have a good knowledge about your system with arch. Before doing any updates keep a note of what is getting updated so that you are ready for trouble shooting in case.Arch with lxde is a good choice for old computers but there are still some bugs related to file permission settings. You can see Arch in the hand of many youngsters :p and nice to welcome the developers and maintainers.

Note : Arch is not in the Dark side.....if is a fully configurable system. you build the system in your own way it is the Arch style...
 
Last edited:

shady_inc

Pee into the Wind...
Re: The Dark Side :Arch Linux

hey guys.
recommend me fast servers.

Am facing really low speeds.
You should try out powerpill.If you have yaourt, just run yaourt -S powerpill.If not, then download binary from here and install with pacman.Make sure you have lots of uncommented mirrors [faster ones first] in /etc/pacman.d/mirrorlist to notice any improvement.
 

a_k_s_h_a_y

Dreaming
Re: The Dark Side :Arch Linux

You should try out powerpill.If you have yaourt, just run yaourt -S powerpill.If not, then download binary from here and install with pacman.Make sure you have lots of uncommented mirrors [faster ones first] in /etc/pacman.d/mirrorlist to notice any improvement.

hi thanks, i have all mirrors uncommented and its in default order.
will look into powerpill.
what about yaourt, is that recommended ??
 

kalpik

In Pursuit of "Happyness"
Re: The Dark Side :Arch Linux

Ofcourse! That's HIGHLY recommended! Best frontend to pacman.
 

Rahim

Married!
Re: The Dark Side :Arch Linux

Has anyone tried Chakra, an Arch-Linux based but with Graphical Install together with KdeMod?
 

shady_inc

Pee into the Wind...
Re: The Dark Side :Arch Linux

Yaourt is great if you are newbie like me.There are talks of the latest version having security issues though.Check out the comments here:
*aur.archlinux.org/packages.php?ID=5863
Has anyone tried Chakra, an Arch-Linux based but with Graphical Install together with KdeMod?
Wow...Sounds like something good for me, but can't download.Will have to wait for LFY/Digit/Others to bundle it.[fat chance of that happening though...:|]
 

Rahim

Married!
Re: The Dark Side :Arch Linux

I got to know about Chakra froma poster's comments in a review of Arch Linux on Distrowatch.
 
Top Bottom