Results 1 to 10 of 25
Hey Everyone,
The other with the help of another member i got ubuntu to work by editing my xorg.conf file, I believe its called. Now im trying to activate the ...
- 02-12-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 38
Activating video card
Hey Everyone,
The other with the help of another member i got ubuntu to work by editing my xorg.conf file, I believe its called. Now im trying to activate the driver for my video card but it tells me i cant because the xorg.conf file is not valid. What should i do?
- 02-12-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Posts
- 100
- 02-12-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 38
This is what the file says minus the comments,
Section "Device"
Identifier "Configured Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
- 02-12-2009 #4Linux Newbie
- Join Date
- Feb 2009
- Posts
- 100
Can you post the exact error message that you get?
- 02-12-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 38
Reconfiguring X.org video drivers is not possible: /etc/X11/xorg.conf is invalid.
- 02-12-2009 #6Linux Newbie
- Join Date
- Feb 2009
- Posts
- 100
try the following command:
sudo dpkg-reconfigure xserver-xorg
- 02-12-2009 #7Linux Newbie
- Join Date
- Feb 2009
- Posts
- 100
Also, what graphics card have you got?
- 02-12-2009 #8Just Joined!
- Join Date
- Feb 2009
- Posts
- 38
but if i do that will it bring back the xorg file to what it was originally? the reason I changed it is because it stopped the screen from showing anything
- 02-12-2009 #9Linux Newbie
- Join Date
- Feb 2009
- Posts
- 100
So try to backup your existing xorg.conf
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
You'll be able to come back to it.
Can you change any parametres while reconfiguring X?
- 02-12-2009 #10Just Joined!
- Join Date
- Feb 2009
- Posts
- 38
ok so i followed what you said. Then i went back to drivers and when i tried to activate it says:
SystemError: Failed to lock /var/cache/apt/archives/lock


Reply With Quote
