You are not logged in.

#1 2009-10-21 06:30:14

tmpacc
Member
Registered: 2009-10-21
Posts: 4

Is my X configuration correct?

Hello,
I've got a following configuration:
Arch (32bit version), AMD Athlon 64 3000, nVidia GeForce 6600

05:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600] (rev a2)

I've installed xorg

pacman -S xorg

and nvidia drivers

pacman -S nvidia

Unfortunately I see it's not working property. When I am making a simple test (I just click on window corner and then resize it) a poor performence is felt. The window isn't resized fluently.

Here's my /etc/X11/xorg.conf:

# nvidia-settings: X configuration file generated by nvidia-settings                                                                                         
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Fri Aug 14 17:55:55 PDT 2009                                                                      
                                                                                                                                                             
Section "ServerLayout"                                                                                                                                       
    Identifier     "X.org Configured"                                                                                                                        
    Screen      0  "Screen0" 0 0                                                                                                                             
    InputDevice    "Mouse0" "CorePointer"                                                                                                                    
    InputDevice    "Keyboard0" "CoreKeyboard"                                                                                                                
EndSection                                                                                                                                                   

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled" 
    FontPath        "/usr/share/fonts/TTF"            
    FontPath        "/usr/share/fonts/Type1"          
EndSection                                            

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

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

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

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV43 [GeForce 6600]"
    BusID          "PCI:5:0:0"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

PS. glxgear result:

9438 frames in 5.0 seconds = 1887.233 FPS

Could anyone help me with this configuration?

Offline

#2 2009-10-21 08:22:35

gog
Member
Registered: 2009-10-13
Posts: 103

Re: Is my X configuration correct?

grep "(WW)" /var/log/Xorg.0.log
grep "(EE)" /var/log/Xorg.0.log

post the output of both

Last edited by gog (2009-10-21 08:23:27)

Offline

#3 2009-10-21 08:32:19

tmpacc
Member
Registered: 2009-10-21
Posts: 4

Re: Is my X configuration correct?

The first one:

(WW) The directory "/usr/share/fonts/Type1" does not exist.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)

And the second one doesn't return anything (excepted: "(WW) warning, (EE) error, (NI) n....")

Offline

#4 2009-10-21 08:51:47

gog
Member
Registered: 2009-10-13
Posts: 103

Re: Is my X configuration correct?

use this xorg.conf:

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Default Screen"
EndSection                                                                                                                                                   
Section "Device"
        Identifier     "Default Card"
        Driver         "nvidia"
EndSection

Section "Screen"
        Identifier     "Default Screen"
        Device         "Default Card"
EndSection

is it faster? also, post lspci -v and copy the two nvidia lists

Offline

#5 2009-10-21 09:12:04

tmpacc
Member
Registered: 2009-10-21
Posts: 4

Re: Is my X configuration correct?

It works slow as well.

But I've noticed a strange thing. I am testing window resizing on "System Monitor" and when I don't do anything the CPU Usage looks normal (1-2%) but when I'm resizing the window the usage jumps up to 100%

lspci -v output:

As normal user:

$ lspci -v
00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard              
        Flags: bus master, 66MHz, fast devsel, latency 0                      
        Capabilities: <access denied>                                         

00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard
        Flags: bus master, 66MHz, fast devsel, latency 0        

00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard
        Flags: 66MHz, fast devsel, IRQ 10                       
        I/O ports at b000 [size=32]                             
        I/O ports at 1c00 [size=64]                             
        I/O ports at 1c40 [size=64]                             
        Capabilities: <access denied>                           
        Kernel driver in use: nForce2_smbus                     
        Kernel modules: i2c-nforce2                             

00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2) (prog-if 10 [OHCI])
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                            
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22                            
        Memory at f0004000 (32-bit, non-prefetchable) [size=4K]                             
        Capabilities: <access denied>                                                       
        Kernel driver in use: ohci_hcd                                                      
        Kernel modules: ohci-hcd                                                            

00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3) (prog-if 20 [EHCI])
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                            
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20                            
        Memory at feb00000 (32-bit, non-prefetchable) [size=256]                            
        Capabilities: <access denied>                                                       
        Kernel driver in use: ehci_hcd                                                      
        Kernel modules: ehci-hcd                                                            

00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
        Subsystem: Giga-byte Technology Device ae01                                          
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23                             
        I/O ports at bc00 [size=256]                                                         
        I/O ports at c000 [size=256]                                                         
        Memory at f0000000 (32-bit, non-prefetchable) [size=4K]                              
        Capabilities: <access denied>                                                        
        Kernel driver in use: Intel ICH                                                      
        Kernel modules: snd-intel8x0                                                         

