hello everybody again.
I have ASUS A53XI241SV laptop with core i5 2410M and the Graphics have two.the one is intel's and the other oen is nVidia GT540M.
Code:
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev a1)
So i'm installed the BT5 KDE 32 on my harddisk with dual boot(windows7 and BT5).Then i'm installed the nVidia driver.but there have a error when i use startx:
Code:
X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
Current Operating System: Linux bt 2.6.38 #1 SMP Thu Mar 17 20:52:18 EDT 2011 i686
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38 root=UUID=9b996428-630d-47a2-b805-78f620b29332 ro text splash nomodeset vga=791
Build Date: 08 March 2011 08:22:50AM
xorg-server 2:1.7.6-2ubuntu7.6 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 12 02:15:45 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
(EE) No devices detected.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
ddxSigGiveUp: Closing log
giving up.
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error.
To solve this problem((EE) No devices detected.),I had post a Threa for help at here.
At now i'm puting "PCI:1:0:0" into /etc/X11/xorg.conf at the "section Device" line and startx.Now the error "No devices detected" not Appear.but there is new error Appear.
when i startx the screen is Black.but i hear the sound of the startx.
Looke the Xorg.0.log like this:
Code:
.........
(II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device SIGMACHIP Usb Mouse (/dev/input/event4)
(**) SIGMACHIP Usb Mouse: Applying InputClass "evdev pointer catchall"
(**) SIGMACHIP Usb Mouse: always reports core events
(**) SIGMACHIP Usb Mouse: Device: "/dev/input/event4"
(II) SIGMACHIP Usb Mouse: Found 3 mouse buttons
(II) SIGMACHIP Usb Mouse: Found scroll wheel(s)
(II) SIGMACHIP Usb Mouse: Found relative axes
(II) SIGMACHIP Usb Mouse: Found x and y relative axes
(II) SIGMACHIP Usb Mouse: Configuring as mouse
(**) SIGMACHIP Usb Mouse: YAxisMapping: buttons 4 and 5
(**) SIGMACHIP Usb Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "SIGMACHIP Usb Mouse" (type: MOUSE)
(II) SIGMACHIP Usb Mouse: initialized for relative axes.
(II) config/udev: Adding input device SIGMACHIP Usb Mouse (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device PS/2 Logitech Wheel Mouse (/dev/input/event8)
(**) PS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
(**) PS/2 Logitech Wheel Mouse: always reports core events
(**) PS/2 Logitech Wheel Mouse: Device: "/dev/input/event8"
(II) PS/2 Logitech Wheel Mouse: Found 3 mouse buttons
(II) PS/2 Logitech Wheel Mouse: Found scroll wheel(s)
(II) PS/2 Logitech Wheel Mouse: Found relative axes
(II) PS/2 Logitech Wheel Mouse: Found x and y relative axes
(II) PS/2 Logitech Wheel Mouse: Configuring as mouse
(**) PS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
(**) PS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "PS/2 Logitech Wheel Mouse" (type: MOUSE)
(II) PS/2 Logitech Wheel Mouse: initialized for relative axes.
(II) config/udev: Adding input device PS/2 Logitech Wheel Mouse (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
Does anyone know how this is going?