ASUS P5PE-VM Motherboard Logo

Related Topics:

Anonymous Posted on Jun 08, 2009

Linux Mint graphics problem!!!

Hi i am new to using Linux and I think Linux is an awesome free OS but I've tried to install my graphics card and the utility found no drivers i don't know much about Linux yet and don't know where else to install the drivers. (I am using Linux mint and my graphics card is a Intel 82865g graphics controller) Thanks

  • Anonymous Jun 08, 2009

    There are Linux drivers on the setup disk.

×

2 Answers

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

  • Expert 256 Answers
  • Posted on Jun 08, 2009
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Joined: May 25, 2009
Answers
256
Questions
0
Helped
102062
Points
825

If ASUS does not make Linux drivers for you mother board, then you may have to wait a while before someone in the Linux camp makes them.

Anonymous

Level 1:

An expert who has achieved level 1.

  • Contributor 1 Answer
  • Posted on Aug 13, 2009
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Joined: Aug 13, 2009
Answers
1
Questions
0
Helped
1513
Points
1

Open /etc/x11 as root, then open your xorg.conf file, and change this part:

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection


and change that to this:

Section "Module"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "GLcore"
Load "int10"
Load "type1"
Load "v4l"
Load "vbe"
EndSection


Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "XAA"
Option "AddARGBGLXVisuals" "On"
Option "XAANoOffscreenPixmaps" "true"
Vendorname "Intel"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"

EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection


Click save and reboot

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

1,523 views

Ask a Question

Usually answered in minutes!

Top ASUS Computers & Internet Experts

Sudeep Chatterjee
Sudeep Chatterjee

Level 3 Expert

3269 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3869 Answers

Rommel Balcita

Level 3 Expert

754 Answers

Are you an ASUS Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...