00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev f2) (prog-if 8a [Master SecP PriP])
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                            
        Flags: bus master, 66MHz, fast devsel, latency 0                                    
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]                    
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]                    
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]                    
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]                    
        I/O ports at f000 [size=16]                                                         
        Capabilities: <access denied>                                                       
        Kernel driver in use: pata_amd                                                      
        Kernel modules: pata_amd, amd74xx                                                   

00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3) (prog-if 85 [Master SecO PriO])                                                                                                
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                                       
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23                                       
        I/O ports at 09f0 [size=8]                                                                     
        I/O ports at 0bf0 [size=4]                                                                     
        I/O ports at 0970 [size=8]                                                                     
        I/O ports at 0b70 [size=4]                                                                     
        I/O ports at d400 [size=16]                                                                    
        Memory at f0001000 (32-bit, non-prefetchable) [size=4K]                                        
        Capabilities: <access denied>                                                                  
        Kernel driver in use: sata_nv                                                                  
        Kernel modules: sata_nv                                                                        

00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3) (prog-if 85 [Master SecO PriO])                                                                                                
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                                       
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22                                       
        I/O ports at 09e0 [size=8]                                                                     
        I/O ports at 0be0 [size=4]                                                                     
        I/O ports at 0960 [size=8]                                                                     
        I/O ports at 0b60 [size=4]                                                                     
        I/O ports at e800 [size=16]                                                                    
        Memory at f0002000 (32-bit, non-prefetchable) [size=4K]                                        
        Capabilities: <access denied>                                                                  
        Kernel driver in use: sata_nv                                                                  
        Kernel modules: sata_nv                                                                        

00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2) (prog-if 01 [Subtractive decode])
        Flags: bus master, 66MHz, fast devsel, latency 0                                          
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32                             
        I/O behind bridge: 0000a000-0000afff                                                      

00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard     
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21     
        Memory at f0003000 (32-bit, non-prefetchable) [size=4K]      
        I/O ports at ec00 [size=8]                                   
        Capabilities: <access denied>                                
        Kernel driver in use: forcedeth                              
        Kernel modules: forcedeth                                    

00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0                                             
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0                          
        I/O behind bridge: 00009000-00009fff                                                  
        Capabilities: <access denied>                                                         
        Kernel driver in use: pcieport-driver                                                 
        Kernel modules: shpchp                                                                

00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0                                             
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0                          
        I/O behind bridge: 00008000-00008fff                                                  
        Capabilities: <access denied>                                                         
        Kernel driver in use: pcieport-driver                                                 
        Kernel modules: shpchp                                                                

00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0                                             
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0                          
        I/O behind bridge: 00007000-00007fff                                                  
        Capabilities: <access denied>                                                         
        Kernel driver in use: pcieport-driver                                                 
        Kernel modules: shpchp                                                                

00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0                                             
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0                          
        Memory behind bridge: e8000000-efffffff                                               
        Prefetchable memory behind bridge: 00000000e0000000-00000000e7ffffff                  
        Capabilities: <access denied>                                                         
        Kernel driver in use: pcieport-driver                                                 
        Kernel modules: shpchp                                                                

00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration                                                                                               
        Flags: fast devsel                                                                             
        Capabilities: <access denied>                                                                  

00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
        Flags: fast devsel                                                         

00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
        Flags: fast devsel                                                             

00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
        Flags: fast devsel                                                                   
        Kernel driver in use: k8temp                                                         
        Kernel modules: k8temp                                                               

05:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600] (rev a2) (prog-if 00 [VGA controller])                                                                                              
        Subsystem: LeadTek Research Inc. Device 2a22                                                   
        Flags: bus master, fast devsel, latency 0, IRQ 18                                              
        Memory at e8000000 (32-bit, non-prefetchable) [size=64M]                                       
        Memory at e0000000 (64-bit, prefetchable) [size=128M]                                          
        Memory at ec000000 (64-bit, non-prefetchable) [size=16M]                                       
        [virtual] Expansion ROM at ed000000 [disabled] [size=128K]                                     
        Capabilities: <access denied>                                                                  
        Kernel driver in use: nvidia                                                                   
        Kernel modules: nvidia, nvidiafb

As root:

# lspci -v
00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)                                                                               
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                                                                                             
        Flags: bus master, 66MHz, fast devsel, latency 0                                                                                                     
        Capabilities: [44] HyperTransport: Slave or Primary Interface                                                                                        
        Capabilities: [e0] HyperTransport: MSI Mapping Enable+ Fixed-                                                                                        
                                                                                                                                                             
