>Orvar said: > "My NIC is RTL8111/8168B PCIe gigabit integrated on the mobo. "
Try this: 1. prtconf -v | get the pci info for your Ethernet controller 2. add_drv -i '"pcixxxx,xxxx"' rtls | try to use the rtls network driver 3. ifconfig rtls0 plumb 4. ifconfig -a Now back to the video side of things: Ref: http://www.visiontek.com/products/cards/retail/4870_512_PCIe.html Otherwise, using a Visiontek ATI Radeon HD 4870 I was thinking your monitor settings may need adjusting so try this in xorg.conf: ---- Section "Monitor" Identifier "Monitor0" VendorName "Gateway" ModelName "HD1080" Option "dpms" DisplaySize 433 270 HorizSync 30.0 - 107.0 VertRefresh 56.0 - 85.0 ModeLine "1680x1050" 146.8 1680 1784 1960 2240 1050 1053 1059 1089 Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" EndSubSection ------- Usually the monitor or screen sections of Xorg.conf should fix your problem and then you can restart the Xserver and gnome-session to have it look at your custom xorg.conf file. Xserver's Auto-conf should pick things up if your monitor EDID is working fine. Otherwise, you should be in good shape. Three more things for your hardware devices fix: 1. Do a 'prtconf -pv' of your hardware setup. 2. Get and run Sun's DDT 2.1+ (i.e. Sun's device detection tool, http://www.sun.com/bigadmin/hcl/hcts/device_detect.jsp) and submit either the 'prtconf -pv' output or DDT info to Sun for review - for your motherboard device drivers and such. You can usually get the DDT with the OpenSolaris 2008.05 LiveCD. 3. Submit your info to Sun's OpenSolaris HCL. This helps Sun HCL engineers and developers keep track of what hardware is being used out there and needs support. ~ Ken Mays {Georgia, USA} This message posted from opensolaris.org