Results 1 to 5 of 5
After a lon struggle, I finally managed to get the Intel 965G driver up and running, along with a new xserver 1.3. The screen looks fine, and the log in ...
- 08-07-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
Sax2 only shows VESA card
After a lon struggle, I finally managed to get the Intel 965G driver up and running, along with a new xserver 1.3. The screen looks fine, and the log in Xorg.0.log has no significant complaints. So far so good.
What worries me is, that the 965G does not show up in Sax2, not matter if started from Yast or from console. Only card type known is
"VESA Vesa-BIOS Graphics".
Any ideas, anyone ? Tnx in advance for any tips.
- 08-07-2007 #2Just Joined!
- Join Date
- Aug 2007
- Posts
- 33
#what is the output of the command
lspci
#what is the configuration of devices in the
/etc/X11/xorg.conf
- 08-08-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
---> a18u14:
lcpci:
00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02)
00:03.0 Communication controller: Intel Corporation 82P965/G965 HECI Controller (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Controller (rev 02)
02:00.0 SATA controller: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02)
02:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 02)
04:00.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
04:04.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 14)
xorg.conf:
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "dk"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "ImPS/2 Logitech Wheel Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
DisplaySize 345 259
HorizSync 30-70
Identifier "Monitor[0]"
ModelName "76E77E"
Option "DPMS"
VendorName "SAMTRON"
VertRefresh 50-160
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "800x600" 60.07 800 840 928 1056 600 601 604 632
Modeline "800x600" 53.14 800 840 928 1056 600 601 604 629
Modeline "800x600" 45.50 800 840 920 1040 600 601 604 625
Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +HSync +VSync
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
EndSection
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "default"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
#Section "Device"
# BoardName "Framebuffer Graphics"
# BusID "0:2:0"
# Driver "fbdev"
# Identifier "Device[0]"
# VendorName "VESA"
#EndSection
Section "Device"
BoardName "Intel 965G"
BusID "0:2:0"
Driver "intel"
Identifier "Device[0]"
Option "XaaNoPixmapCache" "on"
Screen 0
VendorName "Intel"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
If you need anything else, pls let me know.
Regards, Joern.
- 08-08-2007 #4Replace intel with i810 in above section of xorg.conf file and install 915resolution package.Section "Device"
BoardName "Intel 965G"
BusID "0:2:0"
Driver "intel"
Identifier "Device[0]"
Option "XaaNoPixmapCache" "on"
Screen 0
VendorName "Intel"
EndSectionIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-08-2007 #5Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
--> devils_casper:
I did as you suggested about xorg.conf, and the 915resolutions package was alredy installed (SuSE 10.2).
Alas, no improvement - I still see only the Vesa card in Sax2
Regards Joern.


Reply With Quote