00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)                                                                                             
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                                                                                             
        Flags: bus master, 66MHz, fast devsel, latency 0                                                                                                     
                                                                                                                                                             
00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)                                                                                                       
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                                                                                             
        Flags: 66MHz, fast devsel, IRQ 10                                                                                                                    
        I/O ports at b000 [size=32]                                                                                                                          
        I/O ports at 1c00 [size=64]                                                                                                                          
        I/O ports at 1c40 [size=64]                                                                                                                          
        Capabilities: [44] Power Management version 2                                                                                                        
        Kernel driver in use: nForce2_smbus                                                                                                                  
        Kernel modules: i2c-nforce2                                                                                                                          
                                                                                                                                                             
00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2) (prog-if 10 [OHCI])                                                                 
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                                                                                             
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22                                                                                             
        Memory at f0004000 (32-bit, non-prefetchable) [size=4K]                                                                                              
        Capabilities: [44] Power Management version 2                                                                                                        
        Kernel driver in use: ohci_hcd                                                                                                                       
        Kernel modules: ohci-hcd                                                                                                                             

00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3) (prog-if 20 [EHCI])
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                            
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20                            
        Memory at feb00000 (32-bit, non-prefetchable) [size=256]                            
        Capabilities: [44] Debug port: BAR=1 offset=0098                                    
        Capabilities: [80] Power Management version 2                                       
        Kernel driver in use: ehci_hcd                                                      
        Kernel modules: ehci-hcd                                                            

00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
        Subsystem: Giga-byte Technology Device ae01                                          
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23                             
        I/O ports at bc00 [size=256]                                                         
        I/O ports at c000 [size=256]                                                         
        Memory at f0000000 (32-bit, non-prefetchable) [size=4K]                              
        Capabilities: [44] Power Management version 2                                        
        Kernel driver in use: Intel ICH                                                      
        Kernel modules: snd-intel8x0                                                         

00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev f2) (prog-if 8a [Master SecP PriP])
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                            
        Flags: bus master, 66MHz, fast devsel, latency 0                                    
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]                    
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]                    
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]                    
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]                    
        I/O ports at f000 [size=16]                                                         
        Capabilities: [44] Power Management version 2                                       
        Kernel driver in use: pata_amd                                                      
        Kernel modules: pata_amd, amd74xx                                                   

00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3) (prog-if 85 [Master SecO PriO])
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                                              
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23                                              
        I/O ports at 09f0 [size=8]                                                                            
        I/O ports at 0bf0 [size=4]                                                                            
        I/O ports at 0970 [size=8]                                                                            
        I/O ports at 0b70 [size=4]                                                                            
        I/O ports at d400 [size=16]                                                                           
        Memory at f0001000 (32-bit, non-prefetchable) [size=4K]                                               
        Capabilities: [44] Power Management version 2                                                         
        Kernel driver in use: sata_nv                                                                         
        Kernel modules: sata_nv                                                                               

00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3) (prog-if 85 [Master SecO PriO])
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard                                              
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22                                              
        I/O ports at 09e0 [size=8]                                                                            
        I/O ports at 0be0 [size=4]                                                                            
        I/O ports at 0960 [size=8]                                                                            
        I/O ports at 0b60 [size=4]                                                                            
        I/O ports at e800 [size=16]                                                                           
        Memory at f0002000 (32-bit, non-prefetchable) [size=4K]                                               
        Capabilities: [44] Power Management version 2                                                         
        Kernel driver in use: sata_nv                                                                         
        Kernel modules: sata_nv                                                                               

00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2) (prog-if 01 [Subtractive decode])
        Flags: bus master, 66MHz, fast devsel, latency 0                                          
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32                             
        I/O behind bridge: 0000a000-0000afff                                                      

00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
        Subsystem: Giga-byte Technology GA-K8N Ultra-9 Mainboard     
        Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21     
        Memory at f0003000 (32-bit, non-prefetchable) [size=4K]      
        I/O ports at ec00 [size=8]                                   
        Capabilities: [44] Power Management version 2                
        Kernel driver in use: forcedeth                              
        Kernel modules: forcedeth                                    

