[plug] Computer Hardware Upgrade - Same Debian Install
Tony Clark
tclark at telia.com
Sat Aug 10 17:04:49 WST 2002
On Saturday 10 August 2002 10.23, I am the LinuxAlien wrote:
> Well I reinstalled Debian but still have problems. The sound module is
> installed (AC97) but the sound card isn't seen by anything. When i power
> off with the 'poweroff' Command or 'shutdown -h now' command it reboots. It
> isn't using an agp driver for my graphics card, and i can't standby, only
> suspend. All so it doesn't recognize my 3 power keys, it gives unknown
> keyboard scan code errors. also dexconf wont run so i can't change the
> default X res to something higher.
> Tim
> >cat /proc/pci should enable you to work out what you sound is.
post the output of this. needed to work out the correct sound and vga driver.
In your XFconfig-4 file have something like this
Section "Monitor"
#DisplaySize 370 280 # mm
Identifier "Monitor0"
VendorName "ADI"
ModelName "ADI GD910T"
HorizSync 30-110
VertRefresh 50-160
Option "DPMS" <===== add this if you don't have it.
EndSection
Section "Screen"
DefaultDepth 24
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1280" "1280x1024" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1280" "1280x1024" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "800x600"
EndSubSection
EndSection
maybe post your XF86Config file
tony
--
Contract ASIC and FPGA design.
More information about the plug
mailing list