Find the answer to your Linux question:
Results 1 to 10 of 10
I have a new dell inspiron 1545 since i am facing problems with vista i wanted to work with linux operating system (suse 11.1). I want to install the video ...
  1. #1
    Linux Newbie
    Join Date
    Nov 2005
    Posts
    172

    install video drivers for suse 11.1

    I have a new dell inspiron 1545 since i am facing problems with vista i wanted to work with linux operating system (suse 11.1). I want to install the video drivers and sound drivers for my laptop.

    Here I can see my video card and sound card.. I want to install the drivers for my cards

    [root@localhost Harish]# /sbin/lspci
    00:00.0 Host bridge: Intel Corporation Cantiga Memory Controller Hub (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07)
    00:02.1 Display controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
    00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 13)
    0c:00.0 Network controller: Broadcom Corporation BCM4310 USB Controller (rev 01)

    This is my /X11/xorg.conf

    # /.../
    # SaX generated X11 config file
    # Created on: 2009-04-30T18:18:30-0500.
    #
    # Version: 8.1
    # Contact: Marcus Schaefer <sax@suse.de>, 2005
    # Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
    #
    # Automatically generated by [ISaX] (8.1)
    # PLEASE DO NOT EDIT THIS FILE!
    #

    Section "Files"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/local"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/URW"
    FontPath "/usr/share/fonts/Speedo"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/latin2/misc:unscaled"
    FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
    FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
    FontPath "/usr/share/fonts/latin2/Type1"
    FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
    FontPath "/usr/share/fonts/baekmuk:unscaled"
    FontPath "/usr/share/fonts/japanese:unscaled"
    FontPath "/usr/share/fonts/kwintv"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/uni:unscaled"
    FontPath "/usr/share/fonts/CID"
    FontPath "/usr/share/fonts/ucs/misc:unscaled"
    FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
    FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
    FontPath "/usr/share/fonts/hellas/misc:unscaled"
    FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
    FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
    FontPath "/usr/share/fonts/hellas/Type1"
    FontPath "/usr/share/fonts/misc/sgi:unscaled"
    FontPath "/usr/share/fonts/xtest"
    FontPath "/opt/kde3/share/fonts"
    InputDevices "/dev/gpmdata"
    InputDevices "/dev/input/mice"
    EndSection

    Section "ServerFlags"
    Option "AIGLX" "on"
    Option "AllowMouseOpenFail" "on"
    Option "ZapWarning" "on"
    EndSection

    Section "Module"
    Load "dbe"
    Load "freetype"
    Load "glx"
    Load "extmod"
    Load "dri"
    EndSection

    Section "InputDevice"
    Driver "kbd"
    Identifier "Keyboard[0]"
    Option "Protocol" "Standard"
    Option "XkbLayout" "us"
    Option "XkbModel" "microsoftpro"
    Option "XkbRules" "xfree86"
    EndSection


    Section "InputDevice"
    Driver "mouse"
    Identifier "Mouse[1]"
    Option "Buttons" "11"
    Option "Device" "/dev/input/mice"
    Option "Name" "Microsoft Wireless Optical Mouse? 1.00"
    Option "Protocol" "explorerps/2"
    Option "Vendor" "Sysp"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Driver "synaptics"
    Identifier "Mouse[3]"
    Option "AccelFactor" "0.1"
    Option "BottomEdge" "650"
    Option "Buttons" "5"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "CircularScrolling" "1"
    Option "Device" "/dev/input/mice"
    Option "EdgeMotionMaxSpeed" "15"
    Option "EdgeMotionMinSpeed" "15"
    Option "Emulate3Buttons" "on"
    Option "EmulateMidButtonTime" "75"
    Option "FingerHigh" "17"
    Option "FingerLow" "14"
    Option "HorizScrollDelta" "0"
    Option "InputFashion" "Mouse"
    Option "LeftEdge" "120"
    Option "MaxSpeed" "3"
    Option "MaxTapMove" "110"
    Option "MaxTapTime" "180"
    Option "MinSpeed" "0.2"
    Option "Name" "ALPS;Touchpad"
    Option "Protocol" "auto-dev"
    Option "RightEdge" "830"
    Option "SHMConfig" "on"
    Option "TopEdge" "120"
    Option "UpDownScrolling" "1"
    Option "Vendor" "Sysp"
    Option "VertScrollDelta" "20"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Driver "synaptics"
    Identifier "Mouse[5]"
    Option "AccelFactor" "0.1"
    Option "BottomEdge" "650"
    Option "Buttons" "5"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "CircularScrolling" "1"
    Option "Device" "/dev/input/mice"
    Option "EdgeMotionMaxSpeed" "15"
    Option "EdgeMotionMinSpeed" "15"
    Option "Emulate3Buttons" "on"
    Option "EmulateMidButtonTime" "75"
    Option "FingerHigh" "17"
    Option "FingerLow" "14"
    Option "HorizScrollDelta" "0"
    Option "InputFashion" "Mouse"
    Option "LeftEdge" "120"
    Option "MaxSpeed" "3"
    Option "MaxTapMove" "110"
    Option "MaxTapTime" "180"
    Option "MinSpeed" "0.2"
    Option "Name" "ALPS;Touchpad"
    Option "Protocol" "auto-dev"
    Option "RightEdge" "830"
    Option "SHMConfig" "on"
    Option "TopEdge" "120"
    Option "UpDownScrolling" "1"
    Option "Vendor" "Sysp"
    Option "VertScrollDelta" "20"
    Option "ZAxisMapping" "4 5"
    EndSection


    Section "Monitor"
    DisplaySize 344 193
    HorizSync 30-40
    Identifier "Monitor[0]"
    ModelName "Unknown"
    Option "DPMS"
    Option "PreferredMode" "800x600"
    VendorName "Unknown"
    VertRefresh 50-75
    UseModes "Modes[0]"
    EndSection


    Section "Modes"
    Identifier "Modes[0]"
    EndSection


    Section "Screen"
    DefaultDepth 24
    SubSection "Display"
    Depth 15
    Modes "800x600" "768x576" "640x480"
    Virtual 3840 1200
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "800x600" "768x576" "640x480"
    Virtual 3840 1200
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "800x600" "768x576" "640x480"
    Virtual 3840 1200
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "800x600" "768x576" "640x480"
    Virtual 3840 1200
    EndSubSection
    Device "Device[0]"
    Identifier "Screen[0]"
    Monitor "Monitor[0]"
    EndSection


    Section "Device"
    BoardName "Mobile Intel GM45 Express Chipset"
    Driver "intel"
    Identifier "Device[0]"
    Option "monitor-LVDS" "Monitor[0]"
    Screen 0
    VendorName "Intel"
    EndSection



    Section "ServerLayout"
    Identifier "Layout[all]"
    InputDevice "Keyboard[0]" "CoreKeyboard"
    InputDevice "Mouse[1]" "CorePointer"
    InputDevice "Mouse[3]" "SendCoreEvents"
    Option "Clone" "off"
    Option "Xinerama" "off"
    Screen "Screen[0]"
    EndSection


    Section "DRI"
    Group "video"
    Mode 0660
    EndSection

    Section "Extensions"
    Option "Composite" "on"
    EndSection

    please guide me to install the video drivers for my laptop

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Are you facing any display problems? X Server is using correct Graphics Driver, intel.

    Can you hear system sound or is it a problem to play certain media formats like mp3?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie
    Join Date
    Nov 2005
    Posts
    172
    yea... I have a problem... with my graphics driver i guess
    my screen resolution is only... 800x600 only.. i am unable to change to 1366x768 pixel which is my original screen resoltion in vista. i dont get any startup sounds... i didnt try with songs.. but i guess my sound drivers are not installed

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Lets sort out display problem first.
    Open xorg.conf file with root privileges. Edit Section Monitor and Section Screen. Add "1366x768" in both sections.

    Code:
    Section "Monitor"
    DisplaySize 344 193
    HorizSync 30-40
    Identifier "Monitor[0]"
    ModelName "Unknown"
    Option "DPMS"
    Option "PreferredMode"  "1366x768"
    VendorName "Unknown"
    VertRefresh 50-75
    UseModes "Modes[0]"
    EndSection
    
    
    Section "Modes"
    Identifier "Modes[0]"
    EndSection
    
    
    Section "Screen"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1366x768" "800x600" "768x576" "640x480"
    Virtual 3840 1200
    EndSubSection
    Device "Device[0]"
    Identifier "Screen[0]"
    Monitor "Monitor[0]"
    EndSection
    Save and reboot machine. In case it doesn't work, replace Driver "intel" with "vesa".
    Code:
    Section "Device"
    BoardName "Mobile Intel GM45 Express Chipset"
    Driver "vesa"
    Identifier "Device[0]"
    Option "monitor-LVDS" "Monitor[0]"
    Screen 0
    VendorName "Intel"
    EndSection
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Newbie
    Join Date
    Nov 2005
    Posts
    172
    No, after adding 1366x768 in the preferred mode and in the subsequent section there is no change in the resolution after restarting. I tried changing from intel to vesa that crashed my GUI. Now i am at command prompt.i tried running xstart but xserver is crashing.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    sax2 -m 0=vesa
    Reconfigure Graphics and in case it doesn't work, try intel.
    Code:
    sax2 -m 0=intel
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux Newbie
    Join Date
    Nov 2005
    Posts
    172
    Hurray!!
    Thank you, now my resolution is 1366x768...
    I am unable to play mp3 songs in my laptop. banshee and amarok player are not playing mp3 songs... I am unable to watch videos in xine player.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Follow Instructions from here. Try VLC Player too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Jan 2008
    Posts
    53
    Or you can try this mplayerhq.hu/design7/news.html

  10. #10
    Just Joined!
    Join Date
    Jan 2008
    Posts
    53

    Talking Try this video driver and model

    Quote Originally Posted by harishbayyavarapu View Post
    I have a new dell inspiron 1545 since i am facing problems with vista i wanted to work with linux operating system (suse 11.1). I want to install the video drivers and sound drivers for my laptop.

    Here I can see my video card and sound card.. I want to install the drivers for my cards

    [root@localhost Harish]# /sbin/lspci
    00:00.0 Host bridge: Intel Corporation Cantiga Memory Controller Hub (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07)
    00:02.1 Display controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
    00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 13)
    0c:00.0 Network controller: Broadcom Corporation BCM4310 USB Controller (rev 01)
    Well, i have the same hardware!

    rojo-dell:~ # lspci
    00:00.0 Host bridge: Intel Corporation Cantiga Memory Controller Hub (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07)
    00:02.1 Display controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
    00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 13)
    0c:00.0 Network controller: Broadcom Corporation BCM4310 USB Controller (rev 01)
    ------------------------
    Section "Monitor"
    DisplaySize 344 193
    HorizSync 30-40
    Identifier "Monitor[0]"
    ModelName "Unknown"
    Option "DPMS"
    Option "PreferredMode" "800x600"
    VendorName "Unknown"
    VertRefresh 50-75
    UseModes "Modes[0]"
    EndSection


    Section "Modes"
    Identifier "Modes[0]"
    EndSection


    Section "Screen"
    DefaultDepth 24
    SubSection "Display"
    Depth 15
    Modes "800x600" "768x576" "640x480"
    Virtual 3840 1200
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "800x600" "768x576" "640x480"
    Virtual 3840 1200
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "800x600" "768x576" "640x480"
    Virtual 3840 1200
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "800x600" "768x576" "640x480"
    Virtual 3840 1200
    EndSubSection
    Device "Device[0]"
    Identifier "Screen[0]"
    Monitor "Monitor[0]"
    EndSection


    Section "Device"
    BoardName "Mobile Intel GM45 Express Chipset"
    Driver "intel"
    Identifier "Device[0]"
    Option "monitor-LVDS" "Monitor[0]"
    Screen 0
    VendorName "Intel"
    EndSection
    I change it to these options, of course as in the post running the line "Sax -r -m 0=Intel" can fix the problem and tell the kernel to reset and try the intel driver. Then you should have 3D Acceleration.

    Section "Monitor"
    DisplaySize 344 194
    HorizSync 33-35
    Identifier "Monitor[0]"
    ModelName "1024I"
    Option "PreferredMode" "1366x768"
    VendorName "DELL"
    VertRefresh 42-87
    UseModes "Modes[0]"
    EndSection

    Section "Device"
    BoardName "IGD"
    BusID "0:2:0"
    Driver "intel"
    Identifier "Device[0]"
    Option "Legacy3D"
    Option "DRI"
    Option "XaaNoOffscreenPixmaps"
    Option "TripleBuffer"
    VendorName "Intel"
    EndSection



    Section "ServerLayout"
    Identifier "Layout[all]"
    InputDevice "Keyboard[0]" "CoreKeyboard"
    InputDevice "Mouse[1]" "CorePointer"
    InputDevice "Mouse[3]" "SendCoreEvents"
    Option "Clone" "off"
    Option "Xinerama" "off"
    Screen "Screen[0]"
    EndSection


    Section "DRI"
    Group "video"
    Mode 0660
    EndSection

    Section "Extensions"
    Option "Composite" "on"
    EndSection

    please guide me to install the video drivers for my laptop
    Remember to backup the xorg.conf if you make changes to it in order to restore if problems appear.

    For the sound try installing the als-firmware package, then try "yast2 sound" delete the sound card and then edit it in easy mode for experts mode you can chose the option, then finish reboot if you feel necessary, of course it is not. It should work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...