You are not logged in.

#1 2010-04-29 14:54:10

jccl1706
Member
From: Cuba
Registered: 2010-03-11
Posts: 67

xorg.conf help

Hi I have an ibm thinkpad t43 laptop with intel graphics a card, someone Acceleration achieved with this type of graphics cards to be so please leave me a copy of your xorg.conf to set me put here the characteristics and a copy of my xorg

┌─[jcesar@Archer][~]
└─[$] lspci 
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)
04:00.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
04:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
┌─[jcesar@Archer][~]
└─[$] cat /etc/X11/xorg.conf 
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0"         "CorePointer"
    InputDevice    "Keyboard0"     "CoreKeyboard"
EndSection

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

Section "Module"
    Load           "glx"
  Load         "dri"
  Load         "extmod"
EndSection

Section "ServerFlags"
  Option        "BlankTime" "5"
  Option        "AIGLX"   "false"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "CoreKeyboard"
  Option      "XkbRules" "xorg"
  Option      "XkbLayout" "us"
  Option      "XkbVariant" ""
EndSection

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

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID       "PCI:0:2:0"
    #Option      "AccelMethod" "EXA"
    #Option      "MigrationHeuristic" "greedy"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode    0666
EndSection

| archlinux | Xmonad | urxvt | vim |

Offline

#2 2010-04-29 15:06:49

nsa.wijayanto
Member
From: solo-id
Registered: 2009-09-29
Posts: 28

Re: xorg.conf help

Forgive me, I can't really understand what your point is, but let me guess, you're trying to get accelerated 2D/3D with opengl, am I correct? If so, then IMO its best to use KMS (http://wiki.archlinux.org/index.php/Intel) to do the work for you. When you use hal, just remove xorg.conf. If you don't employ hal, then this may suit your needs (adapt it with your on preferences):

Section "ServerLayout"
    Identifier         "X.org Configured"
    Screen        0  "Screen0" 0 0
    InputDevice        "Asus EeePC Touchpad" "CorePointer"
    InputDevice        "Asus EeePC Keyboard" "CoreKeyboard"
    InputDevice        "Asus EeePC rfkill button"
    InputDevice        "Asus EeePC sleep button"
    InputDevice        "Asus EeePC power button"
    InputDevice    "USB Keyboard"
    InputDevice    "USB Keyboard extra buttons"
    InputDevice    "USB Mouse"
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  "dri"
    Load  "dbe"
    Load  "record"
    Load  "dri2"
    Load  "glx"
    Load  "extmod"
EndSection

Section "InputDevice"
    Identifier      "Asus EeePC Touchpad"
    Driver          "synaptics"
    Option            "Protocol"         "auto-dev"
    Option            "SHMConfig"        "1"
    Option        "TapButton1"        "1"
    Option        "TapButton2"        "2"
    Option        "TapButton3"        "3"
    Option        "HorizEdgeScroll"    "1"
    Option        "VertEdgeScroll"    "1"
    Option        "CircularScrolling"    "1"
    Option        "CircScrollTrigger"    "3"
EndSection

Section "InputDevice"
    Identifier      "Asus EeePC Keyboard"
    Driver          "evdev"
    Option        "Device"    "/dev/input/event1"
    Option        "xkb_rules"    "evdev"
    Option        "xkb_model"    "evdev"
    Option        "xkb_layout"    "us"
EndSection

Section "InputDevice"
    Identifier      "Asus EeePC rfkill button"
    Driver          "evdev"
    Option        "Device"    "/dev/input/event8"
    Option        "xkb_rules"    "evdev"
    Option        "xkb_model"    "evdev"
    Option        "xkb_layout"    "us"
EndSection

Section "InputDevice"
    Identifier      "Asus EeePC sleep button"
    Driver          "evdev"
    Option        "Device"    "/dev/input/event4"
    Option        "xkb_rules"    "evdev"
    Option        "xkb_model"    "evdev"
    Option        "xkb_layout"    "us"
EndSection

Section "InputDevice"
    Identifier      "Asus EeePC power button"
    Driver          "evdev"
    Option        "Device"    "/dev/input/event6"
    Option        "xkb_rules"    "evdev"
    Option        "xkb_model"    "evdev"
    Option        "xkb_layout"    "us"
EndSection

Section "InputDevice"
    Identifier      "USB Keyboard"
    Driver          "evdev"
    Option        "Device"    "/dev/input/by-id/usb-CHESEN_USB_Keyboard-event-kbd"
    Option        "xkb_rules"    "evdev"
    Option        "xkb_model"    "evdev"
    Option        "xkb_layout"    "us"
EndSection

Section "InputDevice"
    Identifier      "USB Keyboard extra buttons"
    Driver          "evdev"
    Option        "Device"    "/dev/input/by-id/usb-CHESEN_USB_Keyboard-event-if01"
    Option        "xkb_rules"    "evdev"
    Option        "xkb_model"    "evdev"
    Option        "xkb_layout"    "us"
EndSection

Section "InputDevice"
    Identifier    "USB Mouse"
    Driver        "evdev"
    Option        "protocol"    "auto"
    Option        "Device"    "/dev/input/by-id/usb-04fc_USB_Wheel_Mouse-event-mouse"
    Option        "ZAxisMapping"    "4 5 6 7"
EndSection

Section "Monitor"
    Identifier       "TV1"
    Option        "Ignore"    "1"
EndSection

Section "Device"
    Identifier      "Card0"
    Driver          "intel"
    VendorName      "Intel Corporation"
    BoardName       "Mobile 915GM/GMS/910GML Express Graphics Controller"
    BusID           "PCI:0:2:0"
    Option        "monitor-TV1" "TV1"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


Eee PC 2G Surf (700)

Offline

#3 2010-04-29 15:17:08

jccl1706
Member
From: Cuba
Registered: 2010-03-11
Posts: 67

Re: xorg.conf help

if I use hal but do you recommend is best what I want is to have a bit of Acceleration to achieve effects and slides and better performance on my desktop openbox

regards


| archlinux | Xmonad | urxvt | vim |

Offline

#4 2010-04-29 15:24:21

nsa.wijayanto
Member
From: solo-id
Registered: 2009-09-29
Posts: 28

Re: xorg.conf help

When you don't familiar with configuring xorg.conf, yet, I would recommend that you use/activate hal and remove xorg.conf, it should give you best performance (relative).

Or if you want to, you can use xorg18 repo, there's no need to use hal, or xorg.conf, and it offers the newest xorg (1.8), video-driver (intel-2.11) and input-driver. But mind that there's also some issues, especially with compositing manager like compiz.


Eee PC 2G Surf (700)

Offline

Board footer

Powered by FluxBB