Omdat ik Windows meer dan zat ben, ben ik aan het kijken of Ubuntu wat voor mij is. Maar nu zijn er een aantal dingen waar ik niet uit kom.
Relevante specs:
• Ubuntu Edgy Eft 6.10 (AMD64 versie)
• Wacom Volito 1 USB
• nVidia Geforce 6200 AGP 256 MB
• Mirai 19" breedbeeld LCD met 1440x900 als native reso
• Audiosonic CRT TV (aangesloten via composite)
TV-Out
Ik heb de TV-out na het volgen van deze guide (vanaf "A more complicated way - Running 2 X-Screens") aan de praat gekregen, maar ik kan geen vensters van het ene naar het andere scherm slepen. Ik kan wel files van het ene naar het andere scherm slepen. Hoort dit? Of zit ik gewoon iets fout te doen?
Verder ben ik er ook achter gekomen dat het blijkbaar niet mogelijk is om dualmonitor met 2 verschillende reso's en Beryl tegelijk te hebben draaien. Is hier een fix voor?
Wacom
Ik krijg mijn Wacom niet aan de praat. Ik heb 3 guides gevolgd (deze, deze en deze), maar als ik iets met de stylus wil doen, dan blijft de muispijl gewoon op dezelfde plek staan. Met Google had ik gevonden dat XGL en de Wacom drivers elkaar niet zo heel erg lief vinden, dus heb ik met behulp van deze guide AIGLX ge-enabled in de hoop dat m'n Wacom dan wel zou werken, maar hij doet nog steeds niks.
Heeft iemand nog tips hoe ik dit aan de praat kan krijgen?
Firefox
In Windows maakte ik heel vaak gebruik van toetsen als 'backspace' om naar de vorige pagina te gaan en de middlemousebutton op m'n muis om te scrollen (door het muiswieltje in te drukken. Het scrollen met het muiswieltje werkt wel). Weet iemand hoe je die functies ook aan de praat krijgt onder Ubuntu?
En hier is mijn xorg.conf, mocht die nog nodig zijn:
Als je nog meer informatie nodig hebt, moet je 't maar zeggen. 
                                                
                    Relevante specs:
• Ubuntu Edgy Eft 6.10 (AMD64 versie)
• Wacom Volito 1 USB
• nVidia Geforce 6200 AGP 256 MB
• Mirai 19" breedbeeld LCD met 1440x900 als native reso
• Audiosonic CRT TV (aangesloten via composite)
TV-Out
Ik heb de TV-out na het volgen van deze guide (vanaf "A more complicated way - Running 2 X-Screens") aan de praat gekregen, maar ik kan geen vensters van het ene naar het andere scherm slepen. Ik kan wel files van het ene naar het andere scherm slepen. Hoort dit? Of zit ik gewoon iets fout te doen?
Verder ben ik er ook achter gekomen dat het blijkbaar niet mogelijk is om dualmonitor met 2 verschillende reso's en Beryl tegelijk te hebben draaien. Is hier een fix voor?
Wacom
Ik krijg mijn Wacom niet aan de praat. Ik heb 3 guides gevolgd (deze, deze en deze), maar als ik iets met de stylus wil doen, dan blijft de muispijl gewoon op dezelfde plek staan. Met Google had ik gevonden dat XGL en de Wacom drivers elkaar niet zo heel erg lief vinden, dus heb ik met behulp van deze guide AIGLX ge-enabled in de hoop dat m'n Wacom dan wel zou werken, maar hij doet nog steeds niks.
Heeft iemand nog tips hoe ik dit aan de praat kan krijgen?
Firefox
In Windows maakte ik heel vaak gebruik van toetsen als 'backspace' om naar de vorige pagina te gaan en de middlemousebutton op m'n muis om te scrollen (door het muiswieltje in te drukken. Het scrollen met het muiswieltje werkt wel). Weet iemand hoe je die functies ook aan de praat krijgt onder Ubuntu?
En hier is mijn xorg.conf, mocht die nog nodig zijn:
code:
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
 | Section "ServerLayout"
    Identifier     "Basic Layout"
    Screen 0       "Screen0"
    Screen 1       "Screen1" rightof "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
    Option         "AIGLX" "true"
EndSection
Section "Files"
    # path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "dri"
    Load           "dbe"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection
Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"          # Change to 
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection
Section "InputDevice"
                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"          # Change to 
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection
Section "InputDevice"
                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"          # Change to 
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection
Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 72.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Option         "XAANoOffscreenPixmaps" "true"
    Screen         0
    Option         "NoLogo"        "true"
    Option         "RenderAccel"   "true"
    BusID          "PCI:01:00:0"
EndSection
Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    Screen         1
    BusID          "PCI:01:00:0"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Section "Screen"
        Identifier      "Screen1"
        Device          "Device1"
        Monitor         "Television"
        DefaultDepth    24
        Option  "TVOutFormat" "COMPOSITE"
        Option  "TVStandard" "PAL-B"
        Option  "ConnectedMonitor" "TV"
        SubSection "Display"
                Depth 24
                Modes "800x600"
        EndSubSection
EndSection
Section "DRI"
        Mode 0666
EndSection
        
Section "Extensions"
        Option "Composite" "Enable"
EndSection
Section "Monitor"
        Identifier      "Monitor" #LCD
        HorizSync       30-70
        VertRefresh     50-140
        Option          "DPMS"
EndSection
Section "Monitor"
        Identifier "Television" #TV
        HorizSync 30-50
        VertRefresh 60
EndSection | 
Als je nog meer informatie nodig hebt, moet je 't maar zeggen.
[ Athlon XP 3000+ (Barton) @ 2635MHz | Abit NF7-S2 | Zalman CNPS7000-Cu | 2 x MDT 512MB DDR400 | Sapphire Radeon 9800SE @ 432MHz core/378MHz mem met alle pipelines unlocked + Zalman VF700-AlCu | WD800JB | WD2500JB | Antec SLK3000B | Zalman ZM400B-APS ]
/u/125193/bull_60x60.png?f=community) 
             
                                                /u/41377/monkey_on_computer_small_3.png?f=community)