00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0                                             
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0                          
        I/O behind bridge: 00009000-00009fff                                                  
        Capabilities: [40] Power Management version 2                                         
        Capabilities: [48] MSI: Enable+ Count=1/2 Maskable- 64bit+                            
        Capabilities: [58] HyperTransport: MSI Mapping Enable- Fixed-                         
        Capabilities: [80] Express Root Port (Slot+), MSI 00                                  
        Capabilities: [100] Virtual Channel <?>                                               
        Kernel driver in use: pcieport-driver                                                 
        Kernel modules: shpchp                                                                

00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0                                             
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0                          
        I/O behind bridge: 00008000-00008fff                                                  
        Capabilities: [40] Power Management version 2                                         
        Capabilities: [48] MSI: Enable+ Count=1/2 Maskable- 64bit+                            
        Capabilities: [58] HyperTransport: MSI Mapping Enable- Fixed-                         
        Capabilities: [80] Express Root Port (Slot+), MSI 00                                  
        Capabilities: [100] Virtual Channel <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        I/O behind bridge: 00007000-00007fff
        Capabilities: [40] Power Management version 2
        Capabilities: [48] MSI: Enable+ Count=1/2 Maskable- 64bit+
        Capabilities: [58] HyperTransport: MSI Mapping Enable- Fixed-
        Capabilities: [80] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Virtual Channel <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
        Memory behind bridge: e8000000-efffffff
        Prefetchable memory behind bridge: 00000000e0000000-00000000e7ffffff
        Capabilities: [40] Power Management version 2
        Capabilities: [48] MSI: Enable+ Count=1/2 Maskable- 64bit+
        Capabilities: [58] HyperTransport: MSI Mapping Enable- Fixed-
        Capabilities: [80] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Virtual Channel <?>
        Kernel driver in use: pcieport-driver
        Kernel modules: shpchp

00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
        Flags: fast devsel
        Capabilities: [80] HyperTransport: Host or Secondary Interface

00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
        Flags: fast devsel

00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
        Flags: fast devsel

00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
        Flags: fast devsel
        Kernel driver in use: k8temp
        Kernel modules: k8temp

05:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600] (rev a2) (prog-if 00 [VGA controller])
        Subsystem: LeadTek Research Inc. Device 2a22
        Flags: bus master, fast devsel, latency 0, IRQ 18
        Memory at e8000000 (32-bit, non-prefetchable) [size=64M]
        Memory at e0000000 (64-bit, prefetchable) [size=128M]
        Memory at ec000000 (64-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at ed000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [78] Express Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [128] Power Budgeting <?>
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb

Offline

#6 2009-10-21 16:26:42

ASOM
Member
Registered: 2009-07-10
Posts: 68

Re: Is my X configuration correct?

I can't really see anything wrong, I once forgot to put my user in the video group and killed any chance of hardware accel. Only thing I got on this one.

Offline

#7 2009-10-22 08:00:11

tmpacc
Member
Registered: 2009-10-21
Posts: 4

Re: Is my X configuration correct?

Hmmm... my non-root user is added to video group.

I tested same PC on kubuntu (raw install) and...
gloxgears:

17527 frames in 5.0 seconds = 3505.240 FPS
19195 frames in 5.0 seconds = 3838.954 FPS
19305 frames in 5.0 seconds = 3860.931 FPS
19319 frames in 5.0 seconds = 3863.662 FPS

It's twice faster.

Now I'll try to copy configuration from kubuntu into arch.

Offline

#8 2009-10-22 08:31:16

gog
Member
Registered: 2009-10-13
Posts: 103

Re: Is my X configuration correct?

glxgears is not a benchmark... some one should sticky that.  http://wiki.cchtml.com/index.php/Glxgea … _Benchmark

Offline

#9 2009-10-22 13:13:52

lewis1711
Member
Registered: 2009-09-14
Posts: 12

Re: Is my X configuration correct?

It's been a while since I used Nvidai, but...

1. Shouldn't you have to load a module for it to work?
2. Isn't there an app to automatically write you app an xorg file for a nvidia driver?

Offline

#10 2009-10-22 14:40:04

ASOM
Member
Registered: 2009-07-10
Posts: 68

Re: Is my X configuration correct?

gog wrote:

glxgears is not a benchmark... some one should sticky that.  http://wiki.cchtml.com/index.php/Glxgea … _Benchmark

In an instance where you are comparing the same machine against itself, I find it be quite reasonable to use glxgears. A 100 points either way is margin of error, a 1000+, there is a problem somewhere..


Anyway. Do you have hal running?

Only other thing that comes to mind is I think ubuntu is still on the 180 drivers and Arch is ob the 185's, I wouldn't think this could be an issue but I don't know for sure.

Offline

Board footer

Powered by FluxBB