Find the answer to your Linux question:
Results 1 to 7 of 7
hi to all here.. last night i installed fedora16 on my dell gx745 desktop.which has 2 gb ram,3 ghz dualcore processor and Intel q965 chipset..now my problem is this when ...
  1. #1
    Just Joined!
    Join Date
    Dec 2011
    Posts
    3

    Help (driver problem)

    hi to all here..
    last night i installed fedora16 on my dell gx745 desktop.which has 2 gb ram,3 ghz dualcore processor and Intel q965 chipset..now my problem is this when i change my screen resolution my screen crashes...i think there is a driver problem..what do u say?what could be the problem..please give me solution for this problem i am waiting...
    (i also installed ubuntu 11.10 but there was no problem of screen crash..the problem is only with fedora)

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    What kernel and what driver are you using? You can get the kernel with the command "uname -r", and the driver list with "lsmod". Post the output here.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    Also, have you updated the system? Specifically, there may be XOrg server/driver updates that have already addressed your problem.

    EDIT: Not sure if your system uses it, but I see that there is an update available in the Fedora 16 updates repo for the xorg-x11-drv-intel package (2.17.0-4). There is also an update available for the xorg-x11-server-Xorg package (1.11.3-1).
    Last edited by atreyu; 12-30-2011 at 04:27 AM. Reason: updated packages

  4. #4
    Just Joined!
    Join Date
    Dec 2011
    Posts
    3
    @rubberman
    i am using
    uname -r=3.1.6-1.fc16.i686

    lsmod=video i915

    @atreyu

    i tried botht xorg-x11-drv-intel and xorg-x11-server-Xorg. but terminal is saying "already installed and latest version"

    what should i do now???
    Last edited by sarmad93; 12-30-2011 at 02:07 PM.

  5. #5
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    i tried botht xorg-x11-drv-intel and xorg-x11-server-Xorg. but terminal is saying "already installed and latest version"
    are you sure you tried the ones in the "updates" repo? i.e. is your updates repo enabled? this command will tell you:

    Code:
    yum repolist
    you can verify the version of the installed packages with:
    Code:
    rpm -qv xorg-x11-drv-intel xorg-x11-server-Xorg
    Once you've confirmed your packages are up to date, if you still have no joy, then try these kernel boot parameters:

    Code:
    vga=normal nomodeset
    You can try them at boot time by interrupting the grub bootloader and appending them, or you can (temporarily) add it to your grub.conf file. If there is already a vga=XXX line, replace it with the one above.

    You may also need to get the specs of your monitor and put the proper values for HorizSync and VertRefresh in /etc/X11/xorg.conf (note that that file is usually not even there anymore, you'll have to create it).

    if all that doesn't work, post the output of your /var/log/Xorg.0.log file.

  6. #6
    Just Joined!
    Join Date
    Dec 2011
    Posts
    3
    @atreyu
    thanks for your work and support.appreciated

    i am totally new to linux so i don't know how edit grub boot loader...i removed fedora from my pc and back again installed ubuntu 11.10 on my pc which is working awesome..

  7. #7
    Linux Guru
    Join Date
    May 2011
    Posts
    1,843
    i removed fedora from my pc and back again installed ubuntu 11.10 on my pc which is working awesome..
    Fedora lost that battle...but a victory for Linux in general!

Posting Permissions

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