|
| ||||||||||
| Tags: apple, imac g3 ppc, linux, ubuntu, xorg |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to edit XORG.CONF file iMac G3 PPC running with ubuntu 9.04?
|
|
#2
| |||
| |||
| Re: How to edit XORG.CONF file iMac G3 PPC running with ubuntu 9.04?
You should copy and paste the below mentioned code in the xorg.conf file. Code: Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "macintosh" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" Option "XkbOptions" "lv3:rwin_switch" endSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Device" Identifier "Configured Video Device" #Option "UseFBDev" "true" Option "CCEusecTimeout" "100000" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 43-62 VertRefresh 74-118 # ModeLine "1024x768" 78.75 1024 1044 1140 1328 768 781 784 820 +hsync +vsync ModeLine "800x600" 62.40 800 821 901 1040 600 609 612 644 +hsync +vsync Modeline "640x480" 49.90 640 657 721 832 480 481 484 514 +hsync +vsync EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" DefaultDepth 24 Subsection "Display" Modes "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Module" Disable "dri" EndSection Code: sudo dpkg-reconfigure -phigh xserver-xorg |
|
#3
| |||
| |||
| Re: How to edit XORG.CONF file iMac G3 PPC running with ubuntu 9.04?
Well I tried above mentioned thing and it worked for me with an error message. Quote:
Quote:
|
|
#4
| |||
| |||
| Re: How to edit XORG.CONF file iMac G3 PPC running with ubuntu 9.04?
Before you go an apply above mentioned settings and went into synaptic package manager in order to install drivers for ATI Rage 128. In order to check the same you have to go for System and click on Administration and click on Synpatic Package Manager and enter ATI into quick search and there will be 18 checkboxes in the below mentioned manner. Code: X xserver-xorg-video-ati-dbg X xserver-xorg-video-radeon-db X xserver-xorg-video-ati X xserver-xorg-video-radeon X xserver-xorg-video-mach64-dl X xserver-xorg-video-r128-dbg envyng-core envyng-qt X radeontool X xserver-xorg-video-mach64 X xserver-xorg-video-r128 libibtk-dev libibtk0 X jockey-gtk X jockey-kde X jockey-common server-xorg-video-radeonhd- server-xorg-video-radeonhd |
|
#5
| |||
| |||
| Re: How to edit XORG.CONF file iMac G3 PPC running with ubuntu 9.04?
As far as I know ubuntu 9.10 is not having /etc/X11/xorg.conf file. If you wanted the same then you will require to create the same by your own. You can run the below mentioned command to create that particular file. Code: sudo nano /etc/X11/xorg.conf |
|
#6
| |||
| |||
| Re: How to edit XORG.CONF file iMac G3 PPC running with ubuntu 9.04?
I am not sure about it but following command can help you out to resolve the issue associated with the display properties of your system. Code: sudo apt-get install lubuntu-desktop |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to edit XORG.CONF file iMac G3 PPC running with ubuntu 9.04?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to fix ATI Rage 128 frame buffer error on iMac G3 running ubuntu? | He_Man | Monitor & Video Cards | 4 | 01-02-2012 12:29 AM |
| How to save conf file of nvidia on ubuntu | Nicoloid | Operating Systems | 10 | 17-12-2011 09:43 AM |
| xorg.conf in Linux Mint for Automatic configuration | intoxicating | Operating Systems | 4 | 02-02-2011 09:11 AM |
| where is xorg.conf gone? | Netorious | Operating Systems | 4 | 07-04-2010 01:52 AM |
| Configuring smb.conf file | Norse | Operating Systems | 5 | 16-02-2010 08:08 PM |