Completed Dapper Flight 3 Testing

Greg Taylor gtaylor at CLEMSON.EDU
Thu Feb 2 16:25:25 GMT 2006


Maybe when in doubt just attach both lspci and lspci -l output. Couldn't 
hurt :)

Matthew Kuiken wrote:
> Daniel Robitaille wrote:
>>>>> In particular, the biggest bug that I am concerned about is the 
>>>>> fact that
>>>>> the video card drivers, which seemed to be detected so well in 
>>>>> Breezy seem
>>>>> to have defaulted to something generic that does not allow me to 
>>>>> change to
>>>>> the widescreen, or to have accelerated video.
>>>> Attaching lspci would be helpful.
>>>>
>>> I'm fairly new to GNU/Linux.  Are there any particular command line 
>>> switches I
>>> should use?  Should I attach it to the wiki page as well?
>>
>> You could do from the command line something like:
>> lspci > lspci.txt
>>
>> then the text file lspci.txt will contain the output from the command.
>
> I don't want to sound ungrateful, but I was more wondering about the 
> switches, and not really the re-directs.  I keep seeing posts that 
> basically say
> "the output of that command would have been more useful with the -l 
> switch"
> and the like.  I just wanted to make sure I was using the right 
> switches for this command.  I wasn't certain if lspci required the 
> verbose or tree switches from the man page to be useful.
>
>>
>> The best way to help is to go in Malone
>> (https://launchpad.net/distros/ubuntu/+bugs) and check if the bug
>> hasn't been reported yet.  If it isn't there, then you can file a new
>> bug report about the problem.  Then in that bug report you can attach
>> that output from the lspci command (in that lspci.txt from above) so
>> that the developpers have both a report and lspci output in the same
>> location.
>>
>> Then in your wiki page, you can add a link to that bug report (in the
>> right-hand-side column named "bug #").
>>
>
> Hmm, your own bug:
> https://launchpad.net/distros/ubuntu/+source/xorg/+bug/27180
>
> seems to be the same thing.  As I look through the files we seem to 
> have the same bug.  Should I just attach my files to the same bug 
> report?  They are attached here for reference.
>
> -Matt
>
> ------------------------------------------------------------------------
>
> # /etc/X11/xorg.conf (xorg X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool, using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
> # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xorg package upgrades *only*
> # if it has not been modified since the last upgrade of the xserver-xorg
> # package.
> #
> # If you have edited this file but would like it to be automatically updated
> # again, run the following command:
> #   sudo dpkg-reconfigure -phigh xserver-xorg
>
> Section "Files"
> 	FontPath	"/usr/share/X11/fonts/misc"
> 	FontPath	"/usr/share/X11/fonts/cyrillic"
> 	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
> 	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
> 	FontPath	"/usr/share/X11/fonts/Type1"
> 	FontPath	"/usr/share/X11/fonts/CID"
> 	FontPath	"/usr/share/X11/fonts/100dpi"
> 	FontPath	"/usr/share/X11/fonts/75dpi"
>         # paths to defoma fonts
> 	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> 	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
> EndSection
>
> Section "Module"
> 	Load	"GLcore"
> 	Load	"i2c"
> 	Load	"bitmap"
> 	Load	"ddc"
> 	Load	"dri"
> 	Load	"extmod"
> 	Load	"freetype"
> 	Load	"glx"
> 	Load	"int10"
> 	Load	"type1"
> 	Load	"vbe"
> EndSection
>
> Section "InputDevice"
> 	Identifier	"Generic Keyboard"
> 	Driver		"kbd"
> 	Option		"CoreKeyboard"
> 	Option		"XkbRules"	"xorg"
> 	Option		"XkbModel"	"pc104"
> 	Option		"XkbLayout"	"us"
> EndSection
>
> Section "InputDevice"
> 	Identifier	"Configured Mouse"
> 	Driver		"mouse"
> 	Option		"CorePointer"
> 	Option		"Device"		"/dev/input/mice"
> 	Option		"Protocol"		"ImPS/2"
> 	Option		"Emulate3Buttons"	"true"
> 	Option		"ZAxisMapping"		"4 5"
> EndSection
>
> Section "InputDevice"
> 	Identifier	"Synaptics Touchpad"
> 	Driver		"synaptics"
> 	Option		"SendCoreEvents"	"true"
> 	Option		"Device"		"/dev/psaux"
> 	Option		"Protocol"		"auto-dev"
> 	Option		"HorizScrollDelta"	"0"
> EndSection
>
> Section "Device"
> 	Identifier	"Generic Video Card"
> 	Driver		"vesa"
> 	BusID		"PCI:0:2:0"
> EndSection
>
> Section "Monitor"
> 	Identifier	"Generic Monitor"
> 	Option		"DPMS"
> 	Modeline	"1280x800 at 60" 83.91 1280 1312 1624 1656 800 816 824 841
> EndSection
>
> Section "Screen"
> 	Identifier	"Default Screen"
> 	Device		"Generic Video Card"
> 	Monitor		"Generic Monitor"
> 	DefaultDepth	24
> 	SubSection "Display"
> 		Depth		1
> 		Modes		"1920x1440" "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		4
> 		Modes		"1920x1440" "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		8
> 		Modes		"1920x1440" "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		15
> 		Modes		"1920x1440" "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		16
> 		Modes		"1920x1440" "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		24
> 		Modes		"1920x1440" "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
> 	EndSubSection
> EndSection
>
> Section "ServerLayout"
> 	Identifier	"Default Layout"
> 	Screen		"Default Screen"
> 	InputDevice	"Generic Keyboard"
> 	InputDevice	"Configured Mouse"
> 	InputDevice	"Synaptics Touchpad"
> EndSection
>
> Section "DRI"
> 	Mode	0666
> EndSection
>   
> ------------------------------------------------------------------------
>
> 0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
> 0000:00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
> 0000:00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
> 0000:00:1b.0 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
> 0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
> 0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
> 0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
> 0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
> 0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
> 0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
> 0000:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
> 0000:00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
> 0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
> 0000:06:05.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
> 0000:06:05.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
> 0000:06:05.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
> 0000:06:08.0 Ethernet controller: Intel Corporation 82562EM/EX/GX - PRO/100 VM (LOM) Ethernet Controller Mobile (rev 03)
> 0000:06:0b.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)
>   




More information about the laptop-testing-team mailing list